* {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.z-index-0 {
  z-index: 0; }

.z-index-10 {
  z-index: 10; }

.z-index-50 {
  z-index: 50; }

.z-index-100 {
  z-index: 100; }

.z-index-150 {
  z-index: 150; }

.z-index-200 {
  z-index: 200; }


.app-wrapper {

  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.app-header {
  height: 60px;
  min-height: 60px;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

.app-nav {
  width: 60px;
  min-width: 60px;
  border-right: 1px solid rgba(72, 94, 144, 0.16);

  position: fixed;
  height: 50vh;
  background-color: #2A374E;
  top: 25vh;
  left: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  z-index: 1000;
}
.app-content-wrapper {
  display: flex;
  flex-grow: 1;
  overflow-y: hidden;
  min-height: calc(100vh - 60px);
}

.app-content {
  flex-grow: 1;
  background-color: #f8f9fc;
  overflow-y: auto;
  height: calc(100vh - 60px);
}

.app-content-container {
  height: calc(100vh - 60px);
}

.app-content-container-top-nav {

  background-color: #2c3952;
  padding: 40px 150px 65px 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.app-content-container-content {

  margin: -80px 150px 50px 150px;
}

.developer-filter-container {

  height: 300px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 30px;
}

.developer-list {

  background-color: #fff;
  border-radius: 6px;
  padding: 50px;
}


.app-nav-link {
  text-align: center;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.app-nav-link-icon svg {

  fill: rgba(255, 255, 255, 0.1);
  width: 20px;
  stroke-width: 2.2px;
}

.app-nav-link:hover, .app-nav .app-nav-link:focus {
  color: rgba(255, 255, 255, 0.8);
}
.app-nav-link.active {
  color: rgba(255, 255, 255, 0.8);
}
.app-nav-link.active svg {
  fill: rgba(255, 255, 255, 0.6);
}
.app-nav-link + .app-nav-link {
  margin-top: 10px;
}

.header-content-wrapper {

  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.logo-wrapper {
  width: 150px;
}

.dropdown-message .dropdown-link.new-indicator,
.dropdown-notification .dropdown-link.new-indicator {
  color: #1b2e4b; }
.dropdown-message .dropdown-link.new-indicator span,
.dropdown-notification .dropdown-link.new-indicator span {
  display: flex;
  width: 15px;
  height: 15px;
  justify-content: center;
  position: absolute;
  top: -8px;
  right: -2px;
  background-color: #dc3545;
  color: #fff;
  font-size: 8px;
  font-weight: 400;
  font-family: sans-serif;
  line-height: 2;
  border-radius: 100%; }
.dropdown-message .dropdown-link:hover, .dropdown-message .dropdown-link:focus,
.dropdown-notification .dropdown-link:hover,
.dropdown-notification .dropdown-link:focus {
  color: #001737; }

.avatar {
  width: 32px;
  height: 32px;
}

.avatar-img {
  width: 32px;
  height: 32px;
}

ul.reset,
ul.reset li {
  margin:0;
  padding: 0;
  text-indent: 0;
  list-style-type: none;
  display: inline-block;
}

ul.reset {
  display: block;
}

ul.reset-block li {
  display: block;
}

.dev-tab-wrapper {

  overflow-y: hidden;
}

.tab-row-header {
  padding: 0 12px;
}

.tab-row-header-value {

  color: #a9aaaf;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}

.tab-row-wrapper {

  width: 100%;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.tab-row {
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 70px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 3px;
}

.tab-row-span {
  display: inline-block;
}

.tab-row--name {
  width: 35%;
}

.tab-row--type {
  width: 50%;
}

.tab-row--level {
  width: 10%;
}

.tab-row--email {
  width: 10%;
}

@media (min-width: 768px) {

  .tab-row--name {
    width: 35%;
  }

  .tab-row--type {
    width: 20%;
  }

  .tab-row--level {
    width: 20%;
  }

  .tab-row--email {
    width: 20%;
  }
}

.tab-row--available-wrapper {

  display: inline-block;
  position: relative;
  background-color: #ffffff;
  padding: 4px 10px 4px 24px;
  border-radius: 6px;
}

@media (min-width: 768px) {

  .tab-row--available-wrapper {
    background-color: #f8f9fc;
  }
}

.tab-row--available::after {

  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: 9px;
  top:12px;
  border-radius: 50%;

}

.tab-row--available_true {

  color: #8ab963 !important;
}

.tab-row--available_true::after {
  background-color: #8ab963;
}

.tab-row--available_false {
  color: #FC5A5A !important;
}

.tab-row--available_false::after {
  background-color: #FC5A5A;

}

.tab-row-bold {
  font-weight: bold;
  color: #6E6F74;
}

.tab-row-default {
  color: #6E6F74;
  font-size: 14px;
}

.tab-row-link {
  color: #007bff;
  font-weight: bold;
}

.tab-row-star {
  width: 16px !important;
  color: rgba(0, 0, 0, 0.2);
}

.tab-row-star-active {
  fill: rgba(27, 46, 75, 0.1);
  color: #007bff;
}

.content-title {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .content-title {
    font-size: 2rem;
  }
}

.btn-feather {
  width: 18px !important;
  height: 18px !important;
  position: relative;
  top: -2px;
}

.btn-feather-login {
  width: 18px !important;
  height: 18px !important;
  position: relative;
  top: -1px;
  margin-left: 10px;
  transition: all 0.2s;
  transition-timing-function: ease-in-out;
}

.dialog-content {
  height: 600px;
}

.wizard-step-container {

  display: flex;
  justify-content: space-around;
  position: relative;
}

.wizard-step-container::after {

  content: '';
  position: absolute;
  width: 20%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  left: 40%;
  bottom: -25px;
}

.wizard-step {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.wizard-step-active {
  color: #17a2b8;
  border: 2px solid #17a2b8;
  border-radius: 50%;
}


.modal-title {
  font-size: 1.3rem;
}

.icon-active {
  color: #0168fa;
  visibility: visible;
}

.login-wrapper {

  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.login-dialog-content {
  height: 500px;
}

.login-modal-dialog {

  width: 700px;
  height: 500px;

  flex-basis: 700px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 4px;
}

.login-mobile-title {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1.5rem;
  text-align: center;
  margin-top: 20px;
}

.login-mobile-hint {
  text-align: center;
  font-size: 12px;
}

.aw-modal-dialog {

  height: 600px;
}

.aw-modal-dialog h6 {

  font-size: 14px;
}

.form-control {
  outline: none !important;
  box-shadow: none !important;
}

input.form-control {
  height: 52px;
  border-radius: 3px;
}

.form-control:focus {
  border-color: #333333 !important;
}

.contact-text 				{
  font-size:1rem;
  padding:27px 15px 10px 15px;
  display:block;
  width:100%;
  border:1px solid #ced4da;
  height: 56px;
  border-radius: 3px;
}
.contact-text:focus 		{
  outline:none;
  border:1px solid #333333;
}

/* LABEL ======================================= */
.text-label		 {
  color:#999;
  font-size:1rem;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:15px;
  top:16px;
  transition:0.2s ease all;
  -moz-transition:0.2s ease all;
  -webkit-transition:0.2s ease all;
}

/* active state */
.contact-text:focus ~ label, .contact-text[hasValue="true"] ~ label 		{
  top:5px;
  font-size:12px;
  color: #4F5362;
}

/* active state */
.contact-text:focus ~ .bar:before, .contact-text:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%;
  width:100px;
  top:25%;
  left:0;
  pointer-events:none;
  opacity:0.5;
}

.modal-content {
  overflow: hidden !important;
}

.login-left-content {
  /* background-image: linear-gradient(-225deg, #AC32E4 0%, #7918F2 48%, #4801FF 100%); */
  background-color: #000000;
  min-width: 50%;
  max-width: 50%;
  width: 50%;
  position: relative;
}

.bg-img-wrapper {
  background: url('../img/vader.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.login-dialog-text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
  z-index: 100;
}

.login-temp {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
}

.login-temp span {
  color: #3f51b5;
  font-weight: bold;
}

.login-error {
  color: #f44336;
}

.btn-login {
  background-color: #E64A74;
  border: none;
  transition: 0.2s;
  text-transform: uppercase;
  padding: 11px 2.4rem 9px 2.4rem;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8);
}

.btn-login.disabled, .btn-login:disabled {
  color: #fff;
  background-color: #E64A74;
  border-color: #E64A74;
}

.btn-login:hover:enabled, .btn-login:active:enabled {
  background-color: #111111 !important;
  color: rgba(255, 255, 255, 0.95) !important;
}

.btn-login:hover:enabled  .btn-feather-login {
  transform: translateX(10px);
}

.login-mobile-content {
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  position: relative;
}

.login-mobile-content-bg {
  background: url('../img/vader.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}

.login-mobile-content-wrapper {

  border-radius: 8px;
  background-color: #ffffff;
  z-index: 199;
  position: absolute;
  left: 40px;
  right: 40px;
  height: 50vh;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.user-password-text {
  font-size: 18px;
  color: #b0c0d3;
}

.user-password-text span {
  color: #dcecff;
}

.dialog-text {
  font-size: 13px;
  color: #8392a5;
  margin-bottom: 30px;
}

.dialog-text span {
  color: #1b2e4b;
}

.modal-body {
  padding: 0;
}

.dialog-left-content {
  background-color: #e4e4e4;
  min-width: 35%;
  width: 35%;
}

.dialog-logo {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.2);
}

.login-dialog-logo {

  font-weight: bold;
  color: rgba(220, 220, 220, 0.2);
}

.login-dialog-logo-mobile {

  font-weight: bold;
  color: rgba(220, 220, 220, 0.2);
  position: absolute;
  bottom: 50px;
}

.dialog-aw-phone {
  color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
}

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

.tab-row-star {
  width: 16px;
  color: rgba(0, 0, 0, 0.2);
}

.tab-row-star-active {
  color: #007bff;
}

.right-sidebar {
  width: 350px;
  height: 100%;
  background-color: #ffffff;
  padding: 20px;
}

.user-details-box-contact {

  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.profile-img {

  width: 100px;
  height: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.profile-name {
  font-size: 1.4rem;
  padding-bottom: 0;
}

.profile-jobtype {
  color: rgba(0, 0, 0, 0.6);
  background-color: #ffffff;
  font-size: 0.85rem;
}

.profile-price {

}

.profile-prop-title {
  font-weight: bold;
  color: rgb(131, 146, 165);
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.profile-phone {
  color: #0168fa;
  margin-top: 10px;
  font-size: 14px;
}

.profile-email {
  color: #0168fa;
  font-size: 14px;
}

.long-text {
  color: rgba(0, 0, 0, 0.6);
}

.feed-icon {
  min-width: 18px !important;
  width: 18px !important;
  color: #B7C3D1;
}

.feed-icon--important {
  color: #dc3545;
}

.feed-user {
  font-size: 13px;
  color: #007bff;
  font-weight: bold;
  line-height: 1;
}

.feed-date {
  font-size: 12px;
  color: #adb9c7;
}

.feed-text {
  margin-top: 6px;
  font-size: 14px;
  background-color: #F5F9FC;
  border-radius: 6px;
  padding: 8px;
  color: #8392a5;
}

.new-message-input {
  width: 100%;
  border: 1px solid rgb(222, 225, 230);
  resize: none;
  font-size: 14px;
  color: #768497;
  padding: 6px;
}

.sidebar-title {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #8392a5;
}

.sidebar-section-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #c0ccda;
}

.btn-img-s {
  width: 14px !important;
  height: 14px !important;
  stroke-width: 2.5px !important;
}



th[sortable] {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

th[sortable].desc:before, th[sortable].asc:before {
  content: '';
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAmxJREFUeAHtmksrRVEUx72fH8CIGQNJkpGUUmakDEiZSJRIZsRQmCkTJRmZmJgQE0kpX0D5DJKJgff7v+ru2u3O3vvc67TOvsdatdrnnP1Y///v7HvvubdbUiIhBISAEBACQkAICAEhIAQ4CXSh2DnyDfmCPEG2Iv9F9MPlM/LHyAecdyMzHYNwR3fdNK/OH9HXl1UCozD24TCvILxizEDWIEzA0FcM8woCgRrJCoS5PIwrANQSMAJX1LEI9bqpQo4JYNFFKRSvIgsxHDVnqZgIkPnNBM0rIGtYk9YOOsqgbgepRCfdbmFtqhFkVEDVPjJp0+Z6e6hRHhqBKgg6ZDCvYBygVmUoEGoh5JTRvIJwhJo1aUOoh4CLPMyvxxi7EWOMgnCGsXXI1GIXlZUYX7ucU+kbR8NW8lh3O7cue0Pk32MKndfUxQFAwxdirk3fHappAnc0oqDPzDfGTBrCfHP04dM4oTV8cxr0SVzH9FF07xD3ib6xCDE+M+aUcVygtWzzbtGX2rPBrEUYfecfQkaFzYi6HjVnGBdtL7epqAlc1+jRdAap74RrnPc4BCijttY2tRcdN0g17w7HqZrXhdJTYAuS3hd8z+vKgK3V1zWPae0mZDMykadBn1hTQBLnZNwVrJpSe/NwEeDsEwCctEOsJTsgxLvCqUl2ACftEGvJDgjxrnBqkh3ASTvEWrIDQrwrnJpkB3DSDrGW7IAQ7wqnJtkBnLRztejXXVu4+mxz/nQ9jR1w5VB86ejLTFcnnDwhzV+F6T+CHZlx6THSjn76eyyBIOPHyDakhBAQAkJACAgBISAEhIAQYCLwC8JxpAmsEGt6AAAAAElFTkSuQmCC') no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  float: left;
  margin-left: -22px;
}

th[sortable].desc:before {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.table th {
  border-top: none !important;
}

.table td {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 14px !important;
  vertical-align: middle;
}

.table thead th {
  color: rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  border-bottom: none !important;
  font-size: 14px;
}

.table-desc {
  margin-top: 6px;
  color: #8392a5;
  font-size: 12px;
}

.priority-icon {
  width: 15px;
}

.priority-icon--low {
  color: #aaaaaa;
}

.priority-icon--normal {
  color: #28A745;
}

.priority-icon--critical, .priority-icon--blocker {
  color: #DC3545;
}

.developer-content {
  margin-top: 30px;
  margin-bottom: 15px;
  border: 1px solid rgb(222, 225, 230);
  background-color: #ffffff;
}

.developer-content-wrapper {
  padding: 30px;
}


.person-data-box {

  padding: 16px;
}

.user-details-box {
  background-color: rgb(248, 249, 252);

}

.user-details-box-contact {

  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.user-details-box-content {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #F1F4FF;
}

.person-data-chart-wrapper {

  width: 100%;
  height: 100%;
}
.person-data-box-wrapper {

  flex-grow: 1;
  padding: 15px;
}

.person-data-box-wrapper:first-child {


}
.person-data-box-wrapper:last-child {

  border-right: none;
}

.person-data-box-icon {

  color: #768497;
  width: 16px !important;
  height: 16px !important;
}

.person-data-box-title {
  font-size: 12px;
  text-transform: uppercase;
  color: #768497;
  margin: 12px 0 6px 0;
}

.person-data-box-value {
  font-size: 18px;
  color: #4560F5;
}

@media (min-width: 768px) {

  .right-sidebar {
    border-left: 1px solid rgba(72, 94, 144, 0.16);
  }

  .developer-content {
    margin-left: 15px;
  }

  .person-data-box {

    padding: 20px;
  }

  .person-data-box-value {
    font-size: 26px;
  }
}

.btn-light {
  background-color: #e5e9f2;
  border-color: #cdd5e6;
  color: #8392a5;
}
.btn-light:hover, .btn-light:focus {
  background-color: #e5e9f2;
  border-color: #cdd5e6;
}

.login-info-container {

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-grow: 1;
  height: 100%;
  /*background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(216,45,56,1) 0%, rgba(178,6,176,1) 90.3% );*/
  /*background-image: linear-gradient( 109.2deg,  rgba(148,84,167,1) 25.2%, rgba(197,51,100,1) 113.2% );*/
  /*background-image: radial-gradient( circle farthest-corner at 12.3% 19.3%,  rgba(85,88,218,1) 0%, rgb(84, 159, 199) 100.2% );*/
  /*background-image: radial-gradient( circle farthest-corner at 10% 20%, rgb(0, 80, 159) 0%, rgb(59, 174, 255) 90% );*/
  /*background-image: radial-gradient( circle farthest-corner at 12.3% 19.3%,  #2c3952 0%, #546594 100.2% );*/
  background-image: radial-gradient(circle at 24% 13%,#121e3e,#0b1329);
}


.login-form-container {

  min-width: 500px;
  padding: 0 50px;
}

.login-info-text {
  font-size: 7rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: bold;
}

.login-info-text span {
  color: #E71D36;
  font-family: 'Caveat', cursive;
}

.login-info-explain {

  color: rgba(255, 255, 255, 0.7);
}

.login-info-tech {
  color: rgba(255, 255, 255, 0.25);
}

.login-info-tech span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
}

.login-info-tech span::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #56666B;
  border-radius: 50%;
  right: 12px;
  top: 7px;
}

.login-info-tech span:last-child::after {
  display: none;
}

.login-info-logo-wrapper {
  width: 150px;
  height: 40px;
  position: absolute;
  left: 15px;
  bottom: 0;
  background-image: url('../img/logo.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

[v-cloak] {
  display: none;
}
