.error_strings {
    font-family: Verdana;
    font-size: 16px;
    color: #FF0000;
    background-color: #0;
}




.parent-container {
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically */
    height: 100vh;
    /* Full height of the viewport */
}

.button {
    /* Remove float and use margin auto for extra safety */
    float: none;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    position: relative;
}

.button label,
.button input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.button input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.button input[type="radio"]:checked+label {
    background: #4CC0E4;
    border-radius: 6px;

}

.button label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;

}

.rcorners1 {
    border-radius: 8px;
    background: #99CCFF;
    padding: 2px;
    width: 100%;
}

.special-link {
color: white;
}

.special-link:hover {
color: red;
}


.rcorners2 {
    width: 400px; /* Adjust as needed */
    /* height: 100px;  Adjust as needed */
    border: 3px solid #f79431; /* Proper border syntax */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 25px auto; /* Centers the div horizontally */
    border-radius: 8px;
}

.rcorners3 {
    width: 400px; /* Adjust as needed */
    /* height: 100px;  Adjust as needed */
    border: 3px solid #4CC0E4; /* Proper border syntax */
    xdisplay: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 25px auto; /* Centers the div horizontally */
    border-radius: 8px;
}

.rcorners4 {
  width: 800px; /* Adjust as needed */
  /* height: 100px;  Adjust as needed */
  border: 3px solid #c4c4c4; /* Proper border syntax */
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 25px auto; /* Centers the div horizontally */
  border-radius: 8px;
  background: #fbfbfb;
  padding: 10px;
}

.rcorners5 {
  width: 600px; /* Adjust as needed */
  /* height: 100px;  Adjust as needed */
  border: 6px solid #bd1919; /* Proper border syntax */
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 25px auto; /* Centers the div horizontally */
  border-radius: 8px;
  background: #fbfbfb;
  padding: 10px;
}

.zui-table {
    border: solid 0px #CFAD70;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 11px Arial, sans-serif;
  }

  .zui-table thead th {
    background-color: #8ec7fd;
    border: solid 1px #DDEEEE;
    color: #000000;
    padding: 3px;
    text-align: center;
    xtext-shadow: 1px 1px 1px #fff;
  }

  .zui-table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 4px;
    xtext-shadow: 1px 1px 1px #fff;
  }

  .zui-table2 {
    border: solid 0px #CFAD70;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
    border-radius: 8px;
  }

  .zui-table2 thead th {
    background-color: #8ec7fd;
    border: solid 1px #DDEEEE;
    color: #000000;
    padding: 6px;
    text-align: center;
 
  }

  .zui-table2 tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 7px;
 
  }



  .zui-table2 tr:nth-child(even) td {
    background-color: #F0F8FF;
  }

  .zui-table2 tr:hover td {
    background-color: #ADD8E6;
  }


  .zui-table-rounded {
    xborder: none;
  }

  .zui-table-rounded thead th {
    background-color: #ADD8E6;
    border: none;
    text-shadow: 1px 1px 1px #ccc;
    color: #333;
    text-align: left;
  }

  .zui-table-rounded thead th:first-child {
    border-radius: 10px 0 0 0;
  }

  .zui-table-rounded thead th:last-child {
    border-radius: 0 10px 0 0;
  }

  .zui-table-rounded tbody td {
    border: none;
    border-top: solid 1px #eee;
    background-color: #fafafa;
  }

  .zui-table-rounded tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
  }

  .zui-table-rounded tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
  }

  .zui-table tr:nth-child(even) td {
    background-color: #F0F8FF;
  }

  .zui-table tr:hover td {
    background-color: #ADD8E6;
  }

  .select1 {
    vertical-align: bottom;
    font-size: 14px;
    background-color: #ffffff;
  }
    .input {
      vertical-align: bottom;
      font-size: 16px;
      background-color: #ffffff;
    }
      select {
        font-size: 12px;
        background-color: #F3F1F1;
        border: none; /* Remove inner border */
        box-shadow: 0 0 0 1px #b9b9b9; /* Simulates an outer border */
        border-radius: 4px; /* Rounded corners */
        padding: 4px;
      }

      .inputcheckbox[type="checkbox"] {
        vertical-align: bottom;
      }

      input[type="text"] {
        font-size: 12px;
        background-color: #F3F1F1;
        border: none; /* Remove inner border */
        box-shadow: 0 0 0 1px #b9b9b9; /* Simulates an outer border */
        border-radius: 4px; /* Rounded corners */
        padding: 4px;
    }

    input[type="password"] {
      font-size: 12px;
      background-color: #F3F1F1;
      border: none; /* Remove inner border */
      box-shadow: 0 0 0 1px #b9b9b9; /* Simulates an outer border */
      border-radius: 4px; /* Rounded corners */
      padding: 4px;
  }


      textarea {
        font-size: 12px;
        background-color: #F3F1F1;
        border: none; /* Remove inner border */
        box-shadow: 0 0 0 1px #b9b9b9; /* Simulates an outer border */
        border-radius: 4px; /* Rounded corners */
        padding: 4px;
    }

      .inputteams[type="text"] {
        font-size: 12px;
        background-color: #ffffff;
      }

      .inputnote1[type="text"] {
        font-size: 12px;
        background-color: #c6ffce;
      }

      .inputnote2[type="text"] {
        font-size: 12px;
        background-color: #ffffcc;
      }

      ref {
        font-size: 12px;
        background-color: #f8dfff;
      }

      .select1 {
        vertical-align: top;
        font-size: 14px;
        background-color: #ffffff;
      }

      .datebox[type="text"] {
        font-size: 16px;
        background-color: #ffffff;
        vertical-align: bottom;
      }

      .ref {
        color: #f8dfff;
      }

      .ar1 {
        color: #ffffcc;
      }


      .ar2 {
        color: #c6ffce;
      }

      .SaveButton {
        width: 120px;
        height: 40px;
        overflow: hidden;
        position: fixed;
        top: 320;
        left: 30;
        z-index: 10;
      }



