@font-face {
  font-family: 'Titillium Web';
  src: url('TitilliumWeb-Regular.ttf');
  /* src:url('icomoon.eot?#iefix') format('embedded-opentype'),
    url('icomoon.svg#icomoon') format('svg'),
    url('icomoon.woff') format('woff'),
    url('icomoon.ttf') format('truetype'); */
  font-weight: normal;
  font-style: normal;
}

body {
  /* font-family: 'Titillium Web'; */
  font-size: 16px;
}

h1,
h2,
h3 {
  margin: 20px 0;
}

label {
  font-weight: 500;
}

.alert-medium {
  padding: 7px 15px;
}

span.error {
  display: block;
  margin-top: 6px;
  padding: 10px;
  font-size: 14px;
  background-color: #C53D19;
  color: #fff;
  border-radius: 2px;
  font-weight: 500;
}

span.error-login {
  color: rgb(219, 44, 0);
  font-size: 16px;
  /* text-shadow: 1px 0px 1px #FFF; */
}

.icon-star-gold {
  color: rgb(240, 185, 6);
}

.icon-star-featured {
  font-size: 18px;
}

.icon-star-title {
  font-size: 20px;
}

.form-control {
  height: 40px;
}

.minspace {
  border: 0;
  clear: both;
  margin: 15px 0;
}

.gap {
  border: 0;
  clear: both;
  margin: 30px 0;
}

.space {
  border: 0;
  clear: both;
  margin: 60px 0;
}

.icon-mr {
  margin-right: 8px;
}

.icon-ml {
  margin-left: 8px;
}

.icon-tp {
  margin-top: 8px;
}

.icon-bt {
  margin-bottom: 8px;
}

.icon-lg {
  font-size: 14px
}

.icon-md {
  font-size: 13px
}

.icon-sm {
  font-size: 12px;
  top: 2px;
}

.text-block {
  display: block;
}

.squared {
  border-radius: 0;
}

.no-margin {
  margin: 0;
}

.text-inline {
  display: inline-block
}

.text-large {
  font-size: 18px;
}

.img-center .img-responsive {
  display: inline-block;
}

.img-full {
  width: 100%;
}

.btn-submit {
  background-color: #64Fb04;
  color: #000;
}

.btn-submit:hover {
  background-color: rgb(85, 204, 11);
  color: #fff;
}

.btn-mr {
  margin-right: 15px;
}

.btn-ml {
  margin-left: 15px;
}

.btn-tp {
  margin-top: 15px;
}

.btn-bt {
  margin-top: 15px;
}

.btn-larger {
  padding: 12px 45px;
}

.btn-featured {
  padding: 8px 45px;
  font-weight: 600;
}

.title-featured {
  color: rgb(68, 128, 29) !important;
  font-weight: 300;
  line-height: 38px;
}

.title-large {
  font-size: 46px;
}

.text-green {
  color: #64Fb04;
}

.btn-login {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

.btn-login:hover,
.btn-login:focus,
.btn-login:active {
  background-color: #64Fb04;
  color: #000;
  border: 2px solid #000;
}

/* STYLESHEETS FOR LICENSED LOGIN LAYOUT */

.login-licensed-session {
  padding: 100px 0;
  background: #f1f1f1 url('login-usuario.png') no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.login-licensed-session .login-panel-box {
  max-width: 45%;
  padding: 50px;
  margin: 0 auto;
  box-shadow: 0 0 10px #143C55;
  background-color: #143C55;
  color: #fff;
}

.login-licensed-session .user-login-box {
  padding: 0;
}

.login-licensed-session .user-login-box .row {
  margin-left: 0;
  margin-right: 0;
}

.login-licensed-session .login-panel-box .logo {
  max-width: 60%;
  margin-bottom: 30px;
}

.login-licensed-session .login-panel-box .form-control {
  height: 45px;
  border-radius: 2px;
}

.login-licensed-session .login-panel-box .btn-login {
  background-color: #C53D19;
  font-weight: 600;
  color: #fff;
  padding: 12px 45px;
  border-radius: 2px;
}

.login-licensed-session .login-panel-box .btn-login:hover,
.login-licensed-session .login-panel-box .btn-login:focus,
.login-licensed-session .login-panel-box .btn-login:active {
  background-color: #9b2a0b;
  color: #fff;
}

.login-licensed-session .login-panel-box .btn-back {
  background-color: #d8d8d8;
  font-weight: 600;
  padding: 12px 45px;
  border-radius: 2px;
  color: #000;
}

.login-licensed-session .login-panel-box .btn-back:hover,
.login-licensed-session .login-panel-box .btn-back:focus,
.login-licensed-session .login-panel-box .btn-back:active {
  background-color: rgb(73, 73, 73);
  color: #ddd;
}

.login-footer {
  padding: 15px 0;
  background-color: #000;
  color: #fff;
}

.login-footer a {
  color: rgb(235, 151, 86);
}

@media(max-width:767px) {
  .login-licensed-session .login-panel-box {
    max-width: 90%;
    padding: 20px;
  }
}

/* STYLESHEETS FOR LICENSED DASHBOARD */

:root {
  --primary-blue: #1e40af;
  --secondary-green: #059669;
  --accent-orange: #f97316;
  --background-light: #f1f1f1;
}

body {
  background-color: var(--background-light);
}

.card {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  box-shadow: 0 0 10px rgba(147, 147, 147, 0.175);
  transition: all 0.3s ease;
  cursor: pointer;

  &:hover {
    transform: scale(1.02);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
  }
}

.card-hover {
  transition: all 0.3s ease;
}

.card-hover:hover {
  transform: scale(1.02);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.border-top-primary {
  border-top: 4px solid var(--primary-blue) !important;
}

.border-top-success {
  border-top: 4px solid var(--secondary-green) !important;
}

.border-top-warning {
  border-top: 4px solid var(--accent-orange) !important;
}

.border-top-indigo {
  border-top: 4px solid #6366f1 !important;
}

.chart-container {
  height: 400px;
}

.dropdown-icon::after {
  content: '▼';
  font-size: 0.75rem;
  margin-left: 0.5rem;
  transition: transform 0.2s;
  display: inline-block;
}

.dropdown-open .dropdown-icon::after {
  transform: rotate(180deg);
}

.card-icon {
  font-size: 3.5rem;
  opacity: 0.75;
  flex-shrink: 0;
  margin-left: auto;
}

/* Estilo para reduzir espaçamento abaixo do título do dashboard */
.dashboard-subtitle {
  margin-bottom: 1rem !important;
}
