@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;1,400;1,600&family=Poppins:ital,wght@0,400;0,600;1,400;1,600&display=swap");
:root {
  --info: #2fcbed;
  --info-hover: #0ab6dc;

  --primary: #f59c00;
  --secondary: #223580;
  --complementary: #485973;
  --danger: #eb5757;
  --danger-hover: #ce4040;
  --success: #00bbc7;
  --success-hover: #00bbc7;
  --borders: #d9d9d9;
  --background-color: #f6f6fe;
  --gray: #f2f2f2;
  --secondary-opacity: #2235811a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;

  --font-poppins: "Poppins", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-roboto: "Roboto", sans-serif;
}

body {
  font-family: var(--font-poppins);
  font-size: 14px;
  color: var(--complementary);
  background-color: var(--background-color);
}

button {
  font-family: var(--font-roboto);
}
a {
  color: var(--info);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
label {
  font-family: var(--font-montserrat);
}

.modal.show {
  z-index: 1050 !important;
}


.m-animated {
  background-color: var(--gray);
  padding-top: 95px;
  margin-top: 10px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 100px;
  height: 100px;
   /* top: calc(50% - 50px); */
  /* left: calc(50% - 50px); */
  /* position: relative;  */
  z-index: 999999;
  padding: 16px;
  border-radius: 60px;
  /* position: relative; */
  opacity: 50%;
 
}


@-webkit-keyframes m-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(200px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes m-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes latidos {
  from { transform: none; }
  50% { transform: scale(1.1); }
  to { transform: none; }
}

.m-bounceInRight {
  /* -webkit-animation-name: m-bounceInRight;
  animation-name: m-bounceInRight; */
  animation: latidos 1s infinite;
 
}

.table {
  color: var(--complementary);
}
.btn-info {
  color: #fff;
  background-color: var(--info);
  border-color: var(--info);
  font-weight: bold;
}

.btn-info:hover {
  color: #fff;
  background-color: var(--info-hover);
  border-color: var(--info-hover);
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: var(--info-hover);
  border-color: var(--info-hover);
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: var(--info-hover);
  border-color: var(--info-hover);
  box-shadow: 0 0 0 0.2rem #3ab0c380;
}

.btn-outline-info {
  color: var(--info);
  background-color: white;
  border-color: var(--info);
  font-weight: bold;
}

.btn-outline-info:hover {
  color: var(--info-hover);
  background-color: white;
  border-color: var(--info-hover);
}
.m-btn-outline-danger {
  color: var(--danger);
  background-color: white;
  border-color: var(--danger);
  font-weight: bold;
}

.m-btn-outline-danger:hover {
  color: var(--danger-hover);
  background-color: white;
  border-color: var(--danger-hover);
}

.m-btn-danger {
  color: var(--danger) !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
}

.m-btn-danger:hover {
  color: white !important;
  background: var(--danger) !important;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: var(--info-hover);
  background-color: white;
  border-color: var(--info-hover);
}
.btn_grid_primary {
  color: var(--info) !important;
  padding: 4px 8px !important;
  font-size: 12px !important;
}
.btn_grid_primary:hover {
  color: white !important;
  background: var(--info) !important;
}
.container-dinamic-layout {
  background: white;
}

.m-subtitle {
  color: var(--primary);
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
  font-weight: bold;
}

.m-title {
  font-family: var(--font-montserrat);
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  color: var(--secondary);
}
.m-title-sm {
  font-size: 20px;
}
.m-title-description {
  color: var(--complementary);
}
.wrap-title-with-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.m-card {
  margin-bottom: 32px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 5px rgb(0 0 0 / 3%);
  -moz-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 5px 5px rgb(0 0 0 / 3%);
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 16px;
}
.m-card .m-card-head {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--borders);
}
.m-card .m-card-head.m-card-head-with-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-card .m-card-head .m-card-head-title {
  font-weight: bold;
}
.m-card .m-card-body {
}

/*sizes*/
.m-mw-70 {
  min-width: 70px;
}
.mw-100 {
  width: 100px;
}
.mw-200 {
  width: 200px;
}
.mw-120 {
  width: 120px;
}
.mw-150 {
  width: 150px;
}

.m-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
}
.m-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.m-checkbox > input:checked ~ span {
  background-color: var(--info);
}

.m-checkbox > span {
  background-color: var(--borders);
  border: 1px solid transparent;
  height: 18px;
  width: 18px;
  background-color: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 4px;
}

.m-checkbox > span:after {
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -2px;
  width: 5px;
  height: 10px;
}
.m-checkbox > input:checked ~ span:after {
  border-color: #ffffff;
}
.m-checkbox > input:checked ~ span:after {
  display: block;
}
.m-checkbox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-checkbox-list .m-checkbox {
  margin-bottom: 1rem;
}
.m-checkbox-list .m-checkbox span {
  margin-right: 0.75rem;
}

.m-checkbox-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-checkbox-inline .m-checkbox {
  margin-right: 1rem;
  margin-bottom: 0.35rem;
}
.m-checkbox-inline .m-checkbox span {
  margin-right: 0.75rem;
}

/*modal*/
.m-modal .modal-content {
  border-radius: 16px;
}
.m-modal .modal-header {
  background: var(--primary);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 12px 16px;
}
.m-modal .modal-footer {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.m-modal .modal-title {
  font-weight: bold;
  font-family: var(--font-montserrat);
  color: white;
}

.modal-right .modal-dialog {
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  width: 408px;
  height: 100vh;
}
.modal-right .modal-dialog .modal-content {
  overflow-y: auto;
  height: 100%;
  border-radius: 0;
}
.modal-right .modal-header {
  border-bottom: 1px solid white;
}
.modal-right .modal-footer {
  border-top: 1px solid white;
}

.modal.fade.modal-right .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.modal.show.modal-right .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-right .modal-title {
  font-size: 24px;
}
/*states*/

.m-text-bold {
  font-weight: bold;
}
.m-text-danger {
  color: var(--danger);
}
.m-text-success {
  color: var(--success);
}
.m-text-primary {
  color: var(--primary);
}
.m-text-complementary {
  color: var(--complementary);
}
.m-text-info {
  color: var(--info);
}
.m-text-secondary {
  color: var(--secondary);
}

.message-secondary {
  background-color: #fff;
  padding: 10px;
  padding-left: 15px;
  border-radius: 4px;
  border: solid 1px var(--secondary);
  color: var(--secondary);
  font-size: 14px;
}
.fileuploader-input-button {
  background-color: var(--info) !important;
}

/*forms*/
.form-group label {
  margin-bottom: 4px;
}
.form-inline-filters {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.form-inline-filters .form-filter-md {
  width: 200px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.form-inline-filters .form-filter-xl {
  width: 280px;
  margin-right: 8px;
  margin-bottom: 8px;
}

.form-inline-filters .form-filter-sm {
  width: 150px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.form-inline-filters .select2-container--default .select2-selection--single {
  height: calc(1.5em + 0.5rem + 2px) !important;
}
.form-inline-filters .btn-filter {
  margin-top: 20px;
}
.m-form .form-group label {
  color: var(--secondary);
  font-weight: bold;
}
.alert-danger {
  color: var(--danger);
  background-color: white;
  border-color: var(--danger);
}

/*Sweet Alert*/
.swal2-styled.swal2-cancel {
  border-color: 1px solid var(--info) !important;
  background-color: white !important;
  color: var(--info) !important;
}

.swal2-styled.swal2-confirm {
  background-color: var(--info) !important;
  color: #fff;
}
.bg-default {
  background-color: var(--background-color);
}
.m-card-filter {
  background-color: var(--background-color);
  padding: 16px;
}

/* Layout*/
.main-header {
  background-color: var(--secondary);
  width: 100%;
  padding: 8px 24px;
  height: 64px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.navbar-brand .brand-img {
  height: 40px;
  max-width: 110px;
  
  border-radius: 8px;
  background: white;
  padding: 5px;
}
.main-header .nav-link {
  color: white;
  font-family: var(--font-roboto);
}
.main-header .navbar-nav {
  align-items: center;
}
.main-header .dropdown-menu {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6px;
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px 0 rgb(0 0 0 / 8%),
    0 9px 28px 8px rgb(0 0 0 / 5%);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
  border: none;
}
.main-header .dropdown-menu .dropdown-item {
  font-family: var(--font-montserrat);
  font-size: 14px;
  color: var(--info);
  font-weight: bold;
}
.main-header .dropdown-menu .dropdown-item:active,
.main-header .dropdown-menu .dropdown-item.active {
  background-color: var(--info);
  color: white;
}
.main-header .dropdown-menu .dropdown-menu-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  transform: rotate(45deg);
  top: -4px;
  right: 10px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgb(0 0 0 / 6%);
}
.m-user-profile {
  width: 32px;
  margin-right: 4px;
}
.m-user-group {
  color: var(--primary);
}
.main-layout {
  margin-top: 64px;
}
.navbar-toggler {
  color: var(--info);
}
.navbar-toggler:hover {
  color: var(--info-hover);
}
/*Layout body*/
.m-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.m-main-layout {
  margin-top: 64px;
  background: white;
  width: 100%;
  height: 94vh;
}
.m-layout-sider {
  flex: 0 0 240px;
  max-width: 240px;
  min-width: 240px;
  width: 240px;
  margin-right: 3px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  background-color: white;
}
.m-layout-body {
  background: var(--background-color);
  margin-left: 240px;
  padding: 24px;
}
.m-layout-section {
  padding: 0 24px;
}
/*Menú*/
.m-menu-root {
  margin-top: 16px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-family: var(--font-roboto);
  height: calc(100vh - 80px) !important;
  overflow-y: scroll;
  mask-image: linear-gradient(to top, transparent, black),
    linear-gradient(to left, transparent 8px, black 8px);
  mask-size: 100% 20000px;
  mask-position: left bottom;
  -webkit-mask-image: linear-gradient(to top, transparent, black),
    linear-gradient(to left, transparent 8px, black 8px);
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}
.m-menu-root:hover {
  -webkit-mask-position: left top;
}
.m-menu-root::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 2px;
}
.m-menu-root::-webkit-scrollbar-thumb {
  background-color: var(--secondary-opacity);
  border-radius: 4px;
}

.m-menu-item {
  cursor: pointer;
  margin-bottom: 4px;
}
.m-menu-item .m-menu-title {
  padding: 0px 24px 0 16px;
  position: relative;
  margin-bottom: 4px;
}
.m-submenu-item {
  margin-bottom: 4px;
  padding-left: 16px;
}

.m-menu-title .m-menu-title-content,
.m-submenu-title .m-menu-title-content {
  display: flex;
  align-items: center;
  height: 40px;
}
.m-menu-title:hover {
  background: var(--secondary-opacity);
  color: var(--secondary);
}
.m-menu-title:hover:after {
  content: "";
  width: 5px;
  height: 40px;
  position: absolute;
  background: var(--secondary);
  right: 0;
  top: 0;
}
.m-menu-title.active {
  background: var(--secondary-opacity);
  color: var(--secondary);
  font-weight: bold;
}
.m-menu-title.active:after {
  content: "";
  width: 5px;
  height: 40px;
  position: absolute;
  background: var(--secondary);
  right: 0;
  top: 0;
}
.m-menu-item .m-submenu-item .m-menu-title {
  padding-left: 40px;
}
.m-menu-item a {
  color: var(--complementary);
  text-decoration: none;
}
.m-menu-title-content i {
  left: 12px;
  font-size: 16px;
  position: absolute;
}

.m-menu-title-content > .fa-circle {
  font-size: 8px !important;
}

.m-menu-title-content .svg-icon {
  left: 12px;
  width: 16px;
  position: absolute;
}
.m-menu-item .m-menu-title-content .m-menu-title-name {
  padding-left: 24px;
  line-height: 14px;
}
.m-submenu-item .m-menu-title-name {
  padding-left: 0 !important;
}
.m-menu-title-content a {
  display: flex;
  align-items: center;
}
.m-menu-title .m-menu-group-icon {
  position: absolute;
  right: 8px;
}
.m-menu-title.collapsed .m-menu-group-icon {
  transform: rotate(180deg);
}
.m-submenu-list {
  list-style: none;
  padding: 0;
}
/*Menu responsive*/
.m-layout-sider-out {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s,
    width 0s ease 0.3s;
  top: 0;
  left: 0;
  overflow: hidden;
}
.m-layout-sider-out .m-layout-sider {
  transform: translateX(-100%);
  height: 100%;
}
.m-layout-sider-out.m-sider-open .m-layout-sider {
  transform: none;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  position: absolute;
}
.m-layout-sider-out .navbar-head {
  text-align: center;
  width: 100%;
  padding: 8px 24px;
  height: 64px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  z-index: 1;
}
.m-sider-out-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  pointer-events: none;
  position: fixed;
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.m-layout-sider-out.m-sider-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.m-layout-sider-out.m-sider-open .m-sider-out-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  pointer-events: auto;
}

.m-layout-sider-in {
  position: fixed;
  z-index: 1000;
}

.file {
  background-color: var(--background-color);
  border-radius: 10px;
  padding: 4px 8px;
  width: 100%;
  font-size: 10px;
  word-break: break-word;
  margin: 4px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
}

.file-sm {
  width: 300px;
}

/* new table */

.table-custom .newTable {
  overflow: auto;
}

.table-custom .newTable thead {
  font-size: 11px;
}

.table-custom .newTable tbody {
  font-size: 10px;
}

.table-custom .stickyTable {
  position: sticky;
  background-color: #fff;
}

.table-custom .stickyTableHeader {
  top: 0;
  z-index: 1;
}

.table-custom {
  overflow: auto;
}

.wrap-table-custom {
  position: relative;
  margin-top: 32px;
}

.table-custom .stickyTableColumn {
  z-index: 2;
}

.table-custom .search-div {
  position: relative;
  display: flex;
  align-items: center;
}

.table-custom .search-table {
  width: 100%;
  padding-right: 22px;
  border: 1px solid var(--info);
  border-radius: 4px;
}

.table-custom .search-icon {
  position: absolute;
  right: 8px;
  color: var(--info-hover);
  cursor: pointer;
}

.table-custom .newTable th,
.table-custom .newTable td {
  padding: 8px 4px;
  border: none;
}

.table-custom tr:nth-child(even) {
  background-color: #f2f2f2 !important;
}

/* .table-custom tr:nth-child(even) .stickyTable{
    background-color: #fff !important;
  } */

.pagination-buttons .page-link {
  border-radius: 50%;
  margin: 0 4px;
}

.pagination-buttons .page-item.active .page-link {
  background-color: var(--info);
  border-color: var(--info);
}

.pagination-buttons .page-link {
  color: var(--info);
}

.pagination-buttons .page-link:hover {
  background-color: var(--info);
  border-color: var(--info);
  color: white;
}

.wrap-table-custom .pagination-buttons {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  align-items: baseline;
}

.pagination-buttons .findPagination {
  padding-left: 20px;
}

.pagination-buttons .findPagination input {
  width: 70px;
  font-size: 12px;
  padding: 4px;
  height: 24px;
  border: 1px solid var(--borders);
  outline: none;
  color: #838383;
}

.pagination-buttons .findPagination button {
  color: #fff;
  background-color: var(--info);
  border-color: var(--info);
  font-weight: bold;
  box-shadow: none;
  border-style: dotted;
  border-radius: 0.25rem;
}

.pagination-buttons .btnPaginations {
  padding: 0 20px;
}

.table-custom .title-order:hover {
  cursor: pointer;
}

.pagination-buttons .withourPointer:hover {
  cursor: default;
}

.pagination-buttons .listRows {
  padding-right: 20px;
}
.pagination-buttons .listRows select {
  border: none;
  background-color: white;
  font-size: 14px;
  color: #838383;
}

.pagination-buttons .listRows label {
  color: #797878;

  font-size: 14px;
}

.newTable th {
  text-align: center !important;
}

.wrap-table-custom .loader {
  position: relative;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 2px;
  width: 40px;
  height: 40px;
}
.wrap-table-custom .loader > div {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--info);
  transform: scale(0);
  transform-origin: center center;
  animation: loader 2s infinite linear;
}
.wrap-table-custom .loader > div:nth-of-type(1),
.wrap-table-custom .loader > div:nth-of-type(5),
.wrap-table-custom .loader > div:nth-of-type(9) {
  animation-delay: 0.4s;
}
.wrap-table-custom .loader > div:nth-of-type(4),
.wrap-table-custom .loader > div:nth-of-type(8) {
  animation-delay: 0.2s;
}
.wrap-table-custom .loader > div:nth-of-type(2),
.wrap-table-custom .loader > div:nth-of-type(6) {
  animation-delay: 0.6s;
}
.wrap-table-custom .loader > div:nth-of-type(3) {
  animation-delay: 0.8s;
}
@keyframes loader {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

.wrap-table-custom .d-loader {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  align-items: center;
  background: rgb(246, 246, 254, 0.7);
  z-index: 10;
}

.table-custom::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.table-custom::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.table-custom::-webkit-scrollbar-thumb {
  background-color: var(--info);
  border-radius: 10px;
}

/*media queries*/
@media (max-width: 991px) {
  .main-header {
    background-color: white !important;
  }
  .m-layout-sider-in {
    display: none;
  }
  .m-layout-body {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .m-layout-body {
    padding: 8px;
  }
  .m-layout-section {
    padding: 0 8px;
  }
  .form-inline-filters {
    justify-content: space-between;
  }
  .form-inline-filters .form-filter-md,
  .form-inline-filters .form-filter-sm {
    margin-right: 0;
  }
  .m-card-filter {
    padding: 8px;
  }
  .m-section-title {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .m-title {
    font-size: 24px;
    line-height: 29px;
  }
  .wrap-title-with-buttons {
    justify-content: center;
  }
  .m-section-buttons {
    text-align: center;
  }
  .m-section-buttons .btn {
    margin-bottom: 8px;
    width: 250px;
  }
  .modal-right .modal-content .modal-body {
    padding-left: 8px;
    padding-right: 8px;
  }
  .modal-right .modal-title {
    font-size: 18px;
  }
  .m-title-sm {
    font-size: 20px;
  }
  .mobile_inspection{
    display: block;
  }
}

@media (max-width: 450px) {
  .modal-right .modal-dialog {
    width: 100%;
  }

  .m-animated {
   
     top: calc(50% - 50px); 
     left: calc(50% - 50px); 
     position: relative;
   
  }
}
