
    .panel-title {
        font-weight: bold;
        color: #0085ca;
        background-color: whitesmoke !important;
        height: 16px;
        line-height: 16px;
    }

    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        max-height: 27px;
        color: whitesmoke !important;;
        background-color: rgb(51, 54, 54);
        display: flex;

       ;
        color: white;
        text-align: center;
     }

     .footer-left{
        margin-left: 27px;
        text-align: left;
        width: 50%;
     }

     .footer-right{
        margin-right: 27px;
        text-align: right;
        width: 50%;
    }

    .padre {
        position: relative;
     }
     .hijo {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 30%;
        width: 50%;
        margin: -15% 0 0 -25%;
     }
     .buttonAdd{
      text-align: end !important;
      background-color: beige;

     }
   .scaled {
      transform: scale(1, 0.5); /* Igual que: scaleX(2) scaleY(0.5) */
      transform-origin: left;
      background-color: pink;
    }

    .textNew{
      font-size: 9px !important;

    }