/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *

 */

 .pagination {
     justify-content: center;
 }

 .swal2-input[type=number] {
     max-width: 100% !important;
 }

 .custom-mt-29 {
     margin-top: 29px;
 }

 /* .pretty th .current {
    padding-right: 12px;
    background-repeat: no-repeat;
    background-position: right center;
}
  
.pretty th a .asc {
    background-image: url("/images/up_arrow.gif");
    right: .5rem;
    left: auto;
    content: "\F0360";
    font-family: "Material Design Icons";
    font-size: 1rem;
    top: 12px;
}
  
.pretty th a .desc {
    background-image: url("/images/down_arrow.gif");
    right: .5em;
    left: auto;
    content: "\F035D";
    font-family: "Material Design Icons";
    top: 18px;
    font-size: 1rem;
} */

.current {
    display: block;
    position: relative;
    padding-right: 1rem;
  }
  
.current::after {
    font-family: 'Material Icons';
    content: "\E5C5";
    position: absolute;
    top: 0;
    right: 0;
}
  
.desc.current::after {
    content: "\E5C7";
}

.package-bg {
    background-color: #f5ecab !important;
}