:root {
    --body-background: #f5f5f5;
	--sidebar-background: #e7ecf2;
	--right-bar-background: #f5f5f5;
	--overview-background: #f5f5f5;
	--dynamic-content-background: #f5f5f5;
    --border-lines: #e7ecf2;
    --border-lines-2: #034f84;

	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #15a362;
	--bs-secondary: #5d6778;
	--bs-success: #5cb377;
	--bs-danger: #d26d69;
	--bs-warning: #EEBF41;
	--bs-info: #5b99ea;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
*::before,
*::after {
	box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth
	}
}

@media only screen and (min-width: 1100px) {
    body {
      width: 1100px;
    }
  }
html {
  width: 100%;
  height: 100%;
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: var(--body-background);
    /* min-width: 1400px; */
    width: 100%;
    height: 100%;
}

hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

hr:not([size]) {
	height: 1px
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

h1,
.h1 {
	font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
	h1,
	.h1 {
		font-size: 2.5rem
	}
}

h2,
.h2 {
	font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {
	h2,
	.h2 {
		font-size: 2rem
	}
}

h3,
.h3 {
	font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {
	h3,
	.h3 {
		font-size: 1.75rem
	}
}

h4,
.h4 {
	font-size: calc(1.275rem + 0.3vw)
}

/* @media(min-width: 1200px) {
	h4,
	.h4 {
		font-size: 1.5rem
	}
} */


/* On screens that are 992px wide or less, the background color is blue */
/* @media screen and (max-width: 1400px) {
    body {
      background-color: blue;
      color: white;
    }
  }
  
  /* On screens that are 600px wide or less, the background color is olive */
  /* @media screen and (max-width: 300px) {
    body {
      background-color: olive;
      color: white;
    }
  } */ 

h5,
.h5 {
	/* font-size: 1.25rem */
	font-size: 1.125rem
}

h6,
.h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}



.btn {
    display: inline-block;
    border-radius: 10px;
    background-color: #3F57B3;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 1em;
    padding: 0.7em;
    width: 130px;
    transition: all 0.5s;
    cursor: pointer;
    
  }
  
  .btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  .btn:hover span {
    padding-right: 25px;
  }
  
  .btn:hover span:after {
    opacity: 1;
    right: 0;
  }

.page-title {
	padding-left: 5px;
	text-align: left;
	font-size: 1.5rem;
	font-weight: bolder;
	margin-bottom: 0.1em;
    
    
}

.title-center{
    text-align: center;
}

.side-bar {
    /* padding: 20px; */
    background-color:var(--sidebar-background);
	width: 250px;
	height: 100vh;
    
}

/* .contentClass
{
position: relative;
width: 100%;
} */


.side-bar .logo-container {
    padding: 0.25em 0.5em;
}

.side-bar .logo-container .logo-img{
    width: 100px;
}

.tob-bar{
    position: absolute;
	top: 0px;
    left: 250px;
    width: calc(100% - 250px);
	height: 50px;
    margin: 0;
    padding: 0;
    background-color: var(-top-bar-background);
	
   
}

.hover-added:hover{
    transition: 0.5s;
    opacity: 0.6;
    cursor: pointer;
}

.card-hover:hover{
    box-shadow: 0 4px 8px 1px rgba(0,0,0,0.5);
    transition: 0.5s;
}

.tob-bar{
    height: 50px;
    border-bottom: var(--border-lines) solid 1px;
    /* box-shadow: 0 4px 8px 0.5px rgba(0,0,0,0.5); */
    z-index: 1;
    background-color: white;
}

/* On screens that are 1400 wide or less, the background color is blue */
@media screen and (max-width: 1400px) {
    .tob-bar {
        width: 1150px;
    }
  }

.tob-bar .top-bar-container{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.tob-bar .top-bar-container .arrow-icon-container{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
	height: 50px;
}


.tob-bar .top-bar-container .notification-user-container{
    position: relative;
    background-color: white;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
	height: 45px;
    
}

.tob-bar .top-bar-container .notification-container .icon-badge {
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	right: 64px;
	top: 13px;
	width: 18px;
	height: 18px;
	font-size: .5rem;
	font-weight: bold;
	padding-top: 1px;
	color: #fff;
	text-align: center;
    z-index: 1;
}


.tob-bar .top-bar-container .icon-badge.icon-badge {
	background: #ec776c;
    /* background: #034f84; */
	border: 2px solid #fff;
}



.right-bar{
    transition: 0.5s;
    display: block;
    padding: 10px;
    position: absolute;
    top: 50px;
    left: calc(100vw - 300px);
    width: 300px;
	background: var(--right-bar-background);
	height: calc(100vh - 50px);
	  overflow-y: scroll;
	  scroll-behavior: smooth;
      border-left: var(--border-lines) solid 1px;
      
    
}

/* On screens that are 1400 wide or less, the background color is blue */
@media screen and (max-width: 1400px) {
    .right-bar {
      
      left: 1100px;
    }
  }
  

  .card-container{
      position: relative;
      width: 100%;
      background: white;
      padding: 1em;
      text-align: center;
      border: var(--border-lines-2) solid 2px;
      border-bottom-right-radius: 25px;
      border-left: var(--border-lines-2) solid 8px;
      margin-top: 1em;
      /* border-radius: 1em; */
      
  }

  .card-container .card-title-container {
      border-bottom: black solid 2px;
      background: white;
      z-index: 1;
  }

  .card-container .card-description{
      padding: 15px;
  }


.navigation
{
    position: fixed;
    width: 250px;
    height: 100%; 
    /* background: #003147; */
    background: #e7ecf2;
    transition: 0.5s;
    overflow: hidden;
}

.navigation.active
{
    width: 60px;
   
}

.navigation ul
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   padding: 0;
}


.navigation ul li
{
    position: relative;
    width: 100%;
    list-style: none;
}

.navigation ul li:hover
{
  background: #3F57B3; 
  box-shadow: 0 4px 8px 1px rgba(0,0,0,0.5);
  transition: 0.5s;
  cursor: pointer;
  
}


.navigation ul li a
{
   position: relative;
   display: block;
   width: 100%;
   display: flex;
   text-decoration: none;
   color: #fff;
   font-size: 18px;
}

.navigation ul li:hover .title
{
   color: #fff;
}

.navigation ul li:hover .icon
{
   color: #fff;
}

.navigation ul li a .icon
{
   position: relative;
   display: block;
   min-width: 60px;
   height: 60px;
   line-height: 60px;
   text-align: center;
   color: #111;
}

.navigation ul li a .icon .fa
{
  color: #fff;
  font-size: 24px;
}


.navigation ul li a .title
{
   position: relative;
   display: block;
   padding: 0 10px;
   height: 60px;
   line-height: 60px;
   white-space: nowrap;
   color: #111;
   font-weight: 400;
}




  /* main */

  .main{
    position: absolute;
    top: 50px;
    left: 250px;
    width: calc(100% - 550px);
    /* height: 180px; */
   padding: 10px;
   margin: 0;
    background: var(--overview-background);
    border-bottom: var(--border-lines) solid 1px;
    min-width: 850px;
    transition: 0.5s;
    /* height: calc(100vh - 50px); */
    /* overflow-y: scroll; */
    /* scroll-behavior: smooth; */
    /* background-color: red; */
}

.overview{
    padding-bottom: 15px;
    /* background-color: yellow; */
    
    
    
}

.overview-card-container{
    position: relative;
    width: 100%;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 15px;
    height: 110px;
    

}

.card-flex{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.overview-card{
    position: relative;
    background: white;
    padding: 15px;
    /* display: flex; */
    justify-content: space-between;
    cursor: pointer;
    border-radius: 5px;
}


.dynamic-container{
    position: relative;
    background: var(--overview-background);
    margin-top: 5px;

    height: calc(100vh - 240px);   
    overflow-y: scroll;
    scroll-behavior: smooth; 
    /* background-color: green; */
}