/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Mar 20, 2024, 11:33:57 a.m.
    Author     : t.ramasamy
*/

/* Remove the arrows from number input */
/* Chrome, Safari, Edge, Opera */
.hide-arrows::-webkit-outer-spin-button,
.hide-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.password-toggle {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.toggle-password {
  padding: 10px;
  min-width: 50px;
  text-align: center;
}

.language-update {
  width: 80%
}

.the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}

.table-auto-width {
  table-layout: auto;
  width: 100%;
}
.table-auto-width th, .table-auto-width td {
  white-space: nowrap; /* Prevents text from wrapping */
}