﻿:root {
    --bs-mdgreen: #146E82;
}

body {
    --bs-primary: #146E82;
}



 /*side navigation bar */
.sideNav-show {
    display: none;
}

.custom-sidebar {
    margin: 0px;
    padding-top: 70px !important;
    margin-top: 70px;
    height: 100%;
    width: 20%;
    background-color: #ffffff !important;
    color: #ffffff;
    border: 0;
    position: fixed;
  /*  background-image: url('CooperativeTraining/assets/images/SidNav3.png') !important;*/
   /* background-image: url('/assets/images/SidNav.png') !important;*/
    background-position: 1% 90%;
    background-repeat: no-repeat;
}

    .custom-sidebar .btn {
        color: #ffffff;
    }

    .custom-sidebar .link-dark {
        color: #ffffff;
    }

@media screen and (min-width: 1036px) {

    .sideNav-show {
        display: block
    }
}
