
html, body {
    display: flex;
    flex-direction: column;
    background-color: #b0f5f0;
    color: #000000;
    z-index: -10;
    height: 100%;
    margin: 0;
    padding: 0;
    
  }
.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
  }
.container-fluid{
    padding: 0 !important;
    margin: 0 !important;
}
.main-header{
    display: flex;
    background-color: #2FCABB;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    
}
.main-header h6 {
    font-size: 1rem !important;
    font-weight: 1000 !important;
}
.main-sub-header{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #cbf3f0 !important;
    padding: 10px;
}
.img-logo img{
    width: auto;
    height: 100px;
}
.col-spot{
    padding: 5px;
    background-color: #cbf3f0 !important;
    border: 2px solid #2FCABB !important;
}
.col-spot h6{
    font-size: 1rem !important;
    font-weight: 1000 !important;
}

table, th, td {
    background-color: #cbf3f0 !important;
    color: #000 !important;
    border: 1px solid #2FCABB !important;
    text-align: center;
    align-items: center;
    vertical-align: middle;
}
thead th {
    position: sticky;
    top: 0;
    border: 1px solid #cbf3f0 !important;
    background-color: #2FCABB !important; /* Ensure background remains visible */
    z-index: 1020; /* Ensures it stays above other elements */
}

.table-heading-custom{
    border: 5px solid #2FCABB !important;
    padding: 5px;
}
.tt-overflow-div{
    overflow: auto;
}
.dt-type-numeric, .dt-orderable-none{
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}
.hidden {
    display: none;
}
.show {
    display: flex;
}
.selectBtnStnTt {
    margin: 10px;
}
.select-station-label {
    margin: 10px;
}


/* CSS */

.button-64 {
    align-items: center;
    background-image: linear-gradient(144deg, #1fbba6, #2FCABB 50%, #76e3d8);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(47, 202, 187, 0.4) 0 10px 20px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: 'Segoe UI', sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    margin: 5px;
    text-decoration: none;
    user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
  }
  
  .button-64:active,
  .button-64:hover {
    outline: 0;
    transform: scale(1.05);
  }
  
  .button-64 span {
    background-color: #005f56; /* Deep teal for contrast */
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: background-color 300ms ease;
  }
  
  .button-64:hover span {
    background-color: transparent;
  }
  
@media (min-width: 768px) {
  .button-64 {
    font-size: 24px;
    min-width: 196px;
  }
}
.button-custom-div {
    margin: 10px;
}
.margin-top-30 {
    margin-top: 30px;
}
.custom-bg-img {
    background-image: url('BlackCSMT.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 70vh;
    top: 80px;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.4;
}
.footer {
    background-color: #2FCABB !important;
    color: #fff !important;
    padding: 10px;
}
.footer i{
    margin: 5px;
    font-size: 1.5rem !important;
}
.footer span{
    color: #000 !important;
}
.custom-link-footer{
    color: #000 !important;
    text-decoration: none !important;
    font-size: 1rem !important;
    font-weight: 1000 !important;
    margin: 5px;
}
.back-btn{
    margin-top: 10px;
    margin-left: 10px;
}
footer h6 {
    font-size: 0.8rem !important;
    color: #000 !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
.download-app-link i{
    margin: 5px;
    font-size: 3rem !important;
}
.download-app-link .fa-android{
    color: #3DDC84 !important;
}
.download-app-link .fa-apple{
    color: #000 !important;
}
.img-bg-blend {
    mix-blend-mode: normal  !important;
}
.langDiv {
    padding: 5px;
}