* {
     font-family: Poppins, Source Sans Pro, MabryPro, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
/*     overflow-x: hidden;*/
}

html{
     height: 100%;
     margin:0;
}

h1, h2, h3, h4, p {
     color: white;
}

body {
     /* background-color: black? !important; */
/*     background: url("/static/images/background2.df9453046a14.png") center center no-repeat;*/
    /* background: url("/static/images/background2.0a86739f8346.jpg") center center no-repeat; */
    /* background-repeat: no-repeat; */
    min-height: 100vh;
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; */
    text-align: center !important;
    /* background-attachment: fixed; */
    height: 100%;
    margin:0;
    background-color: #17233C !important;
}

#footer-container p{
    color: white !important;
}

footer{
    margin-top: auto;
}

.btn-primary{
     /* background: linear-gradient(to top, #0b152b 0%, #091D46 100%); */
     background-color: #1C2F55;
     /* border-color: black !important; */
     border-color: #1C2F55;
}

.btn-group button{
    /* background: linear-gradient(to top, #0b152b 0%, #091D46 100%);
    border-color: black; */
    background-color: #1C2F55;
    border-color: #1C2F55;
}

.btn-group {
     min-width: 600px;
}

/* Change hover color */
.btn-group button:hover {
    background-color: #17233C;
    border-color: #17233C;
}

.btn-group button:selected {
    background-color: #17233C;
    border-color: #17233C;
}

/* Style for selected button */
.btn-selected {
  background-color: #000000; 
  border-color: #000000;
}

.active-btn {
    /* background: linear-gradient(to top, #0c223d 0%, #163d75 100%) !important;  */
    /* border-color: #2a6496 !important;  */
    background-color: #17233C !important;
    border-color: #17233C !important;
    color: white; 
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);  */
}

.toggle-off {
    /* background: linear-gradient(to top, #0c223d 0%, #163d75 100%) !important; 
    border-color: #2a6496 !important; */
    background-color: #17233C !important;
    border-color: #17233C !important;
    color: white !important; 
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);  */
}

.toggle, .toggle-group label, .toggle-off, .toggle-handle {
    box-sizing: border-box;
}

.col-1, .col-1 .toggle, .col-1 .toggle-group label {
    padding: 0;
    margin: 0;
}

/* Basic reset for table appearance */
.markdown-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.markdown-table th,
.markdown-table td {
    border: 1px solid #dddddd; /* Light grey border */
    text-align: left;
    padding: 8px;
}

/* Header row styling */
.markdown-table th {
    background-color: #f2f2f2; /* Light grey background */
    color: #333; /* Dark grey text color */
}

/* Zebra striping for rows */
.markdown-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Hover effect for rows */
.markdown-table tr:hover {
    background-color: #eaeaea;
}


/* LOADER */

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}
#overlay_spinner{
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
}

#overlay .spinner-border {
    width: 3rem;
    height: 3rem;
}

.spinner-grow{
  width: 10rem; 
  height: 10rem;
}



.container-feedback{
    margin:auto;
    max-width: 800px; 

}

#submitFeedback{
    background-color: #1C2F55 !important;
    border-color: #1C2F55 !important;
    color: white; 
}

.container-feedback-header{
    color:white !important;
}
