.spinner, .fade.in .spinner-small {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
}
.spinner, .spinner-small {
    height: 100px !important;
    width: 100px !important;
    top: 45%;
    left: 48%;
    background: url('../images/merchi-monster-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
    margin: -20px 0 0 -20px;
    position: absolute;
    border: none;
}

.spinner, .spinner-merchi-small {
    height: 100px !important;
    width: 100px !important;
    background: url('../images/merchi-monster-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150px 150px;
    border: none;
}

/* Start Draft As Pdf */
.pdf-container {
  width: 100%;
  overflow: hidden;
}
/* Ensure the rendered PDF canvas scales within its container */
.pdf-container canvas {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  display: block;
}
/* End Draft As Pdf */
