/* TABLE BTN START */
.tableActionBtn {
  background-color: #55B4DB;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #55B4DB;
  color: #fff;
  line-height: 0;
  margin-right: 5px;
}

.tableActionBtn:hover svg {
  color: #55B4DB;
}

.tableActionBtn:hover {
  background-color: #fff;
  border: 1px solid #55B4DB;
  color: #fff;
  transition: 0.3s;
}

.tableActionBtn i {
  font-size: 20px;
}

.tableActionBtn:hover i {
  color: #55B4DB;
}

/* TABLE BTN EXIT */


.customButton,
.customButton:focus,
.customButton:active {
  width: 100%;
  text-transform: capitalize;
  border: 1px solid #55B4DB;
  font-weight: 500;
  font-size: 20px;
  background: #55B4DB;
  border-radius: 10px;
  color: #fff;
  height: 50px;
}

.customButton:hover {
  border: 1px solid #55B4DB;
  color: #55B4DB;
  transition: 0.3s;
  background: transparent;
}

.miniBtnBlue {
  text-transform: capitalize;
  border: 1px solid #55B4DB;
  font-weight: 400;
  font-size: 14px;
  background: transparent;
  border-radius: 5px;
  color: #55B4DB;
  padding: 5px 10px;
}


.topContentButton,
.topContentButton:focus,
.topContentButton:active {
  padding: 0 15px;
  text-transform: capitalize;
  border: 1px solid #55B4DB;
  font-weight: 500;
  font-size: 16px;
  background: #55B4DB;
  border-radius: 5px;
  color: #fff;
  height: 45px;
}

.topContentButton:hover {
  border: 1px solid #55B4DB;
  color: #55B4DB;
  transition: 0.3s;
  background: transparent;
}

.customRedButton,
.customRedButton:focus,
.customRedButton:active {
  min-width: 150px;
  text-transform: capitalize;
  border: 1px solid #de2d38;
  font-weight: 500;
  font-size: 20px;
  background: #de2d38;
  border-radius: 10px;
  color: #fff;
  height: 50px;
}

.customRedButton:hover {
  border: 1px solid #de2d38;
  color: #de2d38;
  transition: 0.3s;
  background: transparent;
}

.activeInactiveUser .customButton {
  font-size: 16px !important;
  width: auto !important;
  min-width: 150px !important;
  height: 45px !important;
}