/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    checkdate 29/11/2025
*/


body.fade-out {
    opacity: 0; /* Faded state: fully transparent */
}


BODY{
    opacity: 1; /* Default: fully visible */
    transition: opacity 0.7s ease-in-out; /* Smooth transition for opacity over 0.7 seconds */
    background: url(images/float.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position:  center;
    background-color: #02142d;
    height: 98vh; /* Ensures the body takes up 100% of the viewport height */
}

H1.centeredtitle{
    color:  #ffffff;
    font-weight:  lighter;
    position:  fixed ;
    top: 30px;
    right: 60%;
}
H1{
    color:  #ffffff;
    font-weight:  lighter;
     margin:  0px auto;
   }


h2{
    text-align:  center;
    color:  #ffffff;
    margin:  0px auto;
    font-weight:  lighter;
}

p{
    text-align:  left;
    color:  #ffffff;
    margin:  0px auto;
    font-weight:  lighter;
}

p.centered{
    text-align:  center;
    color:  #ffffff;
    margin:  0px auto;
    font-weight:  lighter;
}


li{
    text-align:  left;
    color:  #ffffff;
    margin:  0px auto;
    font-weight:  lighter;
}




fieldset{
    border-width: 1px;
    border-color: #D7F5D3;
    width :  80%;
    padding : 15px;
    border-radius: 12px;
    margin:  0px auto;
    background:  #02142d 10%;
   
}

table.wide90{
    width :  95%;
    margin:  0px auto;
}

td{
    text-align:   center;
    vertical-align:  middle;
    margin:  0px auto;
    color:  #ffffff;
    min-width:  120px;
    font-weight:  lighter;
}


th{
    text-align:  center;
    vertical-align: top;
    margin:  0px auto;
    color:  #ffffff;
    font-weight:  lighter;
}
th.menu{
    padding: 20px;
    text-align:  center;
    font-weight:  lighter;
    font-size:  x-large;
    color:  #ffffff;
    margin:  0px auto;
    text-decoration: none;
}

a.menu{
    text-align:  center;
    font-weight:  lighter;
    font-size:  x-large;
    color:  #ffffff;
    margin:  0px auto;
    text-decoration: none;
}

td.filler20{
    width :  20%;
    vertical-align:   middle;
    padding: 20px;
    padding-bottom: 50px;
    font-weight:  lighter;
}
td.filler20down{
    width :  20%;
    vertical-align:  bottom;
    padding: 20px;
    font-weight:  lighter;
}
td.filler40{
    width :  40%;
    vertical-align:   middle;
    padding: 20px;
    padding-bottom: 50px;
    font-weight:  lighter;
    margin:  0px auto;
}
td.filler40padded{
    width :  40%;
    vertical-align:   middle;
    padding: 100px;
    padding-bottom: 50px;
    font-weight:  lighter;
    margin:  0px auto;
}


footer {
    position:  fixed ;
    bottom: 20px;
    right: 30px;
    font-weight:  lighter;
}
footer.fcenter {
    position:  fixed ;
    bottom: 30px;
    right: 60%;
    font-weight:  lighter;
}

image{
    align-self:  center;
    margin:  0px auto;
}
.check{
    margin:  0px auto;/* this is a file check on November 29*/
}
.logo{
  position:   fixed ;
    top: 0px;
  right: 40%;
}

.centered-image {
   position:  fixed ;
    bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  /* Optional: Set a width for the image if it's not already defined */
  /* width: 70%; */
}


table.menu {
    position:  fixed ;
    top: 15px;
    right: 30px;
    font-weight:  lighter;
}

table.center {
    margin:  0px auto;
    vertical-align:  middle;
}

input.wider{
    width: 360px; /* Adjust this value as needed for the desired width */
}

datalist.massagesteps option {
    font-size: 6em; /* Enlarge the text of the tick mark labels */
}