﻿@charset "UTF-8";
:root {
  /*Primary Color in rgb*/
  --red: 18;
  --green: 131;
  --blue: 197;
  --alpha: 0.5;
}

.bg-primary-light {
  background-color: #fdf8e2;
}

.text-green {
  color: #1ebd2b !important;
}

.bg-green {
  background-color: #1ebd2b !important;
}

.bg-orange {
  background-color: #f48034 !important;
}

.bg-red {
  background-color: #ed3237 !important;
}

.fa-1-5x {
  font-size: 1.3em;
}

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

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

.disabled-form-label {
  font-size: 8px;
}

[data-bs-theme=dark] .text-primary {
  color: #fff !important;
}
[data-bs-theme=dark] .navbar-dark {
  background-color: var(--bs-body-bg);
}
[data-bs-theme=dark] .brighter {
  --bs-heading-color: var(--bs-emphasis-color);
}
[data-bs-theme=dark] .lead {
  color: #fff;
}
[data-bs-theme=dark] .bg-white {
  background-color: var(--bs-dark) !important;
}
[data-bs-theme=dark] .bg-light {
  background-color: var(--bs-body-bg) !important;
}
[data-bs-theme=dark] .text-dark {
  color: #fff !important;
}
[data-bs-theme=dark] .cls-1 {
  fill: var(--bs-body-bg);
}
[data-bs-theme=dark] .card-header {
  background-color: var(--bs-dark);
}
[data-bs-theme=dark] #goBack, [data-bs-theme=dark] #btn_Task_GoBack, [data-bs-theme=dark] #review_goback, [data-bs-theme=dark] #goBack_review {
  color: var(--bs-white) !important;
}

[data-bs-theme=light] .navbar-dark {
  background-color: var(--bs-dark);
}
[data-bs-theme=light] .cls-1 {
  fill: #f3f6f9;
}
[data-bs-theme=light] .card-header {
  background-color: var(--bs-white);
}
[data-bs-theme=light] .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
[data-bs-theme=light] .form-check-label {
  color: var(--bs-white);
}

.deshabilitado {
  pointer-events: none;
  color: gray;
  cursor: default;
  text-decoration: none;
  opacity: 0.4;
}

/*.row {
    --bs-gutter-x: 0rem;
    }*/
.text-disabled {
  color: #AAAAAA !important;
}

.w-35 {
  width: 35% !important;
}

.w-45 {
  width: 45% !important;
}

.w-55 {
  width: 55% !important;
}

.w-55 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

#companyForm > .row,
#informationForm > .row,
#screenForm > .row,
#tvDevicesSection > .row {
  --bs-gutter-x: 1.5rem !important;
}

.fa-bookmark-size {
  font-size: 20px;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(86% - var(--bs-modal-margin) * 2);
}

.modal-close-icon {
  font-size: 20px;
}

.container > .row {
  --bs-gutter-x: 1.5rem !important;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(2.9rem + 2px) !important;
}

/*.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2)) !important;
    min-height: calc(3rem + calc(var(--bs-border-width) * 2)) !important;
    line-height: 1.25;
}

.form-floating > .form-select {
    padding-top: 1.225rem;
    padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
    color: rgba(var(--bs-body-color-rgb), 0.65);
    transform: scale(0.85) translateY(-0.8rem) translateX(0.3rem) !important;
}

.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 0.7rem 0.75rem !important;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-select ~ label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.2em !important;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
}*/
.form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-select ~ label::after {
  background-color: transparent !important;
}

.form-check .form-check-input {
  margin-left: 0px !important;
}

.check-size {
  font-size: 21px;
}

#btnSwitch .form-switch {
  padding-left: 0px !important;
}

.form-switch {
  padding-left: 0em !important;
}

.form-check {
  padding-left: 0em;
}

.form-check > input {
  cursor: pointer;
}

.form-check > label {
  cursor: pointer;
}

.card-effect:hover {
  transform: scale(1.05);
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(103, 189, 89, 0.15) !important;
}

.text-card-body {
  /* height: 187px;*/
  text-align: justify;
}

.img-fluid-card {
  max-width: 45%;
  height: auto;
}

.annoucementImgModal {
  cursor: pointer;
}

@media screen and (min-width: 200px) and (max-width: 768px) {
  .img-fluid-card {
    max-width: 32%;
    height: auto;
  }
}
.selectManual {
  cursor: pointer;
  text-decoration: none;
}

.text-card-body p {
  font-size: 14px;
}

.hr-divider {
  margin-left: auto;
  margin-right: auto;
}

.text-sm {
  font-size: 13px;
}

.align-text-start {
  text-align: left !important;
}

.table-ann-image {
  max-width: 53px !important;
}

.addButton:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

/*--------------------------------------------------------------
# H1
--------------------------------------------------------------*/
h1 {
  font-size: clamp(30px, 8vw, 50px);
}

.login-text {
  font-size: clamp(13px, 6vw, 35px);
}

/*--------------------------------------------------------------
# navbar
--------------------------------------------------------------*/
@media (max-height: 750px) {
  .bottom-content {
    display: none;
  }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22m-7 8h7'/%3e%3c/svg%3e");
}

.navbar-toggler {
  border-color: #a693c6 !important;
}

.vh-60 {
  min-height: 60vh;
}

.vh-75 {
  height: 75vh;
}

.vh-80 {
  min-height: 80vh;
}

.vh-89 {
  min-height: 88vh;
}

.vh-90 {
  min-height: 90vh;
}

.navbar .btn-outline-light:hover {
  color: var(--bs-white);
}

#navbarNavDropdown .nav-link:hover {
  color: var(--bs-secondary);
}

.ps__rail-x {
  display: none !important;
}

.bg-gray-200 {
  background-color: #f0f2f5 !important;
}

.text-user-name {
  color: #fff;
}

.text-user-name:hover {
  color: var(--bs-green) !important;
}

.collapse:not(.show) {
  display: none;
}

.nav-link.active {
  color: var(--bs-white) !important;
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.navbar-vertical {
  background-color: var(--bs-white);
}

.userMenu {
  margin-left: -19px !important;
}

.notificationsMenu {
  margin-left: -151px !important;
}

.no-hover:hover {
  text-decoration: none;
  color: var(--bs-dark) !important;
  background-color: transparent;
}

.languageDropdown {
  width: 146% !important;
  margin-left: -6% !important;
}

.languageDropdown > li {
  min-width: 50px !important;
}

/*.form-check-input:checked {
    background-color: var(--bs-green) !important;
    border-color: var(--bs-green) !important;
}*/
.gkDDL {
  padding-top: 0.625rem !important;
}

@media only screen and (max-width: 1000px) {
  #liMessages {
    width: 40px;
  }
  li.dropdown ul#ddlMessages {
    left: 0px !important;
  }
  .carousel-item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  #company_images {
    padding-bottom: 55% !important;
  }
}
.menuItemColor {
  color: var(--bs-dark);
}

.img-container-size {
  width: 419px;
  height: 275px;
}

#logoutForm {
  font-size: 15px;
}

#adminAccountMenu.nav-pills .nav-link.active {
  background-color: var(--bs-dark);
  color: var(--bs-white);
}

#adminAccountMenu > li a:hover {
  background-color: var(--bs-primary);
  border-radius: var(--bs-nav-pills-border-radius);
  color: var(--bs-white);
}

#adminAccountMenu > li a.active:hover {
  background-color: var(--bs-dark);
  border-color: var(--bs-btn-hover-border-color);
  color: var(--bs-white);
}

.show {
  opacity: 1;
}

.navbar {
  transition: all 0.5s ease-in-out;
}

.navbar-sticky {
  opacity: 0.92;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.navbar-toggler, .navbar-toggler:active, .navbar-toggler:focus {
  box-shadow: none;
  border-width: thin;
  outline: none;
}

.modal-dialog {
  max-width: 1040px;
}

.map iframe {
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
  border: none;
}

.xl-text, .counter-xl-text {
  font-size: 55px;
}

.md-text, .counter-md-text {
  font-size: 62px;
}

.nav-link-items {
  padding: 0.5rem 1rem;
  font-weight: 400;
  font-size: 0.875rem;
}

.nav-link-items:hover {
  color: var(--bs-secondary) !important;
}

@media (max-width: 1197px) {
  .navbar {
    background: var(--bs-dark);
  }
  .hero .image-container {
    display: flex;
    justify-content: center;
  }
  .hero .text-container {
    text-align: center;
  }
  .md-text, .counter-md-text {
    font-size: 49px;
  }
  .menuItemColor {
    color: var(--bs-white);
  }
}
@media screen and (min-width: 200px) and (max-width: 393px) {
  .md-text, .counter-md-text {
    font-size: 34px;
  }
  .feature-image {
    width: 184px !important;
  }
}
.footer-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

@media screen and (min-width: 1199px) and (max-width: 3000px) {
  #iconNavbarSidenav {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .navbar-collapse {
    position: relative !important;
  }
  #breadcrumb-nav {
    display: none !important;
  }
  .section-top-table {
    margin-left: 16px;
  }
}
.male-submenu li > a:hover {
  background-color: var(--bs-light) !important;
}

.male-submenu .nav-item .nav-link:hover .sidenav-normal {
  color: #5F6062 !important;
}

.male-active-menu {
  background-color: var(--bs-light);
}

.modulos-title {
  margin-left: 32px;
}

/*--------------------------------------------------------------
# Administradores
--------------------------------------------------------------*/
.avatar-sm {
  width: 42px !important;
  height: 40px !important;
  font-size: 0.875rem;
}

.avatar {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 0.5rem;
  height: 48px;
  width: 48px;
  transition: all 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.z-index-sticky {
  z-index: 1;
}

.top-0 {
  top: 0 !important;
}

.position-sticky {
  position: sticky !important;
}

.page-header {
  background: url("../images/home/home_bg2.jpg") left center no-repeat;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
}

.text-admin-center {
  font-size: 52px;
}

.top-left-right-shadow {
  box-shadow: 0 54px 25px rgba(0, 0, 0, 0.05), -2px 0 10px rgba(0, 0, 0, 0.05), 2px 0 10px rgba(0, 0, 0, 0.05); /* Right */
}

.details-1 .vertical-decoration {
  top: 0;
  left: 0;
  width: 24px;
}

.details-2 .vertical-decoration {
  top: 6%;
  right: 0;
  width: 24px;
  height: 100%;
}

.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.img-fluid-custom {
  max-width: 70%;
  height: auto;
}

.icon-md i {
  top: 30%;
  font-size: 1.125rem;
}

.icon-md {
  width: 48px;
  height: 48px;
}

.fa-square-shape {
  width: 48px;
  height: 48px;
  background-position: 50%;
  border-radius: 0.5rem;
}

.fa-square-shape > i {
  font-size: 20px;
}

.img-qr {
  width: 25%;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-container {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 480px;
}

.form-container {
  position: absolute;
  top: 0;
  height: 100%;
  transition: all 0.6s ease-in-out;
}

.sign-in-container {
  left: 0;
  width: 50%;
  z-index: 2;
}

.small-device-hide {
  visibility: visible;
}

.large-device-hide {
  visibility: hidden;
}

@media screen and (min-width: 200px) and (max-width: 393px) {
  .sign-in-container {
    left: 0%;
    width: 100%;
    z-index: 2;
  }
  .small-device-hide {
    visibility: hidden;
  }
  .sign-up-container {
    left: -72% !important;
    width: 287px;
  }
  .large-device-hide {
    visibility: visible;
  }
  .dataTables_filter label {
    margin-left: -54px !important;
  }
  .adImage {
    height: 184px !important;
  }
  .video-app, .video-tv {
    width: 329px !important;
    height: 185px !important;
  }
  .adImageBlack {
    height: 200px !important;
  }
  .nav-small-devices {
    width: 91%;
  }
}
.container.right-panel-active .sign-in-container {
  transform: translateX(100%);
}

.sign-up-container {
  left: 142px;
  width: 287px;
  opacity: 0;
  z-index: 1;
}

.container.right-panel-active .sign-up-container {
  transform: translateX(100%);
  opacity: 1;
  z-index: 5;
  animation: show 0.6s;
}

@keyframes show {
  0%, 49.99% {
    opacity: 0;
    z-index: 1;
  }
  50%, 100% {
    opacity: 1;
    z-index: 5;
  }
}
.overlay-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  z-index: 100;
}

.container.right-panel-active .overlay-container {
  transform: translateX(-100%);
}

.overlay {
  /*  background: #FF416C;
  background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
  background: linear-gradient(to right, #FF4B2B, #FF416C);
  background-repeat: no-repeat;
  background-size: cover;*/
  background-position: 0 0;
  color: #FFFFFF;
  position: relative;
  left: -100%;
  height: 100%;
  width: 200%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
  transform: translateX(50%);
}

.overlay-panel {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  top: 0;
  height: 100%;
  width: 50%;
  transform: translateX(0);
  transition: transform 0.6s ease-in-out;
}

.overlay-left {
  transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
  transform: translateX(0);
}

.overlay-right {
  right: 0;
  transform: translateX(0);
}

.container.right-panel-active .overlay-right {
  transform: translateX(20%);
}

.social-container {
  margin: 20px 0;
}

.social-container a {
  border: 1px solid #DDDDDD;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  height: 40px;
  width: 40px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-red {
  --bs-btn-color: #000;
  --bs-btn-bg: #ed3237;
  --bs-btn-border-color: #ed3237;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ed3237;
  --bs-btn-hover-border-color: #ed3237;
  --bs-btn-focus-shadow-rgb: 209, 173, 2;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ed3237;
  --bs-btn-active-border-color: #ed3237;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ed3237;
  --bs-btn-disabled-border-color: #ed3237;
}

.btn-green {
  --bs-btn-color: #000;
  --bs-btn-bg: #67bd59;
  --bs-btn-border-color: #67bd59;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #67bd59;
  --bs-btn-hover-border-color: #67bd59;
  --bs-btn-focus-shadow-rgb: 209, 173, 2;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #67bd59;
  --bs-btn-active-border-color: #67bd59;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #67bd59;
  --bs-btn-disabled-border-color: #67bd59;
}

.btn-orange {
  --bs-btn-color: #000;
  --bs-btn-bg: #f48034;
  --bs-btn-border-color: #f48034;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f69352;
  --bs-btn-hover-border-color: #f58d48;
  --bs-btn-focus-shadow-rgb: 207, 109, 44;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f6995d;
  --bs-btn-active-border-color: #f58d48;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f48034;
  --bs-btn-disabled-border-color: #f48034;
}

.btn-xsmall {
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 15px;
  --bs-btn-font-size: 0.675rem;
  --bs-btn-border-radius: 50px;
}

#update-profile-button,
#change-email-button,
#enable-authenticator,
#deleteProfileButton,
#download-data-button,
#delete {
  color: var(--bs-white);
}

#contactAdmin:hover,
#update-profile-button:hover,
#change-email-button:hover,
#deleteProfileButton:hover,
#enable-authenticator:hover,
#download-data-button:hover,
#goBack:hover,
#btn_Task_GoBack:hover,
#btnReportIssue:hover,
.btn_AnuncioGoBack:hover,
#addAdmin:hover {
  color: var(--bs-primary) !important;
}

#deviceList:hover > i, #videoPlayer:hover > i, .btn-ver-mas:hover {
  color: var(--bs-white) !important;
}

.video-height {
  height: 0px;
}

#goBack:hover {
  background-color: #f8f9fa !important;
}

#review_goback:hover,
#btn_Task:hover,
#btn_ContactUS:hover {
  color: var(--bs-white) !important;
}

#createBtnPopup:hover {
  background-color: var(--bs-primary) !important;
}

#createBtnPopup:hover > span {
  color: var(--bs-white) !important;
}

#moreReviews:hover {
  color: var(--bs-secondary) !important;
}

.btn-service:hover {
  color: var(--bs-white) !important;
  cursor: pointer;
}

.btn-outline-secondary:hover {
  color: var(--bs-white);
}

.btn.active {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
.txtArea {
  padding: 10px 12px;
  height: 209px;
}

.counter-text {
  font-size: 23px;
}

/*THI SECTIO IS FOR MOBILE VIEW*/
@media only screen and (max-width: 1000px) {
  .txtArea {
    padding: 10px 12px;
    height: 100px;
  }
  .img-modal {
    display: none;
  }
  .counter-xl-text {
    text-align: center;
    font-size: 40px;
  }
  .xl-text {
    text-align: center;
    font-size: 55px;
  }
  .header-buttons {
    text-align: center;
  }
  .counter-text {
    font-size: 17px;
  }
  .mt-6 {
    margin-top: 3rem !important;
  }
  .section-top-table {
    margin-top: 0.5rem !important;
  }
  .px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  #logout {
    margin-left: 13px;
  }
  .details_gallery h2 {
    font-size: 15px !important;
  }
  .details_gallery h2:hover {
    text-decoration: none;
  }
  .gallery-item p:hover {
    text-decoration: none;
  }
  .photos {
    position: relative;
    height: 295px !important;
  }
  .img-mobile {
    width: 250px;
    height: 98px !important;
  }
}
/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
li.dropdown ul {
  display: block;
  position: absolute;
  left: 0 !important;
  top: 80%;
  margin: 0;
  padding: 0 0 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  list-style: none;
  background: var(--bs-white);
  transition: 0.3s;
}

li.dropdown ul li {
  min-width: 200px;
}

li.dropdown ul a {
  padding: 5px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
}

li.dropdown ul a i {
  font-size: 12px;
}

li.dropdown ul a:hover,
li.dropdown ul .active,
li.dropdown ul .active:hover,
li.dropdown ul li:hover > a {
  color: var(--color-white);
  background: var(--color-primary);
}

li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
}

li.dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

li.dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (min-width: 1280px) and (max-width: 1366px) {
  li.dropdown .dropdown ul {
    left: -90%;
  }
  li.dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
/*--------------------------------------------------------------
# Calendar Items
--------------------------------------------------------------*/
@media (min-width: 1400px) {
  .container-xl {
    max-width: 1420px !important;
  }
}
.activity-done {
  font-weight: 600;
}

.list-group li {
  margin-bottom: 12px;
}

.list li {
  list-style: none;
  padding: 10px;
  border: 1px solid #fff;
  margin-top: 12px;
  border-radius: 5px;
  background: var(--bs-white);
}

.checkicon {
  color: green;
  font-size: 19px;
}

.date-time {
  font-size: 12px;
}

.profile-image img {
  margin-left: 3px;
}

.fc-toolbar-title {
  color: var(--bs-primary);
}

.fc-col-header a, .fc-daygrid-day-number {
  color: var(--color-secondary);
}

.fc .fc-button-primary:disabled {
  background: var(--bs-success);
  border: none;
}

.fc-h-event .fc-event-main {
  color: var(--bs-dark);
}

.fc-h-event .fc-event-title-container {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 0px;
  padding-left: 4px;
  padding-right: 1px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.fc .fc-daygrid-day.fc-day-today a.fc-daygrid-day-number {
  font-weight: bold;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  border-radius: 41%;
  height: 25px;
  margin-top: 2px;
  padding-top: 0px;
  margin-bottom: 8px;
  width: 27px;
  padding-left: 5px;
}

.fc .fc-daygrid-day.fc-day-today {
  background: var(--bs-white);
}

.fc-daygrid-event-harness {
  cursor: pointer;
  margin-bottom: 3px;
}

.fc-h-event .fc-event-main {
  font-size: 10px;
  margin-bottom: 2px;
}

.fc-daygrid-dot-event .fc-event-title {
  flex-grow: 1;
  flex-shrink: 1;
  font-size: 13px;
  min-width: 0px;
  overflow: hidden;
  font-weight: 100;
  width: 30px;
  text-overflow: ellipsis;
  padding-left: 2px;
}

.fc-event-time {
  font-size: 10px;
  color: var(--bs-dark);
  font-weight: bold;
}

.appointment {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.appointment:hover {
  box-shadow: 0 0.5rem 1rem rgba(244, 128, 52, 0.25);
}

.pac-container, .pac-target-input {
  z-index: 100000;
}

.input_placeholder {
  color: var(--bs-primary);
}

.text-required {
  font-size: 9px;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img_services1 {
  width: 200px;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  /*padding: 50px 30px;*/
  margin: -49px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  /*  background: #fff !important;*/
  position: relative;
  background: rgba(var(--color-white-rgb), 0.9);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  opacity: 0.9;
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--color-primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--color-white);
}

.services .details h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: var(--color-primary);
}

.services .service-item:hover .details .icon {
  background: var(--color-white);
  border: 2px solid var(--color-primary);
}

.services .service-item:hover .details .icon i {
  color: var(--color-primary);
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Table
--------------------------------------------------------------*/
.active-vid {
  background: #3A3A3A;
}

#vid-list .desc {
  color: #CACACA;
  font-size: 13px;
  margin-top: 5px;
}

@media (max-width: 624px) {
  .caption {
    margin-top: 40px;
  }
  .vid-list-container {
    padding-bottom: 20px;
  }
}
#tblData td {
  text-align: center;
  vertical-align: middle;
}

.dataTables_filter {
  margin-bottom: 19px;
}

.btn-action:hover {
  cursor: pointer;
}

table.dataTable {
  line-height: normal;
}

table.dataTable tbody td {
  vertical-align: middle;
}

table.dataTable thead th {
  vertical-align: middle;
}

th.dt-center, td.dt-center {
  text-align: center;
}

table.dataTable thead th.select-checkbox {
  position: relative;
}

table.dataTable thead th.select-checkbox:before,
table.dataTable thead th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

table.dataTable thead th.select-checkbox:before {
  content: " ";
  margin-top: -8px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}

table.dataTable tbody td.select-checkbox:before {
  position: relative;
  top: auto;
  margin-top: auto;
}

table.dataTable tbody td.select-checkbox:after {
  top: auto;
}

table.dataTable tr.selected td.select-checkbox:after {
  margin-top: -16px;
}

table.dataTable tbody td.select-action {
  white-space: nowrap;
  text-align: center;
}

@media screen and (-ms-high-contrast: none) {
  table.dataTable tr.selected td.select-checkbox:after {
    position: relative;
  }
}
@supports (-ms-ime-align: auto) {
  table.dataTable tr.selected td.select-checkbox:after {
    position: relative;
  }
}
table.dataTable .word-break-all {
  word-break: break-all;
}

@media (max-width: 1000px) {
  table.dataTable td {
    font-size: 13px;
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  color: var(--bs-primary) !important;
  content: "\f067" !important;
}

table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(243, 246, 249, 0.7) !important;
}

table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(243, 246, 249, 0.7) !important;
}

table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.074) !important;
}

table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.even > * {
  box-shadow: inset 0 0 0 9999px rgba(255, 255, 255, 0.074) !important;
}

.dataTable.no-footer tfoot th,
.dataTable.no-footer tfoot td {
  border-bottom: none;
  border-color: var(--bs-white);
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.dataTables_wrapper {
  margin-top: 9px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%) !important;
  border: none !important;
  color: var(--bs-dark) !important;
}

#tblTvData_next:hover, .paginate_button:hover {
  color: var(--bs-dark) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: pointer !important;
}

[type=search] {
  appearance: textfield;
  outline-offset: 0px;
}

#messageDetails i {
  font-size: 19px !important;
}

.task_delete_btn {
  cursor: pointer;
}

.btn-action-active {
  font-size: 19px;
}

.btn-action-active:hover {
  cursor: pointer;
}

/*.details{
    height: 100px;

}*/
/*--------------------------------------------------------------
# Stars
--------------------------------------------------------------*/
.rating-box {
  position: relative;
  background: #fff;
  padding: 30px 1px 42px;
  border-radius: 25px;
}

.rating-box header {
  font-size: 22px;
  color: #dadada;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.rating-box .stars {
  display: flex;
  align-items: center;
  gap: 25px;
}

.stars i {
  color: #e6e6e6;
  font-size: 35px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.stars i.active {
  color: #ff9c1a;
}

.reviewDescription {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: auto;
}

.fa-star {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
#Pagination
--------------------------------------------------------------*/
.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/*--------------------------------------------------------------
#Tooltips
--------------------------------------------------------------*/

.tooltip-global {
  position: fixed; /* Posiciona el tooltip fuera del flujo de la tabla */
  top: 0;
  left: 0;
  background-color: var(--bs-dark); /* Color de fondo del tooltip */
  color: #fff; /* Color del texto */
  padding: 8px; /* Espaciado interno */
  border-radius: 4px; /* Bordes redondeados */
  font-size: 12px; /* Tamaño de fuente */
  line-height: 14px; /* Altura de línea */
  white-space: nowrap; /* Evita que el texto se divida en varias líneas */
  z-index: 9999; /* Asegúrate de que el tooltip esté encima de todo */
  visibility: hidden; /* Oculto por defecto */
  opacity: 0; /* Oculto por defecto */
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; /* Transiciones suaves */
  pointer-events: none; /* Evita que el tooltip interfiera con el mouse */
}
.tooltip-global::after{
  font-family: "Font Awesome 6 Free";
  color: var(--bs-dark);
  content: "\f0d8" !important;
  position: absolute;
  bottom: 81%; /* Posiciona la flecha arriba del tooltip */
  left: 45%; /* Centra la flecha horizontalmente */
}
.tooltip-docs-global {
  position: absolute;
  background-color: var(--bs-dark);
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  z-index: 9999;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  pointer-events: none; /* Evita que interfiera con el mouse */
  width: 100px; /* Ancho fijo para un cálculo preciso */
  text-align: center;
 
}

.tooltip-docs-global::after{
  font-family: "Font Awesome 6 Free";
  color: var(--bs-dark);
  content: "\f0d8" !important;
  position: absolute;
  bottom: 82%; /* Posiciona la flecha arriba del tooltip */
  left: 40%; /* Centra la flecha horizontalmente */

}

a.tooltiplinkList-actions {
  position: relative;
}

a.tooltiplinkList-actions:hover::after {
  content: attr(data-title);
  background-color: var(--bs-dark);
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  display: block;
  position: absolute;
  top: 47px;
  left: 51%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

a.tooltiplinkList-actions:hover:before {
  left: 22px;
  position: absolute;
  z-index: 99;
  top: 36px;
  font-family: "Font Awesome 6 Free";
  color: var(--bs-dark);
  content: "\f0d8" !important;
}

a.tooltiplink-actions-quotation, button.tooltiplink-actions-quotation {
  position: relative;
}

a.tooltiplink-actions-quotation:hover::after, button.tooltiplink-actions-quotation:hover::after {
  content: attr(data-title);
  background-color: var(--bs-dark);
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  display: block;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

a.tooltiplink-actions-quotation:hover:before, button.tooltiplink-actions-quotation:hover:before {
  left: 23px;
  position: absolute;
  z-index: 99;
  top: 33px;
  font-family: "Font Awesome 6 Free";
  color: var(--bs-dark);
  content: "\f0d8" !important;
}

a.tooltiplinkContract-actions {
  position: relative;
}

a.tooltiplinkContract-actions:hover::after {
  content: attr(data-title);
  background-color: var(--bs-dark);
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  display: block;
  position: absolute;
  top: 30px;
  left: 51%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

a.tooltiplinkContract-actions:hover:before {
  left: 5px;
  position: absolute;
  z-index: 99;
  top: 19px;
  font-family: "Font Awesome 6 Free";
  color: var(--bs-dark);
  content: "\f0d8" !important;
}

.thumbnail-text {
  font-size: 12px;
}

#toast-container {
  margin-top: 45px;
}

.crop-text-1 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 38px;
}

.empty-card {
  height: 198px;
  display: block;
}

#addApartment > .card:hover {
  background-color: var(--bs-primary) !important;
}

#addApartment:hover > div > .textAdd {
  color: var(--bs-white) !important;
}

#addAdmin > .btnAddAdmin:hover {
  background-color: var(--bs-secondary) !important;
}

#addAdmin:hover > div > .textAdd {
  color: #fff !important;
}

#addAdmin:hover > div > .textAdd {
  color: #fff !important;
}

#cancelSubscriptionBtn > .btnCancel:hover {
  background-color: var(--bs-red) !important;
}

#cancelSubscriptionBtn:hover > div > .textAdd {
  color: #fff !important;
}

#cancelSubscriptionBtn:hover > div > .textAdd {
  color: #fff !important;
}

/*******/
/*******Multi steps*/
.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: var(--bs-gray-300);
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}

@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.img {
  width: 128px;
  height: 85px;
}

.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}

.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 6.5px);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: currentColor;
  z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
  display: none;
}

.multisteps-form__progress-btn.js-active {
  color: var(--bs-orange) !important;
}
.multisteps-form__progress-btn.js-active span {
  color: var(--bs-dark);
}

.all-active {
  color: var(--bs-green) !important;
}
.all-active span {
  color: var(--bs-dark);
}

.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__progress-btn.all-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.multisteps-form__panel[data-animation=scaleIn] {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.multistpes_title {
  margin-top: 30px;
}

.bg-task {
  background: var(--bs-gray-100);
}

a.service-item:hover {
  opacity: 0.8;
}

a.service-item {
  cursor: pointer;
}

a.service-item.active {
  opacity: 0.3;
  /* background-color: #000;*/
}

@media screen and (min-width: 570px) and (max-width: 900px) {
  .carousel__slide div > img {
    left: 34% !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 580px) {
  .img-small-screen-carousel {
    width: 442px;
    height: 250px !important;
  }
  .carousel__slide div > img {
    left: 34% !important;
  }
  .carousel__thumbnails {
    list-style: none;
    display: flex;
    margin-left: 6%;
    margin-top: 3% !important;
  }
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  .carousel__thumbnails {
    list-style: none;
    display: flex;
    margin-left: 6%;
    margin-top: 6% !important;
  }
  .img {
    width: 119px;
    height: 79px;
  }
  .frame-decoration {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 2100px) {
  .img-check-centered {
    position: absolute;
    top: 60%;
    margin-left: 18%;
    font-size: 10px;
  }
  .img-check-tv-centered {
    position: absolute;
    top: 52%;
    margin-left: 17%;
    font-size: 10px;
  }
  .video-check-centered {
    position: absolute;
    top: 59%;
    margin-left: 18%;
    font-size: 10px;
  }
  .table-text-truncate {
    width: 350px;
    display: inline-block;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1399px) {
  .img-check-centered {
    position: absolute;
    top: 57%;
    margin-left: 18%;
    font-size: 9px;
  }
  .img-check-tv-centered {
    position: absolute;
    top: 49%;
    margin-left: 16%;
    font-size: 9px;
  }
  .video-check-centered {
    position: absolute;
    top: 59%;
    margin-left: 17%;
    font-size: 10px;
  }
  .table-text-truncate {
    width: 150px;
    display: inline-block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1198px) {
  .img-check-centered {
    position: absolute;
    top: 53%;
    margin-left: 17%;
    font-size: 8px;
  }
  .img-check-tv-centered {
    position: absolute;
    top: 46%;
    margin-left: 14%;
    font-size: 8px;
  }
  .video-check-centered {
    position: absolute;
    top: 55%;
    margin-left: 16%;
    font-size: 10px;
  }
  .table-text-truncate {
    width: 150px;
    display: inline-block;
  }
}
@media screen and (min-width: 775px) and (max-width: 992px) {
  .img-check-centered {
    position: absolute;
    top: 48%;
    margin-left: 15%;
    font-size: 6px;
  }
  .img-check-tv-centered {
    position: absolute;
    top: 42%;
    margin-left: 13%;
    font-size: 6px;
  }
  .video-check-centered {
    position: absolute;
    top: 53%;
    margin-left: 15%;
    font-size: 6px;
  }
  .table-text-truncate {
    width: 150px;
    display: inline-block;
  }
  .languageDropdown {
    width: 14% !important;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 583px) and (max-width: 774px) {
  .img-check-centered {
    position: absolute;
    top: 59%;
    margin-left: 36%;
    font-size: 8px;
  }
  .img-check-tv-centered {
    position: absolute;
    top: 52%;
    margin-left: 34%;
    font-size: 8px;
  }
  .video-check-centered {
    position: absolute;
    top: 75%;
    margin-left: 34%;
    font-size: 10px;
  }
  .table-text-truncate {
    width: 150px;
    display: inline-block;
  }
  .languageDropdown {
    width: 18% !important;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 582px) {
  .img-check-centered {
    position: absolute;
    top: 59%;
    margin-left: 35%;
    font-size: 8px;
  }
  .img-check-tv-centered {
    position: absolute;
    top: 52%;
    margin-left: 32%;
    font-size: 8px;
  }
  .video-check-centered {
    position: absolute;
    top: 73%;
    margin-left: 32%;
    font-size: 10px;
  }
  .table-text-truncate {
    width: 150px;
    display: inline-block;
  }
  .languageDropdown {
    width: 18% !important;
    margin-left: 20% !important;
  }
}
@media screen and (min-width: 200px) and (max-width: 399px) {
  .img-check-centered {
    position: absolute;
    top: 33%;
    margin-left: 30%;
    font-size: 7px;
  }
  .video-check-centered {
    position: absolute;
    top: 69%;
    margin-left: 31%;
    font-size: 7px;
  }
  .img-check-tv-centered {
    position: absolute;
    top: 49%;
    margin-left: 30%;
    font-size: 6px;
  }
  .table-text-truncate {
    max-width: 150px;
    display: inline-block;
  }
}
@media screen and (min-width: 498px) and (max-width: 1000px) {
  .frame-decoration {
    margin-top: -36px;
  }
}
@media screen and (min-width: 200px) and (max-width: 393px) {
  .img-small-screen-carousel {
    width: 368px;
    height: 208px !important;
  }
  .img-mobile {
    width: 150px !important;
    height: 97px !important;
  }
  .gallery-item {
    width: 33%;
  }
  .carousel__slide div > img {
    left: 34% !important;
  }
  .carousel__thumbnails {
    list-style: none;
    display: flex;
    margin-left: 0%;
    margin-top: 3% !important;
  }
  .portfolio-img {
    width: 222px !important;
    height: 100px !important;
  }
  .fc .fc-toolbar-title {
    font-size: 1.35em;
    margin: 0px;
  }
  .multistpes_title {
    font-size: 11px;
  }
  .multisteps-form__progress-btn.js-active:before {
    top: 0%;
  }
  .multisteps-form__progress-btn:before {
    position: relative;
    top: 0%;
  }
  .multisteps-form__progress-btn.js-active {
    color: var(--bs-green);
  }
  .multisteps-form__progress-btn {
    padding-top: 0px;
  }
  .lead {
    font-size: 15px;
  }
  .task_name {
    font-size: 12px;
  }
  .img {
    width: 119px;
    height: 79px;
  }
  .videos_example_text {
    font-size: 12px;
  }
  .frame-decoration {
    margin-top: -36px;
  }
  li.dropdown ul {
    left: 0% !important;
  }
  .languageDropdown {
    margin-left: 0% !important;
  }
  li.dropdown ul#changeCompany {
    left: 0px !important;
  }
  a.tooltiplink-timezone:hover::after {
    top: 36px;
    left: -240%;
  }
  .img-size-video {
    width: 75% !important;
  }
  .AdsSection {
    min-height: 1213px;
  }
  .video-size-phones {
    width: 300px !important;
    height: 200px !important;
  }
}
.video-size-phones {
  width: 390px;
  height: 229px;
}

.AdsSection {
  min-height: 800px;
}

.img-size-video {
  width: 50%;
}

.videos_example_text {
  font-size: 13px;
}

.bag-pending {
  font-size: 9px;
}

.bag-approved {
  font-size: 9px;
}

#preview {
  display: flex;
  justify-content: center;
  align-items: center;
}

#preview img {
  max-width: 100%;
  max-height: 150px;
}

[v-cloak] {
  display: none;
}

#previewPortfolio img {
  max-height: 80px;
}

@media screen and (min-width: 200px) and (max-width: 1500px) {
  #previewPortfolio img {
    max-height: 68px;
  }
}
.noVideoAvailable {
  background-color: var(--bs-orange);
  opacity: 0.4;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  color: var(--bs-primary) !important;
  content: "\f067" !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  font-family: "Font Awesome 6 Free";
  color: var(--bs-primary) !important;
  content: "\f068" !important;
}

.border-end-md {
  border-right: 1px solid #dee2e6 !important;
}

/*--------------------------------------------------------------
                        #Accordion
--------------------------------------------------------------*/
.accordion {
  --bs-accordion-color: #7b809a;
  --bs-accordion-bg: transparent;
  --bs-accordion-transition: all 0.15s ease-in, border-radius 0.15s ease;
  --bs-accordion-border-color: rgba(0, 0, 0, 0.125);
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0.125rem;
  --bs-accordion-inner-border-radius: 0.125rem;
  --bs-accordion-btn-padding-x: 0rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #7b809a;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-icon-width: 1rem;
  --bs-accordion-btn-icon-transform: rotate(180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: none;
  --bs-accordion-btn-focus-border-color: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #344767;
  --bs-accordion-active-bg: transparent;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.accordion .accordion-button {
  margin: 0 auto;
  font-size: inherit !important;
}

.accordion .accordion-item {
  color: var(--bs-secondary);
}

.accordion div button[aria-expanded=true] .collapse-close {
  display: none;
}

.accordion div button[aria-expanded=true] .collapse-open {
  display: block;
  color: var(--bs-orange);
}

.accordion div button[aria-expanded=false] .collapse-open {
  display: none;
}

.accordion div button[aria-expanded=false] .collapse-close {
  display: block;
  color: var(--bs-green);
}

/*--------------------------------------------------------------
                        #Feature Logos
--------------------------------------------------------------*/
.feature-image {
  width: 211px;
  /* margin-left: 6%;*/
}

@media screen and (min-width: 498px) and (max-width: 1000px) {
  .feature-image {
    width: 211px;
    /*  margin-left: 26%;*/
  }
}
/*--------------------------------------------------------------
                        #Error Messages
--------------------------------------------------------------*/
.field-validation-error {
  font-size: 13px;
}

/*--------------------------------------------------------------
                        #School Selection
--------------------------------------------------------------*/
.icon-lg {
  width: 50px;
  height: 50px;
}

.icon-school {
  font-size: 30px;
}

.icon-company {
  font-size: 25px !important;
}

.text-details {
  font-size: 13.5px !important;
}

.selectSchool {
  cursor: pointer;
}

.card-size {
  min-height: 288px;
}

.card-size-general {
  min-height: 305px;
}

.card-size-administrators {
  min-height: 142px;
}

.card-school-effect:hover {
  transform: scale(1.05);
  cursor: pointer;
  box-shadow: 0 0.5rem 1rem rgba(78, 38, 150, 0.15) !important;
}

.tv-row-size {
  min-height: 190.66px;
}

#lottie-animation > svg {
  width: 17% !important;
}

.carousel-size {
  max-width: 900px !important;
  background-color: #000;
}

.video-size {
  width: 500px !important;
}

.image-size {
  width: 500px !important;
}

.img-parent {
  width: 400px !important;
  height: 450px !important;
}

.img-tv {
  width: 900px !important;
  height: 450px !important;
}

.video-app, .video-tv {
  width: 637px;
  height: 368px;
}

.carousel-control-prev, .carousel-control-next {
  width: 7% !important;
  height: 26% !important;
  top: 28%;
  margin-left: 2%;
  margin-right: 2%;
}

.carousel-caption {
  right: 2%;
  bottom: -0.25rem;
  left: 0%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #fff;
}

.carousel-caption {
  position: inherit;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--bs-primary);
}

.text-description {
  font-size: 12px;
}

.carousel-indicators {
  bottom: 14% !important;
}

.carousel-inner {
  /* background-color: var(--bs-dark);*/
}

.adImage {
  height: 368px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Apply fade-in and fade-out animations to the element */
.fade-in-out {
  animation: fadeInOut 2s infinite alternate; /* 2s duration for each cycle */
}

@media screen and (min-width: 350px) and (max-width: 1000px) {
  .carousel-size {
    max-width: 500px !important;
  }
  .video-size {
    width: 300px !important;
  }
  .image-size {
    width: 300px !important;
  }
  .img-parent {
    width: 200px !important;
    height: 250px !important;
  }
  .img-tv {
    width: 500px !important;
    height: 250px !important;
  }
  .video-app, .video-tv {
    width: 634px !important;
    height: 360px !important;
  }
}
.filter-text {
  font-size: 15px;
  cursor: pointer;
}

.dataTables_filter label {
  display: inline-block;
  margin-right: 0px; /* Adjust as needed */
  color: #fff;
}

.dataTables_filter select {
  width: auto; /* Set width to auto to accommodate the options */
}

.dataTables_wrapper .dataTables_filter input {
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.dataTables_wrapper .dataTables_length select {
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.tvNames::before {
  content: attr(data-title);
  display: none;
}

/* Display the content with line breaks */
.tvNames::after {
  content: attr(data-title);
  white-space: pre-wrap;
}

/*--------------------------------------------------------------
                        #Company Details Selection
--------------------------------------------------------------*/
.address-info {
  min-height: 50px;
}

.circle-size {
  font-size: 12px;
}

.chart-container {
  position: relative;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
                        #Support chat Section
--------------------------------------------------------------*/
.chat-max-height {
  max-height: 437px;
}

.ticket-attachment-icon {
  font-size: 23px;
}

.carousel-indicators-support {
  bottom: 0% !important;
}

.carousel-indicators-support {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}

.carousel-indicators-support [data-bs-target] {
  background-color: var(--bs-primary) !important;
}

.carousel-indicators-support .active {
  opacity: 1 !important;
}

.carousel-indicators-support [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

/*--------------------------------------------------------------
                        #Support chat Section
--------------------------------------------------------------*/
input[type=range i] {
  color: var(--bs-primary) !important;
}

.cr-boundary {
  left: -7%;
  border-radius: var(--bs-border-radius) !important;
  box-shadow: var(--bs-box-shadow) !important;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-confirm {
  background-color: var(--bs-green) !important;
}

.swal2-styled.swal2-cancel, .swal2-styled.swal2-cancel {
  background-color: var(--bs-red) !important;
}

.swal2-styled.swal2-cancel:hover, .swal2-styled.swal2-cancel:focus {
  background-image: linear-gradient(310deg, var(--bs-red), var(--bs-red)) !important;
}

.swal2-styled.swal2-confirm:hover, .swal2-styled.swal2-confirm:focus {
  background-image: linear-gradient(310deg, var(--bs-green), var(--bs-green)) !important;
}

.swal2-title {
  color: var(--bs-red) !important;
}

#swal2-content {
  color: var(--bs-dark);
}

/*--------------------------------------------------------------
                        #Required Fields
--------------------------------------------------------------*/
.is-required-field {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 2rem !important;
  position: relative;
}

.input-container {
  position: relative; /* Necesario para que el popover se posicione correctamente */
  display: inline-block;
}

.is-required-field-bottom {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left calc(0.005em + 0.1075rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.45em + 0.375rem);
  font-size: 13px;
}

.required-description {
  font-size: 12px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #495057;
  background-color: #fff;
  /* Combina ambas imágenes de fondo */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  /* Ajusta las posiciones de las imágenes de fondo */
  background-repeat: no-repeat, no-repeat;
  background-position: right calc(0.375em + 0.2875rem) center, right 0.75rem center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem), 16px 12px;
  border: 1px solid #d2d6da;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  appearance: none;
}

.form-select-required {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem 0.5rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #495057;
  background-color: #fff;
  /* Combina ambas imágenes de fondo */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  /* Ajusta las posiciones de las imágenes de fondo */
  background-repeat: no-repeat, no-repeat;
  background-position: right calc(2.375em + 0.1875rem) center, right 0.45rem center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem), 16px 16px;
  border: 1px solid #d2d6da;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  appearance: none;
}

/*--------------------------------------------------------------
                        #Access Denied
--------------------------------------------------------------*/
.access_img {
  width: 22%;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.6rem) translateX(0.3rem) !important;
}

.form-check-input:checked[type=radio] {
  background-image: linear-gradient(310deg, var(--bs-secondary) 0%, var(--bs-secondary) 100%) !important;
}

.disabled-form-label {
  font-size: 0.55rem;
  margin-bottom: 0.5rem;
  color: #5F6062;
  margin-left: 0.25rem;
  opacity: 0.65;
}

.nav-link-tab.active {
  color: #fff !important;
}

.nav-tabs {
  border-bottom: none !important;
}

.nav-tabs .nav-link {
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/*--------------------------------------------------------------
                        #Messages Timeline
--------------------------------------------------------------*/
timeline-with-icons {
  border-left: 1px solid hsl(0deg, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline-with-icons .timeline-item {
  position: relative;
}

.timeline-with-icons .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline-with-icons .timeline-icon {
  position: absolute;
  left: -15px;
  border-radius: 50%;
  height: 31px;
  width: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-messages {
  max-height: 521px;
  overflow-y: auto;
  display: block;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

#tblTransactions tbody {
  font-size: 12px; /* Cambia a tu tamaño deseado */
}
/*--------------------------------------------------------------
#Skeleton Loading
--------------------------------------------------------------*/
.skeleton-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.skeleton-loading-item {
  width: 100%;
  height: 20px;
  background-color: #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  animation: pulse 2s infinite;
}

.oculto {
  display: none;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


/*--------------------------------------------------------------
                        #Estilos de la Cotizacion Detalle
--------------------------------------------------------------*/
.cotizacion-form-label {
  font-size: 0.70rem;
  margin-bottom: 0.5rem;
  color: var(--bs-primary);
  margin-left: 0.25rem;
  opacity: 0.65;
}

.cotizadorInputs input {
  font-weight: 600;
  text-align: right !important;
}

.tableMensualidades{
  max-height: 521px;
  overflow-y: auto;
  display: block;
}
.tableMensualidadesTitle{
  width: 75px;
}

.tableMensualidadesTitle2 {
  width: 162px;
}

.tableMensualidades::-webkit-scrollbar {
  width: 8px; /* Ancho del scroll */
}

.tableMensualidades::-webkit-scrollbar-track {
  background: #f1f1f1; /* Color del fondo del scroll */
}

.tableMensualidades::-webkit-scrollbar-thumb {
  background-color: #888; /* Color del scroll */
  border-radius: 10px; /* Bordes redondeados */
  border: 2px solid #f1f1f1; /* Bordes alrededor del scroll */
}

.tableMensualidades::-webkit-scrollbar-thumb:hover {
  background: #555; /* Color cuando se pasa el mouse por encima */
}

/* Para Firefox */
.tableMensualidades {
  scrollbar-width: thin; /* Ancho del scroll */
  scrollbar-color: #888 #f1f1f1; /* Color del scroll y del fondo */
}

.btnDisabled{
  pointer-events: none;
  opacity: 0.5;
}

.preInvoiceField{
  width: 464px;
}

@media screen and (min-width: 200px) and (max-width: 900px) {
  .preInvoiceField{
    width: 264px;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1540px) {
  .preInvoiceField{
    width: 600px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1249px) {
  .preInvoiceField{
    width: 550px;
  }
}
@media screen and (min-width: 1541px) and (max-width: 2000px) {
  .preInvoiceField{
    width: 700px;
  }
}
.chk-timbrar:checked, .chk-timbrar-todos:checked {
  accent-color: #F6CB02; /* Cambia este color por el que prefieras */
}
.chk-timbrar, .chk-timbrar-todos {
  transform: scale(1.2); /* Cambia el valor para ajustar el tamaño */
  margin: 4px; /* Opcional: ajusta el espacio alrededor */
}
#tblFacturas_filter {
  display: flex;
  align-items: center; 
}
.disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  cursor: not-allowed;
}