@font-face {
    font-family: "RubikFont";
    src: url("../fonts/Rubik/static/Rubik-Medium.ttf");   
}
body{
    margin: unset;  
    font-family: "RubikFont" !important;
}
.app{
    
    min-height: 100%;
    width: 100%;
}
.app-nav{
    width: 100%;
    height: 6%;
    background-color: #6355ff;
}
.app-nav-logo{
    height: 6%;
    position: absolute;
    right: 50%;
}
.app-container{
    width: 100%;
    min-height: 94%;
    display: flex;
    flex-wrap: wrap;
}
.app-side-nav{
    width: 10%;
    /* height: 100%; */
    background-color: #6355ff;
}
.app-content{
    width: 90%;
    /* height: 100%; */
    background-color: #dfccff;
}
.side-nav-link {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
    border-bottom: 2px solid #dfccff;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
}
.side-nav-img {
    width: 35%;
}
.side-nav-title{
    color:white;
    font-size: 14pt !important;
}
.active{
    background-color: #dfccff;
    color:#404141;
}
.side-nav-pic{
    position: fixed;
    width: 10%;
    bottom: 0;
}
.side-nav-pic-img{
    width: 100%;
}
.main-container{
    background-color: #ffffff8f;
    width: 98%;
    height: 98%;
    margin: 1%;
    border-radius: 15px;
}
.main-statistic {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    padding: 1%;
}
.statistic {
    width: 40%;
    text-align: center;
    background-color: #dfccff;
    border-radius: 15px;
}
.outcomning-btns {
    padding: 1%;
}
.outcoming-add{
    border: 2px solid #6355ff;
    border-radius: 15px;
    background-color: #f9f9f9;
    color: #6456fd;
}

.lds-grid,
.lds-grid div {
  box-sizing: border-box;
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: currentColor;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.lds-grid{
    margin-right: 50% !important;
}