/* FONTS */
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Light.eot");
  src: url("../fonts/subset-Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-Light.woff2") format("woff2"), url("../fonts/subset-Roboto-Light.woff") format("woff"), url("../fonts/subset-Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Medium.eot");
  src: url("../fonts/subset-Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-Medium.woff2") format("woff2"), url("../fonts/subset-Roboto-Medium.woff") format("woff"), url("../fonts/subset-Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-ExtraBold.eot");
  src: url("../fonts/subset-Roboto-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-ExtraBold.woff2") format("woff2"), url("../fonts/subset-Roboto-ExtraBold.woff") format("woff"), url("../fonts/subset-Roboto-ExtraBold.svg#Roboto-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Regular.eot");
  src: url("../fonts/subset-Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-Regular.woff2") format("woff2"), url("../fonts/subset-Roboto-Regular.woff") format("woff"), url("../fonts/subset-Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-SemiBold.eot");
  src: url("../fonts/subset-Roboto-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Roboto-SemiBold.woff2") format("woff2"), url("../fonts/subset-Roboto-SemiBold.woff") format("woff"), url("../fonts/subset-Roboto-SemiBold.svg#Roboto-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
/* 0. CSS Reset */
body {
  font-family: 'Roboto', arial, sans-serif;
  font-size: 16px;
  line-height: 160%;
  color: #121315;
  background: #F0F0F0;
  overflow-x: hidden; }
  body.sidebar_active {
    overflow: hidden; }
    @media (max-width: 600px) {
      body.sidebar_active {
        overflow: visible; } }

.form-group {
  margin-bottom: 16px; }

input:hover, input:focus, input:active {
  outline: none; }

.form-control {
  box-shadow: none; }

.app_screen input[type="text"],
.app_screen input[type="password"],
.app_screen textarea, .login_wrapper input[type="text"],
.login_wrapper input[type="password"],
.login_wrapper textarea {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  line-height: 58px;
  font-size: 16px;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: normal;
  color: #000;
  width: 100%;
  padding: 0 25px;
  transition: .3s;
  width: 100%;
  display: block; }
  .app_screen input[type="text"]:focus,
  .app_screen input[type="password"]:focus,
  .app_screen textarea:focus, .login_wrapper input[type="text"]:focus,
  .login_wrapper input[type="password"]:focus,
  .login_wrapper textarea:focus {
    background: #fff;
    border: 1px solid #A22DFF; }
  .app_screen input[type="text"].input_error,
  .app_screen input[type="password"].input_error,
  .app_screen textarea.input_error, .login_wrapper input[type="text"].input_error,
  .login_wrapper input[type="password"].input_error,
  .login_wrapper textarea.input_error {
    border: 1px solid #FF0000; }
.app_screen textarea, .login_wrapper textarea {
  min-height: 80px; }
.app_screen label, .login_wrapper label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px; }

.app_screen input[type="text"],
.app_screen input[type="password"],
.app_screen textarea {
  background: #F0F0F0; }
  .app_screen input[type="text"]:focus,
  .app_screen input[type="password"]:focus,
  .app_screen textarea:focus {
    background: #fff; }
.app_screen .form_container {
  max-width: 700px;
  margin: auto;
  padding: 50px 0; }
.app_screen .form_submit {
  background: #A22DFF;
  border: none;
  display: block;
  border-radius: 11px;
  width: 100%;
  color: #fff;
  font-size: 0;
  line-height: 40px;
  font-weight: 400;
  padding: 0;
  text-align: center;
  margin-top: 24px;
  transition: .3s; }
  .app_screen .form_submit .btn_text, .app_screen .form_submit svg {
    display: inline-block;
    vertical-align: middle; }
  .app_screen .form_submit .btn_text {
    font-size: 18px; }
  .app_screen .form_submit svg {
    width: 12px;
    height: auto;
    margin-left: 10px; }
    .app_screen .form_submit svg path {
      transition: .3s;
      fill: #fff; }
  .app_screen .form_submit:hover, .app_screen .form_submit:active, .app_screen .form_submit:focus {
    color: #111111;
    background: #00FED0; }
    .app_screen .form_submit:hover svg path, .app_screen .form_submit:active svg path, .app_screen .form_submit:focus svg path {
      fill: #111111; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333333;
  opacity: .3; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
  opacity: .3; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: .3; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333;
  opacity: .3; }

.radio_tabs-wrapper {
  clear: both;
  display: block;
  width: 100%;
  position: relative;
  background: #F6F6F7;
  border-radius: 8px;
  margin-bottom: 15px; }
  .radio_tabs-wrapper:after {
    content: '';
    display: block;
    clear: both; }

input.radio-tab {
  position: absolute;
  left: -99999em;
  top: -99999em; }
  input.radio-tab + label {
    cursor: pointer;
    float: left;
    margin: 0 !important;
    position: relative;
    width: 33.333333% !important;
    transition: .3s;
    padding: 4px 10px 6px;
    text-align: center;
    border-radius: 8px; }
    input.radio-tab + label span {
      color: #121315 !important;
      display: inline-block;
      vertical-align: middle;
      margin: 0 !important;
      font-size: 13px !important;
      line-height: 100% !important; }
    input.radio-tab + label svg {
      display: inline-block;
      vertical-align: middle; }
    input.radio-tab + label:hover {
      background-color: #eee; }
  input.radio-tab:checked + label {
    z-index: 1;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 51, 94, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 51, 94, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(50, 51, 94, 0.1); }

.select2-container {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  height: 60px !important; }
  .select2-container .selection {
    width: 100%;
    display: block !important;
    margin: 0 !important; }
    .select2-container .selection .select2-selection {
      width: 100% !important;
      background: #fff !important;
      border: 1px solid #F6F6F7 !important;
      border-radius: 18px !important;
      line-height: 60px !important;
      font-size: 16px !important;
      font-family: inherit !important;
      font-weight: normal !important;
      color: #121315 !important;
      width: 100% !important;
      padding: 0 25px !important;
      transition: 0.3s !important;
      width: 100% !important;
      display: block !important;
      margin: 0 !important;
      height: 60px !important; }
      .select2-container .selection .select2-selection .select2-selection__rendered {
        font-size: 16px !important;
        line-height: 60px !important;
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #000000 !important; }
        .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
          color: #C2C2C2; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 14px;
  top: 14px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent;
  border-width: 7px 6px 0 6px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000000 transparent;
  border-width: 0 6px 7px 6px; }

.select2-dropdown {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
  -moz-box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
  border: none;
  border-radius: 18px;
  padding: 8px; }

.select2-container--default .select2-results__option--selected {
  background: #A22DFF;
  color: #fff; }

.select2-results__option {
  border-radius: 14px;
  padding: 8px;
  margin-bottom: 4px;
  color: #000;
  transition: .3s;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #A22DFF;
  color: #fff; }

.app_btn {
  border: medium;
  display: inline-block;
  border-radius: 8px;
  font-size: 13px;
  line-height: 32px;
  padding: 0px 12px;
  text-align: center;
  cursor: pointer; }
  .app_btn.btn_type1 {
    color: white;
    background: #121315;
    text-decoration: none; }
  .app_btn.btn_type2 {
    color: #121315;
    background: rgba(18, 19, 21, 0.08);
    text-decoration: none; }

.highlight-item {
  animation: highlightItem 1s ease-out forwards; }

@keyframes highlightItem {
  0% {
    backgrond: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0); }
  25% {
    backgrond: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1); }
  75% {
    backgrond: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1); }
  100% {
    backgrond: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0); } }
/* 1. Login Template */
.login_wrapper {
  min-height: 100vh; }
  .login_wrapper .login_left-section {
    background-image: url("../img/login-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    height: 100vh;
    position: relative; }
    @media (max-width: 991px) {
      .login_wrapper .login_left-section {
        height: auto;
        padding: 30px 0; } }
    .login_wrapper .login_left-section .login_heading {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translateX(-50%) translateY(-50%);
      padding: 0 15px;
      text-align: center;
      font-weight: bold;
      color: #fff;
      font-size: 70px; }
      @media (max-width: 991px) {
        .login_wrapper .login_left-section .login_heading {
          position: static;
          transform: none;
          margin: 0 auto;
          padding: 70px 15px;
          font-size: 40px; } }
  .login_wrapper .login_right-section {
    min-height: 100vh;
    position: relative; }
    @media (max-width: 991px) {
      .login_wrapper .login_right-section {
        height: auto;
        padding: 50px 15px; } }
    .login_wrapper .login_right-section .form_container {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      max-width: 425px;
      transform: translateX(-50%) translateY(-50%); }
      @media (max-width: 991px) {
        .login_wrapper .login_right-section .form_container {
          position: static;
          transform: none;
          margin: 0 auto; } }
      .login_wrapper .login_right-section .form_container #login_form .form_title, .login_wrapper .login_right-section .form_container #register_form .form_title {
        font-size: 32px;
        line-height: 28px;
        color: #1A1A1A;
        margin: 0;
        margin-bottom: 40px;
        font-weight: 600; }
        @media (max-width: 991px) {
          .login_wrapper .login_right-section .form_container #login_form .form_title, .login_wrapper .login_right-section .form_container #register_form .form_title {
            text-align: center;
            font-size: 26px; } }
      .login_wrapper .login_right-section .form_container #login_form label, .login_wrapper .login_right-section .form_container #register_form label {
        font-size: 10px;
        color: #121315;
        opacity: .64;
        display: block;
        margin-bottom: 8px;
        line-height: 1; }
      .login_wrapper .login_right-section .form_container #login_form .input_wrapper, .login_wrapper .login_right-section .form_container #register_form .input_wrapper {
        position: relative; }
        .login_wrapper .login_right-section .form_container #login_form .input_wrapper svg, .login_wrapper .login_right-section .form_container #register_form .input_wrapper svg {
          position: absolute;
          right: 25px;
          top: 50%;
          transform: translateY(-50%);
          width: 16px; }
          .login_wrapper .login_right-section .form_container #login_form .input_wrapper svg path, .login_wrapper .login_right-section .form_container #register_form .input_wrapper svg path {
            fill: #C2C2C2; }
        .login_wrapper .login_right-section .form_container #login_form .input_wrapper.email_wrapper svg, .login_wrapper .login_right-section .form_container #register_form .input_wrapper.email_wrapper svg {
          width: 21px;
          right: 22px; }
        .login_wrapper .login_right-section .form_container #login_form .input_wrapper input, .login_wrapper .login_right-section .form_container #register_form .input_wrapper input {
          padding-right: 60px; }
      .login_wrapper .login_right-section .form_container #login_form .checkbox-group, .login_wrapper .login_right-section .form_container #register_form .checkbox-group {
        margin: 0; }
        .login_wrapper .login_right-section .form_container #login_form .checkbox-group label, .login_wrapper .login_right-section .form_container #register_form .checkbox-group label {
          position: relative;
          cursor: pointer;
          font-size: 13px;
          line-height: 160%;
          color: #121315;
          opacity: 1;
          font-weight: normal; }
          .login_wrapper .login_right-section .form_container #login_form .checkbox-group label:before, .login_wrapper .login_right-section .form_container #register_form .checkbox-group label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid rgba(18, 19, 21, 0.24);
            width: 12px;
            height: 12px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 8px;
            border-radius: 4px;
            top: -1px; }
        .login_wrapper .login_right-section .form_container #login_form .checkbox-group .checkbox_input, .login_wrapper .login_right-section .form_container #register_form .checkbox-group .checkbox_input {
          padding: 0;
          height: initial;
          width: initial;
          margin-bottom: 0;
          display: none;
          cursor: pointer; }
          .login_wrapper .login_right-section .form_container #login_form .checkbox-group .checkbox_input:checked + label:after, .login_wrapper .login_right-section .form_container #register_form .checkbox-group .checkbox_input:checked + label:after {
            content: '';
            display: block;
            position: absolute;
            top: 6px;
            left: 4px;
            width: 4px;
            height: 8px;
            border: solid rgba(18, 19, 21, 0.24);
            border-width: 0 2px 2px 0;
            transform: rotate(45deg); }
      .login_wrapper .login_right-section .form_container #login_form .main_btn, .login_wrapper .login_right-section .form_container #register_form .main_btn {
        background: #A22DFF;
        border: none;
        display: block;
        border-radius: 18px;
        width: 100%;
        color: #fff;
        font-size: 18px;
        line-height: 60px;
        font-weight: 500;
        padding: 0;
        text-align: center;
        margin-top: 24px;
        transition: .3s; }
        .login_wrapper .login_right-section .form_container #login_form .main_btn:hover, .login_wrapper .login_right-section .form_container #register_form .main_btn:hover {
          color: #111111;
          background: #00FED0; }
      .login_wrapper .login_right-section .form_container #login_form .info_bar:after, .login_wrapper .login_right-section .form_container #register_form .info_bar:after {
        content: '';
        display: block;
        clear: both; }
      .login_wrapper .login_right-section .form_container #login_form .info_bar .errors_container, .login_wrapper .login_right-section .form_container #register_form .info_bar .errors_container {
        float: left;
        color: #FF0000;
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        text-align: left; }
        .login_wrapper .login_right-section .form_container #login_form .info_bar .errors_container span, .login_wrapper .login_right-section .form_container #register_form .info_bar .errors_container span {
          display: block; }
      .login_wrapper .login_right-section .form_container #login_form #forgot_btn, .login_wrapper .login_right-section .form_container #register_form #forgot_btn {
        background: transparent;
        border: none;
        float: right;
        color: #000;
        font-size: 14px;
        line-height: 20px;
        padding: 0;
        text-align: right;
        transition: .3s; }
        .login_wrapper .login_right-section .form_container #login_form #forgot_btn:hover, .login_wrapper .login_right-section .form_container #login_form #forgot_btn:focus, .login_wrapper .login_right-section .form_container #login_form #forgot_btn:active, .login_wrapper .login_right-section .form_container #register_form #forgot_btn:hover, .login_wrapper .login_right-section .form_container #register_form #forgot_btn:focus, .login_wrapper .login_right-section .form_container #register_form #forgot_btn:active {
          text-decoration: none;
          color: #A22DFF; }
      .login_wrapper .login_right-section .form_container #login_form .sec_btn, .login_wrapper .login_right-section .form_container #register_form .sec_btn {
        background: transparent;
        border: none;
        display: inline-block;
        border-radius: 8px;
        width: 100%;
        color: #000000;
        font-size: 18px;
        line-height: 34px;
        padding: 0;
        text-align: center;
        margin-top: 16px;
        transition: .3s; }
        .login_wrapper .login_right-section .form_container #login_form .sec_btn:hover, .login_wrapper .login_right-section .form_container #login_form .sec_btn:focus, .login_wrapper .login_right-section .form_container #login_form .sec_btn:active, .login_wrapper .login_right-section .form_container #register_form .sec_btn:hover, .login_wrapper .login_right-section .form_container #register_form .sec_btn:focus, .login_wrapper .login_right-section .form_container #register_form .sec_btn:active {
          text-decoration: none;
          color: #A22DFF; }
      .login_wrapper .login_right-section .form_container #login_form .success_message, .login_wrapper .login_right-section .form_container #register_form .success_message {
        font-size: 20px;
        line-height: 24px;
        color: #1A1A1A;
        font-weight: 600;
        text-align: center;
        margin-top: 24px; }
      .login_wrapper .login_right-section .form_container #login_form .error_message, .login_wrapper .login_right-section .form_container #register_form .error_message {
        color: #FF8282; }
        .login_wrapper .login_right-section .form_container #login_form .error_message span, .login_wrapper .login_right-section .form_container #register_form .error_message span {
          display: block; }
  .login_wrapper.register_wrapper {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .login_wrapper.register_wrapper {
        display: block; } }
    .login_wrapper.register_wrapper:after {
      content: '';
      display: block;
      clear: both; }
    .login_wrapper.register_wrapper .login_left-section {
      height: auto;
      min-height: 100vh; }
      @media (max-width: 991px) {
        .login_wrapper.register_wrapper .login_left-section {
          min-height: 0; } }
    .login_wrapper.register_wrapper .login_right-section {
      height: 100%; }
      .login_wrapper.register_wrapper .login_right-section .form_container {
        position: static;
        transform: none;
        display: block;
        margin: 0 auto;
        padding: 100px 0; }
        @media (max-width: 991px) {
          .login_wrapper.register_wrapper .login_right-section .form_container {
            padding: 0; } }

/* 2. App Templates */
.app {
  min-height: 100vh; }
  .app .app_container .app_nav {
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    background-image: url("../img/nav-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 390px;
    padding: 60px 30px 30px; }
    .app .app_container .app_nav .title {
      font-size: 42px;
      color: #fff;
      font-weight: 700;
      margin: 0;
      margin-bottom: 25px; }
    .app .app_container .app_nav .nav_title {
      font-size: 22px;
      line-height: 34px;
      font-weight: 500;
      color: #fff;
      margin: 0;
      margin-bottom: 10px; }
    .app .app_container .app_nav .nav_menu {
      list-style: none;
      margin: 0;
      padding: 0; }
      .app .app_container .app_nav .nav_menu .menu_item {
        margin-bottom: 5px; }
        .app .app_container .app_nav .nav_menu .menu_item a {
          border-radius: 18px;
          background: transparent;
          color: #B994DA;
          display: block;
          position: relative;
          padding: 14px 20px 14px 60px;
          font-size: 18px;
          transition: .3s; }
          .app .app_container .app_nav .nav_menu .menu_item a svg {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            width: 32px; }
            .app .app_container .app_nav .nav_menu .menu_item a svg path {
              fill: #B994DA;
              transition: .3s; }
          .app .app_container .app_nav .nav_menu .menu_item a:hover, .app .app_container .app_nav .nav_menu .menu_item a:active, .app .app_container .app_nav .nav_menu .menu_item a:focus {
            background: #00FED0;
            text-decoration: none;
            color: #111; }
            .app .app_container .app_nav .nav_menu .menu_item a:hover svg path, .app .app_container .app_nav .nav_menu .menu_item a:active svg path, .app .app_container .app_nav .nav_menu .menu_item a:focus svg path {
              fill: #111; }
          .app .app_container .app_nav .nav_menu .menu_item a .n_counter {
            display: block;
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            line-height: 30px;
            border-radius: 9px;
            color: #fff;
            padding: 0 10px; }
            .app .app_container .app_nav .nav_menu .menu_item a .n_counter.notifications_counter {
              background: #FF692D; }
            .app .app_container .app_nav .nav_menu .menu_item a .n_counter.approvals_counter {
              background: #A22DFF; }
        .app .app_container .app_nav .nav_menu .menu_item.active a {
          background: #00FED0;
          text-decoration: none;
          color: #111; }
          .app .app_container .app_nav .nav_menu .menu_item.active a svg path {
            fill: #111; }
    .app .app_container .app_nav .profile_section {
      position: absolute;
      bottom: 30px;
      left: 30px;
      right: 30px; }
      .app .app_container .app_nav .profile_section .user_details {
        margin-top: 25px;
        position: relative;
        padding: 0 50px 0 15px; }
        .app .app_container .app_nav .profile_section .user_details .user_edit {
          display: block;
          position: relative;
          padding: 15px 0px 15px 70px; }
          .app .app_container .app_nav .profile_section .user_details .user_edit .user_avatar {
            width: 55px;
            height: 55px;
            border-radius: 13px;
            background-size: cover !important;
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%); }
          .app .app_container .app_nav .profile_section .user_details .user_edit .item_text .user_name {
            font-size: 17px;
            display: block;
            color: #fff;
            line-height: 22px;
            transition: .3s; }
          .app .app_container .app_nav .profile_section .user_details .user_edit .item_text .user_type {
            font-size: 17px;
            color: #A4A4A6;
            display: block;
            line-height: 22px;
            transition: .3s; }
          .app .app_container .app_nav .profile_section .user_details .user_edit:hover, .app .app_container .app_nav .profile_section .user_details .user_edit:active, .app .app_container .app_nav .profile_section .user_details .user_edit:focus {
            text-decoration: none; }
            .app .app_container .app_nav .profile_section .user_details .user_edit:hover .item_text .user_name, .app .app_container .app_nav .profile_section .user_details .user_edit:active .item_text .user_name, .app .app_container .app_nav .profile_section .user_details .user_edit:focus .item_text .user_name {
              color: #00FED0; }
        .app .app_container .app_nav .profile_section .user_details .user_logout {
          position: absolute;
          top: 50%;
          right: 0;
          transform: translateY(-50%);
          display: block; }
          .app .app_container .app_nav .profile_section .user_details .user_logout svg {
            display: block;
            width: 29px; }
            .app .app_container .app_nav .profile_section .user_details .user_logout svg path {
              fill: #fff;
              transition: .3s; }
          .app .app_container .app_nav .profile_section .user_details .user_logout:hover svg path, .app .app_container .app_nav .profile_section .user_details .user_logout:active svg path, .app .app_container .app_nav .profile_section .user_details .user_logout:focus svg path {
            fill: #B54848; }
  .app .app_container .app_screen {
    margin-left: 390px;
    padding: 60px 30px 30px 30px; }
    .app .app_container .app_screen:after {
      content: '';
      display: block;
      clear: both; }
    .app .app_container .app_screen .screen_header {
      margin-bottom: 30px;
      position: relative; }
      .app .app_container .app_screen .screen_header.header_with-back {
        padding-left: 60px; }
        .app .app_container .app_screen .screen_header.header_with-back .back_btn {
          background: #fff;
          width: 36px;
          height: 36px;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          transition: .3s; }
          .app .app_container .app_screen .screen_header.header_with-back .back_btn svg {
            width: 17px;
            position: absolute;
            left: 48%;
            top: 50%;
            transform: translateX(-50%) translateY(-50%); }
            .app .app_container .app_screen .screen_header.header_with-back .back_btn svg path {
              fill: #000;
              transition: .3s; }
          .app .app_container .app_screen .screen_header.header_with-back .back_btn:hover {
            background: #A22DFF; }
            .app .app_container .app_screen .screen_header.header_with-back .back_btn:hover svg path {
              fill: #fff; }
      .app .app_container .app_screen .screen_header:after {
        content: '';
        display: block;
        clear: both; }
      .app .app_container .app_screen .screen_header .screen_title {
        margin: 0;
        font-size: 42px;
        line-height: 50px;
        font-weight: normal;
        color: #000;
        float: left; }
      .app .app_container .app_screen .screen_header .add_btn {
        float: right;
        width: 50px;
        height: 50px;
        background: #A22DFF;
        border-radius: 50%;
        position: relative;
        transition: .3s; }
        .app .app_container .app_screen .screen_header .add_btn svg {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
          width: 20px;
          height: auto; }
          .app .app_container .app_screen .screen_header .add_btn svg path {
            fill: #fff;
            transition: .3s; }
        .app .app_container .app_screen .screen_header .add_btn:hover {
          background: #00FED0; }
          .app .app_container .app_screen .screen_header .add_btn:hover svg path {
            fill: #111; }
    .app .app_container .app_screen .c6 {
      width: 50%;
      float: left;
      padding: 0 6px 12px; }
    .app .app_container .app_screen .c12 {
      width: 100%;
      float: left; }
    .app .app_container .app_screen .no_padd-left {
      padding-left: 0; }
    .app .app_container .app_screen .no_padd-right {
      padding-right: 0; }
    .app .app_container .app_screen .no_padd-top {
      padding-top: 0; }
    .app .app_container .app_screen .no_padd-bottom {
      padding-bottom: 0; }
    .app .app_container .app_screen .pagination_space {
      padding-bottom: 30px; }
      .app .app_container .app_screen .pagination_space .dt-paging {
        bottom: -30px; }
    .app .app_container .app_screen .app_section {
      background: #fff;
      border-radius: 23px;
      padding: 30px;
      margin-bottom: 12px; }
      .app .app_container .app_screen .app_section:last-child {
        margin-bottom: 0; }
      .app .app_container .app_screen .app_section .section_header {
        margin-bottom: 25px; }
        .app .app_container .app_screen .app_section .section_header .section_title {
          font-size: 24px;
          line-height: 34px;
          color: #000;
          margin: 0;
          font-weight: normal;
          float: left; }
        .app .app_container .app_screen .app_section .section_header .search-container {
          float: right;
          width: 200px; }
          .app .app_container .app_screen .app_section .section_header .search-container .table_search {
            width: 100%;
            border-radius: 9px;
            background: #F5F5F5;
            line-height: 34px;
            border: none;
            color: #000000;
            padding: 0 10px;
            font-size: 16px; }
        .app .app_container .app_screen .app_section .section_header:after {
          content: '';
          display: block;
          clear: both; }
      .app .app_container .app_screen .app_section .info_no_container {
        font-weight: 500;
        color: #242331;
        font-size: 42px; }
      .app .app_container .app_screen .app_section.stats_section {
        background-image: url("../img/stats-bg.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        .app .app_container .app_screen .app_section.stats_section .section_header .section_title {
          color: #fff; }
        .app .app_container .app_screen .app_section.stats_section .stats_container:after {
          content: '';
          display: block;
          clear: both; }
        .app .app_container .app_screen .app_section.stats_section .stats_container .stats_graph {
          float: left;
          width: 50%; }
          .app .app_container .app_screen .app_section.stats_section .stats_container .stats_graph .graph_container {
            border-radius: 10px;
            height: 200px;
            position: relative;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover; }
            .app .app_container .app_screen .app_section.stats_section .stats_container .stats_graph .graph_container .box_filler {
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0; }
              .app .app_container .app_screen .app_section.stats_section .stats_container .stats_graph .graph_container .box_filler .stats_percentage {
                color: #fff;
                font-size: 24px;
                font-weight: 500;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%); }
          .app .app_container .app_screen .app_section.stats_section .stats_container .stats_graph.stats_graph1 {
            padding-right: 6px; }
            .app .app_container .app_screen .app_section.stats_section .stats_container .stats_graph.stats_graph1 .graph_container {
              background-image: url("../img/spatii-ocupate-bg.png"); }
              .app .app_container .app_screen .app_section.stats_section .stats_container .stats_graph.stats_graph1 .graph_container .box_filler {
                background: #A22DFF; }
          .app .app_container .app_screen .app_section.stats_section .stats_container .stats_graph.stats_graph2 {
            padding-left: 6px; }
            .app .app_container .app_screen .app_section.stats_section .stats_container .stats_graph.stats_graph2 .graph_container {
              background-image: url("../img/campanii-aprobate-bg.png"); }
              .app .app_container .app_screen .app_section.stats_section .stats_container .stats_graph.stats_graph2 .graph_container .box_filler {
                background: #D9D9D9; }
        .app .app_container .app_screen .app_section.stats_section .graphs_legend {
          margin-top: 50px; }
          .app .app_container .app_screen .app_section.stats_section .graphs_legend .legend_list {
            margin: 0;
            padding: 0;
            list-style: none;
            font-size: 0; }
            .app .app_container .app_screen .app_section.stats_section .graphs_legend .legend_list .legend_item {
              display: inline-block;
              vertical-align: middle;
              color: #fff;
              font-size: 16px;
              margin-left: 30px;
              padding-left: 40px;
              position: relative; }
              .app .app_container .app_screen .app_section.stats_section .graphs_legend .legend_list .legend_item:first-child {
                margin-left: 0; }
              .app .app_container .app_screen .app_section.stats_section .graphs_legend .legend_list .legend_item .legend_color {
                width: 27px;
                height: 11px;
                position: absolute;
                background: #A52EFF;
                border-radius: 14px;
                top: 50%;
                left: 0;
                transform: translateY(-50%); }
              .app .app_container .app_screen .app_section.stats_section .graphs_legend .legend_list .legend_item:nth-child(2) .legend_color {
                background: #D9D9D9; }

#notifications_table_wrapper {
  height: 450px; }

#campaigns_table_wrapper {
  height: 700px; }

table.dataTable thead th {
  font-weight: normal;
  font-size: 18px;
  color: #A4A4A6; }
table.dataTable thead .dt-column-order:before, table.dataTable thead .dt-column-order:after {
  opacity: 0.6 !important;
  color: #B994DA; }
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  color: #A22DFF;
  opacity: 0.9 !important; }
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  color: #A22DFF;
  opacity: 0.9 !important; }
table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09); }
  table.dataTable > thead > tr > th:hover, table.dataTable > thead > tr > td:hover {
    outline: none !important; }
table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  font-size: 16px;
  color: #000;
  font-weight: 300; }
  table.dataTable > tbody > tr > th:first-child, table.dataTable > tbody > tr > td:first-child {
    font-weight: 400; }
  table.dataTable > tbody > tr > th .n_status-border, table.dataTable > tbody > tr > th .c_status-border, table.dataTable > tbody > tr > td .n_status-border, table.dataTable > tbody > tr > td .c_status-border {
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    border-radius: 9px;
    color: #fff;
    font-weight: 400;
    padding: 0 10px;
    line-height: 28px; }
    table.dataTable > tbody > tr > th .n_status-border.status_owner-approved, table.dataTable > tbody > tr > th .c_status-border.status_owner-approved, table.dataTable > tbody > tr > td .n_status-border.status_owner-approved, table.dataTable > tbody > tr > td .c_status-border.status_owner-approved {
      background: #18BA3D; }
    table.dataTable > tbody > tr > th .n_status-border.status_user-request, table.dataTable > tbody > tr > th .c_status-border.status_user-request, table.dataTable > tbody > tr > td .n_status-border.status_user-request, table.dataTable > tbody > tr > td .c_status-border.status_user-request {
      background: #6488FF; }
    table.dataTable > tbody > tr > th .n_status-border.status_feedback, table.dataTable > tbody > tr > th .c_status-border.status_feedback, table.dataTable > tbody > tr > td .n_status-border.status_feedback, table.dataTable > tbody > tr > td .c_status-border.status_feedback {
      background: #1E90FF; }
    table.dataTable > tbody > tr > th .n_status-border.status_rejected, table.dataTable > tbody > tr > th .c_status-border.status_rejected, table.dataTable > tbody > tr > td .n_status-border.status_rejected, table.dataTable > tbody > tr > td .c_status-border.status_rejected {
      background: #F62C22; }
    table.dataTable > tbody > tr > th .n_status-border.status_pending-reseller, table.dataTable > tbody > tr > th .c_status-border.status_pending-reseller, table.dataTable > tbody > tr > td .n_status-border.status_pending-reseller, table.dataTable > tbody > tr > td .c_status-border.status_pending-reseller {
      background: #A22DFF; }
    table.dataTable > tbody > tr > th .n_status-border.status_pending-owner, table.dataTable > tbody > tr > th .c_status-border.status_pending-owner, table.dataTable > tbody > tr > td .n_status-border.status_pending-owner, table.dataTable > tbody > tr > td .c_status-border.status_pending-owner {
      background: #A22DFF; }
    table.dataTable > tbody > tr > th .n_status-border.status_running, table.dataTable > tbody > tr > th .c_status-border.status_running, table.dataTable > tbody > tr > td .n_status-border.status_running, table.dataTable > tbody > tr > td .c_status-border.status_running {
      background: #18BA3D; }
    table.dataTable > tbody > tr > th .n_status-border.status_ending-soon, table.dataTable > tbody > tr > th .c_status-border.status_ending-soon, table.dataTable > tbody > tr > td .n_status-border.status_ending-soon, table.dataTable > tbody > tr > td .c_status-border.status_ending-soon {
      background: #01D5D9; }
    table.dataTable > tbody > tr > th .n_status-border.status_starting-soon, table.dataTable > tbody > tr > th .c_status-border.status_starting-soon, table.dataTable > tbody > tr > td .n_status-border.status_starting-soon, table.dataTable > tbody > tr > td .c_status-border.status_starting-soon {
      background: #FF733C; }
  table.dataTable > tbody > tr > th > .right_arrow, table.dataTable > tbody > tr > td > .right_arrow {
    display: block;
    border: none;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #F5F5F5;
    transition: .3s;
    position: relative;
    padding: 0; }
    table.dataTable > tbody > tr > th > .right_arrow svg, table.dataTable > tbody > tr > td > .right_arrow svg {
      width: 9px;
      position: absolute;
      top: 50%;
      left: 52%;
      transform: translateX(-50%) translateY(-50%); }
      table.dataTable > tbody > tr > th > .right_arrow svg path, table.dataTable > tbody > tr > td > .right_arrow svg path {
        transition: .3s;
        fill: #A22DFF; }
    table.dataTable > tbody > tr > th > .right_arrow:hover, table.dataTable > tbody > tr > td > .right_arrow:hover {
      background: #A22DFF; }
      table.dataTable > tbody > tr > th > .right_arrow:hover svg path, table.dataTable > tbody > tr > td > .right_arrow:hover svg path {
        fill: #F5F5F5; }
  table.dataTable > tbody > tr > th .form_checkbox, table.dataTable > tbody > tr > td .form_checkbox {
    margin: 0; }
    table.dataTable > tbody > tr > th .form_checkbox label, table.dataTable > tbody > tr > td .form_checkbox label {
      position: relative;
      cursor: pointer;
      font-size: 13px;
      line-height: 160%;
      color: #121315;
      opacity: 1;
      font-weight: normal; }
      table.dataTable > tbody > tr > th .form_checkbox label:before, table.dataTable > tbody > tr > td .form_checkbox label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, 0.4);
        width: 15px;
        height: 15px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 3px;
        top: -1px; }
    table.dataTable > tbody > tr > th .form_checkbox .checkbox_input, table.dataTable > tbody > tr > td .form_checkbox .checkbox_input {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer; }
      table.dataTable > tbody > tr > th .form_checkbox .checkbox_input:checked + label:before, table.dataTable > tbody > tr > td .form_checkbox .checkbox_input:checked + label:before {
        border: 1px solid #A22DFF;
        background: #A22DFF; }
      table.dataTable > tbody > tr > th .form_checkbox .checkbox_input:checked + label:after, table.dataTable > tbody > tr > td .form_checkbox .checkbox_input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 5px;
        width: 5px;
        height: 8px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
  table.dataTable > tbody > tr > th .item_type, table.dataTable > tbody > tr > td .item_type {
    background: #130945;
    border-radius: 8px;
    width: 39px;
    height: 39px;
    position: relative;
    font-size: 0;
    /*&:after {
    	content:'';
    	width: 7px;
    	height: 7px;
    	border-radius: 50%;
    	background:#FF0004;
    	display: block;
    	position: absolute;
    	bottom: 4px;
    	right: 4px;
    }
    &.available {
    	&:after {
    		background:#03D100;
    	}
    }
    &.unavailable {
    	&:after {
    		background:#FF0004;
    	}
    }*/ }
    table.dataTable > tbody > tr > th .item_type svg, table.dataTable > tbody > tr > td .item_type svg {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 13px;
      height: auto; }
      table.dataTable > tbody > tr > th .item_type svg path, table.dataTable > tbody > tr > td .item_type svg path {
        fill: #fff; }
table.dataTable > tbody > tr:last-child > * {
  border-bottom: none !important; }
table#inventory_table > tbody > tr > th:first-child, table#inventory_table > tbody > tr > td:first-child {
  font-weight: 300; }
table#inventory_table > tbody > tr > th:nth-child(3), table#inventory_table > tbody > tr > td:nth-child(3) {
  font-weight: 400; }

.dt-paging {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

div.dt-container .dt-paging .dt-paging-button {
  font-size: 18px;
  line-height: 30px;
  border-radius: 9px;
  color: #000 !important;
  padding: 0 10px;
  margin: 0 2px;
  border: none !important;
  background: transparent !important;
  transition: .3s; }
  div.dt-container .dt-paging .dt-paging-button:hover {
    color: #fff !important;
    background: #A22DFF !important; }
  div.dt-container .dt-paging .dt-paging-button.current {
    color: #fff !important;
    background: #A22DFF !important;
    cursor: default; }
    div.dt-container .dt-paging .dt-paging-button.current:hover {
      border: none;
      color: #fff !important; }
  div.dt-container .dt-paging .dt-paging-button.disabled {
    background: transparent !important; }
    div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
      background: transparent !important; }

.app_wrapper {
  background: #F6F6F7; }
  .app_wrapper .app_center {
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(50, 51, 94, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(50, 51, 94, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(50, 51, 94, 0.1);
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 40px;
    min-height: 100vh;
    position: relative;
    overflow: hidden; }
    @media (max-width: 991px) {
      .app_wrapper .app_center {
        padding: 15px; } }
    .app_wrapper .app_center header {
      padding: 16px;
      -webkit-box-shadow: 0px 24px 25px -24px rgba(164, 166, 186, 0.25);
      -moz-box-shadow: 0px 24px 25px -24px rgba(164, 166, 186, 0.25);
      box-shadow: 0px 24px 25px -24px rgba(164, 166, 186, 0.25);
      margin-bottom: 32px;
      position: relative; }
      .app_wrapper .app_center header .container {
        padding: 0;
        width: 100%; }
      .app_wrapper .app_center header .logo {
        font-size: 0;
        display: inline-block;
        vertical-align: middle; }
        .app_wrapper .app_center header .logo .app_logo {
          width: 24px;
          height: 24px;
          display: inline-block;
          vertical-align: middle;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center; }
        .app_wrapper .app_center header .logo .app_text {
          margin-left: 12px;
          font-size: 13px;
          line-height: 160%;
          font-weight: 500;
          display: inline-block;
          vertical-align: middle;
          color: #121315; }
          @media (max-width: 600px) {
            .app_wrapper .app_center header .logo .app_text {
              display: none; } }
      .app_wrapper .app_center header .app_switcher {
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: auto;
        margin-left: 4px; }
        .app_wrapper .app_center header .app_switcher .switch_btn {
          cursor: pointer; }
        .app_wrapper .app_center header .app_switcher svg path {
          fill: #121315; }
        .app_wrapper .app_center header .app_switcher .switcher_submenu {
          background: #fff;
          padding: 8px;
          border-radius: 12px;
          position: absolute;
          z-index: 1;
          opacity: 0;
          visibility: hidden;
          transition: .3s;
          -webkit-box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
          -moz-box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
          box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
          list-style: none;
          min-width: 180px;
          left: 2px;
          top: 55px;
          right: auto; }
          .app_wrapper .app_center header .app_switcher .switcher_submenu .submenu_item {
            margin-top: 4px; }
            .app_wrapper .app_center header .app_switcher .switcher_submenu .submenu_item:first-child {
              margin-top: 0; }
            .app_wrapper .app_center header .app_switcher .switcher_submenu .submenu_item a {
              border-radius: 8px;
              background: #fff;
              color: #121315;
              position: relative;
              padding: 8px 6px;
              font-size: 13px;
              line-height: 160%;
              cursor: pointer;
              display: block;
              transition: .3s; }
              .app_wrapper .app_center header .app_switcher .switcher_submenu .submenu_item a .app_icon, .app_wrapper .app_center header .app_switcher .switcher_submenu .submenu_item a .item_text {
                display: inline-block;
                vertical-align: middle; }
              .app_wrapper .app_center header .app_switcher .switcher_submenu .submenu_item a .app_logo {
                width: 24px;
                height: 24px;
                display: inline-block;
                vertical-align: middle;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center; }
              .app_wrapper .app_center header .app_switcher .switcher_submenu .submenu_item a .item_text {
                margin-left: 5px; }
            .app_wrapper .app_center header .app_switcher .switcher_submenu .submenu_item:hover a {
              background: rgba(18, 19, 21, 0.08);
              text-decoration: none; }
          .app_wrapper .app_center header .app_switcher .switcher_submenu.active {
            opacity: 1;
            visibility: visible; }
      .app_wrapper .app_center header .app_search {
        float: right;
        position: relative; }
        @media (max-width: 450px) {
          .app_wrapper .app_center header .app_search {
            display: none; } }
        .app_wrapper .app_center header .app_search .search_container {
          position: relative; }
          .app_wrapper .app_center header .app_search .search_container .search_icon {
            position: absolute;
            left: 8px;
            top: 50%;
            transform: translateY(-50%);
            width: 12px;
            height: auto; }
          .app_wrapper .app_center header .app_search .search_container .search_input {
            border: 1px solid #F6F6F7;
            background: #F6F6F7;
            font-size: 13px;
            line-height: 160%;
            font-family: inherit;
            color: #000;
            display: block;
            padding: 7px 8px 7px 28px;
            width: 240px;
            border-radius: 8px;
            transition: .3s; }
            .app_wrapper .app_center header .app_search .search_container .search_input:focus {
              background: #fff;
              border: 1px solid #1B4A93;
              -webkit-box-shadow: 0px 0px 0px 4px rgba(38, 104, 207, 0.1);
              -moz-box-shadow: 0px 0px 0px 4px rgba(38, 104, 207, 0.1);
              box-shadow: 0px 0px 0px 4px rgba(38, 104, 207, 0.1); }
            @media (max-width: 767px) {
              .app_wrapper .app_center header .app_search .search_container .search_input {
                width: 160px; } }
        .app_wrapper .app_center header .app_search .search_results {
          list-style: none;
          margin: 0;
          padding: 8px;
          position: absolute;
          top: 105%;
          -webkit-box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
          -moz-box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
          box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
          z-index: 2;
          background: #fff;
          border-radius: 12px;
          width: 100%;
          display: none; }
          @media (max-width: 767px) {
            .app_wrapper .app_center header .app_search .search_results {
              min-width: 240px; } }
          .app_wrapper .app_center header .app_search .search_results.active {
            display: block; }
          .app_wrapper .app_center header .app_search .search_results .title {
            font-weight: 500;
            font-size: 13px;
            line-height: 160%;
            padding: 8px;
            margin: 0;
            color: #121315; }
          .app_wrapper .app_center header .app_search .search_results ul {
            display: block;
            margin: 0;
            padding: 0; }
            .app_wrapper .app_center header .app_search .search_results ul.border_bottom {
              border-bottom: 1px solid #F2F2F3;
              margin-bottom: 5px;
              padding-bottom: 5px; }
          .app_wrapper .app_center header .app_search .search_results li {
            margin-bottom: 4px;
            padding: 8px;
            padding-right: 70px;
            display: block;
            border-radius: 8px;
            transition: .3s;
            cursor: pointer;
            font-size: 13px;
            line-height: 160%;
            position: relative; }
            .app_wrapper .app_center header .app_search .search_results li:last-child {
              margin: 0; }
            .app_wrapper .app_center header .app_search .search_results li.history_item {
              padding: 8px;
              padding-left: 24px; }
              .app_wrapper .app_center header .app_search .search_results li.history_item svg {
                width: 12px;
                height: auto;
                position: absolute;
                top: 50%;
                left: 8px;
                transform: translateY(-50%); }
            .app_wrapper .app_center header .app_search .search_results li:hover {
              background: rgba(18, 19, 21, 0.08); }
            .app_wrapper .app_center header .app_search .search_results li .open_link-btn {
              background: transparent;
              color: #121315;
              padding: 8px 28px 8px 12px;
              font-size: 13px;
              line-height: 160%;
              cursor: pointer;
              display: block;
              width: 74px;
              position: absolute;
              z-index: 1;
              right: 0;
              top: 50%;
              transform: translateY(-50%); }
              .app_wrapper .app_center header .app_search .search_results li .open_link-btn:hover, .app_wrapper .app_center header .app_search .search_results li .open_link-btn:focus, .app_wrapper .app_center header .app_search .search_results li .open_link-btn:active {
                text-decoration: none; }
              .app_wrapper .app_center header .app_search .search_results li .open_link-btn .btn_icon {
                width: 12px;
                position: absolute;
                top: 50%;
                right: 12px;
                transform: translateY(-50%); }
                .app_wrapper .app_center header .app_search .search_results li .open_link-btn .btn_icon path {
                  fill: #121315; }
      .app_wrapper .app_center header .app_ask-question {
        float: right;
        margin-left: 16px; }
        .app_wrapper .app_center header .app_ask-question .ask_question-btn {
          border-radius: 8px;
          background: #fff;
          color: #121315;
          position: relative;
          padding: 8px 12px 8px 28px;
          -webkit-box-shadow: 0px 4px 8px 0px rgba(50, 51, 94, 0.1);
          -moz-box-shadow: 0px 4px 8px 0px rgba(50, 51, 94, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(50, 51, 94, 0.1);
          font-size: 13px;
          line-height: 160%;
          cursor: pointer;
          display: block; }
          @media (max-width: 991px) {
            .app_wrapper .app_center header .app_ask-question .ask_question-btn {
              padding: 8px 12px 8px 12px; } }
          .app_wrapper .app_center header .app_ask-question .ask_question-btn:hover, .app_wrapper .app_center header .app_ask-question .ask_question-btn:focus, .app_wrapper .app_center header .app_ask-question .ask_question-btn:active {
            text-decoration: none; }
          @media (max-width: 991px) {
            .app_wrapper .app_center header .app_ask-question .ask_question-btn .btn_text {
              display: none; } }
          .app_wrapper .app_center header .app_ask-question .ask_question-btn svg {
            width: 12px;
            position: absolute;
            top: 50%;
            left: 12px;
            transform: translateY(-50%); }
            @media (max-width: 991px) {
              .app_wrapper .app_center header .app_ask-question .ask_question-btn svg {
                position: static;
                transform: none; } }
            .app_wrapper .app_center header .app_ask-question .ask_question-btn svg path {
              fill: #121315; }
      .app_wrapper .app_center header .app_user {
        float: right;
        margin-left: 16px; }
        .app_wrapper .app_center header .app_user ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .app_wrapper .app_center header .app_user ul li {
            cursor: pointer; }
            .app_wrapper .app_center header .app_user ul li a {
              font-size: 13px;
              line-height: 160%;
              color: #121315; }
              .app_wrapper .app_center header .app_user ul li a:hover, .app_wrapper .app_center header .app_user ul li a:focus, .app_wrapper .app_center header .app_user ul li a:active {
                text-decoration: none; }
        .app_wrapper .app_center header .app_user .app_user-menu {
          position: relative; }
          .app_wrapper .app_center header .app_user .app_user-menu .user_avatar {
            width: 24px;
            height: 24px;
            position: absolute;
            top: 50%;
            left: 12px;
            transform: translateY(-50%);
            border-radius: 50%;
            background-size: cover !important; }
            @media (max-width: 991px) {
              .app_wrapper .app_center header .app_user .app_user-menu .user_avatar {
                position: static;
                transform: none; } }
          .app_wrapper .app_center header .app_user .app_user-menu > .menu_item {
            border-radius: 8px;
            background: #fff;
            color: #121315;
            position: relative;
            padding: 8px 30px 8px 44px;
            font-size: 13px;
            line-height: 160%;
            cursor: pointer;
            display: block; }
            @media (max-width: 991px) {
              .app_wrapper .app_center header .app_user .app_user-menu > .menu_item {
                padding: 8px 30px 8px 0; } }
            @media (max-width: 991px) {
              .app_wrapper .app_center header .app_user .app_user-menu > .menu_item > a > .item_text {
                display: none; } }
            .app_wrapper .app_center header .app_user .app_user-menu > .menu_item > a > svg {
              width: 12px;
              position: absolute;
              top: 50%;
              right: 12px;
              transform: translateY(-50%); }
              .app_wrapper .app_center header .app_user .app_user-menu > .menu_item > a > svg path {
                fill: #121315; }
          .app_wrapper .app_center header .app_user .app_user-menu .user_submenu {
            background: #fff;
            padding: 8px;
            border-radius: 12px;
            position: absolute;
            top: 100%;
            z-index: 1;
            opacity: 0;
            visibility: hidden;
            transition: .3s;
            width: 100%;
            min-width: 180px;
            left: auto;
            right: 0;
            -webkit-box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
            -moz-box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
            box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1); }
            .app_wrapper .app_center header .app_user .app_user-menu .user_submenu.active {
              opacity: 1;
              visibility: visible; }
            .app_wrapper .app_center header .app_user .app_user-menu .user_submenu .submenu_item {
              margin-top: 4px; }
              .app_wrapper .app_center header .app_user .app_user-menu .user_submenu .submenu_item:first-child {
                margin-top: 0; }
              .app_wrapper .app_center header .app_user .app_user-menu .user_submenu .submenu_item a {
                border-radius: 8px;
                background: #fff;
                color: #121315;
                position: relative;
                padding: 8px 12px 8px 28px;
                font-size: 13px;
                line-height: 160%;
                cursor: pointer;
                display: block;
                transition: .3s; }
              .app_wrapper .app_center header .app_user .app_user-menu .user_submenu .submenu_item:hover a {
                background: rgba(18, 19, 21, 0.08);
                text-decoration: none; }
              .app_wrapper .app_center header .app_user .app_user-menu .user_submenu .submenu_item svg {
                width: 12px;
                position: absolute;
                top: 50%;
                left: 12px;
                transform: translateY(-50%); }
                .app_wrapper .app_center header .app_user .app_user-menu .user_submenu .submenu_item svg path {
                  fill: #121315; }
              .app_wrapper .app_center header .app_user .app_user-menu .user_submenu .submenu_item.logout_item a {
                color: #B54848; }
                .app_wrapper .app_center header .app_user .app_user-menu .user_submenu .submenu_item.logout_item a svg path {
                  fill: #B54848; }
      .app_wrapper .app_center header .app_breadcrumbs {
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid #F2F2F3; }
        .app_wrapper .app_center header .app_breadcrumbs .breadcrumbs_list {
          margin: 0;
          padding: 0;
          list-style: none;
          font-size: 0; }
          .app_wrapper .app_center header .app_breadcrumbs .breadcrumbs_list .breadcrumbs_item {
            display: inline-block;
            font-size: 13px;
            color: #121315;
            vertical-align: middle;
            padding: 4px 12px;
            font-weight: 500; }
            .app_wrapper .app_center header .app_breadcrumbs .breadcrumbs_list .breadcrumbs_item svg {
              display: block;
              width: 12px; }
              .app_wrapper .app_center header .app_breadcrumbs .breadcrumbs_list .breadcrumbs_item svg path {
                fill: #121315; }
          .app_wrapper .app_center header .app_breadcrumbs .breadcrumbs_list .breadcrumbs_separator {
            font-size: 13px;
            vertical-align: middle;
            display: inline-block;
            color: #DFDEE1; }
    .app_wrapper .app_center .app_content {
      display: flex;
      flex-wrap: wrap;
      max-width: 100%; }
      .app_wrapper .app_center .app_content .tool_box {
        display: flex;
        width: 25%;
        padding: 24px;
        cursor: pointer;
        background: transparent;
        transition: .3s; }
        .app_wrapper .app_center .app_content .tool_box.ui-sortable-helper {
          transition: none;
          background: #fff; }
        @media (max-width: 1199px) {
          .app_wrapper .app_center .app_content .tool_box {
            width: 33.3333333%; } }
        @media (max-width: 991px) {
          .app_wrapper .app_center .app_content .tool_box {
            width: 50%; } }
        @media (max-width: 600px) {
          .app_wrapper .app_center .app_content .tool_box {
            width: 100%; } }
        .app_wrapper .app_center .app_content .tool_box:hover {
          backgrond: #fff;
          -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1); }
        .app_wrapper .app_center .app_content .tool_box .tool_wrapper {
          width: 100%;
          position: relative; }
        .app_wrapper .app_center .app_content .tool_box .thumbnail_wrapper {
          position: relative; }
          .app_wrapper .app_center .app_content .tool_box .thumbnail_wrapper .tool_thumbnail {
            width: 100%;
            display: block; }
        .app_wrapper .app_center .app_content .tool_box .tool_title {
          margin: 0;
          margin-top: 24px;
          font-size: 16px;
          line-height: 160%;
          color: #121315;
          font-weight: 500; }
        .app_wrapper .app_center .app_content .tool_box .tool_desc {
          color: #121315;
          opacity: .64;
          font-size: 13px;
          margin-top: 16px;
          display: block; }
        .app_wrapper .app_center .app_content .tool_box .tool_tags {
          display: block;
          margin: 0;
          margin-top: 16px;
          padding: 0;
          list-style: none;
          font-size: 0; }
          .app_wrapper .app_center .app_content .tool_box .tool_tags .tool_tag {
            background: #F2F2F3;
            border-radius: 8px;
            display: inline-block;
            font-size: 10px;
            color: #121315;
            padding: 4px 8px 4px 8px;
            margin-left: 4px;
            line-height: 160%; }
            .app_wrapper .app_center .app_content .tool_box .tool_tags .tool_tag:first-child {
              margin-left: 0; }
        .app_wrapper .app_center .app_content .tool_box .locked {
          border-radius: 8px;
          background: #fff;
          position: absolute;
          top: 15px;
          right: 15px;
          z-index: 1;
          padding: 0px 8px;
          font-size: 0;
          -webkit-box-shadow: 0px 4px 8px 0px rgba(50, 51, 94, 0.1);
          -moz-box-shadow: 0px 4px 8px 0px rgba(50, 51, 94, 0.1);
          box-shadow: 0px 4px 8px 0px rgba(50, 51, 94, 0.1); }
          .app_wrapper .app_center .app_content .tool_box .locked svg {
            display: inline-block;
            vertical-align: middle; }
            .app_wrapper .app_center .app_content .tool_box .locked svg path {
              fill: #121315; }
          .app_wrapper .app_center .app_content .tool_box .locked .text {
            font-size: 10px;
            line-height: 160%;
            display: inline-block;
            vertical-align: middle;
            margin-left: 4px; }
        .app_wrapper .app_center .app_content .tool_box.locked .thumbnail_wrapper:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.4);
          transition: .3s; }
        .app_wrapper .app_center .app_content .tool_box.locked:hover .thumbnail_wrapper:after {
          background: rgba(0, 0, 0, 0); }
      .app_wrapper .app_center .app_content:after {
        content: '';
        display: block;
        clear: both; }
    .app_wrapper .app_center footer {
      margin-top: 32px;
      border-top: 1px solid #F2F2F3;
      padding: 16px 12px; }
      .app_wrapper .app_center footer .footer_copyright {
        color: #121315;
        opacity: .64;
        float: left;
        font-size: 13px; }
        @media (max-width: 767px) {
          .app_wrapper .app_center footer .footer_copyright {
            display: block;
            float: none;
            text-align: center; } }
      .app_wrapper .app_center footer .app_send-feedback {
        float: left;
        padding-left: 12px;
        margin-left: 12px;
        position: relative;
        font-size: 0; }
        @media (max-width: 767px) {
          .app_wrapper .app_center footer .app_send-feedback {
            float: none;
            text-align: center;
            padding: 0;
            margin: 0;
            margin-top: 20px; } }
        .app_wrapper .app_center footer .app_send-feedback:before {
          content: '';
          display: block;
          background: #F2F2F3;
          width: 1px;
          height: 12px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
          @media (max-width: 767px) {
            .app_wrapper .app_center footer .app_send-feedback:before {
              display: none; } }
        .app_wrapper .app_center footer .app_send-feedback a {
          color: #121315;
          display: inline-block;
          cursor: pointer; }
          .app_wrapper .app_center footer .app_send-feedback a:hover, .app_wrapper .app_center footer .app_send-feedback a:focus, .app_wrapper .app_center footer .app_send-feedback a:active {
            text-decoration: none; }
          .app_wrapper .app_center footer .app_send-feedback a svg, .app_wrapper .app_center footer .app_send-feedback a .send_feedback-text {
            display: inline-block;
            vertical-align: middle; }
          .app_wrapper .app_center footer .app_send-feedback a svg {
            width: 12px; }
            .app_wrapper .app_center footer .app_send-feedback a svg path {
              fill: #121315; }
          .app_wrapper .app_center footer .app_send-feedback a .send_feedback-text {
            font-size: 13px;
            margin-left: 4px; }
      .app_wrapper .app_center footer .footer_logo {
        float: right; }
        @media (max-width: 767px) {
          .app_wrapper .app_center footer .footer_logo {
            display: block;
            float: none;
            text-align: center;
            margin-top: 20px; } }
        .app_wrapper .app_center footer .footer_logo .logo_microanalytics {
          width: 128px;
          display: block; }
        @media (max-width: 767px) {
          .app_wrapper .app_center footer .footer_logo a {
            display: inline-block; } }
    .app_wrapper .app_center .form_popup {
      background: rgba(18, 19, 21, 0.48);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      transition: .3s; }
      .app_wrapper .app_center .form_popup.active {
        opacity: 1;
        visibility: visible; }
      .app_wrapper .app_center .form_popup .form_container {
        background: #FFFFFF;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        padding: 32px;
        width: 640px; }
        .app_wrapper .app_center .form_popup .form_container .form_header {
          margin-bottom: 16px; }
          .app_wrapper .app_center .form_popup .form_container .form_header:after {
            content: '';
            display: block;
            clear: both; }
          .app_wrapper .app_center .form_popup .form_container .form_header .form_title {
            font-family: 'DM Sans', arial, sans-serif;
            font-weight: bold;
            color: #121315;
            font-size: 16px;
            margin: 0;
            padding: 0;
            float: left; }
          .app_wrapper .app_center .form_popup .form_container .form_header .close_btn {
            float: right;
            cursor: pointer; }
            .app_wrapper .app_center .form_popup .form_container .form_header .close_btn svg {
              width: 12px;
              height: auto;
              display: block; }
              .app_wrapper .app_center .form_popup .form_container .form_header .close_btn svg path {
                fill: #121315; }
        .app_wrapper .app_center .form_popup .form_container .form_desc {
          font-size: 13px;
          color: rgba(18, 19, 21, 0.64);
          line-height: 150%; }
        .app_wrapper .app_center .form_popup .form_container .app_separator {
          background: #F2F2F3;
          height: 1px;
          width: 100%;
          margin: 24px 0; }
        .app_wrapper .app_center .form_popup .form_container form label, .app_wrapper .app_center .form_popup .form_container form .label_text {
          width: 100%;
          display: block;
          margin-bottom: 15px; }
          .app_wrapper .app_center .form_popup .form_container form label span, .app_wrapper .app_center .form_popup .form_container form .label_text span {
            color: rgba(18, 19, 21, 0.48);
            font-weight: 500;
            font-size: 10px;
            display: inline-block;
            line-height: 1;
            margin-bottom: 8px;
            font-weight: 500; }
          .app_wrapper .app_center .form_popup .form_container form label .optional, .app_wrapper .app_center .form_popup .form_container form .label_text .optional {
            font-weight: 400; }
        .app_wrapper .app_center .form_popup .form_container form .label_text {
          margin-bottom: 0; }
        .app_wrapper .app_center .form_popup .form_container form .btns_container {
          margin-top: 32px;
          text-align: right;
          font-size: 0; }
          .app_wrapper .app_center .form_popup .form_container form .btns_container input[type="submit"] {
            margin-left: 8px; }
    .app_wrapper .app_center .app_sidebar-container {
      background: rgba(18, 19, 21, 0.48);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      transition: .3s; }
      .app_wrapper .app_center .app_sidebar-container .data_sidebar {
        min-width: 480px;
        height: 100%;
        background: #fff;
        position: fixed;
        width: 36%;
        right: -100%;
        transition: .5s;
        z-index: 2; }
        @media (max-width: 600px) {
          .app_wrapper .app_center .app_sidebar-container .data_sidebar {
            width: 100%;
            min-width: 0;
            overflow-y: scroll; } }
        .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_cover-container {
          position: relative;
          padding-top: 250px;
          background-size: cover !important; }
          .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_cover-container .tool_cover {
            width: 100%;
            display: block; }
          .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_cover-container .close_sidebar {
            display: inline-block;
            margin: 0 4px;
            background: #fff;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            border: none;
            z-index: 1;
            position: absolute;
            left: 24px;
            bottom: 15px;
            cursor: pointer; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_cover-container .close_sidebar img {
              width: 12px;
              height: auto;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translateX(-50%) translateY(-50%); }
        .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_content-wrapper {
          position: absolute;
          bottom: 0;
          top: 250px;
          overflow-y: scroll;
          width: 100%; }
          @media (max-width: 600px) {
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_content-wrapper {
              position: static;
              overflow: visible; } }
        .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container {
          border-bottom: 1px solid #F2F2F3; }
          .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .details_wrapper {
            padding: 32px 24px;
            position: relative;
            padding-right: 166px; }
          .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_usage {
            padding: 0 24px 32px; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_usage .row_label {
              color: #121315;
              font-weight: 500;
              font-size: 13px; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_usage .usage_wrapper {
              margin-top: 10px;
              font-size: 0; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_usage .usage_wrapper .usage_col {
                width: 50%;
                display: inline-block;
                padding-left: 45px;
                position: relative; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_usage .usage_wrapper .usage_col.usage_col-2 {
                  width: 50%; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_usage .usage_wrapper .usage_col.usage_col-3 {
                  width: 33.33333%; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_usage .usage_wrapper .usage_col .pie_chart {
                  width: 32px;
                  height: auto;
                  position: absolute;
                  left: 0;
                  top: 50%;
                  transform: translateY(-50%); }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_usage .usage_wrapper .usage_col .usage_data {
                  display: inline-block;
                  vertical-align: middle; }
                  .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_usage .usage_wrapper .usage_col .usage_data .usage_def {
                    color: rgba(18, 19, 21, 0.64);
                    font-size: 13px;
                    display: block;
                    line-height: 120%; }
                  .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_usage .usage_wrapper .usage_col .usage_data .usage_no {
                    font-size: 16px;
                    color: #121315;
                    line-height: 100%;
                    margin-top: 3px;
                    display: block; }
          .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_title {
            font-size: 20px;
            line-height: 160%;
            margin: 0; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_title .title_wrapper, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_title .health_icon {
              display: inline-block;
              vertical-align: middle; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_title .health_icon {
              margin-left: 4px;
              width: 12px; }
          .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .tool_desc {
            display: block;
            font-size: 13px;
            line-height: 160%;
            color: rgba(18, 19, 21, 0.64);
            font-weight: normal; }
          .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .ask_question-btn {
            border-radius: 8px;
            background: #fff;
            color: #121315;
            position: relative;
            padding: 8px 12px 8px 28px;
            -webkit-box-shadow: 0px 4px 8px 0px rgba(50, 51, 94, 0.1);
            -moz-box-shadow: 0px 4px 8px 0px rgba(50, 51, 94, 0.1);
            box-shadow: 0px 4px 8px 0px rgba(50, 51, 94, 0.1);
            font-size: 13px;
            line-height: 160%;
            cursor: pointer;
            display: block;
            width: 118px;
            position: absolute;
            z-index: 1;
            right: 32px;
            top: 32px; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .ask_question-btn:hover, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .ask_question-btn:focus, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .ask_question-btn:active {
              text-decoration: none; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .ask_question-btn .btn_icon {
              width: 12px;
              position: absolute;
              top: 50%;
              left: 12px;
              transform: translateY(-50%); }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_details-container .ask_question-btn .btn_icon path {
                fill: #121315; }
        .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row {
          padding: 24px 24px;
          border-bottom: 1px solid #F2F2F3; }
          .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content {
            padding-left: 44px;
            padding-right: 86px;
            position: relative; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .icon_wrapper {
              background: #000;
              width: 32px;
              height: 32px;
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%); }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .icon_wrapper .icon_img {
                width: 16px;
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%); }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .icon_wrapper .icon_img path {
                  fill: #fff; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .data_title {
              font-size: 16px;
              line-height: 160%;
              margin: 0; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .data_title .title_wrapper, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .data_title .health_icon {
                display: inline-block;
                vertical-align: middle; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .data_title .health_icon {
                margin-left: 4px;
                width: 12px; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .data_desc {
              display: block;
              font-size: 13px;
              line-height: 160%;
              color: rgba(18, 19, 21, 0.64);
              font-weight: normal; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_link-btn {
              background: transparent;
              color: #121315;
              padding: 8px 12px 8px 28px;
              font-size: 13px;
              line-height: 160%;
              cursor: pointer;
              display: block;
              width: 74px;
              position: absolute;
              z-index: 1;
              right: 0;
              top: 50%;
              transform: translateY(-50%); }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_link-btn:hover, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_link-btn:focus, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_link-btn:active {
                text-decoration: none; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_link-btn .btn_icon {
                width: 12px;
                position: absolute;
                top: 50%;
                left: 12px;
                transform: translateY(-50%); }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_link-btn .btn_icon path {
                  fill: #121315; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn {
              background: transparent;
              color: #121315;
              padding: 8px 24px 8px 12px;
              font-size: 13px;
              line-height: 160%;
              cursor: pointer;
              display: block;
              width: 74px;
              position: absolute;
              z-index: 1;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              border-radius: 8px;
              background: transparent;
              transition: .3s; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn:hover, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn:focus, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn:active {
                text-decoration: none; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn.active {
                background: rgba(18, 19, 21, 0.08); }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn .caret_down {
                width: 12px;
                position: absolute;
                top: 50%;
                right: 12px;
                transform: translateY(-50%);
                border-width: 4px 4px 0 4px;
                border-color: #121315 transparent transparent transparent;
                border-style: solid;
                display: block;
                width: 0;
                height: 0; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn .links_container {
                background: #fff;
                padding: 8px;
                border-radius: 12px;
                z-index: 1;
                position: absolute;
                right: 0;
                top: 110%;
                opacity: 0;
                visibility: hidden;
                transition: .3s;
                -webkit-box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
                -moz-box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1);
                box-shadow: 0px 20px 40px 0px rgba(50, 51, 94, 0.1); }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn .links_container.active {
                  opacity: 1;
                  visibility: visible; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn .links_container .links_list {
                  padding: 0;
                  margin: 0;
                  list-style: none;
                  min-width: 240px; }
                  .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn .links_container .links_list .link_item {
                    margin-bottom: 4px; }
                    .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn .links_container .links_list .link_item:last-child {
                      margin-bottom: 0; }
                    .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn .links_container .links_list .link_item a {
                      color: #121315;
                      border-radius: 8px;
                      padding: 4px 20px 4px 10px;
                      background: transparent;
                      display: block;
                      transition: .3s; }
                      .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn .links_container .links_list .link_item a:hover, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn .links_container .links_list .link_item a:focus, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .tool_content .open_links-btn .links_container .links_list .link_item a:active {
                        text-decoration: none;
                        background: rgba(18, 19, 21, 0.08); }
          .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container {
            padding-top: 32px; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container:first-child {
              padding-top: 0; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .row_label {
              color: rgba(18, 19, 21, 0.48);
              font-size: 13px;
              line-height: 100%;
              display: block; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .row_text {
              color: #000;
              font-size: 16px;
              line-height: 100%;
              display: block;
              margin-top: 12px; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .text_link {
              color: #000; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .text_link:hover, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .text_link:focus, .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .text_link:active {
                text-decoration: none; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .text_link .btn_icon {
                width: 12px;
                display: inline-block;
                vertical-align: middle; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .text_link .btn_icon path {
                  fill: #121315; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart {
              display: block;
              font-size: 0;
              margin-top: 16px; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_container:after {
                content: '';
                display: block;
                clear: both; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_container .bar_item {
                float: left;
                height: 8px;
                border-radius: 4px;
                margin-left: 1%; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_container .bar_item:first-child {
                  margin-left: 0; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_container .bar_item[data-index="1"] {
                  background: #0081FB; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_container .bar_item[data-index="2"] {
                  background: #000000; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_container .bar_item[data-index="3"] {
                  background: #FFE01B; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_legend {
                margin-top: 12px; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_legend .legend_list {
                  padding: 0;
                  margin: 0;
                  list-style: none; }
                  .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_legend .legend_list:after {
                    content: '';
                    display: block;
                    clear: both; }
                  .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_legend .legend_list .legend_item {
                    float: left;
                    margin-left: 16px;
                    padding-left: 12px;
                    position: relative;
                    font-size: 0;
                    line-height: 100%; }
                    .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_legend .legend_list .legend_item:first-child {
                      margin-left: 0; }
                    .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_legend .legend_list .legend_item:before {
                      content: '';
                      display: block;
                      width: 8px;
                      height: 8px;
                      border-radius: 100%;
                      position: absolute;
                      top: 50%;
                      left: 0;
                      transform: translateY(-50%); }
                    .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_legend .legend_list .legend_item .legend_name {
                      color: rgba(18, 19, 21, 0.64);
                      display: inline-block;
                      vertical-align: middle;
                      line-height: 100%;
                      font-size: 10px; }
                    .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_legend .legend_list .legend_item .legend_percentage {
                      color: #121315;
                      display: inline-block;
                      vertical-align: middle;
                      margin-left: 4px;
                      line-height: 100%;
                      font-size: 10px; }
                    .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_legend .legend_list .legend_item[data-index="1"]:before {
                      background: #0081FB; }
                    .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_legend .legend_list .legend_item[data-index="2"]:before {
                      background: #000000; }
                    .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_bar-chart .chart_legend .legend_list .legend_item[data-index="3"]:before {
                      background: #FFE01B; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .status_label {
              margin-top: 12px;
              line-height: 100%;
              font-size: 0; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .status_label .label_icon {
                width: 12px;
                display: inline-block;
                vertical-align: middle; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .status_label .label_text {
                color: rgba(18, 19, 21, 0.64);
                font-size: 10px;
                display: inline-block;
                vertical-align: middle;
                margin-left: 4px;
                line-height: 100%; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_progress-bar {
              display: block;
              font-size: 0;
              margin-top: 16px; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_progress-bar .chart_container {
                border-radius: 4px;
                overflow: hidden;
                background: #F6F6F7; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_progress-bar .chart_container:after {
                  content: '';
                  display: block;
                  clear: both; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container .horizontal_progress-bar .chart_container .bar_item {
                  float: left;
                  height: 8px;
                  background: #4D83D8;
                  border-radius: 4px; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.last_ticket {
              padding-right: 75px;
              position: relative; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.last_ticket .ticket_status {
                position: absolute;
                z-index: 1;
                top: 50%;
                right: 0;
                border-radius: 8px;
                padding: 0 8px;
                font-size: 0;
                height: 24px; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.last_ticket .ticket_status .status_icon {
                  width: 12px;
                  display: inline-block;
                  vertical-align: middle; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.last_ticket .ticket_status .status_info {
                  color: #4C8165;
                  font-size: 10px;
                  line-height: 100%;
                  display: inline-block;
                  vertical-align: middle;
                  margin-left: 4px; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.last_ticket[data-status="solved"] .ticket_status {
                background: #DBEDE4; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.last_ticket[data-status="solved"] .ticket_status .status_info {
                  color: #4C8165; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.row_observability .row_label {
              color: #121315;
              font-weight: 500;
              font-size: 13px; }
            .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.row_observability .stats_wrapper {
              margin-top: 10px;
              font-size: 0; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.row_observability .stats_wrapper .stat_col {
                width: 33.33333%;
                display: inline-block; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.row_observability .stats_wrapper .stat_col:nth-child(2) .stat_data .stat_legend {
                  background: #F8CCA3; }
                .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.row_observability .stats_wrapper .stat_col:nth-child(3) .stat_data .stat_legend {
                  background: #FF8282; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.row_observability .stats_wrapper .stat_title {
                color: rgba(18, 19, 21, 0.64);
                font-size: 13px;
                display: block;
                line-height: 120%; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.row_observability .stats_wrapper .stat_data .stat_legend {
                display: inline-block;
                vertical-align: middle;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                background: #86C3A2; }
              .app_wrapper .app_center .app_sidebar-container .data_sidebar .tool_data_rows .data_row .row_container.row_observability .stats_wrapper .stat_data .stat_no {
                font-size: 13px;
                color: #121315;
                display: inline-block;
                vertical-align: middle;
                margin-left: 8px;
                line-height: 80%; }
      .app_wrapper .app_center .app_sidebar-container.active {
        opacity: 1;
        visibility: visible; }
        .app_wrapper .app_center .app_sidebar-container.active .data_sidebar {
          right: 0; }

/* 3. My Account Template */
.app_content .user_details {
  max-width: 512px;
  width: 100%;
  margin: auto; }
  .app_content .user_details .left_col {
    padding-right: 40px; }
    @media (max-width: 991px) {
      .app_content .user_details .left_col {
        padding-right: 0; } }
  .app_content .user_details > form:after {
    content: '';
    display: block;
    clear: both; }
  .app_content .user_details > form > div {
    padding: 0; }
  .app_content .user_details .section_title {
    font-weight: 500;
    line-height: 1;
    font-size: 13px;
    color: #121315;
    margin: 0;
    padding: 0;
    margin-bottom: 32px; }
  .app_content .user_details .success_message {
    font-size: 14px;
    margin-bottom: 10px;
    color: #121315;
    line-height: 16px; }
  .app_content .user_details .error_message {
    font-size: 14px;
    margin-bottom: 10px;
    color: #FF8282;
    line-height: 16px; }
  .app_content .user_details label {
    margin-bottom: 24px;
    display: block;
    width: 100%; }
    .app_content .user_details label span {
      color: rgba(18, 19, 21, 0.64);
      font-weight: 500;
      font-size: 10px;
      display: block;
      line-height: 1;
      margin-bottom: 8px; }
  .app_content .user_details .edit_profile-pic {
    border: none;
    background: none;
    width: 100%;
    display: block;
    position: relative;
    cursor: pointer; }
    @media (max-width: 991px) {
      .app_content .user_details .edit_profile-pic {
        max-width: 128px;
        margin: 20px auto 0; } }
    .app_content .user_details .edit_profile-pic #input_avatar {
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0;
      visibility: hidden; }
    .app_content .user_details .edit_profile-pic .profile_pic {
      width: 100%;
      padding-top: 100%;
      border-radius: 50%;
      display: block;
      background-size: cover !important; }
    .app_content .user_details .edit_profile-pic .edit_icon-container {
      background: rgba(255, 255, 255, 0.8);
      width: 24px;
      height: 24px;
      border-radius: 50%;
      position: absolute;
      bottom: 8px;
      left: 8px;
      z-index: 1;
      -webkit-box-shadow: 0px 6px 15px 0px rgba(50, 51, 94, 0.1);
      -moz-box-shadow: 0px 6px 15px 0px rgba(50, 51, 94, 0.1);
      box-shadow: 0px 6px 15px 0px rgba(50, 51, 94, 0.1); }
      .app_content .user_details .edit_profile-pic .edit_icon-container .edit_icon {
        display: block;
        width: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
        .app_content .user_details .edit_profile-pic .edit_icon-container .edit_icon path {
          fill: #121315; }
  .app_content .user_details .user_pass-form {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #F2F2F3; }

/* 4. Customize logos */
body.app_orange header .logo .app_logo {
  background-image: url("../img/icon-orange.png"); }
body.app_orange header .app_switcher .app_logo {
  background-image: url("../img/yoxo-logo-sec.png"); }

/*# sourceMappingURL=style.css.map */
