:root {
    --border-radius: 9px; /* Define la variable para el radio del borde */
    --border-radius-m: 5px;
  }
  
  html {
    height: 100%;
  }
  
  .full-height {
    height: 100%;
  }
  
  .select2-container {
    border-bottom: solid 1px #c7c7c7;
  }
  body {
    height: inherit;
    overflow: hidden;
    color: #3b4858;
    font-family: "Roboto", "Helvetica", arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
  }
  a {
    text-decoration: none;
  }
  .bgb-input {
    color: #aaa;
  }
  .bgb-table thead {
    background: #6c757d;
  }
  
  thead {
    color: white;
    font-size: 14px;
    font-weight: 100;
    text-transform: capitalize;
    height: 33px;
  }
  
  .list-table > tbody > tr {
    font-size: 12px;
    height: 41px;
  }
  
  /*.table-defaul-header {
      height: 12px!important;
  }*/
  
  #app {
    height: inherit;
  }
  
  main,
  .py-4 {
    height: inherit;
  }
  
  /*.{
      height: inherit;
  }*/
  .w-90{
    width: 90%;
  }
  .p-total-records{
    font-weight: 500;
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    padding-bottom: 10px;
  }
  .round-border-tl {
    border-top-left-radius: var(
      --border-radius
    ) !important; /* Utiliza la variable para la esquina superior izquierda */
  }
  
  .round-border-tr {
    border-top-right-radius: var(
      --border-radius
    ); /* Utiliza la variable para la esquina superior derecha */
  }
  
  .round-border-bl {
    border-bottom-left-radius: var(
      --border-radius
    ); /* Utiliza la variable para la esquina inferior izquierda */
  }
  
  .round-border-t {
    border-radius: var(--border-radius) var(--border-radius) 0px 0px;
  }
  .round-border-b {
    border-radius: 0px 0px var(--border-radius) var(--border-radius) !important;
  }
  
  .round-border-br {
    border-bottom-right-radius: var(
      --border-radius
    ); /* Utiliza la variable para la esquina inferior derecha */
  }
  
  .round-border {
    border-radius: var(
      --border-radius
    ) !important ; /* Utiliza la variable para todas las esquinas */
  }
  .bg-inherit {
    background-color: inherit;
  }
  .ripple-container{
    display: none !important;
  }
  .dropdown-menu-white{
    margin-left: -10px;
  }
  .selectSimple {
    border-radius: 5px;
  }
  
  .pre_search {
    border-radius: 5px;
  }

  .radio-hidden{
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  
  .table .tableDefaul {
    text-align: left;
    position: relative;
    border-collapse: collapse;
  }
  
  .table .tableDefaul thead th:first-child {
    border-top-left-radius: var(--border-radius);
  }
  
  .table .tableDefaul thead th:last-child {
    border-top-right-radius: var(--border-radius);
  }
  
  .table_defaul_th {
    color: white;
    position: sticky;
    top: 0;
    /* box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4); */
    background-color: #6c757d !important;
    border-bottom: 0px;
  }
  .height33 {
    height: 33px !important;
  }
  .clean-select {
    text-indent: 0.01px;
    background: rgb(241, 244, 245);
    appearance: none;
    text-align: start;
    border-color: rgb(241, 244, 245);
    height: 100%;
    width: 100%;
    outline: none;
    font-weight: 200;
    color: #3b4858;
    border: none;
    padding-left: 0.5rem;
    border-radius: var(--border-radius-m);
  }
  .btnplusImpuesto {
    margin-left: 95%;
  }
  .c-p {
    height: calc(100vh - 60vh);
    cursor: pointer;
  }
  .p-1px {
    padding-left: 0px;
  }
  .boton-menu:focus {
    outline: none !important;
    box-shadow: none !important;
  }
  
  .campo span {
    position: absolute;
    right: 5px;
    top: 39px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 2px 10px;
    background-color: rgb(217, 217, 217);
  }
  .formc {
    padding-right: 0px;
    margin-bottom: 0;
  }
  .mwo {
    max-width: 465px;
  }
  .mwo2 {
    max-width: 440px;
  }
  .mwo3 {
    max-width: 400px;
  }
  .w2 {
    font-size: 24px;
    font-weight: 300;
    color: #3b4858;
    text-transform: capitalize;
  }
  .w3 {
    font-weight: 200;
  }
  .w4 {
    font-weight: 400;
  }
  
  .center {
    align-items: center;
  }
  .cc {
    height: 45px;
    padding: 8px;
  }
  .plo {
    padding-left: 0px;
  }
  .po {
    padding: 0px;
  }
  .ng:hover {
    background-color: #838383;
  }
  .himg {
    height: 33px;
    width: auto;
  }
  .mt1 {
    margin-top: 1rem;
  }
  .mlim {
    margin-left: 25px;
    width: 85px !important;
    height: 32px !important;
  }
  
  .hide_desktop {
  }
  
  .hide_desktop2 {
  }
  .hide_desktop3 {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 242px);
  }
  
  .input-box {
    position: relative;
    margin: 0 30px;
  }
  .input-box input {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    outline: none;
    border: none;
    font-style: 16px;
    font-weight: 400;
  }
  .input-box .search {
    position: absolute;
    left: 0;
    height: 100%;
    width: 25px;
    margin-left: 5px;
    margin-top: 7px;
  }
  .dropdown-menu {
    width: 337px;
    border-radius: 5px !important;
    box-shadow: 2px 2px 19px 5px #0000003d !important;
    border: none;
  }
  .w100 {
    width: 100%;
  }
  .pb {
    padding-left: 0px;
    padding-right: 18px;
  }
  .divI2 {
    margin-top: 5px;
  }
  .divI2 > div {
    /*background-color: white; 
      height:45px; 
      padding-left: 0px;*/
    background-color: white;
    min-height: 43px;
    padding: 5px 0px;
  }
  .search {
    height: 50px;
  }
  .table-defaul {
    height: 45px;
    padding-left: 1.7%;
    padding-right: 0% !important;
  }
  .table-defaul1 {
    height: 80%;
    background-color: #e1e1e1;
  }
  
  .table-defaul2 {
    padding-right: 0px;
    margin-top: 3px;
    padding-left: 0px;
    height: calc(100vh - 257px);
  }
  .table-defaul3 {
    height: 45px;
  }
  
  .ptable {
    padding-right: 2% !important;
  }
  .table1 {
    height: calc(100vh - 465px);
  }
  .tableU {
    width: 99.5%;
    margin-top: 0px !important;
  }
  .tableDiv {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .icono {
    font-size: 100px;
  }
  .scrollable {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .divla {
    margin-left: 0;
  }
  .divla > button {
    color: black;
    background: white;
    width: 120px;
  }
  #tableP thead {
    position: sticky;
    top: 0;
  }
  
  .divc {
    /*margin-top: 32px;*/
    margin-top: 28px;
    max-width: 100%;
    height: 95%;
  }
  .divBtn {
    max-width: 142px;
  }
  .mw {
    min-width: 78.77px;
    width: 100%;
  }
  .mw:hover {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
  }
  
  .bgg {
    background-color: #e1e1e1;
  }
  .bgg2 {
    border-color: rgb(241, 244, 245);
  }
  
  .bgd {
    background-color: #f18621;
  }
  .bgd2 {
    border-color: #f18621;
  }
  
  .bgb {
    background-color: #838383;
  }
  .bgb {
    background-color: #838383;
  }
  
  .bgb2 {
    border-color: #838383;
  }
  .bg-3 {
    background-color: #333;
  }
  .bg-e {
    background-color: #660600;
  }
  
  .bgt {
    color: #808080;
  }
  
  .bgc {
    background-color: #005fab !important;
    border: 1px solid #005fab;
  }
  
  .bgc-btn {
    color: #ffffff;
    height: 33px;
    padding: 0rem;
  }
  
  .bgp {
    background-color: #6c757d;
  }
  .bgpb {
    border: #6c757d;
  }
  
  .bgFiles {
    background-color: #3f8fc5;
  }
  .bge {
    background-color: rgb(241, 244, 245);
  }
  
  .btnagg {
    height: 37px;
  }
  .btnagg-2 {
    height: 37px;
  }
  .btnca {
    border-color: #005fab;
    width: 115.42px;
    color: white;
  }
  .btncan {
    border-color: #838383;
    width: 115.433px;
  }
  .bcd {
    border-color: #dc3545 !important;
  }
  .btn_solicitudes {
    max-width: 115.41px;
  }
  .files {
    font-weight: 500;
  }
  .mx {
    pointer-events: none;
    min-width: 134px;
    max-width: 134px;
  }
  
  .tdhbtn {
    width: 33px;
  }
  .selectid {
    border: none;
  }
  .cd {
    color: #f18621;
  }
  
  .ce {
    color: #e6621f;
  }
  
  .dive {
    padding-left: 39px;
    padding-right: 37px;
  }
  .navh {
    height: 50px;
  }
  .navd {
    width: 160px;
    height: 45px;
  }
  .table-fixed tbody {
    height: 350px;
    width: 100%;
  }
  .table-fixed thead,
  .table-fixed tbody,
  .table-fixed td,
  .table-fixed th {
    display: block;
  }
  .table-fixed tbody td,
  .table-fixed thead > tr > th {
    float: left;
    border-bottom-width: 0;
  }
  .icon-eye {
    position: absolute;
    right: 0;
    top: 33%;
    cursor: pointer;
    transition: 0.4s ease all;
  }
  
  .icon-eye:hover {
    color: steelblue;
  }
  .sti {
    font-size: 25px;
  }
  
  .stth0 {
    padding-left: 20px;
    color: white;
  }
  .stth1 {
    padding-left: 20px;
  }
  .stth2 {
    padding-left: 10px;
  }
  .divtable {
    margin-bottom: 0;
    background: white;
    height: calc(100vh - 210px);
    overflow-x: hidden;
    border-radius: var(--border-radius);
  }
  
  .divtable > div {
    padding: 0px 5px;
  }
  .table-defaul2-invoice {
    min-height: 81px !important;
  }
  .tableDefaul {
    height: 0px;
    margin-top: 4px;
  }
  .tableDefaul1 {
    background: white;
    width: 1174px;
  }
  .table-defaul2 > table {
    width: 100%;
    padding-left: 5px;
  }
  .tabla-responsive {
  }
  .tabla-responsive::-webkit-scrollbar {
    display: none;
  }
  .trr {
    width: 101%;
  }
  .tdr0 {
    padding-left: 31px !important;
    margin: 0%;
  }
  .tdr1 {
    padding-left: 0px !important;
  }
  .point {
    cursor: pointer;
  }
  .tdr {
    padding-left: 20px !important;
  }
  .requerido {
    background-color: #e6621f !important;
  }
  
  .breadcrumb {
    font-size: 14px;
    margin-bottom: 0px;
    /*font-weight: 500;*/
  }
  
  .custom-breadcrumb {
    color: #005fab;
    /*height: 22px;
      font-size: 16px;*/
    margin-top: 5px !important;
  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    margin-top: 3px;
    font: normal normal normal 20px/1 FontAwesome;
  }
  
  .alert-message {
    position: absolute;
    z-index: 9;
    width: 100%;
    margin-top: 50px;
  }
  
  .page-item.active .page-link {
    z-index: 1;
  }
  
  .type_selected {
    background-color: #005fab !important;
    border: 1px solid #005fab;
    color: white;
  }
  
  @media (min-width: 1500px) {
    .divc {
      max-width: 1500px !important;
    }
  }
  
  @media screen and (max-width: 1300px) {
    .container {
      width: 100% !important;
      max-width: 100% !important;
    }
  }
  @media (min-width: 1500px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
      max-width: 1500px !important;
    }
  }
  
  @media screen and (max-width: 388px) {
    .mlim {
      margin-left: 0;
    }
  }
  
  @media screen and (max-width: 576px) {
    .divc {
      overflow-y: auto;
      margin-left: 0;
    }
    .btnagg {
      margin-left: 0px !important;
    }
    .input-box {
      padding-left: 13px;
    }
    .search {
      padding-left: 0px;
      margin-top: 6px !important;
    }
    .divtable {
      display: none;
    }
    .scrollable {
      height: 99%;
    }
    .scrollable > table {
      width: 99.5%;
    }
    .tdr0 {
      border-bottom: none;
    }
    .tdr {
      width: 100%;
      padding-left: 31px !important;
    }
    .trr {
      width: 103.5%;
    }
    .btnplusImpuesto {
      margin-left: 93%;
    }
  }
  
  @media screen and (max-width: 576px) {
    .mu {
      margin-top: 0.25rem !important;
    }
    .me {
      margin-right: 0px !important;
    }
    .divpe {
      padding-right: 0.5rem !important;
    }
    .divCen {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
    }
    .btnR {
      padding-left: 0px !important;
    }
    .divBtn {
      max-width: 100%;
    }
  }
  
  @media screen and (min-width: 576px) {
    .tabla-responsive {
      display: none;
      height: 100%;
    }
  }
  
  /*Loader */
  
  .select-dark {
    background: #d1d1d1 !important;
    color: #515b6a !important;
    /* border-radius: 15px !important; */
  }
  
  .wrapper {
    height: 50px;
    margin-top: calc(50vh - 25px);
    margin-left: calc(50vw - 100px);
    width: 180px;
  }
  .circle_0 {
    border-radius: 50%;
    border: 3px #005fab solid;
    float: left;
    height: 50px;
    margin: 0 5px;
    width: 50px;
  }
  .circle-1 {
    animation: move 1s ease-in-out infinite;
  }
  .circle-1a {
    animation: fade 1s ease-in-out infinite;
  }
  
  .ul-client > li {
    font-size: 12px;
    height: 33px;
  }
  
  .ul-btn-nav-link {
    /*padding-left: 10px;
      margin-top: 5px;*/
    color: white;
  }
  
  .ul-btn-nav-link > li {
    font-size: 16px;
    height: 33px;
  }
  
  .ul-btn-nav-link > li:hover {
    cursor: pointer;
  }
  
  .ul-btn-nav-link > li > a {
    color: white;
    height: 100%;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .item-btn-nav-link {
    margin: 0px;
    margin-right: 1px;
    text-transform: uppercase;
  }
  
  .x-btn-nav-link .nav-link {
    padding: 0.1rem 0.5rem !important;
    background: #d0cfcf !important;
    color: rgb(12, 12, 12) !important;
    /* border-radius: 0px !important; */
  }
  
  .x-btn-nav-link .nav-link.active,
  .show > .nav-link {
    background-color: #fd810d !important;
    color: #ffffff !important;
  }
  
  .x-content-filter {
    background-color: white;
    min-height: 43px;
    padding: 5px 1px;
    color: white;
    border-radius: var(--border-radius);
  }
  
  .display-mensaje-empty-table {
    display: none;
  }
  .span-btn-editar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn-swalert2 {
    margin-right: 5px;
    width: 140px;
  }
  
  .swal2-title {
    font-size: 1.3em;
    font-weight: 500;
  }
  @keyframes fade {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .circle-2 {
    animation: move 1s ease-in-out infinite;
  }
  @keyframes move {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(60px);
    }
  }
  .circle-1a {
    margin-left: -55px;
    opacity: 0;
  }
  .circle-3 {
    animation: circle-3 1s ease-in-out infinite;
    opacity: 1;
  }
  @keyframes circle-3 {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  .loader_page {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 9999;
    top: 0px;
    height: 100vh;
    background-color: rgba(56, 56, 56, 0.27);
    left: 0px;
  }
  .cargando_text {
    color: #3ba8ff;
  }
  
  .content-header {
    max-width: 100%;
    padding-top: 5px;
  }
  
  .btn-buscar-content {
    padding-left: 7px;
    background-color: transparent;
  }
  
  .btn-agregar-content-header {
    padding-left: 0px;
    padding-right: 5px;
  }
  
  .input-content-header {
    padding-left: 0px;
    padding-right: 5px;
  }
  
  .btn-buscar-content-header {
    padding-left: 0px;
  }
  
  .title-content-header {
    color: #3b4858;
    font-weight: 300;
    font-size: 24px;
  }
  
  .btn-bottom-content {
    position: absolute;
    bottom: 40px;
  }
  
  .title-h5 {
    color: #677178;
    font-weight: 200;
  }
  
  .content-center {
    padding: 80px;
    text-align: center;
  }
  
  .avatar-list-center {
    display: flex;
    justify-content: center;
  }
  
  .avatar-list-center img {
    vertical-align: middle;
    border-radius: 50%;
    height: 150px;
    width: 150px;
  }
  
  .avatar_user_profiles_small {
    height: auto;
    max-height: 32px !important;
    width: auto;
    max-width: 32px !important;
    border-radius: 50%;
  }
  .avatar_user_profiles_small img {
    max-width: 27px;
    margin-top: 4px;
  }
  
  .avatar_user_img_small img {
    height: auto;
    max-height: 37px !important;
    width: auto;
    max-width: 37px !important;
    border-radius: 50%;
  }
  .avatar_user_img {
    width: 100px;
    padding: 0;
    height: 100px;
  }
  .avatar_user_img img {
    max-width: 100px;
    height: auto !important;
    max-height: 100px;
  }
  
  .avatar {
    display: flex;
    justify-content: center;
  }
  
  .avatar img {
    vertical-align: middle;
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  
  .table-invoice,
  .btn-content {
    display: block;
  }
  
  .div-search-content-header {
    padding: 0px 5px 0px 0px;
  }
  
  .padding-btn-conten-header {
    padding: 0px 5px 0px 0px;
  }
  
  .row-content-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .div-search-content-header .search {
    margin-top: 8px !important;
  }
  
  .div-search-content-header .input-box input {
    padding: 0 15px 0 20px;
    border-radius: var(--border-radius-m);
  }
  
  .titulo-2 {
    padding-left: 10px;
    margin: 8px 0px;
  }
  .no_banks_logo {
    width: 110px;
    height: 110px;
    background: whitesmoke;
    text-align: center;
    border-radius: 65px;
    padding-top: 8px;
    margin: auto;
  }
  .no_banks_logo img {
    height: 78px;
  }
  
  .no_banks_div {
    min-height: 220px;
    height: calc(100vh - 570px);
    display: grid;
    align-content: center;
    background: white;
  }
  .no_banks_div_btn {
    width: 300px;
  }
  .no_banks_div_btn button {
    width: 300px;
  }
  
  .titulo-2 h5 {
    margin: 0px;
  }
  
  @media only screen and (max-width: 576px) {
    .top-movil {
      padding-top: 0.25rem !important;
    }
    .padding-btn-conten-header-add {
      padding-right: 0px;
    }
    .padding-btn-conten-header {
      padding-left: 0px;
    }
    .row-content-center {
      padding: 145px !important;
    }
  
    .div-search-content-header .search {
      margin-top: 8px !important;
    }
  
    .div-search-content-header .input-box input {
      padding: 0 15px 0 20px;
    }
    .btn-agregar-content-header {
      padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
      /*padding-right: calc(var(--bs-gutter-x) * .5)!important;*/
    }
    .pr5px {
      padding-right: 0px !important;
    }
    .pl5px {
      padding-left: 0px !important;
    }
    .mt5px {
      margin-top: 0.25rem;
    }
  
    /*.input-content-header {
          padding-left: calc(var(--bs-gutter-x) * .5)!important; 
        }
  
      .div-search-content-header {
          padding:0px 5px 0px 12px;
       }
  
      .padding-btn-conten-header{
          padding: 0 1px 0px 12px;
      }
  
      .padding-btn-conten-header-add{
          padding-left: 5px;
          padding-right: 11px;
      }
      
        /* .btn-buscar-content-header{
          padding-left: calc(var(--bs-gutter-x) * .5)!important;
        } */
  }
  
  /* Estandar */
  thead > tr {
    height: 33px;
  }
  th {
    background-color: #6c757d;
    font-size: 14px;
    font-weight: 100;
    color: white;
    text-transform: capitalize;
    vertical-align: middle;
  }
  td {
    font-size: 12px;
  }
  tr {
    height: 41px;
    border-bottom: 1px solid #f2f2f2;
  }
  .divb {
    margin-top: 27px;
  }
  .btn {
    height: 33px;
    padding: 0px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: var(--border-radius-m);
  }
  .m5px {
    margin-top: 5px !important;
  }
  .mw-btn {
    max-width: 104.66px;
  }
  .pr5px {
    padding-right: 5px;
  }
  .pl5px {
    padding-left: 5px !important;
  }
  
  .ms {
    margin-left: 1px;
  }
  .bgg-fil {
    background: rgb(241, 244, 245);
    font-size: 14px;
    font-weight: 100;
  }
  .bgg-fil:hover {
    background-color: rgb(241, 244, 245);
    border: rgb(241, 244, 245);
  }
  .div-fil {
    margin-right: 14px;
    margin-top: 2px;
  }
  
  .content-tabla-vista-movil {
    padding: 5px;
  }
  
  .parrafos-content-movil {
    margin-bottom: 5px;
    font-size: 12px;
  }
  
  .parrafos-content-movil > strong {
    font-weight: 600;
    font-size: 14px;
  }
  .parrafos-content-movil > div {
    font-weight: 600;
    font-size: 14px;
  }
  
  .select2-selection {
    background: transparent !important;
    border: none !important;
  }
  
  b {
    display: none;
  }
  
  /*Quitar flechas input number*/
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  .p-0 {
    padding: 0 !important;
  }
  
  .pt-0,
  .py-0 {
    padding-top: 0 !important;
  }
  
  .pr-0,
  .px-0 {
    padding-right: 0 !important;
  }
  
  .pb-0,
  .py-0 {
    padding-bottom: 0 !important;
  }
  
  .pl-0,
  .px-0 {
    padding-left: 0 !important;
  }
  
  .p-1 {
    padding: 0.25rem !important;
  }
  
  .pt-1,
  .py-1 {
    padding-top: 0.25rem !important;
  }
  
  .pr-1,
  .px-1 {
    padding-right: 0.25rem !important;
  }
  
  .pb-1,
  .py-1 {
    padding-bottom: 0.25rem !important;
  }
  
  .pl-1,
  .px-1 {
    padding-left: 0.25rem !important;
  }
  
  .p-2 {
    padding: 0.5rem !important;
  }
  
  .pt-2,
  .py-2 {
    padding-top: 0.5rem !important;
  }
  
  .pr-2,
  .px-2 {
    padding-right: 0.5rem !important;
  }
  
  .pb-2,
  .py-2 {
    padding-bottom: 0.5rem !important;
  }
  
  .pl-2,
  .px-2 {
    padding-left: 0.5rem !important;
  }
  
  .p-3 {
    padding: 1rem !important;
  }
  
  .pt-3,
  .py-3 {
    padding-top: 1rem !important;
  }
  
  .pr-3,
  .px-3 {
    padding-right: 1rem !important;
  }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important;
  }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important;
  }
  
  .p-4 {
    padding: 1.5rem !important;
  }
  
  .pt-4,
  .py-4 {
    padding-top: 1.5rem !important;
  }
  
  .pr-4,
  .px-4 {
    padding-right: 1.5rem !important;
  }
  
  .pb-4,
  .py-4 {
    padding-bottom: 1.5rem !important;
  }
  
  .pl-4,
  .px-4 {
    padding-left: 1.5rem !important;
  }
  
  .p-5 {
    padding: 3rem !important;
  }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important;
  }
  
  .pr-5,
  .px-5 {
    padding-right: 3rem !important;
  }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important;
  }
  
  .pl-5,
  .px-5 {
    padding-left: 3rem !important;
  }
  
  .alert-success {
  }
  .alert-notification {
  }
  .alert-info {
  }
  
  .page-item.active .page-link {
    color: #fff;
    background-color: #035fab;
    border-color: #035fab;
  }
  
  .page-link {
    background-color: #fff;
    border: 0px solid #dee2e6;
    margin-right: 3px;
    margin-top: 5px;
    font-weight: 400;
    color: #6c757d;
  }
  .pdf_icon {
    background-image: url(doctorPDF.svg);
    width: 20px;
    height: 20px;
  }
  
  @media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
      max-width: 100%;
    }
  }
  
  .rounded {
    border-radius: 8px !important;
  }
  
  .file-wrap {
    position: relative;
    width: 100%;
    padding: 30px;
    display: block;
    border: 2px dashed #ccc;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
  }
  
  .file_input {
    position: absolute;
    left: 0;
    top: 0;
    background: red;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  
  .has-error {
    border-bottom: 2px solid red !important;
  }
  
  .modal-header {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: 0px solid #dee2e6;
  }
  
  .modal-content {
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px !important;
  }
  .modal-body {
    padding-top: 0px;
  }
  
  .modal-footer {
    background: #e1e1e1;
    border-top: 0px solid #dee2e6;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  button {
  }
  
  .pagination .page-item {
    cursor: pointer;
  }
  
  .swal2-styled.swal2-confirm {
    background-color: #005fab;
  }
  
  .avatar-logo-company {
    background: white;
    padding: 5px;
    border-radius: 4px;
    height: 118px;
    text-align: center;
  }
  .avatar-logo-company img {
    height: auto;
    max-height: 110px;
    max-width: 100%;
  }
  .avatar-logo-company-editar {
    background: #d9d9d966;
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px;
    border-radius: 0px 3px 0px 5px;
    cursor: pointer;
  }
  
  .acronym {
    width: 70px;
    height: 70px;
    text-align: center;
    margin: auto;
    background: #afafaf;
    font-size: 30px;
    border-radius: 40px;
    padding-top: 13px;
    color: white;
    font-weight: 100;
    background: linear-gradient(
      143deg,
      rgb(4 95 171) 35%,
      rgba(0, 212, 255, 1) 100%
    );
  }
  
  .acronymSmall {
    width: 32px;
    height: 32px;
    font-size: 100;
    font-size: small;
    padding-top: 7px;
    margin: 0px;
  }
  
  .suggestions-container {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: white;
  }
  
  .suggestion-item {
    padding: 5px;
    cursor: pointer;
  }
  
  .suggestion-item:hover {
    background-color: #f1f1f1;
  }

  .hide_mobiles {
  }
  .hide_movil {
  }
  .hide-movil {
  }
  .show_mobiles {
  }
  .hide_desktop {
  }
  .hide-desktop {
  }
  .cursor-pointer {
    cursor: pointer;
  }
  @media only screen and (max-width: 600px) {
    .hide_mobiles {
      display: none;
    }
    .hide_movil {
      display: none;
    }
    .hide-movil {
      display: none;
    }
    .show_mobiles {
      display: initial;
    }
  }
  @media only screen and (min-width: 600px) {
    .hide_desktop {
      display: none;
    }
    .hide-desktop {
      display: none;
    }
  }
  
  .navbar-nav li:hover{
      background: #FF9800;
      border-radius: var(--border-radius-m);
  }
  .navbar-nav li{
      /* background: #ffffff; */
      padding-left: 10px;
  }