@font-face {
  font-family: Vodafone-bold;
  src: url(../fonts/vodafone-bold.woff2);
}

@font-face {
  font-family: Vodafone-semibold;
  src: url(../fonts/vodafone-light.woff2);
}

@font-face {
  font-family: Vodafone-regular;
  src: url(../fonts/vodafone-regular.woff2);
}

:root {
  --primary: #e60000;
  --primary-hover: #bd0000;
  --secondary: #565656;
  --border-input: #0096ad;
  --black: #212529;
  --soft-black: #707070;
  --white: #ffffff;
  --soft-white: #f2f2f2;
  --speed: 0.2s;
}

p,
a,
div,
td,
h1,
h2,
h3,
h4,
h5 {
  font-family: Vodafone-regular, "Open Sans" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

body {
  background-color: rgb(252, 252, 252) !important;
}

.right_menu .notif-menu,
.sidebar {
  background: rgb(252, 252, 252) !important;
}

.right_menu .notif-menu {
  -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.25);
  border-right: 1px solid #2c2c2c;
}

p {
  font-size: 1.125rem;
  line-height: 1.5;
}

a.link {
  color: var(--primary) !important;
  text-decoration: underline !important;
}

a.link:hover {
  color: var(--primary-hover) !important;
}

a i:hover {
  color: var(--secondary) !important;
}

svg.position-absolute {
  top: 10px;
  right: 15px;
}

.authentication::before,
.authentication-alta::before {
  background-image: url(../../assets/images/bg-login.jpg) !important;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  content: "";
  position: fixed;
  filter: grayscale(1);
}

.minileftbar .menu_list li a:hover {
  background: #fcfcfc;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-radius: 12px 0px 0px 12px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #fcfcfc;
  color: #000000;
}

.minileftbar .menu_list li a:hover i {
  color: #000000;
}

.form-control {
  border-radius: 5px;
  padding: 12px 18px;
  border: 2px solid var(--secondary);
  font-size: 18px;
}
.form-control:focus {
  border-color: var(--border-input);
}

input[type="checkbox"] {
  accent-color: var(--secondary) !important;
  /* Cambia el color del checkbox */
}

.btn {
  border-radius: 0.375rem;
  margin: 0px;
}

.btn-primary {
  background-color: var(--primary);
  border: 2px solid var(--primary);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: var(--primary-hover);
  border: 2px solid var(--primary-hover);
}

.btn-secondary {
  background-color: white;
  border: 2px solid var(--secondary);
  color: var(--secondary) !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
  background-color: var(--secondary);
  color: white !important;
}

@media screen and (max-width: 992px) {
  .company_detail {
    display: none;
  }
}

.authentication .company_detail .logo img {
  vertical-align: middle;
}

.sidebar .user-info {
  border-bottom: 1px solid #dedede;
}

.authentication .company_detail .logo {
  margin-bottom: 15px;
}

.authentication, .authentication-alta {
    background-color: var(--soft-white) ;
}

.smart .logo,
.smart h3 {
  display: block !important;
}

.smart h3 {
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0.7;
  letter-spacing: 2px;
  color: #ffffff;
}

code {
  color: #154b7d;
  font-family: monospace;
}

@media (max-width: 992px) {

  .smartphones .logo,
  .smartphones h3 {
    display: block !important;
  }

  .smartphones h3 {
    font-weight: 300;
    text-transform: uppercase;
    opacity: 0.7;
    letter-spacing: 2px;
    color: #ffffff;
  }
}

@media (min-width: 993px) {
  .smartphones {
    display: none !important;
  }
}

.authentication .company_detail {
  color: rgb(100, 100, 100);
}

.authentication .company_detail hr {
  border-top: 1px solid rgba(0, 154, 228, 0.6);
}

.bg-login {
  left: 0;
  width: 50%;
  height: 100%;
  background-color: white;
}

.

#logo{
  min-width: 250px;
}

.linea {
  margin: 0px 20px;
  width: 33%;
  border-top: 1px solid #999;
  position: relative;
  top: 10px;
  float: left;
}

.leyenda {
  font-weight: bold;
  float: left;
}

.dcs {
  font-size: 18px;
}

.ct {
  font-size: 16px;
}

.dc {
  font-size: 14px;
}

/*MAX*/
@media (max-width: 992px) {
  .bg-login {
    width: 100%;
  }

  .authentication-alta {
    height: 120vh;
  }
}

@media (max-width: 576px) {
  .authentication-alta {
    height: 150vh;
  }
}

/*MIN*/
@media (min-width: 576px) {
  .authentication-alta {
    height: 120vh;
  }
}

@media (min-width: 648px) {
  .authentication-alta {
    height: 115vh;
  }
}

@media (min-width: 768px) {
  .authentication-alta {
    height: 105vh;
  }
}

@media (min-width: 992px) {
  .bg-login {
    width: 75%;
  }

  .authentication-alta {
    height: 100vh;
  }
}

@media (min-width: 1400px) {
  .bg-login {
    width: 50%;
  }
}

@media (min-width: 1920px) {
  .authentication::before {
    background-size: cover;
  }
}

.popup-install {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  background-color: #ffffffc8;
  backdrop-filter: blur(20px);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;

}

.popup-install p {
  margin: 0;
  padding: 0;
}

.popup-install-container-header-title {
  font-weight: 700;
  font-size: 1.5rem;
}

.popup-install-show {
  display: block;
  animation: installUp .5s ease-in;
}

.popup-install-hidden {
  display: none;

}

.popup-install-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
}

.popup-install-container-button {
  background-color: var(--primary);
  color: var(--white);
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  width: fit-content;
}

.popup-install-container-button:hover {
  background-color: var(--primary-hover);
}

.popup-install-container-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popup-install-container-intructions {
  display: none;
}

.popup-install-container-intructions-show {
  display: block;
}

.popup-install-container-intructions ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.popup-install-container-intructions li {
  display: flex;
  align-items: center;
  gap: .5rem;
}

@keyframes installUp {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }

}