@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400; /* Ajusta según el peso */
  font-style: normal; /* Cambia según el estilo */
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #253979;
    text-align: var(--bs-body-text-align);
    background-color: #F4F4F4;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
 
  input {
    font-family: 'Roboto', sans-serif;
  }
 
  #page {
    position: relative;

    margin: 0;
  padding: 0;
  height: 100vh; /* Altura total del viewport */
 
  
  }
 
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
 
  .page-content {
    overflow-x: hidden;
    transition: all 350ms ease;
    z-index: 90;
    padding-bottom: 80px;
    padding-bottom: calc(80px + constant(safe-area-inset-bottom) * 1.1);
    padding-bottom: calc(80px + env(safe-area-inset-bottom) * 1.1);
    background: #F4F4F4;
  }
 
  .header-clear-large {
    padding-top: 1px;
    padding-top: calc(1px + constant(safe-area-inset-top) * 0.8) !important;
    padding-top: calc(1px + env(safe-area-inset-top) * 0.8) !important;
    background: #F4F4F4;
  }
 
  .card-style-call {
    overflow: hidden;
    margin: 6px 7px 30px 6px;
    border: none;
    height: 86vh;
  }
 
  .card-style {
    overflow: hidden;
    margin: 6px 7px 30px 6px;
    border: none;
  }
 
  .card {
    -webkit-transform: translate3d(0, 0, 0);
    background-size: cover;
    border: 0px !important;
    max-height: 150000px;
    margin-bottom: 30px;
    background-position: center center !important;
  }
 
  .card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
  }
 
  .cardtitle {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  }
 
  /* Style the tab */
  .tab {
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
    color: #253979;
    height: 32px;
    border-bottom: 1px solid #82B1FF;
  }
 
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 12px;
    transition: 0.3s;
    font-size: 14px;
    width: 33.3%;
    border-radius: 8px 8px 0px 0px;
    color: #253979;
    background-color: #FFFFFF;
  }
 
  .tablinks {}
  .tab button:hover {
    background-color: #ddd;
  }
 
  .tab button.active {
    background-color: #E2F2FD;
    border-bottom: 4px solid #2979FF;
    color: #253979;
    font-weight: bold;
    height: 32px;
  }
 
  .tabcontent {
    display: none;
    padding: 3px 1px;
    border-top: none;
  }
 
  .list-custom-small {
    line-height: 50px;
  }
 
  .list-custom-small {
    line-height: 50px;
  }
 
  .list-group {
    --bs-list-group-color: #212529;
    --bs-list-group-bg: #fff;
    --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
    --bs-list-group-border-width: 1px;
    --bs-list-group-border-radius: 0.375rem;
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: #495057;
    --bs-list-group-action-hover-color: #495057;
    --bs-list-group-action-hover-bg: #f8f9fa;
    --bs-list-group-action-active-color: #212529;
    --bs-list-group-action-active-bg: #e9ecef;
    --bs-list-group-disabled-color: #6c757d;
    --bs-list-group-disabled-bg: #fff;
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
  }
 
  .list-custom-small a {
    color: #1f1f1f;
    font-weight: 500;
    font-size: 12px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px #EEEEEE;
    border-radius: 8px;
    line-height: 50px;
    margin: 2px;
    padding: 5px;
  }
 
  a {
    text-decoration: none !important;
  }
 
  a {
    color: var(--bs-link-color);
    text-decoration: underline;
  }
 
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
 
  a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
  }
 
  .list-custom-small a i:first-child {
    margin-left: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    float: left;
    margin-right: 10px;
  }
 
  .list-custom-small i {
    line-height: 50px;
  }
 
  .fa-arrow-down:before {
    content: "\f063";
  }
 
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
 
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
 
  .list-custom-small a {
    color: #253979;
    font-weight: 500;
    font-size: 12px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 3px;
    margin-top: 11px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
 
  }
 
  .list-custom-small a i:last-child {
    float: right;
    font-size: 12px;
    opacity: 0.5;
  }
 
  .list-custom-small i {
    line-height: 50px;
  }
 
  .misCasosReportados {
    color: #253979;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    background: #F4F4F4;
    top: -6px;
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
  }
 
  .date {
    font-weight: 200 !important;
    font-size: 12px;
    margin-left: 2px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-right: 7px;
    float: left;
    width: 21%;
    position: relative;
    color: #262627;
  }
 
  .category {
    font-weight: bold;
    float: left;
    width: 70%;
    position: relative;
    line-height: initial;
 
  }
 
  .titleStatusCall {
    font-weight: bold;
    float: left;
    margin-top: 13px;
    width: 52%;
    position: relative;
    line-height: initial;
  }
 
  .mt3 {
    margin-top: 3px;
  }
 
  .categoryCall {
    font-weight: bold;
    float: left;
    width: 90%;
    position: relative;
    line-height: initial;
  }
 
  .arrowRight {
    line-height: 50px;
    float: right;
  }
  .closed {
    position: relative;
    background: #e3fcef;
    border-radius: 5px;
    font-size: 13px;
    line-height: 28px;
    width: 76px;
    height: 28px;
    color: #2CBC31;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
 
  .open {
    position: relative;
    background: #C0E3FF;
    border-radius: 5px;
    font-size: 13px;
    line-height: 28px;
    margin-top: 10px;
    width: 76px;
    height: 28px;
    color:#318dd7;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
 
  .pending {
    position: relative;
    background: #FFAA2D;
    border-radius: 4px;
    font-size: 12px;
    float: right;
    line-height: 28px;
    margin-left: 7px;
    margin-right: 4px;
    padding-left: 7px;
    padding-right: 7px;
    width: 28%;
    color: #fff;
    font-weight: 500;
  }
 
  .reportList {
    display: flex;
    align-items: center;
 
  }
 
  .titleElement {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #0b0b0b;
    font-weight: 400;
  }
 
  .detailElement {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #0000009E;
    font-weight: 600;
  }
 
  .element {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-height: 43px;
 
  }
 
  .listMenu {
    align-items: center;
  }
 
  .p5 {
    padding: 5px;
  }
  .l10{
    position: relative;
    left: -9px;
  }
 
  .contentRight {
    display: flex;
    justify-content: flex-end;
  }
 
  .arrow {
    position: relative;
    font-size: 12px;
    float: right;
    line-height: 24px;
  }
 
  .listShadow {
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 2px 6px -1px rgba(0, 0, 0, 0.18);
  }
 
  .contentgeneral {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 16px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    background-size: cover;
    border: 0px !important;
    max-height: 150000px;
    margin-bottom: 30px;
    background-position: center center !important;
    height: 77vh;
    background-position: center center !important;
    margin: 13px;
    text-align: center;
  }
 
  .btnBlue {
    border: none; 
    text-align: center;
    color: #FFF !important;
    box-shadow: none !important;
    outline: 0px !important;
    position: relative;
    z-index: 10;
    overflow: visible !important;
    padding: 11px 20px !important;
    font-size: 14px !important;
    background: #2196F3;
    border-radius: 60px;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 88%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
 
  .centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
  }
 
  .generalDetail {
    display: flex;
    flex-direction: column;
    padding: 10px 14px 3px 14px;
    gap: 4px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    background-size: cover;
    border: 0px !important;
    max-height: 150000px;
    margin-bottom: 30px;
    background-position: center center !important;
    height: 86vh;
    background-position: center center !important;
    margin: 20px 14px 20px 14px;
    text-align: center;
    margin-top: 7px;
  }
 
  .generalDetailOpen {
    display: flex;
    flex-direction: column;
    padding: 10px 14px 3px 14px;
    gap: 4px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
    border-radius: 15px;
    background-size: cover;
    border: 0px !important;
    max-height: 150000px;
    margin-bottom: 30px;
    background-position: center center !important;
    height: 80vh;
    background-position: center center !important;
    margin: 20px;
    text-align: center;
    margin-top: 14px;
  }
 
  .titleDetail {
    font-weight: 600;
    color: #1A1A1A;
    font-size: 17px;
  }
 
  .titleDescrip {
    font-weight: 400;
    color: #707070;
    font-size: 14px;
    line-height: 18px;
  }
 
  .titleDetailOpen {
    font-weight: 700;
    color: #1863B5;
    font-size: 12px;
    margin-top: 9px;
    position: relative;
    float: left;
    width: 86%;
    word-wrap: break-word;
  }
 
  .titleDescriptionOpen {
    font-weight: 500;
    color: #878787;
    font-size: 12px;
    line-height: 15px;
    width: 86%;
    word-wrap: break-word;
    position: relative;
    float: left;
  }
  
  #outer {
    padding-top: 7px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
 
  .closedDetail {
    position: relative;
    background: #BFFFBD;
    border-radius: 4px;
    font-size: 12px;
    float: right;
    line-height: 23px;
    margin-left: 7px;
    margin-right: 4px;
    padding-left: 7px;
    padding-right: 7px;
    color: #2CAB28;
    font-weight: 400;
  }
 
  .openDetail {
    position: relative;
    background: #C0E3FF;
    border-radius: 4px;
    font-size: 12px;
    float: right;
    line-height: 23px;
    margin-left: 7px;
    margin-right: 4px;
    padding-left: 7px;
    padding-right: 7px;
    color: #2196F3;
    font-weight: 400;
  }
 
  .b{
  font-weight: bold;
  }
 
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }
 
  .font-15 {
    font-size: 15px !important;
  }
 
  .text-start {
    text-align: left !important;
    color: #1A1B1C;
  }
 
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
 
  .txtGris {
    color: #707070;
  }
 
  .font-400 {
    font-weight: 400;
  }
 
  .text-end {
    text-align: right !important;
    color: #2e2b2b;
  }
 
  .endtxt {
    width: 49%;
    position: relative;
    text-align: right;
    line-height: 12px;
    top: 35%;
  }
 
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
 
  .font-12 {
    font-size: 12px !important; 
  }
 
  .opacity-60 {
    opacity: 0.6 !important;
  }
 

  
 
  .d-flex-gap {
    gap: 1px !important;
    line-height: 25px;
  }
 
  .topList {
    margin-top: 0px;
  }
 
  .mb-9 {
    margin-bottom: -9px;
  }

  .mb-5{
    margin-bottom: -5px;
  }
  .w-60{
    width: 60%;
  }
  .w-40{
    width: 40%;
  }
  
 
  .textAreaTicket {
    border-width: 1px;
    border-radius: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(17 24 39/var(--tw-text-opacity));
    --tw-border-opacity: 1;
    border-color: #fff;
    font-size: .875rem;
    padding: 0.625rem;
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251/var(--tw-bg-opacity));
    background: #F3F3F3;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: -0.1px;
    color: #707070;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 11px;
  }
 
  .centerBtn {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    align-items: center;
    top: 0px;
  }
 
  .spaceTc {
    height: 10px;
  }
 
  .mt15 {
    top: -8px;
  }
 
  .mb {
    margin-bottom: -3px;
  }
  
  .spaceBlank {
    height: 10px;
  }
 
  .select {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 325px;
    color: #cccccc;
    vertical-align: middle;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
  }
 
  .select .placeholder {
    position: relative;
    display: block;
    background-color: #393d41;
    z-index: 1;
    padding: 1em;
    border-radius: 2px;
    cursor: pointer;
  }
 
  .select .placeholder:hover {
    background: #34383c;
  }
 
  .select .placeholder:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "";
    z-index: 10;
  }
 
  .select.is-open .placeholder:after {
    content: "";
  }
 
  .select.is-open ul {
    display: block;
  }
 
  .select.select--white .placeholder {
    background: #fff;
    color: #999;
  }
 
  .select.select--white .placeholder:hover {
    background: #fafafa;
  }
 
  .select ul {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 100;
  }
 
  .select ul li {
    display: block;
    text-align: left;
    padding: 0.8em 1em 0.8em 1em;
    color: #999;
    cursor: pointer;
  }
 
  .select ul li:hover {
    background: #4ebbf0;
    color: #fff;
  }
 
  .menu-hider.menu-active {
    transition: all 350ms ease;
    opacity: 1;
    pointer-events: all;
  }
 
  .menu-active {
    opacity: 1 !important;
    top: -15px;
  }
 
  .menu-hider {
    position: fixed;
    top: -100px;
    bottom: -100px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: all 350ms ease;
  }
 
  .menu-box-bottom {
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    transform: translate3d(0, 110%, 0);
  }
 
  .menu-box-modal {
    top: 50%;
    left: 50%;
    width: 330px;
    max-height: 480px;
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
    pointer-events: none;
    transition: all 350ms ease;
  }
 
  .menu-box-modal-full {
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
  }
 
  .menu-box-bottom {
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: auto;
    transform: translate3d(0, 110%, 0);
  }
 
  .menu-box-modal {
    top: 50%;
    left: 50%;
    width: 330px;
    max-height: 480px;
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
    pointer-events: none;
    transition: all 350ms ease;
  }
 
  .menu-box-modal-full {
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
  }
 
  .menu-box-detached,
  .menu-box-modal {
    border-radius: 15px;
  }
 
  .menu-box-top.menu-box-detached {
    top: 10px;
    left: 10px;
    right: 10px;
  }
 
  .menu-box-bottom.menu-box-detached {
    bottom: 20px;
    left: 10px;
    right: 10px;
  }
 
  .menu-box-left.menu-active {
    transform: translate3d(0%, 0, 0) !important;
  }
 
  .menu-box-right.menu-active {
    transform: translate3d(0%, 0, 0) !important;
  }
 
  .menu-box-top.menu-active {
    transform: translate3d(0%, 0, 0) !important;
  }
 
  .is-on-homescreen {
    .menu-box-top.menu-active {
      transform: translate3d(0%, 40px, 0) !important;
    }
  }
 
  .menu-box-bottom.menu-active {
    transform: translate3d(0%, 0, 0) !important;
  }
 
  .menu-box-modal.menu-active {
    transition: all 350ms ease;
    pointer-events: all !important;
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1, 1);
  }
 
  .menu-box-modal.menu-box-modal-full {
    max-height: 100%;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transform: translate(0%, 0%);
  }
 
  .menu-hider.menu-active {
    transition: all 350ms ease;
    opacity: 1;
    pointer-events: all;
  }
 
  .menu-hider.menu-active.menu-active-clear {
    background-color: $color-transparent !important;
  }
 
  .menu-box-left[data-menu-effect="menu-reveal"] {
    opacity: 0;
    pointer-events: none;
    transform: translate(0px) !important;
    z-index: 96;
  }
 
  .menu-box-right[data-menu-effect="menu-reveal"] {
    opacity: 0;
    pointer-events: none;
    transform: translate(0px) !important;
    z-index: 96;
  }
 
  .menu-active.menu {
    opacity: 1 !important;
    transition: all 350ms ease;
    pointer-events: all !important;
  }
 
  .menu-active.menu {
    opacity: 1 !important;
    transition: all 350ms ease;
    pointer-events: all !important;
  }
 
  .menu-box-modal.menu-active {
    transition: all 350ms ease;
    pointer-events: all !important;
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1, 1);
  }
 
  .menu-active {
    opacity: 1 !important;
  }
 
  .menu-box-detached,
  .menu-box-modal {
    border-radius: 15px;
  }
 
  .menu-box-modal {
    top: 50%;
    left: 50%;
    width: 308px;
    max-height: 437px;
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
    pointer-events: none;
    transition: all 350ms ease;
  }
 
  .menu {
    display: none;
    position: fixed;
    background-color: #FFF;
    z-index: 101;
    overflow: scroll;
    transition: all 350ms ease;
    -webkit-overflow-scrolling: touch;
  }
 
  .activeContent {
    content-visibility: auto;
  }
 
  .ah65 {
    min-height: 65px;
  }
 
  .mh55 {
    min-height: 55px;
  }
 
  .callTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    color: #1A1A1A;
    font-weight: 500;
    font-size: 14px;
  }
 

  .callTitleBlue {
    color: #1863b5;
    font-weight: bold;
    font-size: 14px;
    margin-top: 13px;
    position: relative;
    float: left;
  }
 
  .mt11 {
    position: relative;
 
    margin-top: 11px;
  }
 
  .w17 {
    width: 17%;
  }
 
  .imgH36 {
    width: auto;
    height: 36px;
  }

  .imgH50 {
    width: auto;
    height: 50px;
  }
 
  .h32{
   height: 32px
  }
 
  .mt14 {
    position: relative;
    margin-top: 14px;
  }
 
  .arrowWH {
    width: 20px;
    height: 24px;
  }
 
  .arrowWH24 {
    width: 24px;
    height: 24px;
  }
 
  .detailCall {
    color: #707070;
    font-weight: 500;
    font-size: 12px;
 
  }
 
  .soporteTitle {
    font-size: 13px;
    color: #707070;
 
    line-height: 13px;
    padding-left: 6px;
    padding-top: 13px;
    margin-bottom: 8px;
  }
 
  .lastMsg {
    position: relative;
    float: left;
    background: #FFD8D8;
    width: 100%;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #FD3438;
    display: flex;
    align-items: center;
    padding: 9px;
    line-height: 24px;
    font-weight: 500;
    font-size: 13px;
  }

  .blue {
   color: #1A418E;
  }
 
  .titleSupport {
    font-size: 16px;
    color: #1A1A1A;
    font-weight: bold;
  }
 
  .titleSupDes {
    font-size: 14px;
    color: #707070;
    margin-top: 11px;
    margin-bottom: 2px;
  }
 
  .tiny {
    font-size: 9px;
    font-weight: bold;
  }
 
  .soporteCall {
    height: auto;
    padding: 9px;
  }
 
  #menu-modal-transaction-1 {
    width: 242px;
    height: 354px;
  }
 
  .menu-modal-transaction-1 {
    width: 242px !important;
    height: 285px !important;
  }
 
  #menu-modal-transaction-call {
    width: 242px;
    height: 342px;
  }
 
  .titleModal {
    font-size: 17px;
    color: #03131C;
    position: relative;
 
    font-weight: 700;
  }
 
  .titleIndexModal {
    font-size: 19px;
    color: #03131C;
    position: relative;
 
    font-weight: 700;
  }
 
  .imgModalIndex {
    width: 64px;
    position: relative;
    top: 19px;
    margin-bottom: 35px;
  }
 
  .questionsModal {
    font-size: 13px;
    color: #818181;
    position: relative;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
  }
 
  .questionsModalCall {
    font-size: 14px;
    padding: 6px;
    color: #818181;
    position: relative;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
  }
 
  .descripModal {
    font-size: 15px;
    color: #818181;
    position: relative;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
  }
 
  .pad8 {
    padding: 19px 0px 19px 0px;
  }
 
 
 
  .imgModal {
    width: 64px;
    position: relative;
    top: 14px;
    margin-bottom: 22px;
  }
 
  .centerBtnModal {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
 
    word-wrap: break-word;
    align-items: center;
 
  }
 
  .mb10 {
    margin-bottom: 10px;
  }
 
  .mt10 {
    margin-top: 10px;
  }
 
  .btnbluedot {
    text-align: center;
    color: #2196F3 !important;
    box-shadow: none !important;
    outline: 0px !important;
    position: relative;
    z-index: 10;
    overflow: visible !important;
    padding: 11px 20px !important;
    font-size: 14px !important;
    border-radius: 60px;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 88%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #fff;
    border: 1px solid #2196F3;
    border-radius: 60px;
  }
 
  .openMsg {
    box-sizing: border-box;
    align-items: center;
    padding: 0px 10px;
    gap: 2px;
    width: 88%;
    height: 66px;
    background: #FFFFFF;
    border-width: 0px 0px 0px 8px;
    border-style: solid;
    border-left: 8px solid #1863B5;
    border-radius: 8px;
    top: 10px;
    position: relative;
    margin: 3px;
  }
 
  .imgleft {
    margin: 17px 6px 20px 0px;
    height: 36px;
    float: left;
    position: relative;
    width: 10%;
  }
 
  .generalSupport {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background-size: cover;
    border: 0px !important;
    max-height: 150000px;
    margin-bottom: 30px;
    background-position: center center !important;
    height: 86vh;
    background-position: center center !important;
    margin: 20px;
    text-align: center;
    margin-top: 7px;
  }
 
  .generalSupportTop {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background-size: cover;
    border: 0px !important;
    max-height: 150000px;
    margin-bottom: 30px;
    background-position: center center !important;
    margin: 20px;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 8px;
  }
 
  .leftPos {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    align-items: flex-start;
    top: 0px;
  }
 
  .imgCall {
    width: auto;
    height: 19px;
  }
 
  .mb12 {
    margin-bottom: 12px;
  }
 
  /* Estrutura */
  .input-container {
    position: relative;
  }
 
  input {
    border: 0;
    border-bottom: 2px solid #2979FF;
    outline: none;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    padding: 10px 16px;
    color: #2E3A5F;
    font-size: 14px;
 
  }
 
  .inputError {
    border: 0;
    border-bottom: 2px solid #FF2929 !important;
    outline: none;
    transition: .2s ease-in-out;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    padding: 10px 16px;
    color: #2E3A5F;
    font-size: 14px;
 
  }
 
  .errorMsg {
    color: #FF2929;
    font-size: 12px;
    width: 100%;
    position: relative;
    text-align: right;
    align-items: center;
    margin-left: 53%;
    margin-bottom: -22px;
    top: -9px;
 
  }
 
  label {
    top: 0;
    left: 0;
    right: 0;
    color: #616161;
    display: flex;
    align-items: center;
    position: absolute;
    font-size: 12px;
    cursor: text;
    transition: .2s ease-in-out;
    box-sizing: border-box;
  }
 
  input,
  label {
    width: 100%;
    height: 33px;
    font-size: 14px;
  }
 
  /* Interation */
  input:valid,
  input:focus {
    border-bottom: 0.8px solid #2979FF;
  }
 
  input:valid+label,
  input:focus+label {
    color: #2979FF;
    font-size: .8rem;
    top: -30px;
    pointer-events: none;
  }
 
  .btnblueCall {
    text-align: center;
    color: #ffffff !important;
    box-shadow: none !important;
    outline: 0px !important;
    position: relative;
    z-index: 10;
    overflow: visible !important;
    padding: 11px 20px !important;
    font-size: 14px !important;
    border-radius: 60px;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 88%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #2196F3;
    border: 1px solid #2196F3;
    border-radius: 60px;
  }
 
  .btnblueCallOff {
    background: #EBEBEB;
    border-radius: 60px;
    color: #A7A7A7 !important;
  }
 
 
  .btnWhiteCall {
    text-align: center;
    color: #2196F3 !important;
    box-shadow: none !important;
    outline: 0px !important;
    position: relative;
    z-index: 10;
    overflow: visible !important;
    padding: 11px 20px !important;
    font-size: 14px !important;
    border-radius: 60px;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 88%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #fff;
    border: 1px solid #2196F3;
    border-radius: 60px;
  }
 
  .activeCall {
    width: 1px;
    height: 1px;
    position: relative;
    left: 0%;
    z-index: 0;
    top: -15px;
  }
 
  .disabledCall {
    width: 400px;
    height: 117px;
    position: absolute;
    left: 0%;
    z-index: 1000;
    top: -15px;
  }
 
  .noDataTitle {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.58);
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
  }
 
  .noDataDescrip {
    font-size: 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.58);
  }
 
  .btnsm {
    text-align: center;
    color: #FFF !important;
    box-shadow: none !important;
    outline: 0px !important;
    position: relative;
    z-index: 10;
    overflow: visible !important;
    padding: 6px 5px !important;
    font-size: 10px !important;
    background: #2196F3;
    border-radius: 37px;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 49%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
 
  .card-style-empty {
    overflow: hidden;
    margin: 6px 34px 30px 34px;
    border: none;
    height: 90vh;
  }
 
  .empty-center {
    top: 28%;
    position: relative;
  }
 
 
  /* select starting stylings ------------------------------*/
  .select-material {
    font-family:
      'Roboto', 'Helvetica', 'Arial', sans-serif;
    position: relative;
    width: 100%;
  }
 
  .select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background: #FFFFFF;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
 
  /* Remove focus */
  .select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
 
  /* Use custom arrow */
  .select-material .select-text {
    appearance: none;
    -webkit-appearance: none
  }
 
  .select-material:after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.52);
    pointer-events: none;
  }
 
  .select-label {
    display: flex;
    align-items: center;
    letter-spacing: 0.4px;
    font-weight: 400;
    font-size: 12px;
    ;
    margin-left: 10px;
    margin-top: 2px;
    position: absolute;
    pointer-events: none;
    color: #000;
 
  }
 
  .mb0 {
    margin-bottom: 0px;
  }
 
  /* active state */
  .select-text:focus~.select-label,
  .select-text:valid~.select-label {
    color: #ffffff;
    top: -10px;
    transition: 0.2s ease all;
    font-size: 14px;
    z-index: -1000;
  }
 
  .select-bar {
    position: relative;
    display: block;
    width: 350px;
  }
 
  .select-bar:before,
  .select-bar:after {
    
  }
 
  .select-bar:before {
    left: 50%;
  }
 
  .select-bar:after {
    right: 50%;
  }
 
  /* active state */
  .select-text:focus~.select-bar:before,
  .select-text:focus~.select-bar:after {
    width: 50%;
  }
 
  /* HIGHLIGHTER ================================== */
  .select-highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }
 
  .selecTxt {
    background: #FFFFFF;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
  }
 
  ul {
    padding: 0;
    margin: 0
  }
 
  li {
    list-style: none;
  } 
 
  .paddingRow {
    padding-top: 0px;
    padding-bottom: 13px;
  }
  .mb00 {
    margin-bottom: 0px;
  }
 
  .loadingTconecta {
    z-index: 999999999999999 !important;
  }
 
  
  /* Animation */
  @-webkit-keyframes rotate {
    to {
      transform: rotate(360deg);
    }
  }
 
  @keyframes rotate {
    to {
      transform: rotate(360deg);
    }
  }
 
  .ajustLoading {
    margin: auto;
    top: 36%;
    position: relative;
  }
 
  /* Variables */
  /* Loading Icon */
  .loading {
    width: 100px;
    height: 100px;
  }
 
  .loading__ring {
    position: absolute;
    width: 100px;
    height: 100px;
  }
 
  .loading__ring:first-child {
    transform: skew(30deg, 20deg);
  }
 
  .loading__ring:last-child {
    transform: skew(-30deg, -20deg) scale(-1, 1);
  }
 
  .loading__ring:last-child svg {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }
 
  .loading__ring svg {
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
    fill: rgba(0, 0, 0, 0.2);
  }
 
  
 
  .menu-list {
    list-style: none;
    padding: 0;
  }
 
  .menu-list li {
    margin: 10px 0;
    min-height: 25px;
  }
 
  .menu-list li a {
    display: block;
    padding: 0px 0px 0px 0px;
    color: #000000;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
  }
 
  .menu-list li a:hover {
    background-color: #f8f8f8;
  }
 
  .menu-list li:hover {
    background-color: #f8f8f8;
  }

  .noTickets{
    color: #bcbcbc;
    font-size: 14px;
    margin-left: 9px;
    padding: 6px;
  }


.corner-box {
  color: #d4d2d2;
  margin: 10px;
  font-weight: bold;
  font-size: 10px;
  float: right;
}


.open-menu-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.open-menu-button:hover {
  background-color: #0056b3;
}



.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 15% auto;
  padding: 10px 8px 20px 8px;
  border-radius: 8px;
  width: 88%;
  max-width: 400px;
  text-align: left;

}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

 
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}


.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

.reopenModal {
  display: flex;
  flex-direction: column;
  padding: 1px;
  gap: 2px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  background-size: cover;
  border: 0px !important;
  max-height: 150000px;
  margin-bottom: 30px;
  background-position: center center !important;
  margin: 1px;
  text-align: center;
  margin-top: 7px;
}

.generalDetailModal {
  display: flex;
  flex-direction: column;
  padding: 4px;
  gap: 2px;
  background: #FFFFFF;
  border-radius: 15px;
  background-size: cover;
  border: 0px !important;
  max-height: 150000px;
  margin-bottom: 30px;
  background-position: center center !important;
  margin: 1px;
  text-align: center;
  margin-top: 7px;
}


.container__LastReport {
  display: flex;
  width: 100%;
}

.box__LastReport {
  padding: 3px;
  color: white;
  text-align: center;
  line-height: 28px;
}

.box-60__LastReport {
  flex: 0 0 60%;
}

.box-40__LastReport {
  flex: 0 0 40%;
}

.disabled {
  color: gray;
  pointer-events: none; /* Desactiva los clics */
  text-decoration: none; /* Opcional: desactiva subrayado */
}