/*version: 2.1*/
/*datalon*/
#predefModalContent {
    overflow-x: auto;
    white-space: nowrap;
}

.modal-dialog {
    max-width: 100%;
    width: auto !important;
}
/* Fullscreen overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Dark transparent background */
  z-index: 999; /* High z-index to ensure it's on top */
  display: none; /* Initially hidden */
}

/* Focused input field */
.highlight {
  position: relative;
  z-index: 1000; /* Higher than the overlay */
}
.datalon-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.datalon-overlay-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
.datalon-overlay.show {
  display: flex;
  opacity: 1;
}
.datalon-close-btn, .clear-btn {
  background: #f00;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 20px;
}
.datalon-clear-btn {
  background: #007BFF;
}
.btn-xl {
    font-size: 2em;
    padding: 0.5em 0.5em;
}
/*datalon end*/
html body {
    margin: 0;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}
label { cursor: pointer; }
.button{
    cursor: pointer;
}
.form-group input[type="checkbox"] {
    display: none;
}

.form-group input[type="checkbox"] + .btn-group > label span {
    width: 20px;
}

.form-group input[type="checkbox"] + .btn-group > label span:first-child {
    display: none;
}
.form-group input[type="checkbox"] + .btn-group > label span:last-child {
    display: inline-block;
}

.form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
    display: inline-block;
}
.form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
    display: none;
}
.btn-group input[type="radio"]{
    display: none;
}

#help{
    maxwidth:200px;
    width:auto;
    z-index: 100;
    border: 1px black solid;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    background-color: aliceblue;
    position: fixed;
}

/*.timeTrack{*/
    /*float: none;*/
    /*margin: 0 auto;*/
    /*transform: translate(0%, 0%);*/
/*}*/
.timeTrack{
    transform: translate(0%, 0%);
    max-width: 90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    /*grid-column-gap: 10px;*/
    /*grid-row-gap: 15px;*/
    justify-items: stretch;
}
.timetrackField{
    /*border-width: 1px;*/
    /*border-radius: 5px;*/
}

.gridHours{
    grid-column: 1/ 2;
    grid-row:1;
    max-width : 100px;
}

.gridDes{
    grid-column: 2/end;
    grid-row:1;

}

.gridFields1{
    grid-column: auto / span 4;
}
.gridFields2{
    grid-column: auto / span 3;
    grid-row:2;

}
.gridFields3{
    grid-column: auto / span 2;

}
.gridFields4{
      grid-column: auto / span 3;
      /*grid-row:2 / 3 ;*/

  }


.gridFields5{
    grid-column: auto / span 2;

}
.gridFields6{
    grid-column: auto / span 2;
}
.gridFields7{
    grid-column: auto / span 2;
}
.gridFields8{
    grid-column: auto / span 2;
}
.field4 {
     grid-column-start: 1 ;
 }

.field1 {
    grid-column-start: 1 ;
}
.field7 {
     grid-column-start: 1 ;
 }

.vertical-align {
    display: flex;
    align-items: center;
}
.vertical-text {
    transform: rotate(270deg);
    transform-origin: left top 0;
}
.todo{
    /*border: 1px solid black;*/
    margin-bottom: 0px;
}
#todoWorkButtons, #timetrackWorkButtons,#bossWorkButtons{
    z-index: 1000;
    position: fixed;
    bottom: 55px;
    margin: 0;
    /*position: absolute;*/
    left: 50%;
    transform: translate(-50%, -50%);
}
.selected{
    box-shadow: 0 0 8px rgba(82,168,236,.6);
    border-color: rgba(82,168,236,.8);
    background-color: rgba(82,168,236,.1);
    /*fill-opacity: 0.2;*/
}
.selected>.btn-group{
    box-shadow: 0 0 8px rgba(82,168,236,.6);
    border-color: rgba(82,168,236,.8);
    /*background-color: greenyellow;*/
    /*fill-opacity: 0.2;*/
}
@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}
.taskContainerTable{
    position: relative;
    margin: 0;
    /*position: absolute;*/

    /*left: 50%;
    transform: translate(-50%, 0%);
  */
}
.counterTable{
    z-index: 1000;
    background-color: white;
    background: white;
    -webkit-animation:moveOut 300ms ease-in;
    width: 96%;
    text-align: left;
    transform: translate(2%, 0%);
}

/*count hours*/
.td.counter{
  /*width:50px;*/
  width:auto;
}
@-webkit-keyframes moveIn {
    from {background: white;}
    to {background: #5bc0de;}
}
@-webkit-keyframes moveOut {
    from {background: #5bc0de;}
    to {background:white ;}
}
.projectHoursTasks{
    /*z-index: 999;*/
    /*background-color: white;*/
}
#ModalResetPassword,#ModalResetSettings{
    margin: 5px;
}

.glow{
    border-color: rgba(0,0,0,.8);
    box-shadow:inset 0 0 20px 0px rgba(0,0,0,.6);
}

.line{
  	padding-bottom: 10px;
  	padding-top: 10px;
    position: relative;
    margin-bottom: 0px;
    border-radius: 3px;
    /*height: 3px;*/
    border: solid #ddd 1px;
    width: 100%;
    background-color: #1e90ff8c;
    /*opacity: 0.5;*/
}

.btn {
  text-align:left;
}

CSS could be:

#cookie-law {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 5%;
    background-color: #ccc;
    z-index: 999;
}
#cookie-law > div {

}
#cookie-law > div:first-child {
    padding-right: 40px;
}
#cookie-law > div:first-child > a {
    color: inherit;
}
#cookie-law > div:last-child {
    vertical-align: middle;
}
#cookiebut {
    padding: 10px 20px;
    background-color: rgb(226, 231, 144);
    border-radius: 5px;
    color: black;
    text-decoration: none;
}
