
@font-face {
  font-family: 'Tungsten Book';
  src: url('../font/tungsten-book/tungsten-book.woff2') format('woff2'),
       url('../font/tungsten-book/tungsten-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h5 , h6 { font-family: Tungsten Book; letter-spacing: 0.3rem; text-transform: uppercase;}

.sidenav {
  z-index: 1040;
}
.sidenav-header {
    height: 6.875rem;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse {
  height: 100vh !important;
}
/* Custom PUSM Logo */
.navbar-vertical .navbar-brand > img, 
.navbar-vertical .navbar-brand-img {
    max-width: none !important; 
    max-height: none !important; 
    width: 70px;
    height: 70px;
}
@media screen and (max-width: 767px) {
  .navbar {
    background-color: #333 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .navbar .navbar-brand {
    color: #ffffff;
  }
  .navbar .nav-link {
    color: #efefef;
    padding: 0.5rem 1rem;
    font-weight: 400;
    font-size: 0.875rem;
  }
  .dropdown-item {
    color: #efefef;
  }
  .navbar .text-dark {
    color: #ffffff !important;;
  }
  .blur.blur-rounded {
    border-radius: 0;
  }

}
/* Cambiar el color del icono a blanco cuando el nav-link está activo */
.nav-link.active .sidebar-icon {
  color: white;
}
.loadpanel {
    height: 100% !important;
}
.dx-popup-content {
  overflow: auto;
  overscroll-behavior: contain;
}
.input-group .form-control {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.active .pulsating-icon{
  animation: pulse 2s ease-in-out infinite;
  animation-delay: 0s;
}

.skeleton {
  background: linear-gradient(90deg, #eee, #f9f9f9, #eee);
  animation: leftToRight 1.5s infinite reverse;
  background-size: 200%;
}
@keyframes leftToRight {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 100% 0;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
      opacity: 1;
      transform: 1.125;
  }
}
  

  /*.nav.nav-pills .nav-link.active {
    -webkit-animation: 0.2s ease;
    animation: 0.2s ease;
    font-weight: 600;
    box-shadow: 0 1px 5px 1px #ddd;
    animation: .2s ease;
    background: #fff;
  } */


fieldset {
  border-width: 1px;
  border-style: groove;
  border-color: rgb(192, 192, 192);
  padding: 0.75em !important;
  margin: initial !important;
}
fieldset legend {
    float: inherit !important;
    font-size: inherit !important;
    width: inherit !important;
    padding: initial !important;
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 97%;
        width: 97%;
    }
    .modal-xxl {
        max-width: 100%;
        width: 100%;
        --bs-modal-margin: -0.5rem;
    }
}

.modal-xxl {
  --bs-modal-width: 100%;
}
.modal-xl .modal-content {
    height: 90vh;
    overflow-y: auto;
}

.modal-xxl .modal-content {
    height: 100vh;
    overflow-y: auto;
}
.modal-xxl .modal-footer {
    margin: 0;
    padding: 6px;
}
.modal-xxl .modal-footer .btn  {
    margin-bottom: 0;
}
[v-cloak] {
    display: none;
}



.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel.panel-primary {
  border-color: #63666a;
}
.panel-primary>.panel-heading {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  background-color: #63666a;
  border-color: #63666a;
  color: #ffffff;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.btn-secondary {
  --bs-btn-color: #000;
  --bs-btn-bg: #1b1b1b;
  --bs-btn-border-color: #1b1b1b;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #292929;
  --bs-btn-hover-border-color: #1b1b1b;
  --bs-btn-focus-shadow-rgb: 111, 124, 145;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #292929;
  --bs-btn-active-border-color: #1b1b1b;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #1b1b1b;
  --bs-btn-disabled-border-color: #1b1b1b;
}

.btn-grid {
  width: 96%;
  height: 90%;
  --bs-btn-bg: #ece3c3;
  --bs-btn-hover-bg: #fcd652;
  --bs-btn-font-weight: 10;
  color: #000000;
}

.card-header.bg-psm-primary {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  background-color: #63666a;
  --bs-heading-color: #ffffff;
  text-transform: uppercase;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ef4123;
  --bs-btn-border-color: #ef4123;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #f8514b;
  --bs-btn-hover-border-color: #f8514b;
  --bs-btn-focus-shadow-rgb: 211, 48, 173;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #f8514b;
  --bs-btn-active-border-color: #f8514b;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #f0938f;
  --bs-btn-disabled-border-color: #f0938f;
}

.linkBt {
  display: flex;
  justify-content: center;
  line-height: 43px;
  padding: 0 15px;
  color: #ef4123;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.93px;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 2px #ef4123;
  background-color: transparent;
  transition: all .25s;
  border-radius: 5px;
  font-family: Tungsten Book;
}

.list-group-item .linkBt {
  font-size: 21px;
}

.btn-primary:hover, .btn.bg-gradient-primary:hover {
  background-color: #f8514b;
  border-color: #f8514b;
}

.dx-state-disabled.dx-widget{
  background-color: #eee;
  opacity: 1;
}
.input-sm {
  min-height: 37px;
  height: 37px;
}
label, .form-label {
  margin-bottom: 0px;
}
.dx-texteditor-input {
  min-height: 34px;
  height: 34px;
}

.grid_item_active{
  border: 1px solid #1871a5;
}

.form-switch .form-check-input:checked {
  border-color: rgb(252 75 47);
  background-color: rgb(252 75 47);
}

input[type="text"]:focus {
  border: 2px solid rgb(255, 103, 80);
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgb(64 81 110);
  background: #fff;
  padding: 20px 20px;
  border-radius: 10px;
}
.link-serie {
  letter-spacing: 2px;
}