*{
    margin:0;
    padding:0;
    color:#040000;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
}

body {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,63,121,0.7719420531884629) 50%, rgba(120,194,209,1) 100%); 
    background-color: #435165;
}

.errormsg , .errormsg1 , .errormsg2{
    color: red;
    font-style: italic;
}
.flex { display : flex }

.login {
    width: 400px;
    background-color: #ffffff;
    color: rgb(25, 42, 139) !important;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #12294c !important;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #440a0a;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #4325a5;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: #2868c7;
    transition: background-color 0.2s;
}
.read {
    color: #f0eff3;
}

.well {
    color: #f0edf7; 
}

.wells {
    color: #03000a; 
}

select {
    border:1px solid #ccc;
    vertical-align:top;
    height:40px;
    font-size: 1.1em;
    color: #534875;
}

.form-select {
    color: #000000;
}

.form-select option {
    color: #000000;
}

input, select{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.container hr {
    width: 100%;
  }

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }

#map { 
    height: 600px;
}

.nav-link {
    color: white;
    --bs-nav-link-color: white;
}

.nav-link:focus, .nav-link:hover {
    color: white;
    --bs-nav-link-color: white;
}

.tab-content {
    /*border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;*/
    padding: 10px;
}

.changed {
    background-color: gold;
  }

.dropdown-menu {
    background-color: yellow;
  }

  .preserve-whitespace {
    white-space: pre-wrap;
  }

  #mycanvas {
    width: 100% !important;
    height: auto !important;
}

.highlight-row {
    background-color: #00060c !important; /* Change this color to your preferred highlight color */
  }
 
