html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.jumbotron {
    margin-top: 1.5%;
}

body.body_dark .jumbotron h1 {
    color: darkblue;
}

.lastUpdate {
    margin-left: 44%;
}

body.body_dark .lastUpdate p {
    color: #1d2746;
}

.welcome {
    text-align: center;
    background-image: radial-gradient(circle, #1d2746, #1d2746, black);
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 25px;
}

.globalImg {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 50px;
}

.url {
    color: royalblue;
}

.no_url {
    color: black;
    flex-grow: 1;
    word-wrap: break-word;
    margin-right: 10px;
}

.globalTable table {
    width: 100%;
}

.globalTable table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
}

.globalTableColor th {
    background-color: #ffcc3e;
    color: black;
}

.depositDescCol tr, td{ 
    text-align: left;
}

.subTableColor th {
    background-color: #f8ff00;
    color: black;
}

.check2 {
    color: red;
}

.hoverExample:hover {
    text-decoration: underline;
    text-decoration-color: #1aaeff
}

/*================ ADD rainbow preloader css ====================*/
#preloader {
    background: #fff;
    height: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#preloader .loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#preloader img {
    -webkit-animation: spins 1.5s linear infinite;
    animation: spins 1.5s linear infinite;
    display: inline-block;
    width: 70px;
}

#preloader .head {
    color: #10b3d6;
    display: block;
    font-size: 30px;
    margin: 0;
    text-align: center;
    border: none;
    margin: 5% 0 2% 0;
    padding: 0;
}

#preloader p {
    color: #6b707f;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0;
}

.end {
    font-weight: bold;
    font-style: oblique;
    font-size: 18px;
}

.printer {
    padding: 5px;
    border: solid;
    border-color: #1d2746;
    border-radius: 50%;
}

.printer:hover {
    border: groove;
}

.bullet {
    font-size: 36px; 
    color: white; 
}

.wraptext {
    display: flex;
    flex-wrap: nowrap;
}

.wraptext .nav-item {
  flex: 1 1 0; /* make all tabs equal width */
  text-align: center;
}

.wraptext .nav-link {
    white-space: normal; /* allow text to wrap */
    word-break: break-word;
}