@charset "utf-8";
/* CSS Document */

body {
font-family: 'Roboto', sans-serif;
color:#212529
}
a{
    color:#59c6d4;
}

a.text-primary:focus, a.text-primary:hover {
    color:#98a3a9!important
}

/*-- Fix appeareance in Safari ---*/
input, textarea, a {
  -webkit-appearance: none;
  border-radius: 0;
  background:none
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}

.h1,.h2,.h3,.h4 {
font-family: 'Poppins', sans-serif;
}

.bold {
font-weight:700
}

.logo {
width:80%;
max-width:180px
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
}
.list-group-item.active {
    color: #fff;
    border-radius:5px;
    background-color: #98a3a9!important;
    border-color:#98a3a9!important
}

.chat_particiants .h5 {
    font-size:1em!important
}
.bg-primary {
	background:#ff7c62!important
}
.bg-warning {
    background-color: #1476df!important;
}
.bg-dark {
	background:#98a3a9!important
}
.bg-info {
	background:#afbcc0!important
}
.bg-light {
	background:#f2f4f6!important
}
.bg-danger {
    background-color: #ff7c62!important;
}
.bg-success {
    background-color: #6fab7c!important;
}
.bg-warning {
    background-color: #ffc107!important;
}

.text-primary {
	color:#323c3f!important
}
.text-secondary {
	color:#ff7c62!important
}
.text-success {
    color: #1476df!important;
}
.text-danger {
    color: #ff7c62!important;
}



.badge-group .badge {
    padding: .6em;
    border-radius: .2rem;
}
.badge.sm {
    padding: .3em;
    border-radius: .2rem;
}
.badge-primary {
    color: #fff;
    background-color: #72d4e1;
}
.badge-dark {
    color: #fff;
    background-color: rgb(0,0,0,.35)!important;
}
.badge-secondary {
    background-color: #ff7c62!important;
}
.badge-outline {
    border:1px solid #ccc;
}
.badge-white {
    background-color:#fff;
}
.badge-success {
    color: #fff;
    background-color: #1476df;
}
.badge-danger {
    color: #fff;
    background-color: #ff7c62;
}
.badge-info {
    color: #fff;
    background-color: #6bb2ff;
}

/*--- Careers ---*/

.careers {
    list-style: none;
    padding:0;
    margin:0
}
.careers li {
    list-style: none;
}
.career-item .card {
    padding:15px;
    margin-bottom: 15px;
    cursor:pointer;
}
.career-item .info-box {
    cursor:pointer;
}
.career-item .card:hover,
.career-item .info-box:hover {
    background:#f8f8f8
}

.card-title {
    margin-bottom: 0;
}


.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #59c6d4;
    background-color: #59c6d4;
}

.form-control.is-search {
    border-color: #ff7c62!important;
    padding-right: calc(1.5em + .75rem);
    /*background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);*/
}
.form-control.is-search:after {
	float: right;
    content: '\f002';
    font-family: 'FontAwesome';
}


/*--- Projects ---*/

.info-box {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .8rem;
    position: relative;
}
.info-box .info-box-icon {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color:#f2f4f6!important
}
@media (min-width: 180px) {
.info-box .info-box-icon {
    width: 60px;
	height: 60px;
	font-size:1.4em;
}
}
@media (min-width: 992px) {
.info-box .info-box-icon {
    width: 100px;
	height: 100px;
	font-size:1.8em;
}
}
.info-box .info-box-content {
    -ms-flex: 1;
    flex: 1;
    padding: 5px 15px;
}
.project_date {
	float:right;
	font-size:0.85em
}

.profile_pic {
border-radius:100%;
border:2px solid #fff;
overflow:hidden;
width:100%;
max-width:80px
}
.profile_pic img {
width:100%;
}

.my_network {
list-style:none;
padding:0
}

.my_network a {
/*color:#212529;*/
display:block;
width:100%
}

.my_network .profile_pic {
border:none;
width:60px;
float:left;
margin-right:15px;
/*border:3px solid #9aa3a8;*/
-webkit-box-shadow: 0px 0px 0px 1px rgba(154,163,168,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(154,163,168,1);
box-shadow: 0px 0px 0px 1px rgba(154,163,168,1);
}
.my_network .profile_pic img {

}
.my_network li {
border-bottom:1px solid #ccc;
padding-bottom:10px;
margin-bottom:10px;
display:flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.deliverables .profile_pic {
    border:none;
    width:40px;
    float:left;
    margin-right:15px;
    /*border:3px solid #9aa3a8;*/
    -webkit-box-shadow: 0px 0px 0px 1px rgba(154,163,168,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(154,163,168,1);
    box-shadow: 0px 0px 0px 1px rgba(154,163,168,1);
    }

.feedback .star {
    color:#98a3a9!important
}
.feedback .star.checked {
    color:#ff7c62!important
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}


/*--- tables ---*/

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

/*--- MENU ---*/

.navbar-top .nav-link i {
font-size:1.2rem
}
.navbar-top .nav-link {
    display: block;
    padding: .8rem 1rem;
}
.nav-link {
    color:#323c3f
}
.navbar-nav.aside .nav-link {
    border-bottom: 1px solid #CCD5DB;
}
.nav-link:hover {
    transition: all 0.4s;
    color:#000;
    background: rgb(0,0,0,0.1)
  }
  
  .nav-link-collapse:after {
    float: right;
    content: '\f067';
    font-family: 'FontAwesome';
  }
  
  .nav-link-show:after {
    float: right;
    content: '\f068';
    font-family: 'FontAwesome';
  }
  
  .nav-link .badge {
    font-size:60%;
  }
  
  .nav-item ul.nav-second-level {
    padding-left: 0;
    list-style:none
  }
  
  .nav-item ul.nav-second-level > .nav-item {
    padding-left: 20px;
  }
  
  @media (min-width: 992px) {
    .sidenav {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100vh - 3.5rem);
      margin-top: 3.5rem;
      box-sizing: border-box;
      border-top: 1px solid rgba(0, 0, 0, 0.3);
    }
  
    .navbar-expand-lg .sidenav {
      flex-direction: column;
    }
  }
  

.navbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.img-size-50 {
    width: 50px;
}
.img-size-32, .img-size-50, .img-size-64 {
    height: auto;
}
.img-circle {
    border-radius: 50%;
}

/*--- TABS ---*/

.nav-tabs {
    border-bottom: none
}
.nav-tabs.nav-top .nav-link:hover {
    color:#fff!important;
}
.nav-tabs.nav-top .nav-link.active:hover {
    color:initial!important;
	border-bottom:2px solid #323c3f
}

.nav-tabs .nav-item .nav-link, .nav-tabs .nav-link {
    border-bottom:2px solid transparent
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-top: none;
	border-right: none;
	border-left:none;
	border-bottom:2px solid #323c3f
}

.nav-tabs .nav-link {
    color:#323c3f
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
	color:#98a3a9!important
}
.nav-tabs .nav-link:focus {
    color: #495057;
    background-color: #fff;
    border-top: none;
	border-right: none;
	border-left:none;
	border-bottom:2px solid #323c3f
}

.nav-tabs .nav-link {
    display: block;
    padding: 0 1rem;
    line-height: 36px;
    /*font-size:80%;*/
}

.nav-tabs .nav-link:hover {
    color:#fff
}

@media (min-width: 992px) {
    .nav-tabs.nav-top .nav-link {
        padding: 0 1.4rem!important;
        line-height: 36px;
    }
}

.top-menu .nav-link {
    color: #ff7c62!important;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.time {
    color: #999;
    float: right;
    font-size: 12px;
    padding: 10px;
}

/*--- Buttons ---*/
.btn-primary {
    color: #fff;
    background-color: #ff7c62!important;
    border-color: #ff7c62!important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ff7c62!important;
    border-color: #ff7c62!important;
}
.btn-secondary {
    color: #fff;
    background-color: #72d4e1!important;
    border-color: #72d4e1!important;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #59c6d4!important;
    border-color: #59c6d4!important;
}
.btn-info {
    color: #fff;
    background-color: #98a3a9;
    border-color: #98a3a9;
}
.btn-info:hover {
    color: #fff;
    background-color: #838f95;
    border-color: #838f95;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .8rem 1.2rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}
.btn-group-xs>.btn, .btn-xs {
    padding: .1rem .4rem;
    font-size: 75%;
    line-height: 1.5;
    border-radius: .2rem;
    font-weight:700
}

.btn .badge {
    padding:.4em!important;
    margin-right:.3em
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #98a3a9;
    border-color: #98a3a9;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #98a3a9;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

@media (min-width: 180px) {
    .btn_round {
        width:30px;
        height:30px;
        display:flex;
        align-items:center;
        border-radius:100%;
        justify-content:center;
        cursor:pointer;
        position:relative
    }
    .btn_round i {
        color:#fff;
        font-size:0.9em
    }
    .btn_round.outline {
        border:2px solid #fff
    }
}
@media (min-width: 576px) {
    .btn_round {
        width:60px;
        height:60px;
    }
    .btn_round i {
        color:#fff;
        font-size:1.4em
    }
    .btn_round.outline {
        border:3px solid #fff
    }
}
.btn_round.outline.dark {
    border:3px solid #98a3a9!important
}
.btn_round.dark i {
    color:#98a3a9!important;
    font-size:1.4em
}

.btn_round:hover {
	text-decoration:none;
	background:rgb(0,0,0,0.2)
}

.btn_round.active {
	/*border:3px solid #fff;*/
	background:#fff
}
.btn_round.active i {
	/*border:3px solid #fff;*/
	background:#fff;
	color:#ff7c62;
}



/*--- ACCORDION ---*/

.accordion>.card:not(:last-of-type) {
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.accordion>.card {
    overflow: hidden;
    margin-bottom: 15px;
}
.accordion>.card>.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: none
}
.accordion>.card>.card-header {
    background-color: #fff
}
.accordion>.card>.card-header a {
    width:100%;
}
.accordion>.card>.card-header a:hover {
    text-decoration:none!important
}
.accordion>.card>.card-header a:after {
    font-family: FontAwesome;
    content: "\f077";
    margin-right: 0.5em;
    color: #98a3a9;
    position: absolute;
    right: 10px;
    top: 10px;
}
.accordion>.card>.card-header a.collapsed:after {
    content: "\f078";
}
.accordion .card .card-body {
    border-top: 1px solid #eee;
}

.top-shadow {
-webkit-box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.1);
box-shadow: inset 0px 4px 0px 0px rgba(0,0,0,0.1);
}


/*--- Form Wizard ---*/

/*WIZARD */

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}
/*
#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}*/

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: 50px;
    height: 50px;
    border-radius:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    transform: translateY(-50%);
    top:50%;
    right:15px;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .form-group {
    width:100%
}

#msform .action-button-previous {
    width: 50px;
    height: 50px;
    border-radius:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    transform: translateY(-50%);
    top:50%;
    left:15px;
}
#msform .action-button:after {
    font-family: FontAwesome;
    content: "\f054"
}
#msform .action-button-previous:after {
    font-family: FontAwesome;
    content: "\f053"
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}
.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
	font-size:0.85em;
	color:#6c757d!important
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding:0;
    display:flex;
    justify-content: space-around;
}

#progressbar .active {
    color: #1476df
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 20%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #project:before {
    font-family: FontAwesome;
    content: "\f129"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #career:before {
    font-family: FontAwesome;
    content: "\f018"
}
#progressbar #deliver:before {
    font-family: FontAwesome;
    content: "\f1d8"
}

#progressbar #competence:before {
    font-family: FontAwesome;
    content: "\f00c"
}



#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #1476df
}

.progress {
    height: 12px
}
/*
.progress-bar {
    background-color: #ff7c62!important
}*/

.fit-image {
    width: 100%;
    object-fit: cover
}


/*--- Attributes Multi Select ---*/

.select-wrapper {
	margin: auto;
	width:100%;
	/*max-width: 600px;
	width: calc(100% - 40px);*/
  }

.select-wrapper.sm .select-pure__select {
	height: 2.6rem;
}
.select-wrapper.sm .select-pure__options {
top:24px;
}
.select-wrapper.md .select-pure__options {
top:36px;
}
.select-wrapper.lg .select-pure__options {
top:55px;
}
.select-wrapper.lg .select-pure__select {
	min-height: 44px;
	/*height:3.8rem;*/
}

.select-pure__select {
	align-items: center;
	background: #f9f9f8;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	color: #363b3e;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	justify-content: left;
	min-height: 38px;
	/*height:3.8rem;*/
	padding: 5px 10px;
	position: relative;
	transition: 0.2s;
	width: 100%;
  }
  
  .select-pure__options {
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	box-sizing: border-box;
	color: #363b3e;
	display: none;
	left: 0;
	max-height: 304px;
	overflow-y: scroll;
	position: absolute;
	width: 100%;
	z-index: 5;
  }

  .select-pure__select--opened .select-pure__options {
	display: block;
  }

  .select-pure__option {
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	box-sizing: border-box;
	height: 44px;
	line-height: 25px;
	padding: 10px 10px 10px 20px;
  }
  
  .select-pure__option.att_group {
	padding: 10px;
	color:#2196F3 !important
  }

  .select-pure__option--selected {
	color: #e4e4e4;
	cursor: initial;
	pointer-events: none;
  }

  .select-pure__option--hidden {
	display: none;
  }
  
  .select-pure__option:hover {
  background:#eee
  }

  .select-pure__selected-label {
	align-items: 'center';
	background: #5c616f;
	border-radius: 4px;
	color: #fff;
	cursor: initial;
	display: inline-flex;
	justify-content: 'center';
	margin: 2px 5px 2px 0;
    padding: .6em;
	font-size: 75%;
    font-weight: 600;
  }
  
  .select-pure__selected-label:hover {
	background: #2D323E !important
  }

  .select-pure__selected-label:last-of-type {
	margin-right: 0;
  }

  .select-pure__selected-label i {
	cursor: pointer;
	display: inline-block;
	margin-left: 8px;
	color:#eee;
	width:initial;
	height:initial;
	line-height:initial
  }

  .select-pure__selected-label img {
	cursor: pointer;
	display: inline-block;
	height: 18px;
	margin-left: 7px;
	width: 14px;
  }

  .select-pure__selected-label i:hover {
	color: #e4e4e4;
  }

  .select-pure__autocomplete {
	background: #f9f9f8;
	border-bottom: 1px solid #e4e4e4;
	border-left: none;
	border-right: none;
	border-top: none;
	box-sizing: border-box;
	/*font-size: 16px;*/
	outline: none;
	padding: 10px;
	width: 100%;
  }

  .select-pure__placeholder--hidden {
	display: none;
  }

  .small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
@media (min-width: 1200px)
.col-lg-3 .small-box h3, .col-md-3 .small-box h3, .col-xl-3 .small-box h3 {
    font-size: 2.2rem;
}
@media (min-width: 992px)
.col-lg-3 .small-box h3, .col-md-3 .small-box h3, .col-xl-3 .small-box h3 {
    font-size: 1.6rem;
}
.small-box h3, .small-box p {
    z-index: 5;
}
.small-box h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    white-space: nowrap;
}
.small-box>.small-box-footer {
    background: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.small-box>.small-box-header {
    background: rgba(0,0,0,.1);
    color: rgba(255,255,255,.8);
    display: block;
    padding: 3px 10px;
    position: relative;
    text-decoration: none;
    font-size:.85em;
    z-index: 10;
}
.small-box>.inner {
    padding: 10px;
}
.small-box .icon {
    color: rgba(0,0,0,.15);
    z-index: 0;
}
.small-box .icon>i {
    font-size: 3em;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all .3s linear;
}

/*--- Discussion Board / Direct Chat ---*/

.direct-chat .card-body {
    overflow-x: hidden;
    padding: 0;
    position: relative;
  }
  
  .direct-chat.chat-pane-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .direct-chat.timestamp-light .direct-chat-timestamp {
    color: #30465f;
  }
  
  .direct-chat.timestamp-dark .direct-chat-timestamp {
    color: #cccccc;
  }
  
  .direct-chat-messages {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    /*height: 250px;*/
    overflow: auto;
    padding: 10px;
  }
  
  .direct-chat-msg,
  .direct-chat-text {
    display: block;
  }
  
  .direct-chat-msg {
    margin-bottom: 10px;
  }
  
  .direct-chat-msg::after {
    display: block;
    clear: both;
    content: "";
    margin-bottom:10px
  }
  
  .direct-chat-messages,
  .direct-chat-contacts {
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }
  
  .direct-chat-text {
    border-radius: 0.3rem;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    color: #444;
    margin: 5px 0 0 50px;
    padding: 5px 10px;
    position: relative;
    font-size:80%
  }
  
  .direct-chat-text::after, .direct-chat-text::before {
    border: solid transparent;
    border-right-color: #f8f8f8;
    content: ' ';
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 15px;
    width: 0;
  }
  
  .direct-chat-text::after {
    border-width: 5px;
    margin-top: -5px;
  }
  
  .direct-chat-text::before {
    border-width: 6px;
    margin-top: -6px;
  }
  
  .right .direct-chat-text {
    margin-left: 0;
    margin-right: 50px;
  }
  
  .right .direct-chat-text::after, .right .direct-chat-text::before {
    border-left-color: #d2d6de;
    border-right-color: transparent;
    left: 100%;
    right: auto;
  }
  
  .direct-chat-img {
    border-radius: 50%;
    float: left;
    height: 40px;
    width: 40px;
  }
  
  .right .direct-chat-img {
    float: right;
  }
  
  .direct-chat-infos {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 2px;
  }
  
  .direct-chat-name {
    font-weight: 600;
  }
  
  .direct-chat-timestamp {
    color: #697582;
  }
  
  .direct-chat-contacts-open .direct-chat-contacts {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .direct-chat-contacts {
    -webkit-transform: translate(101%, 0);
    transform: translate(101%, 0);
    background: #343a40;
    bottom: 0;
    color: #ffffff;
    height: 250px;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .direct-chat-contacts-light {
    background: #f8f9fa;
  }
  
  .direct-chat-contacts-light .contacts-list-name {
    color: #495057;
  }
  
  .direct-chat-contacts-light .contacts-list-date {
    color: #6c757d;
  }
  
  .direct-chat-contacts-light .contacts-list-msg {
    color: #545b62;
  }

  /*--- REGISTRATION WIZARD ---*/

.btn_usertype {
    width:140px; 
    height:140px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    margin:auto;
    border:1px solid #fff!important;
    border-color:#fff!important
}
.btn_usertype i {
    font-size:1.6em;
    clear:both;
    margin-bottom: 10px;
    display: block
}

#progressbar #profile:before {
    font-family: FontAwesome;
    content: "\f0ca"
}

#progressbar #usertype:before {
    font-family: FontAwesome;
    content: "\f007"
}
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f00c"
}
#progressbar #roadmap:before {
    font-family: FontAwesome;
    content: "\f00c"
}

.bootstrap-select>.dropdown-toggle {
    background: #fff;
    border: 1px solid #ced4da;
}

.nano { width: 100%; height: 80vh; padding-right:30px }
.nano .nano-content { padding-right: 30px; }
.nano .nano-pane   { background: rgb(0,0,0,0.1); width:6px }
.nano .nano-slider { background: #afbcc0!important; }