 

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:  #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;


      /* <color> values */
    -webkit-text-fill-color: #2E3A5F;
    -webkit-text-fill-color: #000000;
    -webkit-text-fill-color: #2E3A5F;

    /* Global values */
    -webkit-text-fill-color: inherit;
    -webkit-text-fill-color: initial;
    -webkit-text-fill-color: revert;
    -webkit-text-fill-color: revert-layer;
    -webkit-text-fill-color: unset;

  }
  
  ::selection {
    
    color: #2E3A5F;
  }
  
  



  input{
    font-family: 'Roboto', sans-serif;
  }
  #page {
      position: relative;
  }
  
  *, *::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-radius: 15px; */
      border: none;
     /* box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08); */
  }
  .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;
      /*background-color: var(--bs-card-bg);*/
     /* background-clip: border-box;*/
     /* border: var(--bs-card-border-width) solid var(--bs-card-border-color);*/
  }
  
  
  .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: 1px solid #ccc;*/
    
    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: 50%;
    border-radius: 8px 8px 0px 0px;
    color: #253979;
    background-color: #FFFFFF;
   
  }
  .tablinks{
   
    
  }
  
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #E2F2FD;
    border-bottom: 4px solid #2979FF;
    color: #253979;
    font-weight: bold;
    height: 32px;
  
   /* #2979FF*/
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 3px 1px;
    /*border: 1px solid #ccc; */
    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;
     
  }

  .pd10{
    padding: 10px;
  }
  
  .space10{
    height: 10px;
    width: 100%;
  }

  .space20{
    height: 20px;
    width: 100%;
  }


  .space25{
    height: 25px;
    width: 100%;
  }

  .chambita_circle_red {
    background: #fc0404;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 26px;
    width: 26px;
    
    text-align: center;
    font-size: 14px;
  }


  .chambita_circle_blue {
    background: #2979ff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 26px;
    width: 26px;
    
    text-align: center;
    font-size: 14px;
  }


  .titleChambeador{
    color: #253979;
    font-weight: 500;
    font-size: 12px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    padding-top: 0px;
    padding-bottom: 0px;
    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 {
      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: #ffffff;
    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;


  
  }



  
  .titleChambeadorSpan{
    letter-spacing: 1px;
    color: #253979;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    background: #ffffff;
    top:-6px;
 
    --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;


  
  }
  
  .flexContainer{
    display: flex;
    flex-wrap: wrap;

  }
  .flex50{
    justify-content: flex-start;
    flex: 50%;
  }
  
  .flex75{
    flex: 75%;
  }

  .flex25{
    flex: 75%;
  }

  .flex33{
    flex: 33;
  }
  
  
  .date{
    font-weight:400 !important;
    font-size: 12px;
    margin-right: 4px;
    margin-left: 0px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 7px;
    float: left;
    width: 21%;
    position: relative;
    color: #405289;
  
  }
  
  .category{
    font-weight: bold;
    float: left;
    width: 70%;
    position: relative;
    line-height: initial;
   
  }

  .categoryCall{
    font-weight: bold;
    float: left;
    width: 90%;
    position: relative;
    line-height: initial;
   
  }
  
  .arrowRight{
    line-height: 50px;
    float: right;
  }
  .closed{
      position: relative;
      background: #BFFFBD;
      border-radius: 4px;
      font-size: 12px;
      float: right;
      line-height: 28px;
      margin-left: 7px;
      margin-right: 4px;
      padding-left: 9px;
      padding-right: 7px;
      width: 22%;
      color:#2CAB28;
      font-weight: 500;
  }
  
  .open{
    position: relative;
      background: #C0E3FF;
      border-radius: 4px;
      font-size: 12px;
      float: right;
      line-height: 28px;
      margin-left: 7px;
      margin-right: 4px;
      padding-left: 9px;
      padding-right: 7px;
      width: 22%;
      color:#2196F3;
      font-weight: 500;
  }
  
  .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;
  }
  
  
  
  .listMenu{
    display: flex;
     align-items: center;
  
  }
  
  .arrow{
    position: relative;
      font-size: 12px;
      float: right;
      line-height: 24px;
  }
  
  .listShadow{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px #EEEEEE;
    border-radius: 4px;
  }


  .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{
     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;
    /* Inside auto layout */
    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;
    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: 15px;
  }

  .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;
  }

  #inner {  
    
  }
  
  #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: 28px;
      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: 28px;
      margin-left: 7px;
      margin-right: 4px;
      padding-left: 7px;
      padding-right: 7px;
      
      color:#2196F3;
      font-weight: 400;
  }
  
  .openDetail{
    position: relative;
      background: #C0E3FF;
      border-radius: 4px;
      font-size: 12px;
      float: right;
      line-height: 28px;
      margin-left: 7px;
      margin-right: 4px;
      padding-left: 7px;
      padding-right: 7px;
      color:#2196F3;
      font-weight: 400;
  }




  .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: #707070;
  }
  .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;
    font-weight: bold;
  }
  .opacity-60 {
    opacity: 0.6 !important;
  }


.d-flex-gap{
  
  gap:1px !important;
  line-height: 25px;

}
.topList{
  margin-top: 15px;
 
}

.mb-9{
  margin-bottom: -9px;
  
}

.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{
  line-height: 36px;
   
  
}


.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;
 /* 
  background: rgb(243,243,243);
  background: linear-gradient(0deg, rgba(243,243,243,0.22) 0%, rgba(126,123,123,1) 37%, rgba(235,235,235,1) 68%, rgba(244,244,244,0.01) 100%);
  */

}

.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;
}




.callTitle{
  color: #405289;
  font-weight: bold;
  font-size: 14px;

}

.detailCall{
  color: #646464;
  font-weight: 500;
  font-size: 13px;

}

.soporteTitle{
  font-size: 13px;
  color: #707070;
  
     line-height: 13px;
    padding-left: 6px;
    padding-top: 13px;
    margin-bottom: 8px;
}

.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: 15px;
  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;
}

.generalDetailModal{
  display: flex;
  flex-direction: column;
  padding: 4px;
  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;
  height: 86vh;
  background-position: center center !important;
  margin: 1px;
  text-align: center; 
  margin-top: 7px;

}

.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;
  /* Inside auto layout */
  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;
  /* t-Conecta Blue */
  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-color: #1863B5; */
    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;

  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: 2px solid #2979FF;  */
  /* 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;
  /* Inside auto layout */
  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;
  /* t-Conecta Blue */
  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;
  /* Inside auto layout */
  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;
  /* t-Conecta Blue */
  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;
    /* identical to box height, or 120% */
    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;
	/* Styling the down arrow */
	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;
}


/* LABEL ======================================= */
.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;
}

/* BOTTOM BARS ================================= */
.select-bar {
	position: relative;
	display: block;
	width: 350px;
}

.select-bar:before, .select-bar:after {
	/*
  content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #19cb13;
	transition: 0.2s ease all;
  */
   
}

.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;
}


.select_wrapper {
  font-size: 12px;
  line-height: 22px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.select_wrapper span{
  background: #fff   no-repeat top 15px right 12px;
  background-size:15px;
}
.select_wrapper:hover { background: #fff url("https://image.flaticon.com/icons/svg/118/118738.svg") no-repeat top 15px right 12px; }

.select_wrapper span {
  display: block;
  margin: 0;
  padding: 5px 10px;
  border-radius: 4px;
  transition:0.4s ease;
  z-index: 9;
  position: relative;
  color: #000;
}
.select_wrapper.openSelect span {
    display: block;
    margin: 0;
   /* transform: scale(1.04);*/
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
}
.select_wrapper .select_inner {
  background: #fff;
  color: #687278;
  display: none;
  position: absolute;
  left: 0;
  top: 31px;
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  z-index: 399990;
 
}

.select_wrapper .select_inner li {
  /*border-bottom: 1px solid #eee;*/
  padding: 7px 15px;
  transition:0.4s ease;
}
.select_wrapper .select_inner li:hover {

    background: #142b82;
    color: #fff;
}
.select_wrapper .select_inner ul {    
  border-radius: 5px;
  background: #fff; 
}

.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);
}