#auth {
  background: url("../images/fond-login.jpg") no-repeat top left;
  background-size: cover;
}

#auth ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

#auth ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

#auth ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

#auth :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}

#auth ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: black;
}

#auth input:-webkit-autofill,
#auth input:-webkit-autofill:hover,
#auth input:-webkit-autofill:focus,
#auth input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

#auth .input {
  border-bottom: 1px solid #a7a7a7;
}

#auth svg {
  color: var(--primary);
  position: relative;
  top: 4px;
  margin-right: 5px;
}

#auth input.form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: calc(100% - 50px) !important;
  outline: none;
}

#auth input.form-control:focus {
  outline: none;
  border: none;
}

#auth .remember-me {
  color: #a7a7a7;
  position: relative;
  top: 2px;
}

#auth .forgot-password {
  color: #a7a7a7;
  font-style: italic;
  position: relative;
  top: 2px;
}

.bg-grad-sidebar {
  background: var(--primary);
}

.bg-logo {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

.bg-logo img {
  max-width: 100%;
  max-height: 100%;
}

.pt-header svg path {
  fill: white;
}

.pt-header .h-header {
  background: white;
}

.pt-header a:hover {
  opacity: 1;
  color: white;
}

.pt-header a.router-link-active {
  color: white;
}

.pt-header h3:hover {
  opacity: 1;
}

.pt-header h3:hover.cursor-pointer span {
  color: white;
}

.pt-header h3.router-link-active span {
  color: white;
}

.content .h-header {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .05) !important;
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .05) !important;
}

.content {
  background: #f0f0f2;
}

.white {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.noprint {
  top: auto !important;
  bottom: 15px !important;
  right: 15px !important;
}

.nav-pills {
  margin-left: -5px !important;
}

.nav-pills .tab a {
  background-color: white !important;
  color: #555;
  margin-left: 5px;
  border-radius: 0;
  font-weight: 800;
}

.nav-pills .tab.active a {
  background-color: var(--primary) !important;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.btn {
  border-radius: 0;
}

.btn.btn-primary {
  background: var(--primary);
}

.btn.btn-primary:hover {
  background: var(--secondary) !important;
}

.btn.btn-outline {
  border-color: var(--primary);
}

.btn.btn-outline:hover {
  border-color: var(--secondary) !important;
}

.form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  border-color: black;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.check:focus,
.checkbox:focus {
  outline: none;
}

.check #checkbox-on rect,
.checkbox #checkbox-on rect {
  fill: var(--primary);
}

.card {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.card nav {
  background: #ebebed;
  border-top: none;
}

.card nav button {
  font-weight: normal;
}

.table thead th {
  /* background:#E74B20;
            color:white; */
  color: #333;
  background: #ebebed;
  border: none;
}

.table tbody tr:hover td {
  background: rgba(235, 235, 237, .2);
}

.table tbody td {
  height: 3.2rem;
}

.table tbody td a.text-primary {
  color: var(--primary);
}

.table a,
.table button {
  font-weight: normal;
}

.table a:hover svg path,
.table a:active svg path,
.table button:hover svg path,
.table button:active svg path {
  fill: var(--primary);
}

.table td .rounded-full {
  border-radius: 0;
  width: auto;
  max-height: 30px;
}

.text-primary {
  color: var(--primary);
  font-weight: normal;
}

.text-primary:hover {
  color: var(--secondary);
  opacity: 1;
}
