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;
}

/*
===================================
*/

.glory-upper-case {
    text-transform: uppercase;
}

.bg-dark {
    background-color: #053b5d !important;
}

.bigboldgreengl {
    font-size: 1.5rem;
    font-weight: bold;
    color: #009900;
    background-color: #f5f5f5;
    padding-left: 12px;
    padding-right: 12px;
}

.bigboldredyellowgl {
    font-size: 1.5rem;
    font-weight: bold;
    color: red;
    background-color: yellow;
    padding-left: 12px;
    padding-right: 12px;
}

.wfcgl
{
    width: fit-content;
}
.ptgl-12{
    padding-top:12px;
}

/*
.opacity-12 {
    opacity: 0.12 !important;
}
*/

#gotopbtngl {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 1.5em;
    border: none;
    outline: none;
    /* */
    background-color: #00A6ED;
    /* */
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 5px;
    padding-block: 0px;
    padding-inline: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-family: auto;
    line-height: normal;
    box-sizing: content-box;
    margin: 0px;
}

.rightmenubargl {
    display: flex;
    flex-direction: column !important; /* Keeps items stacked vertically */
    align-items: flex-end; /* Aligns list items to the right */
}