.App {
    text-align: center;
  }
  
  .App-logo {
    height: 40vmin;
    pointer-events: none;
  }
  
  @media (prefers-reduced-motion: no-preference) {
    .App-logo {
      animation: App-logo-spin infinite 20s linear;
    }
  }
  
  .App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
  }
  
  .App-link {
    color: #61dafb;
  }
  
  @keyframes App-logo-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  
  
  /* admin page css */
  
  .table {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-spacing: 0;
    border: 1px solid #dfdfdf;    
    min-height: 140px;
  }
  
  .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
  }
  .table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
  }
  tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
  }
  .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid rgb(223 223 223 / 24%);
  }
  td, th {
    padding: 0;
  }
  .adminPageTop {
    width: 55%;
    text-align: left;
    margin: 0 auto;
    background: #ffff;
    padding: 10px;
    margin-top: 20px;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 3px;
  }
  .adminPageTop form select {
    min-width: 150px;
    padding: 7px;
    margin-right: 10px;
    background: #dfdfdf;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
  }
  table.table th {
    background: #dfdfdf;
  }
  table.table th {
    font-size: 14px;
    font-weight: 500;
  }
  table.table select {
    width: 140px;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
  }
  table.table input
  {
    max-width: 80px;
  }
  button.saveButton {
    background: green;
    color: #fff;
    padding: 10px 20px;
    box-shadow: none;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 5px;
  }
  .headerTop {
    text-align: left;
    box-shadow: rgb(0 0 0 / 15%) 0px 3px 3px;
    padding: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: space-between;
  }
  .footerTop {
    display: flex;
    background-color: rgb(245, 245, 245);
    padding: 10px;
    position: fixed;
    bottom: 0;
  }
  .footerTop img {
    width: auto;
    height: 40px;
  }
  .footerTop span {
    font-size: 13px;
    margin: 0 20px;
    text-align: left;
    color: rgba(0, 0, 0, 0.65);
  }
  body {
    background: rgb(216, 222, 237) !important;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
      monospace;
  }
  
  .adminPageTop form
  {
    display: flex;
  }
  button.saveButton[disabled], select[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
  }
  table#data-table tbody {
    max-height: 250px;
    overflow: auto;
}
table, tr td {
  border: 1px solid red
}
tbody {
  display: block;
  overflow: auto;
}
thead, tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
span.labelText label {
  font-weight: 600;
  display: block;
}
img#ajax-loader {
  height: 35px;
  margin-left: 10px;
  margin-top: 18px;
}
tbody[disabled] select, tbody[disabled] input
{
  opacity: 0.5;
  pointer-events: none;
}
tbody[disabled] td
{
  cursor: not-allowed;
}
select
{
  cursor: pointer;
}
span#btn_ajax_loader
{
  vertical-align: middle;
}
span#btn_ajax_loader span {
  vertical-align: super;
  margin-left: 5px;
}
span.launchBtn img {
  height: 10px;
}
span.launchBtn {  
  font-size: 14px;
  color: #fff;
}
span.launchBtn a {
  color: #fff;
  text-decoration: none;
  background: rgb(136, 60, 182);
  padding: 10px;
  border-radius: 100px;
}
img.logoNew {
  max-height: 40px;
}


/* register css */

/* Add padding to containers */
.container {
  padding: 16px;
  background-color: white;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 15px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  box-sizing: border-box;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.loginbtn {
  background-color: green;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.loginbtn:hover {
  opacity: 1;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
  padding: 1px;
}
.registerPageTop
{
  max-width: 600px;
  min-width: 600px;
  text-align: left;
  box-shadow: 0 0 15px -5px #988989;
  border-top: 5px solid #883cb6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
.registerPageTop label
{
  font-weight: 500;
}
.registerPageTop h1
{
  margin:0
}
.phoneNum {
  display: flex;
  justify-content: space-between;
}
.phoneNum span.code {
  width: 15%;
}
.phoneNum span.phoneno {
  width: 80%;
}
span.forgot_pass a {
  text-decoration: none;
  letter-spacing: -1px;
  font-weight: 500;
}
a
{
  text-decoration: none;
}
.container.signin a {
  letter-spacing: -1px;
  font-weight: 500;
}
.container.signin a:active
{
  color: #883cb6;
}
span.successMessage {
  right: 0;
  left: auto;
  font-weight: 500;
  bottom: -15px;
  font-size: 13px;
}