/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/templates/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */


body {
    font-family: 'Euclid Circular A';
    /*font-weight: 300;*/
}



 #wrapper {
    overflow-x: hidden;
 }

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    /*padding-top: 0.875rem;*/
    /*padding-right: 1.25rem;*/
    /*padding-bottom: 0.450rem;*/
    padding-left: 1.25rem;
    /*font-size: 1.2rem;*/ 
    background-color: black;
    color: white;
    height:56px;

}

#sidebar-wrapper .list-group {
  width: 15rem;
  padding-left: 20px;
  margin-top: 20px;
}

#page-content-wrapper {
    min-width: 100vw;
    background-color: #F8F9FA;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}



.menu-class {
    border: 0;
}

#sidebar-wrapper .list-group .active {
    border-left: 5px solid #2C9F1B;
    background-color: #DAE0E5;
    color: #495057;
}


.list-menu{
    padding-left: 15px;
}






@media (min-width: 768px) {
    #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}








@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/5e2e1f6086f417a524286df9_EuclidCircularA-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/5e2e1f5f2ca1f7db98152e4a_EuclidCircularA-SemiboldItalic.otf') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/5e2e1f6086f417c5d0286dfa_EuclidCircularA-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/5e2e1f6086f417263d286dfb_EuclidCircularA-RegularItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/5e2e1f5fd2e0673beab7d96b_EuclidCircularA-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/5e2e1f5ed2e067163cb7d96a_EuclidCircularA-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/5e2e1f5e8c2b177e3fca4f91_EuclidCircularA-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/5e2e1f5f2ca1f77e5a152e48_EuclidCircularA-MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/5e2e1f5e2ca1f767ea152e47_EuclidCircularA-LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Euclid Circular A';
    src: url('../fonts/5e2e1f5e8c2b170541ca4f92_EuclidCircularA-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
