.rednao .rntable {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .rednao .rntable th,
  .rednao .rntable td {
    padding: 10.5px;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .rednao .rntable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .rednao .rntable tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .rednao .rntable .rntable {
    background-color: #fff; }

.rednao .rntable-sm th,
.rednao .rntable-sm td {
  padding: 4.2px; }

.rednao .rntable-bordered {
  border: 1px solid #dee2e6; }
  .rednao .rntable-bordered th,
  .rednao .rntable-bordered td {
    border: 1px solid #dee2e6; }
  .rednao .rntable-bordered thead th,
  .rednao .rntable-bordered thead td {
    border-bottom-width: 2px; }

.rednao .rntable-borderless th,
.rednao .rntable-borderless td,
.rednao .rntable-borderless thead th,
.rednao .rntable-borderless tbody + tbody {
  border: 0; }

.rednao .rntable-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.rednao .rntable-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.rednao .table-primary,
.rednao .table-primary > th,
.rednao .table-primary > td {
  background-color: #b8daff; }

.rednao .table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .rednao .table-hover .table-primary:hover > td,
  .rednao .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.rednao .table-secondary,
.rednao .table-secondary > th,
.rednao .table-secondary > td {
  background-color: #d6d8db; }

.rednao .table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .rednao .table-hover .table-secondary:hover > td,
  .rednao .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.rednao .table-success,
.rednao .table-success > th,
.rednao .table-success > td {
  background-color: #c3e6cb; }

.rednao .table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .rednao .table-hover .table-success:hover > td,
  .rednao .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.rednao .table-info,
.rednao .table-info > th,
.rednao .table-info > td {
  background-color: #bee5eb; }

.rednao .table-hover .table-info:hover {
  background-color: #abdde5; }
  .rednao .table-hover .table-info:hover > td,
  .rednao .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.rednao .table-warning,
.rednao .table-warning > th,
.rednao .table-warning > td {
  background-color: #fde6b8; }

.rednao .table-hover .table-warning:hover {
  background-color: #fcdd9f; }
  .rednao .table-hover .table-warning:hover > td,
  .rednao .table-hover .table-warning:hover > th {
    background-color: #fcdd9f; }

.rednao .table-danger,
.rednao .table-danger > th,
.rednao .table-danger > td {
  background-color: #f5c6cb; }

.rednao .table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .rednao .table-hover .table-danger:hover > td,
  .rednao .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.rednao .table-light,
.rednao .table-light > th,
.rednao .table-light > td {
  background-color: #fdfdfe; }

.rednao .table-hover .table-light:hover {
  background-color: #ececf6; }
  .rednao .table-hover .table-light:hover > td,
  .rednao .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.rednao .table-dark,
.rednao .table-dark > th,
.rednao .table-dark > td {
  background-color: #c6c8ca; }

.rednao .table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .rednao .table-hover .table-dark:hover > td,
  .rednao .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.rednao .table-active,
.rednao .table-active > th,
.rednao .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.rednao .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .rednao .table-hover .table-active:hover > td,
  .rednao .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.rednao .rntable .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.rednao .rntable .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.rednao .rntable-dark {
  color: #fff;
  background-color: #212529; }
  .rednao .rntable-dark th,
  .rednao .rntable-dark td,
  .rednao .rntable-dark thead th {
    border-color: #32383e; }
  .rednao .rntable-dark.rntable-bordered {
    border: 0; }
  .rednao .rntable-dark.rntable-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .rednao .rntable-dark.rntable-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)) - 0.02px) {
  .rednao .rntable-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .rednao .rntable-responsive-sm > .rntable-bordered {
      border: 0; } }

@media (max-width: breakpoint-min(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)) - 0.02px) {
  .rednao .rntable-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .rednao .rntable-responsive-md > .rntable-bordered {
      border: 0; } }

@media (max-width: breakpoint-min(lg, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)) - 0.02px) {
  .rednao .rntable-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .rednao .rntable-responsive-lg > .rntable-bordered {
      border: 0; } }

@media (max-width: breakpoint-min(xl, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)) - 0.02px) {
  .rednao .rntable-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .rednao .rntable-responsive-xl > .rntable-bordered {
      border: 0; } }

.rednao .rntable-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .rednao .rntable-responsive > .rntable-bordered {
    border: 0; }

.rednao .rnbtn {
  display: inline-block;
  color: white;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 5.25px 10.5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3.5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .rednao .rnbtn {
      transition: none; } }
  .rednao .rnbtn:hover, .rednao .rnbtn:focus {
    text-decoration: none; }
  .rednao .rnbtn:focus, .rednao .rnbtn.focus {
    outline: 0;
    box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.25); }
  .rednao .rnbtn.disabled, .rednao .rnbtn:disabled {
    opacity: 0.65; }
  .rednao .rnbtn:not(:disabled):not(.disabled) {
    cursor: pointer; }

.rednao a.rnbtn.disabled,
.rednao fieldset:disabled a.btn {
  pointer-events: none; }

.rednao .rnbtn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .rednao .rnbtn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .rednao .rnbtn-primary:focus, .rednao .rnbtn-primary.focus {
    box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.5); }
  .rednao .rnbtn-primary.disabled, .rednao .rnbtn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .rednao .rnbtn-primary:not(:disabled):not(.disabled):active, .rednao .rnbtn-primary:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .rednao .rnbtn-primary:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.5); }

.rednao .rnbtn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .rednao .rnbtn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .rednao .rnbtn-secondary:focus, .rednao .rnbtn-secondary.focus {
    box-shadow: 0 0 0 2.8px rgba(108, 117, 125, 0.5); }
  .rednao .rnbtn-secondary.disabled, .rednao .rnbtn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .rednao .rnbtn-secondary:not(:disabled):not(.disabled):active, .rednao .rnbtn-secondary:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .rednao .rnbtn-secondary:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(108, 117, 125, 0.5); }

.rednao .rnbtn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .rednao .rnbtn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .rednao .rnbtn-success:focus, .rednao .rnbtn-success.focus {
    box-shadow: 0 0 0 2.8px rgba(40, 167, 69, 0.5); }
  .rednao .rnbtn-success.disabled, .rednao .rnbtn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .rednao .rnbtn-success:not(:disabled):not(.disabled):active, .rednao .rnbtn-success:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .rednao .rnbtn-success:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-success:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(40, 167, 69, 0.5); }

.rednao .rnbtn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .rednao .rnbtn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .rednao .rnbtn-info:focus, .rednao .rnbtn-info.focus {
    box-shadow: 0 0 0 2.8px rgba(23, 162, 184, 0.5); }
  .rednao .rnbtn-info.disabled, .rednao .rnbtn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .rednao .rnbtn-info:not(:disabled):not(.disabled):active, .rednao .rnbtn-info:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .rednao .rnbtn-info:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-info:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(23, 162, 184, 0.5); }

.rednao .rnbtn-warning {
  color: #fff;
  background-color: #f9a602;
  border-color: #f9a602; }
  .rednao .rnbtn-warning:hover {
    color: #fff;
    background-color: #d38d02;
    border-color: #c68402; }
  .rednao .rnbtn-warning:focus, .rednao .rnbtn-warning.focus {
    box-shadow: 0 0 0 2.8px rgba(249, 166, 2, 0.5); }
  .rednao .rnbtn-warning.disabled, .rednao .rnbtn-warning:disabled {
    color: #fff;
    background-color: #f9a602;
    border-color: #f9a602; }
  .rednao .rnbtn-warning:not(:disabled):not(.disabled):active, .rednao .rnbtn-warning:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c68402;
    border-color: #ba7c01; }
    .rednao .rnbtn-warning:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(249, 166, 2, 0.5); }

.rednao .rnbtn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .rednao .rnbtn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .rednao .rnbtn-danger:focus, .rednao .rnbtn-danger.focus {
    box-shadow: 0 0 0 2.8px rgba(220, 53, 69, 0.5); }
  .rednao .rnbtn-danger.disabled, .rednao .rnbtn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .rednao .rnbtn-danger:not(:disabled):not(.disabled):active, .rednao .rnbtn-danger:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .rednao .rnbtn-danger:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(220, 53, 69, 0.5); }

.rednao .rnbtn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .rednao .rnbtn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .rednao .rnbtn-light:focus, .rednao .rnbtn-light.focus {
    box-shadow: 0 0 0 2.8px rgba(248, 249, 250, 0.5); }
  .rednao .rnbtn-light.disabled, .rednao .rnbtn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .rednao .rnbtn-light:not(:disabled):not(.disabled):active, .rednao .rnbtn-light:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .rednao .rnbtn-light:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-light:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(248, 249, 250, 0.5); }

.rednao .rnbtn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .rednao .rnbtn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .rednao .rnbtn-dark:focus, .rednao .rnbtn-dark.focus {
    box-shadow: 0 0 0 2.8px rgba(52, 58, 64, 0.5); }
  .rednao .rnbtn-dark.disabled, .rednao .rnbtn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .rednao .rnbtn-dark:not(:disabled):not(.disabled):active, .rednao .rnbtn-dark:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .rednao .rnbtn-dark:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(52, 58, 64, 0.5); }

.rednao .rnbtn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .rednao .rnbtn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .rednao .rnbtn-outline-primary:focus, .rednao .rnbtn-outline-primary.focus {
    box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.5); }
  .rednao .rnbtn-outline-primary.disabled, .rednao .rnbtn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .rednao .rnbtn-outline-primary:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .rednao .rnbtn-outline-primary:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.5); }

.rednao .rnbtn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d; }
  .rednao .rnbtn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .rednao .rnbtn-outline-secondary:focus, .rednao .rnbtn-outline-secondary.focus {
    box-shadow: 0 0 0 2.8px rgba(108, 117, 125, 0.5); }
  .rednao .rnbtn-outline-secondary.disabled, .rednao .rnbtn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .rednao .rnbtn-outline-secondary:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .rednao .rnbtn-outline-secondary:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(108, 117, 125, 0.5); }

.rednao .rnbtn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .rednao .rnbtn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .rednao .rnbtn-outline-success:focus, .rednao .rnbtn-outline-success.focus {
    box-shadow: 0 0 0 2.8px rgba(40, 167, 69, 0.5); }
  .rednao .rnbtn-outline-success.disabled, .rednao .rnbtn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .rednao .rnbtn-outline-success:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-success:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .rednao .rnbtn-outline-success:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(40, 167, 69, 0.5); }

.rednao .rnbtn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .rednao .rnbtn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .rednao .rnbtn-outline-info:focus, .rednao .rnbtn-outline-info.focus {
    box-shadow: 0 0 0 2.8px rgba(23, 162, 184, 0.5); }
  .rednao .rnbtn-outline-info.disabled, .rednao .rnbtn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .rednao .rnbtn-outline-info:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-info:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .rednao .rnbtn-outline-info:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(23, 162, 184, 0.5); }

.rednao .rnbtn-outline-warning {
  color: #f9a602;
  background-color: transparent;
  background-image: none;
  border-color: #f9a602; }
  .rednao .rnbtn-outline-warning:hover {
    color: #fff;
    background-color: #f9a602;
    border-color: #f9a602; }
  .rednao .rnbtn-outline-warning:focus, .rednao .rnbtn-outline-warning.focus {
    box-shadow: 0 0 0 2.8px rgba(249, 166, 2, 0.5); }
  .rednao .rnbtn-outline-warning.disabled, .rednao .rnbtn-outline-warning:disabled {
    color: #f9a602;
    background-color: transparent; }
  .rednao .rnbtn-outline-warning:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f9a602;
    border-color: #f9a602; }
    .rednao .rnbtn-outline-warning:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(249, 166, 2, 0.5); }

.rednao .rnbtn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .rednao .rnbtn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .rednao .rnbtn-outline-danger:focus, .rednao .rnbtn-outline-danger.focus {
    box-shadow: 0 0 0 2.8px rgba(220, 53, 69, 0.5); }
  .rednao .rnbtn-outline-danger.disabled, .rednao .rnbtn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .rednao .rnbtn-outline-danger:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .rednao .rnbtn-outline-danger:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(220, 53, 69, 0.5); }

.rednao .rnbtn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .rednao .rnbtn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .rednao .rnbtn-outline-light:focus, .rednao .rnbtn-outline-light.focus {
    box-shadow: 0 0 0 2.8px rgba(248, 249, 250, 0.5); }
  .rednao .rnbtn-outline-light.disabled, .rednao .rnbtn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .rednao .rnbtn-outline-light:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-light:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .rednao .rnbtn-outline-light:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(248, 249, 250, 0.5); }

.rednao .rnbtn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .rednao .rnbtn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .rednao .rnbtn-outline-dark:focus, .rednao .rnbtn-outline-dark.focus {
    box-shadow: 0 0 0 2.8px rgba(52, 58, 64, 0.5); }
  .rednao .rnbtn-outline-dark.disabled, .rednao .rnbtn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .rednao .rnbtn-outline-dark:not(:disabled):not(.disabled):active, .rednao .rnbtn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .rednao .rnbtn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .rednao .rnbtn-outline-dark:not(:disabled):not(.disabled):active:focus, .rednao .rnbtn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .rednao .rnbtn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 2.8px rgba(52, 58, 64, 0.5); }

.rednao .rnbtn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent; }
  .rednao .rnbtn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .rednao .rnbtn-link:focus, .rednao .rnbtn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .rednao .rnbtn-link:disabled, .rednao .rnbtn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.rednao .rnbtn-circle.rnbtn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33; }

.rednao .rnbtn-circle {
  width: 40px;
  height: 40px;
  padding: 6px 0px;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 1.42857; }

.rednao .rnbtn-block {
  display: block;
  width: 100%; }
  .rednao .rnbtn-block + .btn-block {
    margin-top: 7px; }

.rednao input[type="submit"].rnbtn-block,
.rednao input[type="reset"].rnbtn-block,
.rednao input[type="button"].rnbtn-block {
  width: 100%; }

.rednao .rnform-control {
  display: block;
  width: 100%;
  height: 33.5px;
  padding: 5.25px 10.5px;
  font-size: 16px;
  line-height: 16px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3.5px;
  box-shadow: 0 0 transparent;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, background-color 150ms ease-in-out !important; }

.rednao input.rnform-control, .rednao textarea.rnform-control {
  padding: 6px 12px; }

@media screen and (prefers-reduced-motion: reduce) {
  .rednao .rnform-control {
    transition: none; } }

.rednao .rnform-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.rednao .rnform-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.25); }

.rednao .rnform-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.rednao .rnform-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.rednao .rnform-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.rednao .rnform-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.rednao .rnform-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.rednao .rnform-control:disabled, .rednao .rnform-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

.rednao select.rnform-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.rednao .rnform-control-file,
.rednao .rnform-control-range {
  display: block;
  width: 100%; }

.rednao select.rnform-control[size], .rednao select.rnform-control[multiple] {
  height: auto; }

.rednao textarea.rnform-control {
  height: auto; }

.rednao input, .rednao select {
  margin: 0; }

.rednao .invalid-feedback {
  width: 100%;
  font-size: 80%;
  color: #dc3545; }

.rednao .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 3.5px 7px;
  margin-top: 1.4px;
  font-size: 12.25px;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 3.5px; }

.rednao .was-validated .rnform-control:invalid, .rednao .rnform-control.is-invalid, .rednao .was-validated .custom-select:invalid,
.rednao .custom-select.is-invalid {
  border-color: #dc3545; }

.rednao .was-validated .rnform-control:invalid:focus, .rednao .rnform-control.is-invalid:focus, .rednao .was-validated .custom-select:invalid:focus,
.rednao .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 2.8px rgba(220, 53, 69, 0.25); }

.rednao .was-validated .rnform-control:invalid ~ .invalid-feedback,
.rednao .was-validated .rnform-control:invalid ~ .invalid-tooltip, .rednao .rnform-control.is-invalid ~ .invalid-feedback,
.rednao .rnform-control.is-invalid ~ .invalid-tooltip, .rednao .was-validated .custom-select:invalid ~ .invalid-feedback,
.rednao .was-validated .custom-select:invalid ~ .invalid-tooltip,
.rednao .custom-select.is-invalid ~ .invalid-feedback,
.rednao .custom-select.is-invalid ~ .invalid-tooltip {
  display: block; }

.rednao .was-validated .rnform-control-file:invalid ~ .invalid-feedback,
.rednao .was-validated .rnform-control-file:invalid ~ .invalid-tooltip, .rednao .rnform-control-file.is-invalid ~ .invalid-feedback,
.rednao .rnform-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.rednao .was-validated .form-check-input:invalid ~ .form-check-label, .rednao .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.rednao .was-validated .form-check-input:invalid ~ .invalid-feedback,
.rednao .was-validated .form-check-input:invalid ~ .invalid-tooltip, .rednao .form-check-input.is-invalid ~ .invalid-feedback,
.rednao .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.rednao .was-validated .custom-control-input:invalid ~ .custom-control-label, .rednao .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }

.rednao .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .rednao .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9; }

.rednao .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.rednao .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .rednao .custom-control-input.is-invalid ~ .invalid-feedback,
.rednao .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.rednao .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .rednao .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.rednao .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .rednao .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2.8px rgba(220, 53, 69, 0.25); }

.rednao .was-validated .custom-file-input:invalid ~ .custom-file-label, .rednao .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.rednao .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .rednao .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit; }

.rednao .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.rednao .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .rednao .custom-file-input.is-invalid ~ .invalid-feedback,
.rednao .custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.rednao .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .rednao .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 2.8px rgba(220, 53, 69, 0.25); }

@media (min-width: 576px) {
  .rednao .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .rednao .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .rednao .form-inline .rnform-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .rednao .form-inline .rnform-control-plaintext {
    display: inline-block; }
  .rednao .form-inline .input-group,
  .rednao .form-inline .custom-select {
    width: auto; }
  .rednao .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .rednao .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 3.5px;
    margin-left: 0; }
  .rednao .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .rednao .form-inline .custom-control-label {
    margin-bottom: 0; } }

.rednao .has-errors input {
  border-color: #dc3545 !important; }

.rednao .rncontrol {
  vertical-align: top !important;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px; }

.rednao .rncontrol label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  cursor: text;
  display: block; }

.rednao .rncontrol input[type='text'], .rednao .rncontrol select {
  width: 100%; }

.rednao input[type=checkbox] {
  outline: none !important; }

.rednao input[type=text], .rednao input[type=number], .rednao input[type=email] {
  display: block;
  height: 33.5px;
  padding: 5.25px 10.5px;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3.5px;
  box-shadow: 0 0 transparent;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, background-color 150ms ease-in-out !important;
  padding: 6px 12px; }
  .rednao input[type=text]:focus, .rednao input[type=number]:focus, .rednao input[type=email]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    border-top-color: #80bdff;
    border-right-color: #80bdff;
    border-bottom-color: #80bdff;
    border-left-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.25); }
  .rednao input[type=text]:disabled, .rednao input[type=text]:read-only, .rednao input[type=number]:disabled, .rednao input[type=number]:read-only, .rednao input[type=email]:disabled, .rednao input[type=email]:read-only {
    background-color: #e9ecef;
    opacity: 1; }

.rednao .rnSelect__value-container {
  min-height: 28px;
  padding: 2px 8px; }

.rednao .rnSelect__clear-indicator {
  padding: 0; }

.rednao .rnSelect__value-container > div {
  margin-right: 5px; }

.rednao .rnSelect__multi-value {
  margin: 0; }

.rednao .has-errors .rnSelect .css-1aya2g8, .rednao .has-errors .rnSelect .css-2o5izw, .rednao .has-errors .rnSelect .css-2o5izw {
  border-color: #dc3545 !important; }

.rednao select:disabled {
  background-image: none; }

.rednao .rnSelect__multi-value__label {
  text-overflow: unset; }

.rednao .rnSelect__input input {
  min-height: auto !important;
  height: auto; }

.rednao select {
  max-width: 100%;
  background: none;
  -webkit-appearance: menulist-button;
  display: block;
  height: 33.5px;
  padding: 5.25px 10.5px;
  font-size: 16px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3.5px;
  box-shadow: 0 0 transparent;
  transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out, background-color 150ms ease-in-out !important;
  padding: 2px 7px; }
  .rednao select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    border-top-color: #80bdff;
    border-right-color: #80bdff;
    border-bottom-color: #80bdff;
    border-left-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 2.8px rgba(0, 123, 255, 0.25); }
  .rednao select:disabled {
    background-color: #e9ecef;
    opacity: 1; }

.rednao * {
  box-sizing: border-box; }

.rednao .rncolsm1 {
  width: 100%; }

.rednao .rncolsm2 {
  display: inline-block;
  width: calc(50% - 3px); }

.rednao .rncolsm3 {
  width: calc(33.3333333% - 3px); }

.rednao .rncolsm4 {
  width: calc(25% - 3px); }

.rednao .rncolsm2, .rednao .rncolsm3 {
  display: inline-block; }
  .rednao .rncolsm2:first-child, .rednao .rncolsm3:first-child {
    margin-right: 3px; }
  .rednao .rncolsm2:not(:first-child), .rednao .rncolsm3:not(:first-child) {
    margin-left: 3px; }

.rednao .rnrow {
  margin-bottom: 5px; }

.rednao .rninline .rncontrol {
  margin-right: 5px; }

.rednao .MuiTable-root-028 thead th {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  border-bottom-color: #5f5f5f; }

.rednao .rnbtn-group,
.rednao .rnbtn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .rednao .rnbtn-group > .rnbtn,
  .rednao .rnbtn-group-vertical > .rnbtn {
    position: relative;
    flex: 1 1 auto; }
    .rednao .rnbtn-group > .rnbtn:hover,
    .rednao .rnbtn-group-vertical > .rnbtn:hover {
      z-index: 1; }
    .rednao .rnbtn-group > .rnbtn:focus, .rednao .rnbtn-group > .rnbtn:active, .rednao .rnbtn-group > .rnbtn.active,
    .rednao .rnbtn-group-vertical > .rnbtn:focus,
    .rednao .rnbtn-group-vertical > .rnbtn:active,
    .rednao .rnbtn-group-vertical > .rnbtn.active {
      z-index: 1; }

.rednao .rnbtn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .rednao .rnbtn-toolbar .input-group {
    width: auto; }

.rednao .rnbtn-group > .rnbtn:not(:first-child),
.rednao .rnbtn-group > .rnbtn-group:not(:first-child) {
  margin-left: -1px; }

.rednao .rnbtn-group > .rnbtn:not(:last-child):not(.dropdown-toggle),
.rednao .rnbtn-group > .rnbtn-group:not(:last-child) > .rnbtn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.rednao .rnbtn-group > .rnbtn:not(:first-child),
.rednao .rnbtn-group > .rnbtn-group:not(:first-child) > .rnbtn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.rednao .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .rednao .dropdown-toggle-split::after,
  .dropup .rednao .dropdown-toggle-split::after,
  .dropright .rednao .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .rednao .dropdown-toggle-split::before {
    margin-right: 0; }

.rednao .rnbtn-sm + .dropdown-toggle-split, .rednao .rnbtn-group-sm > .rnbtn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.rednao .rnbtn-lg + .dropdown-toggle-split, .rednao .rnbtn-group-lg > .rnbtn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.rednao .rnbtn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .rednao .rnbtn-group-vertical > .rnbtn,
  .rednao .rnbtn-group-vertical > .rnbtn-group {
    width: 100%; }
  .rednao .rnbtn-group-vertical > .rnbtn:not(:first-child),
  .rednao .rnbtn-group-vertical > .rnbtn-group:not(:first-child) {
    margin-top: -1px; }
  .rednao .rnbtn-group-vertical > .rnbtn:not(:last-child):not(.dropdown-toggle),
  .rednao .rnbtn-group-vertical > .rnbtn-group:not(:last-child) > .rnbtn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .rednao .rnbtn-group-vertical > .rnbtn:not(:first-child),
  .rednao .rnbtn-group-vertical > .rnbtn-group:not(:first-child) > .rnbtn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.rednao .rnbtn-group-toggle > .rnbtn,
.rednao .rnbtn-group-toggle > .rnbtn-group > .rnbtn {
  margin-bottom: 0; }
  .rednao .rnbtn-group-toggle > .rnbtn input[type="radio"],
  .rednao .rnbtn-group-toggle > .rnbtn input[type="checkbox"],
  .rednao .rnbtn-group-toggle > .rnbtn-group > .rnbtn input[type="radio"],
  .rednao .rnbtn-group-toggle > .rnbtn-group > .rnbtn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

th.sorted.asc .sorting-indicator:before {
  content: "\f140" !important; }

th.sorted.desc .sorting-indicator:before {
  content: "\f142" !important; }

@media screen and (max-width: 782px) {
  .rnTable td:before {
    position: static !important;
    font-weight: bold; } }

@media screen and (min-width: 782px) {
  .rnTable .rnNumeric {
    text-align: right; }
  .rnTable .rnStickyHeader {
    position: sticky; }
  .rnTable.striped > tbody > :nth-child(odd) td.rnStickyHeader {
    background-color: #f9f9f9; }
  .rnTable.striped > tbody > :nth-child(even) td.rnStickyHeader {
    background-color: white; } }

.rednao.button.action {
  color: black !important;
  padding: 0 10px;
  border-color: #ccc; }

.rednao.button.action.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px; }

/*
.rednao .ladda-button:disabled{
    transition: none !important;
}

 */
.rnBackDrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5); }
  .rnBackDrop.rnFade {
    opacity: 0; }
  .rnBackDrop.rnShow {
    opacity: .5; }

.rnModal {
  width: 500px;
  position: fixed;
  top: 0;
  left: 50%;
  background-color: white;
  z-index: 100001;
  border-radius: 5px; }

.rnModal .rnCloseIcon {
  cursor: pointer; }

.rnModal .rnCloseIcon:hover {
  color: red; }

.rnHeader {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center; }

.rnFooter {
  padding: 16px;
  text-align: right; }

.rnFooter button {
  margin-left: 5px; }

.rnContent {
  padding: 16px;
  border-bottom: 1px solid #e9ecef;
  border-top: 1px solid #e9ecef; }

/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2018 Hakim El Hattab, http://hakim.se
 */
@keyframes ladda-spinner-line-fade {
  0%, 100% {
    opacity: 0.22; }
  1% {
    opacity: 1; } }

.ladda-button {
  position: relative; }

.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none; }

.ladda-button .ladda-label {
  position: relative;
  z-index: 3; }

.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  transition: 0.1s linear all !important; }

.ladda-button[data-loading] .ladda-progress {
  display: block; }

.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important; }

.ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
  transition: 0.3s ease all !important; }

.ladda-button[data-style=expand-right] .ladda-spinner {
  right: -6px; }

.ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
  right: -12px; }

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px; }

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1; }

.ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
  padding-right: 40px; }

.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 26px; }

.ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
  left: 4px; }

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px; }

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1; }

.ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
  padding-left: 40px; }

.ladda-button[data-style=expand-up] {
  overflow: hidden; }

.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: 0; }

.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px; }

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 26px;
  margin-top: 0; }

.ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
  padding-top: 32px; }

.ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
  top: 4px; }

.ladda-button[data-style=expand-down] {
  overflow: hidden; }

.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: 0; }

.ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
  top: 40px; }

.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px; }

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1; }

.ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
  padding-bottom: 32px; }

.ladda-button[data-style=slide-left] {
  overflow: hidden; }

.ladda-button[data-style=slide-left] .ladda-label {
  position: relative; }

.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0; }

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%; }

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%; }

.ladda-button[data-style=slide-right] {
  overflow: hidden; }

.ladda-button[data-style=slide-right] .ladda-label {
  position: relative; }

.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: 0;
  left: 16px; }

[dir="rtl"] .ladda-button[data-style=slide-right] .ladda-spinner {
  right: auto; }

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%; }

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%; }

.ladda-button[data-style=slide-up] {
  overflow: hidden; }

.ladda-button[data-style=slide-up] .ladda-label {
  position: relative; }

.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: 1em; }

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em; }

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0; }

.ladda-button[data-style=slide-down] {
  overflow: hidden; }

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative; }

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: 0;
  margin-top: -2em; }

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em; }

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: 0; }

.ladda-button[data-style=zoom-out] {
  overflow: hidden; }

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: 32px;
  transform: scale(2.5); }

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block; }

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(0.5); }

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  transform: none; }

.ladda-button[data-style=zoom-in] {
  overflow: hidden; }

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  transform: scale(0.2); }

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block; }

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(2.2); }

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  margin-left: 0;
  transform: none; }

.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px; }

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: 0; }

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px; }

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0; }

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1; }

.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0); }

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: 0; }

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 2000px rgba(0, 0, 0, 0.8); }

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0; }

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1; }

[dir="rtl"] .ladda-spinner > div {
  left: 25% !important; }
