.page-title-brown {
  color: #6B5629;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 1.125rem;
  line-height: 1.2;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
}

.page-subtitle-brown {
  color: #6b5629;
  font-size: 20px;
  margin-bottom: 1.125rem;
  text-transform: uppercase;
}

.page-subsubtitle-brown {
  color: #6b5629;
  font-size: 16px;
  text-transform: uppercase;
}
.icon-app-store {
  width: 150px;
  height: auto;
  justify-content: center;
}

.icon-play-store {
  width: 150px;
  height: auto;
  justify-content: center;
}

.card-prof-details {
  background-color: #ffffff;
  width: 100%;
  height: auto;
}

.btn-cours-details {
  text-decoration: none;
  color: #000;
}

.btn-cours-details:hover {
  text-decoration: none;
  color: #fff;
  background-color: #b3934f;
}

.logo-hover {
  pointer-events: none;
}

.justify-content-left {
  justify-content: left !important;
}

.sidebar-brand-wrapper .logo-hover .menu-title {
  width: 15%;
  height: auto;
}

.sidebar .nav.fixed-left {
  position: fixed;
}

.btn-prof-details {
  text-decoration: none;
  color: #000;
}

.btn-prof-details:hover {
  text-decoration: none;
  color: #fff;
  background-color: #b3934f;
}

.btn-article-details {
  text-decoration: none;
  color: #000;
}

.btn-article-details:hover {
  text-decoration: none;
  color: #fff;
  background-color: #b3934f;
}

.card-cours-details {
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.card-article-details {
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 500px;
  overflow: hidden;
}

.margin-card-cours-details {
  margin: 1%;
}

.margin-card-prof-details {
  margin: 1%;
}

.name-equipe {
  margin-top: 1rem;
  font-size: large;
}

.lastname {
  text-transform: uppercase;
  font-size: small;
}

.card-equipe {
  color: #000;
}

.card-equipe:hover {
  text-decoration: none;
  color: #fff;
  background-color: #b3934f;
}


.card-img-top {
  flex-shrink: 0;
  width: 30%;
  margin: auto;
  margin-top: 1rem;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.subcard-img {
  flex-shrink: 0;
  width: 100%;
  margin: auto;
}

.middle {
  margin: auto;
}

.article-card {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1%;
  opacity: 0.85;
}

.align-left {
  text-align: left;
  margin-left: 20px;
}

.btn-article-details .subcard-img-detail-article {
  width: 100%;
  max-width: 130px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  padding: 0.25rem;
}

@media (max-width: 767.98px) {
  .btn-article-details .subcard-img-detail-article {
    max-width: 96px;
  }
}

.card-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
  /*-------------------------------------------------------------------*/
  /* === Template mixins === */
  /* Miscellaneous Mixins */
  
  /* Animation Mixins */
  @keyframes dropdownAnimation {
	from {
	  opacity: 0;
	  transform: translate3d(0, -30px, 0); }
	to {
	  opacity: 1;
	  transform: none;
	  transform: translate3d(0, 0px, 0); } }
  
   .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
	animation-name: dropdownAnimation;
	-webkit-animation-duration: 0.25s;
	-moz-animation-duration: 0.25s;
	-ms-animation-duration: 0.25s;
	-o-animation-duration: 0.25s;
	animation-duration: 0.25s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both; }
  
  @keyframes fadeOut {
	from {
	  opacity: 1; }
	to {
	  opacity: 0; } }
  
  @keyframes spin {
	from {
	  transform: rotate(0deg); }
	to {
	  transform: rotate(360deg); } }
  
  @keyframes fadeInUp {
	from {
	  opacity: 0;
	  transform: translate3d(0, 100%, 0); }
	to {
	  opacity: 1;
	  transform: none; } }
  
  /*-------------------------------------------------------------------*/
  /* === Core Styles === */
  /* Reset Styles */
  body {
	padding: 0;
	margin: 0;
	overflow-x: hidden; }
  
  a,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  p,
  span {
	text-shadow: none; }
  
  [type=button]:focus,
  a:active,
  a:focus,
  a:visited,
  button::-moz-focus-inner,
  input[type=reset]::-moz-focus-inner,
  input[type=button]::-moz-focus-inner,
  input[type=submit]::-moz-focus-inner,
  input[type=file] > input[type=button]::-moz-focus-inner,
  select::-moz-focus-inner {
	outline: 0; }
  
  input,
  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
	outline: none;
	outline-width: 0;
	outline-color: transparent;
	box-shadow: none;
	outline-style: none; }
  
  textarea {
	resize: none;
	overflow-x: hidden; }
  
  .btn,
  .btn:active, .btn:focus, .btn:hover,
  .btn:visited,
  a,
  a:active,
  a:checked,
  a:focus,
  a:hover,
  a:visited,
  body,
  button,
  button:active,
  button:hover,
  button:visited,
  div,
  input,
  input:active,
  input:focus,
  input:hover,
  input:visited,
  select,
  select:active,
  select:focus,
  select:visited,
  textarea,
  textarea:active,
  textarea:focus,
  textarea:hover,
  textarea:visited {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none; }
  
  .btn.active.focus,
  .btn.active:focus, .btn.focus,
  .btn:active.focus,
  .btn:active:focus, .btn:focus,
  button,
  button:active,
  button:checked,
  button:focus,
  button:hover,
  button:visited {
	outline: 0;
	outline-offset: 0; }
  
  .dropdown-menu > li > a:active,
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:visited {
	outline: 0; }
  
  a:focus,
  input:focus {
	border-color: transparent;
	outline: none; }
  

  
  /* Backgrounds  */
  
  /* Typography */
  body {
	font-size: 1rem;
	font-weight: normal;
	font-weight: initial;
	line-height: 1.5;
	font-family: Arial, sans-serif;
	-webkit-font-smoothing: antialiased; }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500; }
  
  p {
	font-size: 0.875rem; }
  
  h1, .h1 {
	font-size: 2.19rem; }
  
  h2, .h2 {
	font-size: 1.875rem; }
  
  h3, .h3 {
	font-size: 1.5rem; }
  
  h4, .h4 {
	font-size: 1.125rem; }
  
  h5, .h5 {
	font-size: 1rem; }
  
  h6, .h6 {
	font-size: 0.9375rem; }
  
  p {
	font-size: 0.875rem; }
  
  .display-1 {
	font-size: 3.75rem; }
	@media (max-width: 991px) {
	  .display-1 {
		font-size: 3rem; } }
  
  .error-page h1 {
	font-size: 12rem; }
	@media (max-width: 991px) {
	  .error-page h1 {
		font-size: 8rem; } }
  
  /* Miscellanoeous */
  body,
  html {
	overflow-x: hidden;
	padding-right: 0 !important;
	background-color: #fff; }
  
  *:-moz-full-screen,
  *:-webkit-full-screen,
  *:fullscreen *:-ms-fullscreen {
	overflow: auto; }
  
  .container-scroller {
	overflow: hidden; }
  
  pre {
	background: #e8eff4;
	padding: 15px;
	font-size: 14px; }
  
  code {
	padding: 5px;
	color: #fc424a;
	font-weight: 300;
	font-size: 0.875rem;
	border-radius: 4px; }
  
  /* Footer */
  .footer {
	background: #000000;
	padding: 20px 1rem;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	font-size: calc(0.875rem - 0.05rem);
	font-weight: 300; }
	.footer a {
	  color: #00d25b;
	  font-size: inherit; }
	@media (max-width: 991px) {
	  .footer {
		margin-left: 0;
		width: 100%; } }
  
  /* Utilities */
  .grid-margin {
	margin-bottom: 1.5rem; }
  
  .btn-cours{
	background-color: #E7D3A6;
	color: #000000;
	border-radius: 20px;
	text-decoration: none;
	padding: 0.5rem;
  }
  
  .btn-article{
	background-color: #E7D3A6;
	color: #000000;
	border-radius: 20px;
	text-decoration: none;
	width: 100%;
  }
  
  .btn-event{
	background-color: #E7D3A6;
	color: #000000;
	border-radius: 20px;
	text-decoration: none;
	padding: 0.5rem;
	margin: auto;
	width: auto;
  }
  
  .title-event-card{
	background-color: rgb(245, 245, 220);
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	text-align: center;
	font-size: 100%;
	text-transform: uppercase;
	padding: 1rem
  }
  
  .price-month-tarifs{
	font-size: small;
  }
  
  .filter-tarifs{
	color: #6b5629;
	background-color: #fff;
	padding: 1rem;
	border-radius: 4px;
	margin: auto;  
	width: 100%;
  }
  
  .filter-tarifs:hover{
	color: #fff;
	background-color: #E7D3A6;
	padding: 1rem;
	border-radius: 4px;
	margin: auto;
	text-decoration: none;
	width: 100%;
  }
  
  .margin-cours{
	margin: auto;
	padding: 1rem;
  }
  
  .up-arrow{
	float: right;
  }
  
  .back-arrow{
	float: left;
	margin: auto 50px auto 0px;
  }
  
  .price-month-tarifs-whithout-engage{
	font-size: small;
	color: #666666;
  } 
  
  .price-month-tarifs-whithout-engage-success{
	font-size: small;
	color: green;
  } 
  
  .price-event{
	padding: 2rem;
  }

  h1.card-text{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
  }

  .card-text-heading-excerpt{
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
  }

  .card-body h1.card-text{
	font-size: 2rem;
	margin-bottom: 0.5rem;
  }

  p.price-event,
  .price-title{
	display: block;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0.5rem;
  }
  
  .check-event{
	width: auto;
	height: auto;
	margin-right: 0.5rem;
  }
  
  .stretch-card {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: stretch;
	justify-content: stretch; }
	.stretch-card > .card {
	  width: 100%;
	  min-width: 100%; }
  
	  .stretched-card {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: stretch;
		justify-content: stretch;
		width: auto;
		height: 100%; }
		
	  .stretched-card > .card {
		  width: 100%;
		  height: auto;
		  min-width: 100%; }
		
  .img-home{
	width: 100%; 
	height: auto; 
	float: right;
	max-width: fit-content;
	max-height: fit-content;
  }
  
  .text-black {
	color: #000; }
  
  .flex-grow {
	flex-grow: 1; }
  
  .font-weight-light {
	font-weight: 300; }
  
  .font-weight-medium {
	font-weight: 500; }
  
  /* Demo Styles */
  
  /*-------------------------------------------------------------------*/
  /* === Components === */
  /* Badges */
  
  /*Badge variations*/
  
  /*Badge outlined variations*/
  
  /* Buttons */
  .btn {
	font-size: 0.9375rem;
	line-height: 1;
	font-weight: normal;
	/* Buttons with only icons */
	/* Buttons with icon and text */ }
	.btn i {
	  margin-right: .3125rem; }
  
  /*social buttons*/
  
  /* inverse buttons */
  
  /* Cards */
  .card {
	border-radius: 0.25rem; }
	.card .card-body {
	  padding: 1.75rem 1.5625rem; }
	  .card .card-body + .card-body {
		padding-top: 1rem; }
	.card .card-title {
	  color: #6B5629;
	  margin-bottom: 1.125rem;
	  text-transform: capitalize; }
  
  /* Checkboxes and Radios */
  .form-check {
	position: relative;
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 0; }
  
  /* Dropdowns */
  .dropdown .dropdown-menu {
	margin-top: .75rem;
	font-size: 0.875rem;
	box-shadow: none; }
	.dropdown .dropdown-menu .dropdown-item {
	  font-size: 1rem;
	  padding: .25rem 1.5rem; }
	  .dropdown .dropdown-menu .dropdown-item:active {
		background: initial; }
  
  /* Forms */
  
  .form-check {
	min-height: 18px;
	padding-left: 1.25rem; }
  
  /* Icons */
  
  /* Loaders */
  
  @-webkit-keyframes rota {
	from { }
	to {
	  -webkit-transform: rotate(360deg); } }
  
  @keyframes rota {
	from { }
	to {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg); } }
  
  @-webkit-keyframes opa {
	0% { }
	12.0% {
	  opacity: 0.80; }
	19.5% {
	  opacity: 0.88; }
	37.2% {
	  opacity: 0.64; }
	40.5% {
	  opacity: 0.52; }
	52.7% {
	  opacity: 0.69; }
	60.2% {
	  opacity: 0.60; }
	66.6% {
	  opacity: 0.52; }
	70.0% {
	  opacity: 0.63; }
	79.9% {
	  opacity: 0.60; }
	84.2% {
	  opacity: 0.75; }
	91.0% {
	  opacity: 0.87; } }
  
  @keyframes opa {
	0% { }
	12.0% {
	  opacity: 0.80; }
	19.5% {
	  opacity: 0.88; }
	37.2% {
	  opacity: 0.64; }
	40.5% {
	  opacity: 0.52; }
	52.7% {
	  opacity: 0.69; }
	60.2% {
	  opacity: 0.60; }
	66.6% {
	  opacity: 0.52; }
	70.0% {
	  opacity: 0.63; }
	79.9% {
	  opacity: 0.60; }
	84.2% {
	  opacity: 0.75; }
	91.0% {
	  opacity: 0.87; } }
  
  .b {
	border-radius: 50%;
	position: absolute; }
  
  .s {
	width: 15px;
	height: 15px;
	animation: small 2s infinite ease;
	box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
	background-color: #0090e7; }
  
  .s:nth-child(1) {
	top: 0%;
	left: 0%; }
  
  .s:nth-child(2) {
	top: 0%;
	right: 0%; }
  
  .s:nth-child(3) {
	right: 0%;
	bottom: 0%; }
  
  .s:nth-child(4) {
	bottom: 0%;
	left: 0%; }
  
  @keyframes bigcon {
	0% {
	  transform-origin: center;
	  transform: translate(-50%, -50%) rotate(45deg); }
	100% {
	  transform-origin: center;
	  transform: translate(-50%, -50%) rotate(405deg); } }
  
  @keyframes small {
	0% {
	  transform: scale(1);
	  background-color: #4ebcff; }
	10% {
	  transform: scale(1.3);
	  background-color: #0090e7; }
	15% {
	  transform: scale(1); }
	25% {
	  transform: scale(1);
	  background-color: #0090e7; }
	100% {
	  transform: scale(1);
	  background-color: #0090e7; } }
  
  /* Pixel loader */
  
  @keyframes anim {
	0% {
	  -webkit-filter: hue-rotate(0deg); }
	50% {
	  box-shadow: 20px 20px  0 0, -20px -20px  0 0, 20px -20px  0 0, -20px 20px  0 0, 0 10px  0 0, 10px 0  0 0, -10px 0  0 0, 0 -10px 0 0; }
	75% {
	  box-shadow: 20px 20px  0 0, -20px -20px  0 0, 20px -20px  0 0, -20px 20px  0 0, 0 10px  0 0, 10px 0  0 0, -10px 0  0 0, 0 -10px 0 0; }
	100% {
	  transform: rotate(360deg);
	  -webkit-filter: hue-rotate(360deg); } }
  
  /* Square box loader */
  @keyframes dyinglight {
	15% {
	  transform: scale(1.6); }
	50% {
	  transform: rotate(-89deg); }
	100% {
	  transform: rotate(-90deg); } }
  
  /* Circle loader */
  
  @keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg); }
	100% {
	  -webkit-transform: rotate(360deg);
	  -ms-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg); } }
  
  /* Jumping dots loader */
  
  @keyframes bounce {
	0%, 75%, 100% {
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	  transform: translateY(0); }
	25% {
	  -webkit-transform: translateY(-20px);
	  -ms-transform: translateY(-20px);
	  -o-transform: translateY(-20px);
	  transform: translateY(-20px); } }
  
  /* Bar loader */
  
  @keyframes grow {
	0%, 100% {
	  -webkit-transform: scaleY(1);
	  -ms-transform: scaleY(1);
	  -o-transform: scaleY(1);
	  transform: scaleY(1); }
	50% {
	  -webkit-transform: scaleY(1.8);
	  -ms-transform: scaleY(1.8);
	  -o-transform: scaleY(1.8);
	  transform: scaleY(1.8); } }
  
  /* Square path loader */
  
  @keyframes squaremove {
	0%, 100% {
	  -webkit-transform: translate(0, 0) rotate(0);
	  -ms-transform: translate(0, 0) rotate(0);
	  -o-transform: translate(0, 0) rotate(0);
	  transform: translate(0, 0) rotate(0); }
	25% {
	  -webkit-transform: translate(40px, 40px) rotate(45deg);
	  -ms-transform: translate(40px, 40px) rotate(45deg);
	  -o-transform: translate(40px, 40px) rotate(45deg);
	  transform: translate(40px, 40px) rotate(45deg); }
	50% {
	  -webkit-transform: translate(0px, 80px) rotate(0deg);
	  -ms-transform: translate(0px, 80px) rotate(0deg);
	  -o-transform: translate(0px, 80px) rotate(0deg);
	  transform: translate(0px, 80px) rotate(0deg); }
	75% {
	  -webkit-transform: translate(-40px, 40px) rotate(45deg);
	  -ms-transform: translate(-40px, 40px) rotate(45deg);
	  -o-transform: translate(-40px, 40px) rotate(45deg);
	  transform: translate(-40px, 40px) rotate(45deg); } }
  
  /* Dot opacity loader */
  
  @keyframes opacitychange {
	0%, 100% {
	  opacity: 0; }
	60% {
	  opacity: 1; } }
  
  /* Flip square */
  
  @keyframes flip {
	0% {
	  transform: rotate(0); }
	50% {
	  transform: rotateY(180deg); }
	100% {
	  transform: rotateY(180deg) rotateX(180deg); } }
  
  /* Moving square loader */
  
  @keyframes rotatemove {
	0% {
	  -webkit-transform: scale(1) translateX(0px);
	  -ms-transform: scale(1) translateX(0px);
	  -o-transform: scale(1) translateX(0px);
	  transform: scale(1) translateX(0px); }
	100% {
	  -webkit-transform: scale(2) translateX(45px);
	  -ms-transform: scale(2) translateX(45px);
	  -o-transform: scale(2) translateX(45px);
	  transform: scale(2) translateX(45px); } }
  
  /* Preview */
  
  .icon {
	display: flex;
	align-items: center;
	justify-content: center; }
	.icon .icon-item {
	  font-size: 40px; 
	  color: #6B5629
	}
  
  .icon-fb {
	display: flex;
	align-items: center;
	color: #6b5629;
	justify-content: center; 
  }
  
  .icon-fb .icon-insta-item {
	color: #C32AA3 ;
	font-size: 5rem;
  }
  
  .icon-fb .icon-fb-item {
	  color: #3B5998;
	  font-size: 5rem;
  }
  
  /* Tables */
  .table {
	margin-bottom: 0;
	color: #6B5629; }
	.table thead th {
	  border-top: 0;
	  border-bottom-width: 1px;
	  font-weight: 500;
	  color: #6B5629; }
	  .table thead th i {
		margin-left: 0.325rem; }
	.table th,
	.table td {
	  vertical-align: middle;
	  font-size: 0.875rem;
	  line-height: 1;
	  white-space: nowrap; }
	  .table th img,
	  .table td img {
		width: 30px;
		height: 30px;
		border-radius: 100%; }
  
  /* gradient pills */
  
  .tab-content {
	border: 1px solid #2c2e33;
	border-top: 0;
	padding: 2rem 1rem;
	text-align: justify; }
  
  /* Tabs */
  
  /*-------------------------------------------------------------------*/
  /* === Email === */
  /*-------------------------------------------------------------------*/
  /* === Plugin overrides === */
  /* Ace Editor */
  
  /* Avgrund Popup */
  
  /* Optional close button styles */
  
  /* Chartist */
  
  /* CodeMirror */
  
  /* Colcade */
  * {
	box-sizing: border-box; }
  
  /* hide two middle */
  
  /* Colorpicker */
  
  /* Context Menu */
  
  /* Data Tables */
  
  /* Datepicker */
  
  /* Dropify */
  
  /* Dropzone */
  
  /* Flot chart */
  
  /* Full Calendar */
  
  /* Google Charts */
  
  /* Icheck */
  
  /* Jquery File Upload */
  
  /* Js-grid */
  
  /* Jvectormap */
  
  /* Light Gallery */
  
  /* Listify */
  
  /* No-ui-slider */
  
  /* Slider Color variations */
  
  /* Owl-carousel */
  
  /* Progressbar-js */
  
  .progress {
	background-color: #2f323a;
	border-radius: 0px; }
  
  /* Pws-tabs */
  
  /* Quill Editor */
  
  /* Rating */
  
  /* Select2 */
  
  /* Summernote Editor */
  
  /* SweetAlert */
  
  /* Switchery */
  
  /* Tags */
  
  /* TinyMCE Editor */
  
  /* Toast */
  
  /* Typeahead */
  
  /* Wysi Editor */
  
  /* X-editable */
  
  /* Wizard */
  
  /*-------------------------------------------------------------------*/
  /* === Landing screens === */
  /* Auth */
  
  /* Navbar */
  .navbar {
	font-weight: normal;
	background: #fff;
	left: 244px;
	transition: left 0.25s ease;
	-webkit-transition: left 0.25s ease;
	-moz-transition: left 0.25s ease;
	-ms-transition: left 0.25s ease; }
	@media (max-width: 992px) {
	  .navbar {
		left: 0; } }
	.navbar .navbar-brand-wrapper {
	  transition: width 0.25s ease, background 0.25s ease;
	  -webkit-transition: width 0.25s ease, background 0.25s ease;
	  -moz-transition: width 0.25s ease, background 0.25s ease;
	  -ms-transition: width 0.25s ease, background 0.25s ease;
	  background: #fff;
	  width: 244px;
	  height: 70px; }
	  @media (max-width: 991px) {
		.navbar .navbar-brand-wrapper {
		  width: 55px; } }
	.navbar .navbar-menu-wrapper {
	  transition: width 0.25s ease;
	  -webkit-transition: width 0.25s ease;
	  -moz-transition: width 0.25s ease;
	  -ms-transition: width 0.25s ease;
	  color: #ffffff;
	  padding-left: 15px;
	  padding-right: 15px;
	  width: 100%;
	  height: 70px; }
	  @media (max-width: 991px) {
		.navbar .navbar-menu-wrapper {
		  width: auto;
		  padding-left: 15px;
		  padding-right: 15px; } }
	  .navbar .navbar-menu-wrapper .navbar-toggler {
		border: 0;
		color: #6B5629;
		height: 70px;
		border-radius: 0px; }
		.navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
		  font-size: 0.875rem; }
		  @media (max-width: 991px) {
			.navbar .navbar-menu-wrapper .navbar-toggler:not(.navbar-toggler-right) {
			  display: none; } }
		@media (max-width: 991px) {
		  .navbar .navbar-menu-wrapper .navbar-toggler.navbar-toggler-right {
			padding-left: 15px;
			padding-right: 11px;
			border-right: none; } }
	  .navbar .navbar-menu-wrapper .navbar-nav {
		flex-direction: row;
		align-items: center; }
		.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
		  color: inherit;
		  font-size: 0.9375rem;
		  margin-left: 1rem;
		  margin-right: 1rem;
		  white-space: nowrap; }
		  @media (max-width: 767px) {
			.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
			  margin-left: .8rem;
			  margin-right: .8rem; } }
		  .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link i {
			font-size: 1.125rem; }
		.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown {
		  line-height: 1rem; }
		  .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
			color: #0090e7;
			font-size: 1rem; }
		  .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .dropdown-menu {
			border: none;
			border-radius: 4px; }
		  @media (max-width: 991px) {
			.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown {
			  position: static; } }
	  .navbar .navbar-menu-wrapper .search input {
		background: #fff;
		padding: 13px 20px 11px 20px;
		border: 1px solid #2c2e33; }
		.navbar .navbar-menu-wrapper .search input::placeholder {
		  color: #6B5629;
		  font-size: 0.875rem; }
  
  @media (max-width: 991px) {
	.navbar {
	  flex-direction: row; }
	  .navbar .navbar-brand-wrapper {
		width: 75px; } }
  
  @media (max-width: 480px) {
	.navbar .navbar-brand-wrapper {
	  width: 55px; } }
  
  /* Sidebar */
  .sidebar {
	min-height: calc(100vh - 70px);
	background: #fff;
	font-weight: normal;
	padding: 0;
	width: 245px;
	z-index: 11;
	transition: width 0.25s ease, background 0.25s ease;
	-webkit-transition: width 0.25s ease, background 0.25s ease;
	-moz-transition: width 0.25s ease, background 0.25s ease;
	-ms-transition: width 0.25s ease, background 0.25s ease; }
	.sidebar .sidebar-brand-wrapper {
	  transition: width 0.25s ease, background 0.25s ease;
	  -webkit-transition: width 0.25s ease, background 0.25s ease;
	  -moz-transition: width 0.25s ease, background 0.25s ease;
	  -ms-transition: width 0.25s ease, background 0.25s ease;
	  background: #fff;
	  width: 244px;
	  height: 70px; }
	  @media (max-width: 991px) {
		.sidebar .sidebar-brand-wrapper {
		  width: 55px; } }
	  .sidebar .sidebar-brand-wrapper .sidebar-brand {
		color: #38425e;
		font-size: 1.5rem;
		line-height: 48px;
		margin-right: 0;
		padding: 0rem 0rem 0rem 1.3rem;
		width: 100%; }
		.sidebar .sidebar-brand-wrapper .sidebar-brand:active, .sidebar .sidebar-brand-wrapper .sidebar-brand:focus, .sidebar .sidebar-brand-wrapper .sidebar-brand:hover {
		  color: #252b3e; }
		.sidebar .sidebar-brand-wrapper .sidebar-brand img {
		  width: calc(244px - 120px);
		  max-width: 100%;
		  height: 28px;
		  margin: auto;
		  vertical-align: middle; }
	.sidebar .nav {
	  overflow: hidden;
	  flex-wrap: nowrap;
	  flex-direction: column;
	  margin-bottom: 60px;
	  padding-top: 70px; }
	  @media (max-width: 992px) {
		.sidebar .nav {
		  padding-top: 0; } }
	  .sidebar .nav .nav-item {
		-webkit-transition-duration: 0.25s;
		-moz-transition-duration: 0.25s;
		-o-transition-duration: 0.25s;
		transition-duration: 0.25s;
		transition-property: background;
		-webkit-transition-property: background;
		padding-right: 20px; }
		.sidebar .nav .nav-item .collapse {
		  z-index: 999; }
		.sidebar .nav .nav-item .nav-link {
		  display: -webkit-flex;
		  display: flex;
		  -webkit-align-items: center;
		  align-items: center;
		  white-space: nowrap;
		  padding: 1rem;
		  color: #6B5629;
		  -webkit-transition-duration: 0.45s;
		  -moz-transition-duration: 0.45s;
		  -o-transition-duration: 0.45s;
		  transition-duration: 0.45s;
		  transition-property: color;
		  -webkit-transition-property: color;
		  border-radius: 0px 100px 100px 0px; }
		  .sidebar .nav .nav-item .nav-link i {
			color: inherit; }
			.sidebar .nav .nav-item .nav-link i.menu-icon {
			  font-size: 1rem;
			  line-height: 1;
			  margin-left: auto;
			  color: #bba8bff5; }
			  .rtl .sidebar .nav .nav-item .nav-link i.menu-icon {
				margin-left: 0;
				margin-right: auto; }
			  .sidebar .nav .nav-item .nav-link i.menu-icon:before {
				vertical-align: middle; }
		  .sidebar .nav .nav-item .nav-link .menu-title {
			color: inherit;
			display: inline-block;
			font-size: 0.9375rem;
			line-height: 1;
			vertical-align: middle; }
		.sidebar .nav .nav-item.active > .nav-link {
		  background: #f4f4f4;
		  position: relative; }
		  .sidebar .nav .nav-item.active > .nav-link:before {
			content: "";
			width: 3px;
			height: 100%;
			background: #6B5629;
			display: inline-block;
			position: absolute;
			left: 0;
			top: 0; }
		  .sidebar .nav .nav-item.active > .nav-link .menu-title {
			color: #6B5629; }
		  .sidebar .nav .nav-item.active > .nav-link i {
			color: #6B5629; }
		.sidebar .nav .nav-item .menu-icon {
		  margin-right: 0.5rem;
		  font-size: 0.8125rem;
		  line-height: 1;
		  background: transparent;
		  width: 31px;
		  height: 31px;
		  border-radius: 100%;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  color: #6B5629; }
  
		  .sidebar .nav .nav-item .menu-icon-logo {
			margin-right: 0.5rem;
			font-size: 1rem;
			line-height: 1;
			background: transparent;
			width: 60px;
			height: 60px;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #6B5629; }
		  .sidebar .nav .nav-item .menu-icon i {
			font-size: 0.875rem; }
	  .sidebar .nav.sub-menu {
		margin-bottom: 0;
		margin-top: 0;
		padding: 0 0 0 3.25rem;
		list-style: none; }
		.sidebar .nav.sub-menu .nav-item {
		  padding: 0; }
		  .sidebar .nav.sub-menu .nav-item .nav-link {
			color: #6B5629;
			padding: 0.5rem 0.35rem;
			position: relative;
			font-size: 0.855rem;
			line-height: 1;
			height: auto;
			border-top: 0; }
			.sidebar .nav.sub-menu .nav-item .nav-link.active {
			  color: #6B5629;
			  background: transparent; }
			.sidebar .nav.sub-menu .nav-item .nav-link:hover {
			  color: #6B5629; }
		  .sidebar .nav.sub-menu .nav-item:hover {
			background: transparent; }
	  .sidebar .nav:not(.sub-menu) > .nav-item:hover:not(.nav-category):not(.account-dropdown) > .nav-link {
		background: #f4f4f4;
		color: #B3934F; }
	  .sidebar .nav .menu-items:nth-child(5n+1) .nav-link .menu-icon i {
		color: #6B5629; }
	  .sidebar .nav .menu-items:nth-child(5n+2) .nav-link .menu-icon i {
		color: #6B5629; }
	  .sidebar .nav .menu-items:nth-child(5n+3) .nav-link .menu-icon i {
		color: #6B5629; }
	  .sidebar .nav .menu-items:nth-child(5n+4) .nav-link .menu-icon i {
		color: #6B5629; }
	  .sidebar .nav .menu-items:nth-child(5n+5) .nav-link .menu-icon i {
		color: #6B5629; }
  
  /* style for off-canvas menu*/
  @media screen and (max-width: 991px) {
	.sidebar-offcanvas {
	  position: fixed;
	  max-height: calc(100vh - 70px);
	  top: 70px;
	  bottom: 0;
	  overflow: auto;
	  right: -244px;
	  -webkit-transition: all 0.25s ease-out;
	  -o-transition: all 0.25s ease-out;
	  transition: all 0.25s ease-out; }
	  .sidebar-offcanvas.active {
		right: 0; } }
  
  /* Layouts */
  .navbar.fixed-top + .page-body-wrapper {
	padding-top: 70px; }
  
  @media (min-width: 992px) {
	.sidebar-icon-only .navbar {
	  left: 70px; }
	  .sidebar-icon-only .navbar .navbar-menu-wrapper {
		width: 100%; }
	.sidebar-icon-only .sidebar {
	  width: 70px; }
	  .sidebar-icon-only .sidebar .sidebar-brand-wrapper {
		width: 70px; }
	  .sidebar-icon-only .sidebar .nav {
		overflow: visible; }
		.sidebar-icon-only .sidebar .nav .nav-item {
		  position: relative;
		  padding: 0; }
		  .sidebar-icon-only .sidebar .nav .nav-item .nav-link {
			text-align: center; }
			.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
			  display: none; }
			.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
			  border-radius: 0 5px 5px 0px; }
			  .rtl.sidebar-icon-only .sidebar .nav .nav-item .nav-link .menu-title {
				border-radius: 5px 0 0 5px; }
			.sidebar-icon-only .sidebar .nav .nav-item .nav-link i.menu-icon {
			  margin-right: 0;
			  margin-left: 0; }
			.sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
			  border-radius: 0 5px 0 0px; }
			  .rtl.sidebar-icon-only .sidebar .nav .nav-item .nav-link[aria-expanded] .menu-title {
				border-radius: 5px 0 0 0; }
		  .sidebar-icon-only .sidebar .nav .nav-item .collapse {
			display: none; }
		  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
			display: -webkit-flex;
			display: flex;
			-webkit-align-items: center;
			align-items: center;
			background: #f4f4f4;
			padding: 0.5rem 1.4rem;
			left: 70px;
			position: absolute;
			text-align: left;
			top: 0;
			bottom: 0;
			width: 190px;
			z-index: 1;
			line-height: 1.8; }
			.sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
			  background: #f4f4f4; }
			.rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title {
			  left: auto;
			  right: 70px;
			  text-align: left; }
			.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title:after {
			  display: none; }
		  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse,
		  .sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
			display: block;
			padding: .5rem 0;
			background: #f4f4f4;
			border-radius: 0 0 5px 0;
			position: absolute;
			left: 70px;
			width: 190px; }
			.sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .sidebar-dark.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
			  background: #fff; }
			.rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapse, .rtl.sidebar-icon-only .sidebar .nav .nav-item.hover-open .collapsing {
			  left: auto;
			  right: 70px;
			  border-radius: 0 0 0 5px; }
		.sidebar-icon-only .sidebar .nav.sub-menu {
		  padding: 0 0 0 1.5rem; }
		  .sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
			text-align: left;
			padding-left: 20px; }
			.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link:before {
			  content: "";
			  display: inline-block;
			  width: 5px;
			  height: 5px;
			  border-radius: 50%;
			  background-color: #6B5629;
			  position: absolute;
			  left: 0; }
			.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link:hover:before {
			  background-color: white; }
		  .rtl.sidebar-icon-only .sidebar .nav.sub-menu .nav-item {
			margin-left: 0; }
			.rtl.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link {
			  text-align: right; }
			  .rtl.sidebar-icon-only .sidebar .nav.sub-menu .nav-item .nav-link:before {
				left: 0;
				right: unset; }
	.sidebar-icon-only .page-body-wrapper {
	  width: calc(100% - 70px);
	  transition: all 0.25s ease;
	  -webkit-transition: all 0.25s ease;
	  -moz-transition: all 0.25s ease;
	  -ms-transition: all 0.25s ease; } }
  
  .page-body-wrapper {
	min-height: 100vh;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	padding-left: 0;
	padding-right: 0;
	transition: all 0.25s ease;
	width: calc(100% - 244px); }
	.page-body-wrapper.full-page-wrapper {
	  width: 100%;
	  min-height: 100vh; }
	@media (max-width: 992px) {
	  .page-body-wrapper {
		width: 100%; } }
  
  .container-scroller {
	display: flex;
	position: relative; }
  
  .main-panel {
	transition: width 0.25s ease, margin 0.25s ease;
	width: 100%;
	min-height: calc(100vh - 70px);
	padding-top: 70px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column; }
	@media (max-width: 991px) {
	  .main-panel {
		margin-left: 0;
		width: 100%; } }
  
  .content-wrapper {
	background: #F4F4F4;
	padding: 1.875rem 1.75rem;
	width: 100%;
	-webkit-flex-grow: 1;
	flex-grow: 1; }
  
  .content-wrapper-error {
	background: rgb(107,86,41) !important; 
	background: linear-gradient(360deg, rgba(107,86,41,1) 15%, rgba(178,146,79,1) 55%, rgba(244,244,244,1) 100%) !important;
	padding: 1.875rem 1.75rem;
	width: 100%;
	-webkit-flex-grow: 1;
	flex-grow: 1; 
  }
