* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

img,
a,
input,
nav,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

body {
  background-color: #f0f0f1;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.disableuser-section .wrapper {
  padding: 20px 0 0 0;
}
.disableuser-section .wrapper .disableuser-form h1 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.disableuser-section .wrapper .disableuser-form form .form-fields {
  margin-bottom: 15px;
}
.disableuser-section .wrapper .disableuser-form form .form-fields .select2-container--default{
  width: 250px !important;
  margin-right: 15px;
}

.disableuser-section .wrapper .disableuser-form form .form-fields .select2-container--default .select2-selection__clear{
  margin-right: 25px;
}
.disableuser-section .wrapper .disableuser-form form .form-fields .select2-container--default .select2-selection__clear span{
  font-size: 14px;
}
.disableuser-section .wrapper .disableuser-form form .form-fields .label {
  margin-bottom: 5px;
  margin-right: 5px;
}
.disableuser-section .wrapper .disableuser-form form .form-fields .error-message {
  color: red;
}
.disableuser-section .wrapper .disableuser-form form .disable-button {
  display: flex;
  gap: 10px;
  align-items: center;
}
.disableuser-section .wrapper .disableuser-form form .disable-button a {
  background-color: #2c64b4;
  padding: 2px 10px;
  display: inline-block;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}
.disableuser-section .wrapper .disableuser-form form .disable-button img {
  width: 20px;
}
.disableuser-section .wrapper .disableuser-list {
  margin-top: 80px;
  display: flex;
}
.disableuser-section .wrapper .disableuser-list .list-table {
  max-width: 100%;
  flex: 0 0 100%;
  background-color: #fff;
}
.disableuser-section .wrapper .disableuser-list .list-table table {
  width: 100%;
  border: 1px solid black;
  border-collapse: collapse;
}
.disableuser-section .wrapper .disableuser-list .list-table table thead tr th {
  border-bottom: 1px solid black;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.disableuser-section .wrapper .disableuser-list .list-table table thead .centered-text th {
  font-size: 18px;
  text-align: left;
}
.disableuser-section .wrapper .disableuser-list .list-table table thead tr th:first-child{
  width: 25px;
}
.disableuser-section .wrapper .disableuser-list .list-table table thead tr:nth-child(2) th:last-child,
.disableuser-section .wrapper .disableuser-list .list-table table tbody tr td:last-child{
  text-align: center;
  width: 150px;
}
.disableuser-section .wrapper .disableuser-list .list-table table tbody tr td {
  padding: 12px;
  font-size: 14px;
  text-align: left;
}


.disableuser-section .wrapper .disableuser-list .list-table table tbody tr td a{
  padding: 6px 10px;
  background: #2c64b4;
  color: white;
  border: 1px solid transparent;
  border-radius: 5px;
}


.disableuser-section .wrapper .disableuser-list .list-table table tbody tr td a:hover{
  border: 1px solid black;
  background: transparent;
  color: black;
}
img#processimage {
    display: none;
}


@media screen and (max-width: 767px) {
  .disableuser-section .wrapper .disableuser-list .list-table {
    max-width: 100%;
    flex: 0 0 100%;
  }
}


@media screen and (max-width: 425px) {
  .disableuser-section .wrapper .disableuser-list .list-table table thead .centered-text th{
    font-size: 16px;
  }
  .disableuser-section .wrapper .disableuser-list .list-table table thead tr th{
    font-size: 14px;
  }
  .disableuser-section .wrapper .disableuser-list .list-table table tbody tr td{
    padding: 5px;
    font-size: 12px;
  }
  .disableuser-section .wrapper .disableuser-list .list-table table tbody tr td a{
    font-size: 10px;
  }
}