@font-face {
  font-family: "PPObjectSans-Regular";
  src: url("../css/webFonts/PP Object Sans/ttf/PPObjectSans-Regular.ttf");
}
@font-face {
  font-family: "PPObjectSans-Bold";
  src: url("../css/webFonts/PP Object Sans/ttf/PPObjectSans-Bold.ttf");
}
@font-face {
  font-family: "PPObjectSans-Medium";
  src: url("../css/webFonts/PP Object Sans/ttf/PPObjectSans-Medium.otf");
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "PPObjectSans-Bold";
}

.btn {
  font-family: "PPObjectSans-Bold";
}

li, span, a, p, select, .txt {
  font-family: "PPObjectSans-Regular";
}

body {
  background-color: #151515!important;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
    */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 3rem 0 0 0;
  /* Height of navbar */
  background-color: #151515 !important;
  border-right: 1px solid #3F3F3F !important;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar .nav-link {
  font-weight: 500;
  color: #fff;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #00FF91 !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/* navbar */
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: #151515 !important;
  border-radius: #151515 !important;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.navbar .navbar-toggler {
  top: 0.25rem;
  right: 1rem;
}

.side-nav-link .nav-link .active {
  color: #00FF91 !important;
}
.side-nav-link .nav-link:hover {
  color: #00FF91 !important;
}
.side-nav-link .nav-link:active {
  color: #00FF91 !important;
}
.side-nav-link .nav-link i {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.875rem;
  padding-right: 0.25rem;
}
.side-nav-link span {
  font-size: 0.875rem;
}

.navbar .container-time {
  background-color: #151515 !important;
  padding: 0.75rem 2rem;
  /* border-bottom: 1px solid #3F3F3F !important; */
}

.btn-primary {
  background-color: #00FF91 !important;
  border-color: #00FF91 !important;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #151515 !important;
  padding: 0.5rem 1rem;
}

.btn-secondary {
  background-color: #3F3F3F !important;
  border-color: #3F3F3F !important;
  color: #FFFFFF !important;
}

.btn-text {
  color: #FFFFFF !important;
  background-color: transparent !important;
  border: none;
  padding: 1.25rem 2rem;
}
.btn-text:hover {
  background-color: #3F3F3F !important;
}

.donut-chart {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: conic-gradient(#FF0049 0% 75%, #e9ecef 75% 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.donut-chart::before {
  content: "";
  width: 190px;
  height: 190px;
  background-color: #3F3F3F !important;
  border-radius: 50%;
  position: absolute;
}

.donut-chart .percentage {
  position: absolute;
  font-size: 3rem;
  line-height: 0%;
  top: 45%;
  font-weight: bold;
  color: #FF0049;
}

.donut-chart .label {
  position: absolute;
  top: 55%;
  text-align: center;
  width: 100%;
  font-size: 16px;
  color: #6c757d;
}

.height-10 {
  height: 10vh;
}

.height-20 {
  height: 20vh;
}

.height-30 {
  height: 30vh;
}

.height-40 {
  height: 40vh;
}

.height-50 {
  height: 90vh;
}

.height-60 {
  height: 60vh;
}

.height-70 {
  height: 70vh;
}

.height-80 {
  height: 80vh;
}

.height-90 {
  height: 90vh;
}

.height-100 {
  height: 100vh;
}

.cover {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.absolute-top {
  position: absolute;
  width: 100%;
}

.fs-20 {
  font-size: 1.25rem;
}

.fs-14 {
  font-size: 0.875rem;
  font-family: "PPObjectSans-Regular";
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: #151515 !important;
}

.bg-black-medium {
  --bs-bg-opacity: 1;
  background-color: #2B2B2B !important;
}

.bg-black-light {
  --bs-bg-opacity: 1;
  background-color: #3F3F3F !important;
}

.bg-blue-light {
  --bs-bg-opacity: 1;
  background-color: #00DBFF !important;
}

.bg-orange {
  --bs-bg-opacity: 1;
  background-color: #FF8300 !important;
}

.bg-yellow {
  --bs-bg-opacity: 1;
  background-color: #FFB000 !important;
}

.bg-red {
  --bs-bg-opacity: 1;
  background-color: #FF0049 !important;
}

.bg-purple {
  --bs-bg-opacity: 1;
  background-color: #743CFF !important;
}

.bg-green {
  --bs-bg-opacity: 1;
  background-color: #38BA75 !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-15 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.text-gray {
  color: #808080 !important;
}

.text-blue-light {
  color: #00DBFF !important;
}

.text-orange {
  color: #FF8300 !important;
}

.text-yellow {
  color: #FFB000 !important;
}

.text-purple {
  color: #743CFF !important;
}

.text-red {
  color: #FF0049 !important;
}

.text-green {
  color: #38BA75 !important;
}

.title {
  font-weight: 700;
  color: #333333 !important;
  font-size: 2rem;
}

.lead {
  font-family: "PPObjectSans-Bold";
  font-weight: 500;
  color: #FFFFFF !important;
  font-size: 1.125rem;
}

.lead-two {
  font-family: "PPObjectSans-Regular";
  font-weight: 400;
  color: #FFFFFF !important;
  font-size: 1.125rem;
}

.rounded-15 {
  border-radius: 15px !important;
}

body {
  font-size: 0.875rem;
}

main {
  background-color: #151515 !important;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.main-text {
  background-color: #151515 !important;
}
.main-text .text-primary {
  color: #00FF91 !important;
}

/* dropwdown */
.dropdown-menu {
  background-color: #3F3F3F !important;
}
.dropdown-menu .dropdown-item {
  color: #FFFFFF !important;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #2B2B2B !important;
}

/* card */
.card {
  border-radius: 0.5rem;
}
.card .card-header {
  border-radius: 0.5rem 0.5rem 0 0;
}
.card .card-body .card-title {
  font-size: 1.125rem;
  font-family: "PPObjectSans-Bold";
}
.card .card-body .card-text {
  font-size: 3rem;
  font-family: "PPObjectSans-Bold";
  font-weight: 700;
  line-height: 2rem;
}
.card .card-body .card-text.two {
  font-size: 2rem;
}
.card .card-body small {
  font-size: 1rem;
  font-family: "PPObjectSans-Regular";
  font-weight: 400;
}
.card .border-custom {
  width: 1rem;
  border-radius: 8px 0 0 8px;
  content: "";
}
.card .border-custom.one {
  background-color: #FF0049 !important;
}
.card .border-custom.two {
  background-color: #743CFF !important;
}
.card .border-custom.three {
  background-color: #00DBFF !important;
}
.card.card-main {
  background-color: #2B2B2B !important;
}
.card.card-chart .card-text {
  line-height: 3rem;
}

.container-progress .progress {
  border-radius: 0.5rem;
}

.container-table {
  border: 1px solid #2B2B2B !important;
  border-radius: 0.5rem;
}
.container-table .container-title {
  border-radius: 0.5rem 0.5rem 0 0;
}
.container-table .container-title .title-table {
  font-size: 1.125rem;
  font-weight: 700;
}

th, td {
  color: #FFFFFF !important;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0px;
}

tbody {
  border-top: 1px solid #AAAAAA !important;
  border-bottom: 1px solid #AAAAAA !important;
}

.card-header {
  font-size: 1.125rem;
  font-family: "PPObjectSans-Bold";
  font-weight: 700;
  color: #FFFFFF !important;
  background-color: #3F3F3F !important;
  padding: 1rem 1.25rem;
}

.card-body {
  background-color: #2B2B2B !important;
}

.card-text {
  font-size: 3rem;
  font-family: "PPObjectSans-Bold";
  font-weight: 700;
  line-height: 2rem;
}
.card-text.two {
  font-size: 2rem;
}

small {
  font-size: 1rem;
  font-family: "PPObjectSans-Regular";
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

#fi_16118267 {
  path {
      fill: white;
  }
  width: 22px;
  position: relative; 
  top: -2px;
  margin-right: 3px;
}

#fi_12887924 {
  path {
      fill: #ffffff;
  }
  width: 22px;
  position: relative; 
  top: -2px;
  margin-right: 3px;
}

.fw-bold {
  font-weight: 700 !important;
  font-family: "PPObjectSans-Bold";
}

input#publishDatePicker {
  border-radius: 8px;
  font-size: 16px;
  padding: 4px 8px;
  margin-left: 5px;
  cursor: pointer;
  font-family: "PPObjectSans-Regular";
  border: 1px solid #3f3f3f;
}

div.dt-container .dt-search input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 6px;
  border-radius: 8px;
}

.spinner-border {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: -.125em;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75slinear infinite spinner-border;
  animation: .75slinear infinite spinner-border;
  position: relative;
  top: 8px;
  margin-left: 5px;
}

div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  background: #3b3b3b!important;
  border-radius: 100px!important;
}

/* Estilos del preloader */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #151515;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
