@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css');
@import url('https://use.fontawesome.com/releases/v5.5.0/css/all.css');
/*@import url('https://fonts.googleapis.com/css?family=Varela+Round');*/

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
html, body {
    height: 100%;
}
body {
    font-size: .875rem;
    background: #f8f9fd;
    color: #272727;
    /*font-family: 'Varela Round', sans-serif;*/
    font-family: 'Nunito', sans-serif;
}
.full_content {
    min-height: calc(100vh - 97px);
    height: calc(100vh - 97px);
    overflow-x: hidden;
    overflow-y: auto !important;
    margin: 0 -1.5rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
}
.full_content>.content {
    min-height: calc(100vh - 222px);
}
[v-cloak]>* {
    display: none
}
h1, h2, h3 {
    font-weight: 300 !important;
}
.bg-dark {
    background: #12151b !important;
}
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}
.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
    }
}
.sidebar .nav-link {
    font-weight: 700;
    color: #fff;
    padding: .85rem 1rem;
}
.sidebar .nav-link:hover {
    background: rgba(255, 255, 255, .03);
}
.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #999;
}
.sidebar .nav-link i {
    width: 25px;
    color: #537da2;
    font-size: 1.05rem;
    position: relative;
    top: 1px;
}
.sidebar .nav-link.active {
    color: #007bff;
}
.sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {
    color: inherit;
}
.sidebar-heading {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .05rem;
    margin-bottom: 1.05rem;
}
/*
 * Content
 */

[role="main"] {
    padding-top: 48px;
    /* Space for fixed navbar */
}
/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.65rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
    font-weight: 700;
    line-height: 26px;
    letter-spacing: .2rem;
}
.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 40px;
}
.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}
.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.footer_master, .section_title {
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
}
.section_title {
    height: 49px;
    position: relative;
    z-index: 5;
}
.footer_master {
    height: 100px;
}
.asset_thumb {
    width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
.asset_thumb a {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eee;
    border: 2px solid #fff;
    line-height: 20px;
    text-align: center;
}
.btn {
    border-radius: 20px;
    position: relative;
    border: 0 !important;
    outline: 0 !important;
    font-weight: 700;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2) !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .35);
    text-transform: capitalize;
}
.btn::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    height: calc(100% - 2px);
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 50%);
    border-radius: 40px;
}
.btn-group>.btn-group:not(:last-child)>.btn::before, .btn-group>.btn:not(:last-child):not(.dropdown-toggle)::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn-group:not(:first-child)>.btn::before, .btn-group>.btn:not(:first-child)::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem 1rem;
}
.btn-primary, .btn-success, .btn-danger {
    color: #fff !important;
}
.btn-primary{
    background: #2f4a9a !important;
}
.btn-success {
    background: #27b566 !important;
}
.btn-success:hover {
    background: #19a959 !important;
}
.btn-light {
    background: #e9e9e9 !important;
}
.btn-secondary{
    background: #283540 !important;
}
.btn.no_shine {
    text-shadow: none !important;
    box-shadow: none !important;
}
.btn.no_shine::before {
    display: none;
}
.btn.submiting {
    color: rgba(255, 255, 255, .2) !important;
    text-shadow: none !important;
}
.btn.submiting i.preload {
    position: absolute;
    width: 30px;
    height: 30px;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 90%;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    z-index: 5;
}
label, .text-muted {
    color: #2a3d52 !important;
}
label {
    margin: 0;
}
.custom-select-sm {
    font-size: 100%;
}
.card-header {
    text-transform: uppercase;
    font-size: 100%;
    color: #979ca2;
    letter-spacing: .08rem;
    font-weight: 700;
    background: #fff;
}
.alert {
    border-radius: 30px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgb(248, 249, 250);
}
.pagination {
    margin: 0 !important;
}
.table td, .table th {
    padding: 8px 20px;
}
.table.table-flush td, .table.table-flush th{
    padding: 3px 20px;
}
.badge {
    font-size: 80%;
    font-weight: 400;
    position: relative;
    margin: 0;
    line-height: .9rem;
}
.badge::before {
    content: '';
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    border-radius: 20px;
    left: 1px;
    top: 1px;
    background: linear-gradient(rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 40%);
}
.breadcrumbs {
    position: relative;
    margin: -1.5rem -1.5rem 17px -1.5rem !important;
    padding: 0 1.5rem;
    border-bottom: 1px solid #dfdfdf;
    height: 49px;
    background: #fff !important;
    font-size: .7rem;
    font-weight: 700;
}
.breadcrumbs li {
    font-size: 88%;
    text-transform: uppercase;
    letter-spacing: .05rem;
}
.overflow-hidden {
    overflow: hidden;
}
.carousel-item {
    height: 400px;
    background: #f5f5f5;
    text-align: center;
}
.carousel-item>div {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}
.carousel-item img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    display: inline-block;
}
.carousel-control i {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #222;
    line-height: 32px;
    text-align: center;
    display: block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.color {
    width: 16px;
    height: 16px;
    line-height: 0;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    position: relative;
    top: 2px;
}
.color::before {
    content: '';
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    border-radius: 50%;
    left: 1px;
    top: 1px;
    background: linear-gradient(rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0) 40%);
}
.step-enter-active, .step-leave-active {
    opacity: 1;
    position: relative;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}
.step-enter, .step-leave-to {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
    transition: opacity 0s ease, transform 0s ease;
}
.step-enter-active {
    transition: opacity .5s ease, transform .5s ease;
}
.step-leave-active {
    transition: opacity .5s ease, transform .5s ease;
}
.step-enter {
    transition: opacity .5s ease, transform .5s ease;
}
.step-leave-to {
    transition: opacity 0s ease, transform 0s ease;
}
.chart_box {
    height: 75px;
    position: relative;
}
.chart_box>div {
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.tooltip {
    font-size: .68rem !important;
}
.accordion_indicator {
    display: inline-block;
    padding: 2px 10px;
    background: #0009;
    color: #fff;
    border-radius: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .4);
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    text-transform: capitalize;
    font-size: .62rem;
    font-weight: 700;
}
.accordion .card-group .card, .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #dfdfdf;
}
.accordion .card-group .card:first-of-type {
    border-bottom-left-radius: 3px;
}
.accordion .card-group .card:last-of-type {
    border-bottom-right-radius: 3px;
}
.search_assets_form {
    margin: 0;
    padding: 10px 20px 10px !important;
}
.table thead th {
    color: #b7b7b7;
    white-space: nowrap;
    font-size: 110%;
}
.form-row {
    margin-right: -8px;
    margin-left: -8px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.app_illustration{
    width: 15%;
    opacity: .5
}
.app_illustration.app_illustration-sm{
    width: 10%;
}