html {
  font-size: 85%;
}

body{
  display: contents !important;
}

.widthTast {
    width: 250px !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
  background-color: #3e454c !important;
}

/*Auto Fill Chrome dark mode*/
body.dark-mode input:-webkit-autofill,
body.dark-mode input:-webkit-autofill:hover,
body.dark-mode input:-webkit-autofill:focus,
body.dark-mode textarea:-webkit-autofill,
body.dark-mode textarea:-webkit-autofill:hover,
body.dark-mode textarea:-webkit-autofill:focus,
body.dark-mode select:-webkit-autofill,
body.dark-mode select:-webkit-autofill:hover,
body.dark-mode select:-webkit-autofill:focus {
  border: 1px solid #495057 !important;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

/*Auto Fill Chrome white mode*/
body:not(.dark-mode) input:-webkit-autofill,
body:not(.dark-mode) input:-webkit-autofill:hover,
body:not(.dark-mode) input:-webkit-autofill:focus,
body:not(.dark-mode) textarea:-webkit-autofill,
body:not(.dark-mode) textarea:-webkit-autofill:hover,
body:not(.dark-mode) textarea:-webkit-autofill:focus,
body:not(.dark-mode) select:-webkit-autofill,
body:not(.dark-mode) select:-webkit-autofill:hover,
body:not(.dark-mode) select:-webkit-autofill:focus {
    -webkit-text-fill-color: #212529 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

.login-page-wallpaper {
  background: url('/img/bg-login.jpg') no-repeat center center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;

  overflow: hidden;
}

.grip {
  cursor: move;
  font-size: 25px;
  margin: 15px 0 0 15px;
}

.character-count {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 5px;
  font-size: 80%;
  color: #cccccc;

}

.content-wrapper {
  height: auto !important;
}
