._mc
{
    color:#f4c946 !important;
}
._mb
{
    background-color:#f4c946 !important;
    color: black !important;
}
.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}
.disabledDiv ._mb{
    background-color:#c6c6c6 !important;
}

.bt-shake {
    position: relative;
    animation-name: shakeAnim;
    animation-duration: 1s;
    animation-iteration-count: 2;
    /* animation-timing-function: ease-in; */
    
  }
#tax
{
  width: 25px;
  height: 25px;
}
/* div:has(input#tax) { border: solid 3px red; } */
input#tax < div { border: solid 3px red; }
  @keyframes shakeAnim {
    0% {
      left: 0
    }
    10% {
      left: -3px
    }
    20% {
      left: 3px
    }
    30% {
      left: -8px
    }
    40% {
      left: 8px
    }
    50% {
      left: -5px
    }
    60% {
      left: 3px
    }
    70% {
      left: 0
    }
  }

  .table-responsive {
    width: 99%;
  }
  .btn-vsm{
    padding: 0.25rem 0.5rem;
    font-size: .775rem;
    line-height: .7;
    border-radius: 0.2rem;
  }