html {
	background-color: #d4cfcb !important;
  /* zoom: 75%; */
}

body {
  /* background: 
  linear-gradient(135deg, #ddd7de 25%, transparent 25%) -50px 0,
  linear-gradient(225deg, #d9ccd1 25%, transparent 25%) -50px 0,
  linear-gradient(315deg, silver 25%, transparent 25%),
  linear-gradient(45deg, #d7cfe3 25%, transparent 25%);
  background-size: 2em 2em; */
  background-color: #d4cfcb !important;
}

.navbar-default {
	background-color: #18a847 !important;
}

.sidebar-default {
	background: rgb(190,183,166)!important;
	background: linear-gradient(0deg, rgba(190,183,166,1) 0%, rgba(237,233,222,1) 100%)!important;
	box-shadow: 1px 0px 14px 1px #9c9c9c;
}

.background-1 {
    background-color: rgb(81 66 27 / 33%)!important;
}

.background-2 {
    background-color: rgb(129 121 130 / 43%)!important;
}

.tab-content {
	background-color: silver !important;
}

