body {
  padding-top: 0;
  background-color: #e6e6e6;
  font-size: 1rem;
  margin-bottom: 0px;
}
footer {
  font-size: 0.8rem;
  text-align: left;
}

a:hover {
  color: #007bff;
}
.container {
  max-width: 1140px;
}
.main-container {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  min-height: 460px;
}
#login {
  padding-top: 40px;
  padding-bottom: 40px;
}
#login .form-signin {
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
#login .form-signin .form-signin-heading,
#login .form-signin .checkbox {
  margin-bottom: 10px;
}
#login .form-signin input[type="text"],
#login .form-signin input[type="password"] {
  font-size: 16px;
  height: auto;
  margin-bottom: 15px;
  padding: 7px 9px;
}
.dropdown-menu-with-subs .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}
.dropdown-menu-with-subs li:hover .sub-menu {
  visibility: visible;
  display: block;
}
.navbar .sub-menu:before {
  border-bottom: 7px solid transparent;
  border-left: none;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
  left: -7px;
  top: 10px;
}
.navbar .sub-menu:after {
  border-top: 6px solid transparent;
  border-left: none;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
  left: 10px;
  top: 11px;
  left: -6px;
}
#content {
  margin-left: 0px;
}
.hide-sidebar,
.show-sidebar {
  cursor: pointer;
}
.padd-bottom {
  margin-bottom: 5px;
}
.breadcrumb {
  margin: 0 0 0px;
  padding: 10px 0px;
  background-color: transparent;
}
.block {
  /*border: 1px solid #ddd;*/
  background: white;
  margin: 0;
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.block-content {
  margin: 1.2em;
  min-height: 0.25em;
}
.btborderrnd {
  -webkit-border-bottom-right-radius: 5px !important;
  -webkit-border-bottom-left-radius: 5px !important;
  -moz-border-radius-bottomright: 5px !important;
  -moz-border-radius-bottomleft: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.tpborderrnd {
  -webkit-border-top-right-radius: 10px !important;
  -webkit-border-top-left-radius: 10px !important;
  -moz-border-radius-topright: 10px !important;
  -moz-border-radius-topleft: 10px !important;
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
}
.allborderrnd {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}
.prodtop {
  background-image: url("/images/top_div.gif");
  background-repeat: no-repeat;
}
.prodbottom {
  background-image: url("/images/bottom_div.gif");
  background-repeat: no-repeat;
}
.prodmiddle {
  background-image: url("/images/1x1gray.gif");
  background-repeat: repeat-y;
}
.prodmid {
  background-image: url("/images/1x1gray.gif");
  background-repeat: repeat-x;
}
.prodleft {
  background-image: url("/images/left_div.gif");
  background-repeat: no-repeat;
}
.prodright {
  background-image: url("/images/right_div.gif");
  background-repeat: no-repeat;
}
.scprod {
  font-size: 12px;
  font-weight: bold;
  color: #777;
}
.scprod a {
  font-size: 12px;
  font-weight: normal;
}
.block-header {
  margin-bottom: 0px;
  border-right: none;
  border-left: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.block-header div {
  padding-top: 10px;
}

.easyPieChart {
  margin: 0px auto;
}

.chart-bottom-heading {
  margin-top: 5px;
  text-align: center;
}
.bs-docs-sidenav {
  max-width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.screenshot {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1),
    inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: 0.25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: 0.5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255, 0, 0, 0.25);
}
.control-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}
.heading {
  font-size: 1.75rem;
  margin-bottom: 20px;
  margin-top: -15px;
  color: #f9a01b;
  font-weight: bold;
}
.patriot {
  min-width: 160px;
  text-align: left;
}
.smalltext {
  font-size: 10px;
  color: #555;
}
.topfloat {
  float: left;
  width: 24%;
}
.nav > .active a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.icon-graph {
  background-image: url("/admin/assets/linegraphicon.png");
  background-position: center center;
  height: 14px;
  width: 14px;
}
.wallboard {
  width: 100%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.ltgrybg {
  margin: 5px;
  padding: 18px;
  background-color: #f2f2f2;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
}
.wbh {
  color: #0b62a4;
  margin: 3px 5px;
  border-bottom: 1px solid #e5e5e5;
  padding: 3px;
}
.wbc {
  padding: 16px 8px 4px 8px;
  font-size: 24px;
}
.wbf {
  padding: 3px 8px;
  font-size: 11px;
  color: #555;
}
.rateblock {
  padding: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.rating5 {
  background-color: #a8d315;
  background-image: linear-gradient(to bottom, #a8d315, #98bc1b);
}
.rating4 {
  background-color: #d5ed64;
  background-image: linear-gradient(to bottom, #d5ed64, #bfd64e);
}
.rating3 {
  background-color: #f6d315;
  background-image: linear-gradient(to bottom, #f6d315, #e9c500);
}
.rating2 {
  background-color: #edac1b;
  background-image: linear-gradient(to bottom, #edac1b, #da9f1b);
}
.rating1 {
  background-color: #ee7b44;
  background-image: linear-gradient(to bottom, #ee7b44, #dc6a33);
}
.rating0 {
  background-color: #f06a4a;
  background-image: linear-gradient(to bottom, #f06a4a, #d95435);
}
.padded-table td {
  padding: 6px 4px;
  vertical-align: top;
}
.yesbtn {
  background-image: url("/images/yes.png");
  width: 73px;
  height: 41px;
  border: 0px;
  cursor: pointer;
}
.nobtn {
  background-image: url("/images/no.png");
  width: 73px;
  height: 41px;
  border: 0px;
  cursor: pointer;
}
.blueCell {
  background-color: #1168b1;
  color: #ffffff;
}
input[type="search"] {
  width: 283px;
}

.switchonoff {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 22px;
}

.switchonoff input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #468847;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.multiple-val-input {
  width: 100%;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  padding-top: 10px;
  overflow: hidden;
}
.multiple-val-input ul li {
  list-style: none;
  padding: 8px 5px 8px 5px;
  margin-bottom: 3px;
  margin-right: 25px;
  position: relative;
  line-height: 17px;
  cursor: default;
  border: 1px solid #b8daff;
  border-radius: 5px;
  background-color: #cce5ff;
  width: 100%;
}
.multiple-val-input ul li a {
  display: inline;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.multiple-val-input ul li a,
.multiple-val-input ul li div {
  display: inline;
  margin-left: 10px;
}
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: " ";
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #d4d9df;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (min-width: 991.98px) {
  .show-nav-items {
    display: none !important;
  }
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 50%;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 34px;
  line-height: 0;
  border-radius: 50%;
}
.employee-acount {
  height: 45px;
  width: 45px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  font-size: 1.1rem;
}
*/ .navbar-nav .active {
  background-color: #e5e5e5;
  border-radius: 5px;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}
.navbar-nav .active > a {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin: 3px 0px;
  padding: 10px 12px;
}
.navbar-nav > li > a {
  color: #1168b1;
  padding: 8px 16px;
  display: block;
  margin: 5px 1px;
}
.navbar-nav > li > a:hover {
  color: #0089ff;
  text-decoration-line: none;
}
.dropdown-menu > li > a {
  color: #1168b1;
  display: block;
  padding: 5px 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
  text-decoration-line: none;
}
#help-button {
  position: fixed;
  right: 15px;
  z-index: 999;
  bottom: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 10px;
}
/* Sticky Header */
@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  animation-duration: 0.4s;
  animation-name: fixedHeader;
}
.navbar.navbar-set {
  background-image: linear-gradient(0deg, #ffffff 0, #f0f0f0 100%);
}
@media (min-width: 992px) {
  #top-navbar {
    padding: 0.5rem 1rem !important;
  }
}
@media (max-width: 991px) {
  #top-navbar {
    padding: 0rem !important;
  }
  #top-navbar.sticky {
    padding: 0.5rem 1rem !important;
  }
}
.navbar.sticky {
  border-bottom: 1px solid #f0f0f0;
}
.form-control {
  margin-bottom: 10px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #1168b1;
  pointer-events: none;
  border: none;
  border-bottom: solid 3px #007bff;
  font-weight: bold;
}
.emp-details-border {
  border-bottom: solid 1px #e9ecef;
  padding-bottom: 10px;
}
.nav-tabs .nav-link {
  color: #1168b1;
  padding: 10px;
}
.nav-link {
  padding: 0px;
}
.nav-tabs .nav-link:hover {
  border-bottom: solid 1px #007bff;
}
.sub-heading {
  line-height: 40px;
  margin: 15px 0px;
  font-weight: bold;
  color: #737373;
  font-size: 20px;
}
.nav-tabs .nav-item {
  margin-right: 2px;
  white-space: nowrap;
}
.nav-tabs {
  border-top: 1px solid #dee2e6;
}
.header-dropdown {
  font-size: 14px;
}
.email-address-cc {
  padding: 8px 5px 8px 5px;
  margin-bottom: 3px;
  margin-right: 25px;
  position: relative;
  line-height: 17px;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  background-color: #cce5ff;
  border-color: #b8daff;
  width: 100%;
  overflow: hidden;
}
.btn-link:hover,
.btn-link:active {
  background-color: rgb(255, 255, 255, 0.15);
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .location-padding {
    padding: 5px !important;
  }
  .emp-padding {
    padding: 0px !important;
  }
  .receipt-padding {
    margin: 5px !important;
  }
  .checkbox-padding {
    padding: 15px 0px !important;
  }
  .form-button-padding {
    margin: 25px 5px 20px 5px !important;
  }
}
.responsive-tabs {
  text-transform: uppercase;
  font-size: 80%;
}
/*dashboard search employees*/
#empList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.search-employee {
  color: #fff;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
}
.search-employee:hover {
  background-color: rgb(255, 255, 255, 0.15);
  text-decoration-line: none;
  border-radius: 5px;
  color: #fff;
}
mark,
.mark {
  padding: 0;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  border-bottom: solid 1px #fff;
}
/*manage enrollments*/
@media (max-width: 767.98px) {
  .box1.span6 {
    width: 100%;
    padding: 0px 15px;
    margin-top: 10px;
  }
  .box2.span6 {
    width: 100%;
    padding: 0px 15px;
    margin-top: 10px;
  }
}
@media (min-width: 767.98px) {
  .box1.span6 {
    width: 50%;
    padding: 0px 15px;
    margin-top: 10px;
  }
  .box2.span6 {
    width: 50%;
    padding: 0px 15px;
    margin-top: 10px;
  }
}
.bootstrap-duallistbox-container.row-fluid.bs2compatible {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.filter,
#bootstrap-duallistbox-nonselected-list_duallistboxemp,
#bootstrap-duallistbox-selected-list_duallistboxemp {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.move {
  color: #8a98ac;
  background-color: #e1e4e9;
  border-color: #e1e4e9;
  box-shadow: 0 2px 6px 0 rgba(225, 228, 233, 0.5);
}
.btn.remove {
  color: #8a98ac;
  background-color: #e1e4e9;
  border-color: #e1e4e9;
  box-shadow: 0 2px 6px 0 rgba(225, 228, 233, 0.5);
}
.dataTables_wrapper.dt-bootstrap4.no-footer {
  margin-top: 15px;
}

/*loading animation for ajax request*/
.loader {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: 75px;
  height: 75px;
  margin: -75px 0 0 -75px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #007bff;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 991.98px) {
  .header-padding {
    padding: 0px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
.nav-tabs {
  display: none;
}
/*nav tabs converted to accordion*/
@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
  }
  .card {
    border: none;
  }
  .card .card-header {
    display: none;
  }
  .card :not(.collapse-hd).collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .tab-padding {
    width: 100% !important;
    padding: 0px 20px !important;
    margin-top: 10px !important;
  }
  .emp-details-border {
    border-left: solid 1px rgba(0, 0, 0, 0.03);
    border-right: solid 1px rgba(0, 0, 0, 0.03);
    border-bottom: none;
  }
}

.tab-content > .tab-pane {
  border-radius: 0px;
  box-shadow: none;
}
.card-header:after {
  font-family: "Font Awesome 5 Free";
  content: "\f146";
  float: right;
  color: grey;
}
.collapsed > .card-header:after {
  content: "\f0fe";
}
.dashboard-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  border-radius: calc(15px - 1px) calc(15px - 1px) 0 0;
  border-bottom: 1px solid rgba(43, 52, 58, 0.05);
}
.footer-link {
  color: #fff;
}
.footer-link:hover {
  color: #f9a015;
}

@media (max-width: 991.98px) {
  .adjust-header-img {
    width: 60% !important;
    height: 60 !important;
    margin-top: 25px;
  }
}

.datepicker th.next,
.datepicker th.prev {
  font-family: "FontAwesome";
  content: "\f067";
}

@media screen and (max-width: 600px) {
  .announcement-padding {
    margin-top: 20px !important;
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .option-padding {
    float: right !important;
    margin-top: 15px !important;
    margin-right: 13px !important;
    margin-bottom: -15px !important;
  }
}

.plusminus-btn {
  display: block;
  height: 50%;
  width: 1.25rem;
  padding: 0px 4px !important;
  margin-left: -1px;
  line-height: 50% !important;
}
.plusminus-btn-plus {
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.plusminus-btn-minus {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.plusminus-btn-text {
  margin-top: -4px;
  display: inline-block;
  line-height: 25% !important;
}

.perm-help-text {
  position: relative;
  float: right;
  color: #007bff;
  margin-top: 10px !important;
  margin-right: -28px !important;
}

.tooltip-inner {
  max-width: 1000px;
  min-width: 380px;
  color: black;
  background-color: #fafafa;
  border: 1px solid grey;
  fill-opacity: 0;
  text-align: left;
  padding: 10px 20px !important;
}

.tooltip.show {
  opacity: 1;
}

.import-accordion {
  margin: 40px 0;
}
.import-accordion .import-item {
  border: none;
  background: none;
}
.t-p {
  padding: 20px 10px;
}
.import-accordion .import-item .import-item-header h2 button.btn.btn-link {
  background-color: rgba(0, 0, 0, 0.03);
  color: #007bff;
  border-radius: 0px;
  /*font-family: 'Poppins';*/
  font-size: 18px;
  font-weight: 400;
  line-height: 2.5;
  text-decoration: none;
}
.import-accordion .import-item .import-item-header {
  border-bottom: none;
  background: transparent;
  padding: 0px;
  margin: 2px;
}

.import-accordion .import-item .import-item-header h2 button {
  color: white;
  font-size: 20px;
  padding: 15px;
  display: block;
  width: 100%;
  text-align: left;
}

.import-accordion .import-item .import-item-header h2 i {
  float: right;
  font-size: 30px;
  color: lightgray;
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.import-matched-hide {
  display: none;
}
.dt-column-order::before {
  line-height: 17px !important;
}
