body {
    font-family: Arial, sans-serif;
    background-color:#67A1C9;
}
.header {
    background-color: #67A1C9;
    text-align: center;
    padding: 20px;
}
.content {
    margin: 20px;
}

.card {
    border: 2px solid #6c6a6a;
}
.card.border-light.rounded.p-3 {
    border-style: solid;  /* Specify the border style */
    border-width: 2px;   /* Specify the border width */
}
nav ul {
    list-style-type: none;
    padding: 0;
}
nav ul li {
    display: inline;
    margin-right: 10px;
}

.footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
}
.bg-dark-blue {
    background-color: #718CAD; /* Adjust this value as needed */
}
.navbar-dark .navbar-nav .nav-link {
    color: black; /* Change the color to black */
}

.navbar-dark .navbar-brand {
    color: black; /* Change the color to black */
}
#calendar {
    margin-top: 20px; /* Adjust as needed */
    /* Rest of your CSS properties */
}
#calendar {
    max-width: 90%; /* Adjust as needed */
    max-height: 80vh; /* Adjust as needed */
    margin: 0 auto;
    overflow: auto;
}

.calendar-container {
    position: relative;
    z-index: 3;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Add this CSS to your stylesheet */
/* Add this CSS to your stylesheet */
.center-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh; /* Full viewport height */
}

.light-background {
    background-color: #f8f9fa; /* Light background color */
}

.row-spacing {
    margin-bottom: 5px; /* Adjust the value as needed */
}
.datepicker-small {
    width: 30%; /* Adjust the percentage as needed */
}


     /* Center the card vertically in the viewport */
 .card-container {
     display: flex;
     justify-content: center;
     align-items: center;
     min-height: 100vh;
 }

/* Center the text inside the card */
.card-body {
    text-align: center;
}

/* Add some spacing between the elements */
.card-title {
    margin-bottom: 20px;
}

.card-text {
    margin-bottom: 20px;
}
