    .tablav{
      border-top: medium none;
      color: #444444;
      font-size: 15px;
      font-weight: 500;
      padding: 15px 14px 12px;
      text-align: left;
      text-transform: capitalize;
      vertical-align: middle;
      white-space: nowrap;
      line-height: 1;
      letter-spacing: 0;
      text-align: center;
    }

    .tablavt th{
    padding: 16px 35px 16px;
    /* width: 100%; */
    /*max-width: max-content; */
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    font-size: 16px;
    }

    .margentab{
        margin: 10px;

    }

    .centrarr{
        text-align: center;
    }

    .bordestab{
        border: 1px solid #d5d4d4a1;
        text-align: center;
        text-wrap: nowrap;
    }

    .tenmedio{
        margin-bottom: 0px;
    }

    .btnb{
          background-color: red;
          border: none;
          color: white;
          padding: 12px 16px;
          font-size: 16px;
          cursor: pointer;
          margin: 2px;
          height:50px;
          width:125px;
    }

    .btnb:hover {
      background-color: darkred;
    }

    .btne{
      background-color: blue;
      border: none;
      color: white;
      padding: 12px 16px;
      font-size: 16px;
      cursor: pointer;
      margin: 2px;
      height:50px;
      width:125px;
    }

    .btne:hover {
      background-color: darkblue;

    }


    .acomododerecha{
        margin-top: 20px;
        margin-right: 10px;
    }

    .centro{
        display: flex;
        margin-bottom: 0px;
        align-items: flex-end;
        position: relative;
        text-align: center;
        align-content: center;
        justify-content: center;
    }

    .form-control1{
        padding: 6px 12px;
        width: 30%;
        min-height: 45px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.625;
        color: #444444;
        border-radius: 5px;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 1px solid #CED4DA;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }


    .form-control2{
        padding: 6px 12px;
        width: 50%;
        min-height: 45px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.625;
        color: #444444;
        border-radius: 5px;
        background-color: #ffffff;
        background-clip: padding-box;
        border: 1px solid #CED4DA;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    }

    .pocomargen{
        width: 100%;
        text-align: center;
        margen: 5px;
        display: flex;
        margin-top: 15px;
        justify-content: end;
    }

    .buscarven{
          border-radius: 14px;
          width: 100px;
    }

   
