input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}
table > tbody > tr > td:nth-child(1),
table > thead > tr:nth-child(1) > th:nth-child(1) {
  /* background-color: $background-color; */
  /* position: sticky; */
  /* position: -webkit-sticky; */
  left: 0;
  z-index: 2;
}
table > tbody > tr > td:nth-child(2),
table > thead > tr th:nth-child(2) {
  background-color: white;
  /* position: sticky; */
  /* position: -webkit-sticky; */
  left: 0px;
  z-index: 2;
}
table > tbody > tr > td:last-child,
table > thead > tr th:last-child {
  background-color: white;
  /* position: sticky;
-webkit-position: -webkit-sticky;
right:0px;
z-index:1; */
}

/* li.page-item {

  display: none;
}

.page-item:first-child,
.page-item:nth-child(2) ,
.page-item:nth-child(3) ,
.page-item:nth-last-child(2),
.page-item:last-child,
.page-item.active,
.page-item.disabled {

  display: block!important;
} */

/* a[data-kt-users-table-filter=delete_row] ,#selected_delete{
  background-color: yellow;
  display: none!important;

} */
div#kt_table_users_paginate {
  z-index: 0;
}

/* .duration-200 {
  transition-duration: 500ms;
} */

.transition-transform {
  background-color: white;
  animation: moveToRight 0.4s ease-in-out;
  animation-delay: 0ms;
}
@keyframes moveToRight {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0px);
  }
}
#uncontrolled-tab-example-tab-spouse,
#uncontrolled-tab-example-tab-spouseadditionaldetail,
#uncontrolled-tab-example-tab-detail,
#uncontrolled-tab-example-tab-applicant {
  display: none;
}

.is-invalid {
  border: 1px solid red !important;
}
.table th {
  color: black !important;
}

.notification_total {
  min-height: 31px;
  min-width: 31px;
  line-height: 30px;
  position: relative;
  top: -8px;
  color: #101010;
  font-weight: 500;
  background: #efc559;
  padding: 0px 5px;
  right: 18px;
  text-align: center;
  border-radius: 50%;
  /* border: 1px solid; */
  /* border-style: dashed; */
}

.custom-add-header {
  border: 2px solid var(--kt-primary);
  border-radius: 5px;
  padding: 10px;
}

.custom-add-header .delete-button {
  border-bottom: 2px solid var(--kt-primary);
  border-bottom-left-radius: 5px;
  border-left: 2px solid var(--kt-primar);
  border-right: none;
  border-top: none;
  color: red;
  cursor: pointer;
  padding: 1px 7px;
  position: absolute;
  right: -1px;
  top: -1px;
}
