
.primary-color {
    color: #a6a6ff;
    color: ;
}
.primary-bg-color {
    background-color: #a6a6ff;
    background-color: ;
}
.accent-color {
    color: #00bfa5;
}
.accent-bg-color {
    background-color: #00bfa5;
}
.second-color {
    color: #0000ff;
}
.second-bg-color {
    background-color: #0000ff;
}
.navbar-dark .nav-item a {
    color: white !important;
}
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.center-x {
    display: flex;
    justify-content: center;
}
.center-y {
    display: flex;
    align-items: center;
}
.hidden {
    display: none;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(130, 127, 127, 0.8);
    z-index: 1000000000;
}
.holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
    
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card {
    border-radius: 0;
    box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.card .card-block, .card .card-body {
    padding: 3px 2.5px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

body {
    background: #f4f7fa;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    color: #888;
    font-weight: 400;
}
.panels > div > div {
  /*border: 1px solid black;*/
  margin: 0.5rem;
}

.panels {
    margin: 0 2rem;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 225px auto auto;
    grid-template-rows: auto auto;
}
.panel-info {
    grid-row: span 2;
}
.panel-positions {
    grid-column: span 2;
}

@media (max-width: 1080px) {
  .panels {
    grid-template-columns: 225px auto;
    grid-template-rows: auto auto auto;
  }
  .panel-positions {
    grid-column: span 2;
  }
}

@media (max-width: 720px) {
  .panels {
    margin: 0 0.5rem;
    grid-template-columns: auto;
  }
  .panel-positions {
    grid-column: span 1;
  }
}
.page_wrapper {
    width: 100%;
}
.nav_wrapper {
    display: block;
    z-index: 1029;
    position: fixed;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 1px 0 20px 0 #3f4d67;
    width: 264px;
    height: 100vh;
    top: 0;
    background: #3f4d67;
    color: #a9b7d0;
    color: #e8edf7;
}
.nav_wrapper.navbar-collapsed {
    width: 80px;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header_wrapper {
    z-index: 1028;
    display: flex;
    min-height: 70px;
    padding: 0;
    position: relative;
    top: 0;
    background: transparent;
    color: #3f4d67;
    width: calc(100% - 264px);
    margin-left: 264px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.content_wrapper {
    position: relative;
    display: block;
    clear: both;
    float: unset;
    right: 0;
    margin: 0 auto 0 264px;
    min-height: 100vh;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.content_wrapper.open {
    margin-left: 80px;
}
.header_wrapper.open {
    width: calc(100% - 80px);
    margin-left: 80px;
}
@media only screen and (max-width: 991px){
    .nav_wrapper {
        margin-left: -264px;
        position: fixed;
        height: 100%;
        box-shadow: none;
    }
    .nav_wrapper.open {
        margin-left: 0;
    }
    .content_wrapper, .header_wrapper {
        margin-left: 0;
        width: 100%;
    }
    .sidebar_title {
        font-size: 1rem;
    }
}
.sidebar_title {
    font-size: 1.2rem;
}
.navbar-collapsed .sidebar-toggler, .navbar-collapsed .sidebar_title {
    display: none;
}
.sidebar_title {
    display: inline;
}
.panels .card-header.hr {
    border-bottom: 1px solid #ccc;
}
.panels .card-header {
    padding: 0.1rem 0rem 0.5rem 0rem;
    border-bottom: none;
    margin-bottom: 0.5rem;
    /*margin-left: -4%;
    margin-right: -4%;
    */background-color: transparent;
}
.card .card-header h5 {
    margin-bottom: 0;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}
.card .subscribers .card-number {
    font-size: 30pt;
    font-weight: 800;
}
.stat-list {
    list-style: none;
    padding-left: 0;
    min-width: 200px;
    display: flex;
    flex-wrap: wrap;
}
.stat-list li {
    font-size: 14pt;
    color: #1a1a1a;
    margin-top: 0.55rem;
    margin-bottom: 0.55rem;
    flex: 50%;
}
.stat-list li span {
    font-size: 16pt;
}
.stat-list li h6 {
    font-size: 12pt;
    color: #8f8f8f;
    display: block;
    margin-bottom: 0;
}
.stat-list li .percent-line {
    margin-top: 0.1rem;
    height: 2px; 
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.3);
}
.positions-panel {
    min-height: 300px;
}
.scrollbar-container {
    position: relative;
    height: 100%;
}
.sidebar_content .scrollbar-container {
    overflow-x: hidden; 
    overflow-y: hidden;
}
.sidebar_content .scrollbar-container ul {
    list-style: none;
    margin-top: 1.5rem;
}
.sidebar_content .scrollbar-container ul li {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0.75rem;
    width: 100%;
}
.menu-caption {    
    font-size: 10px;
    font-weight: 600;
    padding: 25px 20px 5px;
    text-transform: uppercase;
    position: relative;
    color: #e8edf7;
}
.sidebar_content .scrollbar-container ul li a {
    color: #a9b7d0;
    text-align: left;
    padding: 7px 15px;
    margin: 5px 0 0;
    display: block;
    border-radius: 0;
    position: relative;
}
.sidebar_content .scrollbar-container ul li a.active {
    color: #1dc4e9;
}
.navbar-collapsed .pcoded-mtext, .navbar-collapsed .menu-caption {
    display: none !important;
}

.navbar-collapsed .sidebar_content .scrollbar-container ul li {
    margin 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}