.gg-check {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-check::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: -1px;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  transform-origin: bottom left;
  transform: rotate(45deg);
}

.table-responsive.table-sm tfoot td:first-child {
  max-width: 40px;
  width: 40px;
  white-space: normal;
}

.table-responsive.table-sm tfoot td {
  white-space: break-spaces;
}

.custom-template {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -325px;
  width: 325px;
  height: max-content;
  display: block;
  z-index: 1;
  background: #ffffff;
  transition: all .3s;
  z-index: 1003;
  box-shadow: -1px 1px 20px rgba(69, 65, 78, 0.15);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all .5s;
}

.custom-template.open {
  right: 0px;
}

.custom-template .custom-toggle {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #5867dd;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  /*border-right: 1px solid #177dff;*/
  cursor: pointer;
  color: #ffffff;
  box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

.custom-template .custom-toggle i {
  font-size: 20px;
  animation: 1.3s spin linear infinite;
}

.custom-template .title {
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-top-left-radius: 5px;
  border-bottom: 1px solid #ebedf2;
  background: #5867dd;
}

.paginate svg {
  width: 20px
}

.flex {
  display: flex
}

.items-center {
  align-items: center;
}

.paginate>.justify-between {
  justify-content: space-between;
}

.custom-template .custom-content {
  padding: 20px 15px;
  max-height: calc(100vh - 90px);
  overflow: auto;
}

.custom-template .switcher {
  padding: 5px 0;
}



table th,
table td {
  white-space: nowrap;
}

.custom-template .switch-block h4 {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: uppercase;
}

.custom-template .btnSwitch {
  margin-top: 20px;
  margin-bottom: 25px;
}

.custom-template .btnSwitch button {
  border: 0px;
  height: 22px;
  width: 22px;
  outline: 0;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #ededed;
  position: relative;
  transition: all .2s;
}

.custom-template .btnSwitch button:hover {
  border-color: #0bf;
}

.custom-template .btnSwitch button.selected {
  border-color: #0bf;
  display: inline-flex;
  align-items: center;
}

.custom-template .btnSwitch button:not([data-color="white"], [data-color="bg1"], [data-color="bg2"], [data-color="bg3"]) .gg-check:after {
  border-color: #fff;
}

.custom-template .img-pick {
  padding: 4px;
  min-height: 100px;
  border-radius: 5px;
  cursor: pointer;
}

.custom-template .img-pick img {
  height: 100%;
  height: 100px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid transparent;
}

.custom-template .img-pick:hover img,
.custom-template .img-pick.active img {
  border-color: #177dff;
}

.demo .btn,
.demo .progress {
  margin-bottom: 15px !important;
}

.demo .form-check-label,
.demo .form-radio-label,
.demo .toggle,
.demo .btn-group {
  margin-right: 15px;
}

.demo #slider {
  margin-bottom: 15px;
}

.table-typo tbody>tr>td {
  border-color: #fafafa;
}

.table-typo tbody>tr>td:first-child {
  min-width: 200px;
  vertical-align: bottom;
}

.table-typo tbody>tr>td:first-child p {
  font-size: 14px;
  color: #333;
}

.demo-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  transition: all .2s;
}

.demo-icon:hover {
  background-color: #f4f5f8;
  border-radius: 3px;
}

.demo-icon .icon-preview {
  font-size: 1.8rem;
  margin-right: 10px;
  line-height: 1;
  color: #333439;
}

body[data-background-color="dark"] .demo-icon .icon-preview {
  color: #969696;
}

.demo-icon .icon-class {
  font-weight: 300;
  font-size: 13px;
  color: #777;
}

body[data-background-color="dark"] .demo-icon .icon-class {
  color: #a9a8a8;
}

.form-show-notify .form-control {
  margin-bottom: 15px;
}

.form-show-notify label {
  padding-top: 0.65rem;
}

.map-demo {
  height: 300px;
}

#instructions li {
  padding: 5px 0;
}

.row-demo-grid {
  margin-bottom: 15px;
}

.row-demo-grid [class^="col"] {
  text-align: center;
}

.row-demo-grid [class^="col"] .card-body {
  background: #ddd;
}

.btnSwitch button[data-color="white"] {
  background-color: #fff;
}

.btnSwitch button[data-color="grey"] {
  background-color: #f1f1f1;
}

.btnSwitch button[data-color="black"] {
  background-color: #191919;
}

.btnSwitch button[data-color="dark"] {
  background-color: #1a2035;
}

.btnSwitch button[data-color="blue"] {
  background-color: #1572E8;
}

.btnSwitch button[data-color="purple"] {
  background-color: #6861CE;
}

.btnSwitch button[data-color="light-blue"] {
  background-color: #48ABF7;
}

.btnSwitch button[data-color="green"] {
  background-color: #31CE36;
}

.btnSwitch button[data-color="orange"] {
  background-color: #FFAD46;
}

.btnSwitch button[data-color="red"] {
  background-color: #F25961;
}

.btnSwitch button[data-color="dark2"] {
  background-color: #1f283e;
}

.btnSwitch button[data-color="blue2"] {
  background-color: #1269DB;
}

.btnSwitch button[data-color="purple2"] {
  background-color: #5C55BF;
}

.btnSwitch button[data-color="light-blue2"] {
  background-color: #3697E1;
}

.btnSwitch button[data-color="green2"] {
  background-color: #2BB930;
}

.btnSwitch button[data-color="orange2"] {
  background-color: #FF9E27;
}

.btnSwitch button[data-color="red2"] {
  background-color: #EA4d56;
}

.btnSwitch button[data-color="bg1"] {
  background-color: #fafafa;
}

.btnSwitch button[data-color="bg2"] {
  background-color: #fff;
}

.btnSwitch button[data-color="bg3"] {
  background-color: #f1f1f1;
}

#modalShowcase .btn-close {
  background: #ff0000;
  opacity: 0.7;
  display: flex;
}

#modalShowcase .btn-close svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

#modalShowcase .preview-showcase {
  background: #F1F1F4;
  border-radius: 8px;
  padding: 24px 32px;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
  transition: all .3s ease;
}

#modalShowcase .preview-showcase:hover {
  transform: translateY(-2.5%);
  background: #e9f6f9;
}

#modalShowcase .preview-title {
  color: #071437;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 22.750px;
}

#modalShowcase .preview-img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
  transition: all .3s ease;
}

#checkOutMoreDemos {
  display: flex;
  position: fixed;
  bottom: 12px;
  right: 12px;
  background: #fff;
  color: #252F4A;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 70px;
  font-size: 12px;
  box-shadow: -5px 5px 20px rgba(69, 65, 78, 0.21);
}

#checkOutMoreDemos i {
  width: 23px;
  height: 23px;
  font-size: 16px;
  margin-bottom: 0.5rem !important;
  padding-top: 0.25rem !important;
}

#checkOutMoreDemos:hover {
  background: #1e2129;
  color: #fff;
  opacity: 1;
  transition: color .2s ease;
}

@media screen and (max-width: 1200px) {
  #modalShowcase .modal-dialog {
    padding: 3rem !important;
  }
}

@media screen and (max-width: 550px) {
  .table-typo tr td {
    display: flex;
    align-items: center;
    word-break: break-word;
  }

  .table-typo tr td:first-child p {
    margin-bottom: 0px;
  }

  #modalShowcase .modal-dialog {
    padding: 32px !important;
  }

  #modalShowcase h3 {
    font-size: 16px;
  }

  #modalShowcase .preview-showcase {
    padding: 24px;
    padding-right: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .custom-template .custom-content {
    overflow: auto;
  }

  .form-show-notify>.text-right,
  .form-show-validation>.text-right {
    text-align: left !important;
  }
}

@media screen and (max-width: 400px) {
  .custom-template {
    width: 85% !important;
    right: -85%;
  }
}

/*# sourceMappingURL=demo.css.map */

.p-6 {
  padding: 2.5rem !important;
}

.color-red {
  color: #F25961;
  font-size: 12px;
  padding-top: 2px;
}

.form-group.has-error .select2-container--default .select2-selection--single {
  border: 2px solid #F25961;
}

.form-group.has-error .select2-selection__rendered {
  color: #F25961;
}

.btn-default {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
}

.btn-default:hover {
  border: 1px solid #f5f5f5;
}

.select2-dropdown.select2-dropdown--below {
  min-width: 80px !important;
  z-index: 99999;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-color: #ebedf2;
  border-width: 2px;
}

.select2-container .select2-selection--single {
  min-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.codephone .select2-container .select2-selection--single {
  min-height: auto;
}

.codephone .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px
}

textarea.form-control {
  min-height: 150px
}

.bootstrap-tagsinput {
  margin: 0;
  width: 100%;
  padding: 0.5rem 0.75rem 0;
  font-size: 1rem;
  line-height: 1.25;
  transition: border-color 0.15s ease-in-out;
  min-height: 150px;
  border: 2px solid #ebedf2;
}

.bootstrap-tagsinput.has-focus {
  background-color: #fff;
  border-color: #5cb3fd;
}

.bootstrap-tagsinput .label-info {
  display: inline-block;
  background-color: #636c72;
  padding: 0 0.4em 0.15em;
  border-radius: 0.25rem;
  margin-bottom: 0.4em;
  color: #fff;
}

.bootstrap-tagsinput input {
  margin-bottom: 0.5em;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: '\00d7';
}

.custom-pos {
  position: absolute;
  top: 53%;
  right: 20px;
}

.text-right {
  text-align: right;
}

.index-padding input {
  padding-right: 30px;
}

.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-width: 2px;
}

.codephone .input-group-text {
  padding: 0.35rem .75rem;
}

.background-info-pro {
  padding: 15px;
  background-color: #c4e6e9;
}

.background-info-pro h3 {
  font-size: 18px;
}

.list-none {
  list-style: none;
}

.list-none {
  padding-left: 0;
  margin-left: 0;
}

.pl-0 {
  padding-left: 0 !important;
}

.list-none {
  padding-top: 3px;
  padding-bottom: 3px;
}

.bg-yellow {
  color: #20200a;
  background: yellow;
  border-radius: 500px;
}

.price-nonebr {
  border: 1px solid #fff;
  text-align: center;
  transition: all .3s;
  padding: 10px;
  max-width: 120px;
  background-color: #fafafa;
}

.price-nonebr:hover {
  border: 1px solid #ccc;
  padding: 10px;
  width: auto;
  min-width: initial;
  border-radius: 3px;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.cursor-pointer {
  cursor: pointer;
}

.bootstrap-tagsinput {
  border: 2px solid #ebedf2 !important;
  box-shadow: unset !important
}

.doitac-click .body-partner {
  padding: 20px;
  border: 1px solid #ebedf2;
  border-radius: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.toplsoq {
  right: 20px;
  top: 35px;
  transform: translateY(-50%);
}

.body-partner-child {
  padding-right: 35px;
  position: relative;
}


/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #4c4c4c;
  z-index: 1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 47%;
  width: 100%;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;

}

.timeline-article p {
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}

.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -11px;
  color: #fff;
  border-radius: 100%;
  background: red;
  z-index: 2;
}

.timeline-article .meta-date .date {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {

  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }

  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }

  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }

  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }

  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }

  .timeline-article .content-right:before {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }

  .timeline-article p span.article-number {
    display: none;
  }

}

/*===== // Resonsive Vertical Timeline =====*/

.color-red {
  color: #e70b0b;
  font-size: 13px;
  padding-top: 5px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.po {
  position: relative;
}

#profileImage1 {
  width: 200px;
  height: 200px;
  cursor: pointer;
  border: 1px solid #121212 !important;
}

i.fas.fa-camera {
  position: absolute;
  width: 25px;
  height: 25px;
  background: black;
  color: white;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  border-radius: 50px;
  right: 8px;
  font-size: 12px
}

img#profileImage {
  cursor: pointer;
  object-fit: cover;
}

img#profileImage1 {
  object-fit: contain;
}

.po123 i {
  position: absolute;
  top: 5%;
  left: 55%;
  transform: translate(0%, -30%);
  object-fit: cover;
}

a#most-popular-tab,
a#trending-tab {
  padding-left: 20px;
  padding-right: 20px;
}

a#most-popular-tab.active,
a#trending-tab.active {
  background: black;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
}

.nav-lb-tab .nav-item {
  margin: 0 1.5rem;
  margin-left: 0px;
  margin-right: 0px;
}

.nav-lb-tab .nav-item .nav-link.active,
.nav-lb-tab .nav-item .nav-link:hover {
  border-bottom: 2px solid #343a40;
  color: #343a40
}

.vandon .input-group-append select {
  border: 0 !important;
  background: unset !important
}

.vandon .loading-product .input-group-append {
  position: relative;
}

.vandon .loading-product .input-group-append:before {
  content: '\f078';
  position: absolute;
  font-family: 'Font Awesome 5 Solid';
  font-weight: 900;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.vandon .loading-product .input-group-append select {
  position: relative;
  left: -29px;
  padding: 0;
  top: 10px;
  min-width: 32px;
}

.vandon .discount-id-number,
.vandon .discount-id-number:hover {
  padding-right: 30px;
}

.select2-container.select2-container--open {
  z-index: 99999999;
}

.has-error .input-group-text .select2-container--default .select2-selection--single {
  background: transparent !important;
  border: unset !important;
  color: #fff;
}

.has-error .input-group-text .select2-container--default .select2-selection__rendered {
  color: #fff;
}

.modal-xxl {
  max-width: 80%;
}

table th {
  white-space: nowrap;
}


::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  background-color: #1a2035;
}

.table-responsive::-webkit-scrollbar {
  height: 13px;
}

.table-responsive.table-sm::-webkit-scrollbar {
  height: 6px;
}

.hoanthanhdon {
  background-color: #808cff;
  padding: 10px 30px;
  border-radius: 3px;
  cursor: pointer;
  color: #000 !important;
  font-weight: 500;
}

.background-info-prohoan {
  background-color: #808cff;
}

.filter-right,
.filter-right-setting {
  position: fixed;
  right: 0;
  z-index: 99999;
  opacity: 0;
  transform: translateX(500px);
  transition: all .3s;
}

.filter-right.active,
.filter-right-setting.active {
  opacity: 1;
  transform: translateX(0);
}

.filter-right .card,
.filter-right-setting .card {
  width: 300px;
  height: 100vh;
  overflow: auto;
}

.ml-2 {
  margin-left: .5rem;
}

.max-height-filter {
  max-height: 90vh;
  overflow: auto;
}

.width-auto {
  max-width: 100px;
  /* padding-right: 5px; */
}

.type_uom_chietkhau,
.type_uom_chietkhau_hoan {
  position: absolute;
  border: 0;
  right: -10px;
  max-width: 35px;
}

.type_uom_chietkhau_hoan {
  right: -10px;
  max-width: 36px;
}

.rright-0 {
  right: 5px;
  font-size: 20px;
  top: 5px;
  cursor: pointer;
}

.remove-append {
  position: absolute;
  top: 10px;
  right: 10px;
}

.pl-5 {
  padding-left: 30px;
}

.gap-10 {
  gap: 10%;
}

.font-bold {
  font-weight: bold !important;
}

.toggle-01 {
  display: none;
}

.toggle-01.active {
  display: block;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-preview {
  width: 170px;
  height: 170px;
  position: relative;
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: 2px dashed #dbdbdb;
}

.bg-xam {
  background: #f8f8f8
}

.text-file {
  color: #0075f9
}

.select2-container--default .select2-selection--multiple {
  border-color: #ebedf2;
  border-width: 2px;
  min-height: 42px;
}

.select2-selection__rendered {
  line-height: 28px;
}

.cke_notifications_area {
  display: none !important;
}

.badge-pill {
  font-size: 12px;
}

.border-1 {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.tab-content .tab-pane.active {
  opacity: 1;
}

ul.nav.nav-tabs {
  border-bottom: 0;
  gap: 20px;
}

ul.nav.nav-tabs li {
  position: relative;
}

ul.nav.nav-tabs .active:before {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 2px;
  background: #1a2035;
}

ul.nav.nav-tabs li:hover:before {
  content: '';
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 2px;
  background: #1a2035;
}

.bg-table th {
  background: #1a2035;
  color: #fff;
}

.page-inner .list-01 {
  padding-left: 50px !important;
}

.page-inner .list-02 {
  padding-left: 80px !important;
}

.dropdown-menu ul {
  padding-left: 0;
}

.dropdown-item,
.dropdown-item label {
  font-size: 1.2rem !important
}

.dropdown-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.bottom-1 {
  bottom: 0;
}

.input-group .discount-id-number,
.input-group .type_uom {
  background-color: #ffe35c !important;
  border: 1px solid #ffe35c;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.input-group .type_uom {
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #fff;
}

.fix-name {
  width: 100px;
  white-space: normal;
}

.min-width1 {
  min-width: 100px !important;
}

.form-control.type_uom {
  padding-right: 20px;
  padding-left: 20px;
}

.form-control.type_uom {
  padding: 0;
  min-width: 35px;
  min-height: 35px;
  text-align: center;
}

@media(max-width:1023px) {
  .po123 i {
    position: absolute;
    top: 3%;
    left: 55%;
    transform: translate(-5%, -25%);
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

@media(max-width:1550px) {
  #store-submit .btn {
    padding-left: 3px;
    padding-right: 3px;
  }

  .btn {
    font-size: .7rem;
  }

  #table-sm p {
    font-size: 1rem;
  }

  .table th,
  .table td {
    font-size: 11px;
    padding: 7px !important
  }

  label,
  .form-control,
  .select2-container .select2-selection--single .select2-selection__rendered,
  p {
    font-size: 12px !important;
  }

  .input-group-text svg {
    width: 12px;
  }

  .input-group-text {
    height: 35px;
  }
}

@media print {

  html,
  body {
    height: 100%;
    overflow: hidden;
  }

}

.progress {
  min-height: 30px;
  min-width: 12%
}

.progress-bar {
  padding-left: 10px;
  padding-right: 10px
}

.processing-hide {
  padding: 20px;
  text-align: center;
}

#modalLoadingFade .modal-dialog {
  top: 45%;
  transform: translateY(-50%);
}

.loadings.hide {
  display: none !important;
}

.loadings:before {
  content: '';
  position: fixed;
  background: #d0d0d0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.loadings {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}

.lds-spinner {
  color: currentColor;
  display: inline-block;
  width: 80px;
  height: 80px;
  position: fixed;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentColor;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 10px 0;
}

.pagination li {
  margin: 0 5px;
}

.pagination li a,
.pagination li span {
  display: block;
  width:40px;
  height:40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  color: #007bff;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-size: 13px;
}

.pagination li a:hover {
  background: #007bff;
  color: #fff;
}

.pagination li.active span {
  background: #007bff;
  color: white;
  font-weight: bold;
}

.pagination li.disabled a {
  pointer-events: none;
  color: #ccc;
  border-color: #eee;
}