.torna {
  @import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap|Raleway:300;400;500;600");
}
.torna * {
  font-family: "Raleway", sans-serif;
}
.torna a {
  color: #946653;
  text-decoration: none;
}
.torna a:hover, .torna a:active, .torna a:focus {
  color: #946653;
  text-decoration: none;
  background-color: transparent;
}
.torna .btn-primary,
.torna .badge-primary {
  color: white;
  background-color: #946653;
}
.torna .btn-primary:hover, .torna .btn-primary:active, .torna .btn-primary:focus,
.torna .badge-primary:hover,
.torna .badge-primary:active,
.torna .badge-primary:focus {
  color: white;
  background-color: rgba(148, 102, 83, 0.9) !important;
}
.torna .btn-secondary {
  color: white;
  background-color: #BCA99B;
}
.torna .btn-secondary:hover, .torna .btn-secondary:active, .torna .btn-secondary:focus {
  color: white;
  background-color: rgba(188, 169, 155, 0.9) !important;
}
.torna .btn-danger:hover,
.torna .btn-danger:focus {
  background-color: #db9f8e;
}
.torna .btn-danger,
.torna .badge-danger {
  background-color: #db9f8e;
}
.torna .btn-success,
.torna .badge-success {
  background-color: #21897E;
}
.torna .switch input:checked ~ .switch-container {
  background-color: #21897E;
}
.torna input:focus {
  box-shadow: 0 0 0 0.2rem rgba(148, 102, 83, 0.25) !important;
  border-color: #946653 !important;
}
.torna .company-logo,
.torna .header-brand > img {
  content: url("/images/torna/logo.png");
}
.torna .card:not(.no-border):not(.note-frame) > .card-body {
  background: white;
}
.torna .c-login {
  background: url("/images/spinder/header.jpeg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.torna .form-control {
  color: #000;
}
.torna #userLoginForm input:focus {
  box-shadow: inset 0 -2px 0 #946653 !important;
}
.torna #userLoginForm input:focus .label {
  color: #946653;
}
.torna .nav-item.active {
  background-color: #946653;
}
.torna .nav-item.active a {
  color: white;
}
.torna .nav-pills .nav-link.active, .torna .nav-pills .show > .nav-link {
  background-color: #946653;
  color: #fff;
}
.torna .c-sidebar.c-sidebar-light .c-sidebar-nav-link {
  font-size: 16px;
  background: white;
}
.torna .c-sidebar.c-sidebar-light .c-sidebar-nav-link:hover, .torna .c-sidebar.c-sidebar-light .c-sidebar-nav-dropdown-toggle:hover {
  color: black;
  background: #f3f3f3;
}
.torna .c-sidebar.c-sidebar-light .c-sidebar-nav-link.active {
  border-right: #946653 6px solid;
  background: #f3f3f3;
}
.torna .c-sidebar-brand {
  height: 50px;
  padding: 6px 0;
}
.torna .c-sidebar-brand-full {
  padding: 0 !important;
  height: 100%;
  width: auto;
}
.torna .nav-item:hover {
  background-color: transparent !important;
}
.torna .nav-tabs {
  border-bottom: none;
}
.torna .nav-tabs .nav-link.active, .torna .nav-tabs .nav-item.show .nav-link {
  background-color: white;
  color: #000;
  border: none;
}
.torna .required {
  font-weight: bold !important;
  color: red;
}
.torna .page-link {
  color: #946653;
}
.torna .page-item.active .page-link {
  z-index: 0;
  color: white;
  background-color: #946653;
  border-color: #946653;
}
.torna .alert-primary {
  color: #946653;
  background-color: rgba(148, 102, 83, 0.1);
  border-color: rgba(148, 102, 83, 0.5);
}
.torna .nav-tabs .nav-link {
  color: #000;
}
.torna .c-footer {
  background-color: #BCA99B;
  color: #fff;
}
.torna .c-footer a {
  color: #fff;
}