html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.welcomeImage {
    background-image: url("../../image/Welcome1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.QRImage {
    background-image: url("../../image/QR Code/DuitNowQR.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

p1 {
    float: top;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    color: gold;
    margin: 0px;
}

.containerCenter {
    width:100%;
    
/*    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;*/
    /*background-color: #333;*/
}

.containerButton button {
    margin: 0px;
}

.button1 {
    /*background-color: black;
    color: gold;*/
    height: 60px;
    width: 100px;
    font-size: 15px;
    padding: 16px;
    border-radius: 10px;
    /*border: 2px solid gold;*/
    border: 2px solid white;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1:hover {
    /*background-color: gold;
    color: black;*/
    /*background-color: black;
    color: white;*/
}

.button1:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.button2 {
    /*background-color: black;
    color: gold;*/
    height: 60px;
    width: 100px;
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
    /*border: 2px solid gold;*/
    border: 2px solid white;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button2:hover {
    /*background-color: gold;
    color: black;*/
    /*background-color: black;
    color: white;*/
}

.button2:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.buttonClose {
    /*background-color: black;
    color: gold;*/
    height: 60px;
    width: 60px;
    font-size: 40px;
    text-align:center;
    transition-duration: 0.4s;
    cursor: pointer;
}

.buttonClose:hover {
    /*background-color: gold;
    color: black;*/
    /*background-color: black;
    color: white;*/
}

.buttonClose:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

form {
    /*border: 3px solid goldenrod;*/
    margin: 0 auto;
    width: 450px;
    font-family: "Source Sans Pro", sans-serif;
    color: gold;
}

.form label {
    display: inline-block;
    text-align: right;
}

.form input {
    display: inline-block;
    text-align: left;
}


form2 {
    border: 3px solid #f1f1f1;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


/*Not using*/
.leftNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /*background-color: #111;*/
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
/*Not using*/
.leftNav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 25px;
    /*color: gold;*/
    display: block;
    transition: 0.3s;
}
/*Not using*/
.leftNav a:hover {
    /*background-color: gold;
    color: black;*/
}
/*Not using*/
.leftNav:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}
/*Not using*/
.leftNav .closebutton {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 40px;
    margin-left: 10px;
    padding-right: 20px;
}

.rightNav {
    height: 100%;
    width:0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /*background-color: #111;*/
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.rightNav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 25px;
    /*color: gold;*/
    display: block;
    transition: 0.3s;
}

.rightNav a:hover {
    /*background-color: gold;
    color: black;*/
}

.rightNav:active {
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}

.rightNav .closebutton {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 40px;
    margin-left: 10px;
    padding-right: 20px;
}

.span {
    top: 0;
    right: 0;
    font-size: 50px;
    cursor: pointer;
    
}
/*Main--*/

table1 {
    /*border: 3px solid goldenrod;*/
    margin: 0 auto;
    /*width: 450px;*/
    font-family: "Source Sans Pro", sans-serif;
    color: gold;
}

/*.table1 label {
    display: inline-block;
    text-align: right;
}

.table1 input {
    display: inline-block;
    text-align: left;
}*/

.themeDefault {
    background-color: black;
    color: gold;
}
.borderDefault {
    /*border: 2px solid gold;*/
    border-color: gold !important;
    /*border-color: black !important;*/
}
.borderEdgeDefault {
    border: 2px solid gold;
}

.container {
    display: flex;
    justify-content:center; /*Horizontally centers the content */
    align-items:center; /*Vertically centers the content */
    /*height: 70vh;  Full viewport height */
    flex-direction: column; /* Stack form and table vertically */
}

.form-container form {
    width: 100%; /* Make the form 100% width */
    /*max-width: 600px;*/ /* Optional: Set a max-width if you don't want it to stretch too much */
    margin: 0 auto;
/*    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;*/
}

.table-container {
    width: 100%; /*Make the form 100% width */
    /*max-width: 600px;  Optional: Set a max-width if you don't want it to stretch too much */
    margin: 0 auto; 
    /*    padding: 20px;
box-sizing: border-box;
border: 1px solid #ddd;
border-radius: 8px;
background-color: #f9f9f9;*/
}

.tooltip1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip1 .toolTip1Text {
    visibility: hidden;
    width: 120px;
    text-align: left;
    border-radius: 6px;
    /*padding: 5px 0;*/
    padding: 5px 5px 5px 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip1 .toolTip1Text::after {
    content: "";
    position: absolute;    
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: gold transparent transparent transparent;
}

.tooltip1:hover .toolTip1Text {
    visibility: visible;
    opacity: 1;
}

.select2-container--default .select2-selection--single {
    height: 50px !important;
    font-size: 1.0em;
    padding: 10px 10px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
/*    background-image: -khtml-gradient(linear, left top, left bottom, from(#424242), to(#030303));
    background-image: -moz-linear-gradient(top, #424242, #030303);
    background-image: -ms-linear-gradient(top, #424242, #030303);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #030303));
    background-image: -webkit-linear-gradient(top, #424242, #030303);
    background-image: -o-linear-gradient(top, #424242, #030303);
    background-image: linear-gradient(#424242, #030303);
    width: 40px;
    color: #fff;
    font-size: 1.3em;
    padding: 4px 12px;*/
    height: 50px !important;
/*    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;*/
}


/*.select2-dropdown.select2-dropdown--below {
    background-color: blue;
    color: green;
}*/