/* BASIC FORM CSS */

.form-page {
    margin: 20px;
}

.form-name {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.no-menu {
    margin-top: -30px;
}

.basic-form {
    border-radius: 10px;
    padding: 5px 20px 20px 20px;
    background-color: #d0dff2;
    max-width: 450px;
    margin-bottom: 10px;
}

.basic-form label {
    display: block;
    color: #1560BD;
    font-size: 12px;
    font-weight: bold;
    margin-left: 7px;
}

.inline-checkbox label {
    display: inline-block; /* Display label and checkbox inline */
    margin-left: 5px; /* Add some spacing between label and checkbox */
}


.priority-box {
    width: fit-content;
    background-color: #FF9966;
    color: #fff;
    border-radius: 10px;
    padding: 0 7px 0 2px;
    margin: 10px 0 5px 1px;
}


.form-page select,
.form-page .form-control {
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
}

.form-select.small {
    width: auto;
    border-style: solid;
    border-width: 2px;
    border-color: #FF9966;
}

.form-page input.small[type="date"],
.form-page input.small[type="time"] {
    width: auto;
    border: none;
}

.form-page select.small {
    padding-right: 30px;
}

.form-page .form-control.title {
    /*width: 300px;*/
    border-color: #4B92DB;
}

/* LOGIN PAGES */
.login-page {
    border-radius: 10px;
    padding: 20px;
    background-color: #d0dff2;
    margin: 0 20px;
    max-width: 450px;
}

.registration-footer {
    width: 100%;
    text-align: right;
}

/* APPLY FORM */

.apply-form {
    margin-top: 10px;
}

.button-right {
    text-align: right;
}

.close-right {
    text-align: right;
    margin-bottom: 10px;
}

.notes {
    min-height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #1560BD;
}

.apply-button {
    border: none;
    background-color: #4B92DB;
    color: white;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
}

.sure-button {
    border: none;
    background-color: #4B92DB;
    color: white;
    font-size: 16px;
    margin-top: 10px;
    flex-grow: 3;
}

.close-button {
    border: none;
    background-color: #FF9966;
    color: white;
    font-size: 16px;
    margin-top: 10px;
    flex-grow: 1;
}

.inline-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.accept-container {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.refuse-button {
    flex: 1 1 0px; /* flex-grow, flex-shrink, flex-basis */
    width: calc(50% - 5px); /* Subtract half of the gap from each button */
}

.accept-button {
    flex: 1 1 0px; /* flex-grow, flex-shrink, flex-basis */
    width: calc(50% - 5px); /* Subtract half of the gap from each button */
    background-color: #00A693; /* Background color for accept button */
}

/* EDIT FORM */

.form-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.status-message {
    margin-bottom: 10px;
    font-style: italic;
}

.icon-color {
    color: #fff !important;
}

.edit-id {
    cursor: pointer;
    background-color: #4B92DB;
    color: #fff;
    padding: 3px 7px;
    border-radius: 7px;
    font-size: 11px;
    width: max-content;
    height: 22px;
}

.address-id {
    background-color: #4B92DB;
    color: #fff;
    padding: 1px 5px;
    border-radius: 7px;
    font-size: 11px;
    width: max-content;
    height: 18px;
    margin-bottom: 10px;
}

.times {
    display: flex;
    gap: 10px;
}

.form-control.notes {
    min-height: 3.2em;
    line-height: 1em;
    font-size: 12px;
    padding: 5px;
}

.info-row {
    display: flex;
    justify-content: space-between; /* Distribute space between items */
    font-size: 12px;
    padding: 0 10px 5px 10px;
    color: #4B92DB;
}

.samen {
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
    border-radius: 10px;
    margin: 10px -7px -7px -7px;
    padding: 0 5px;
}

.details {
    background-color: white;
    margin: 5px 0;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px;
    min-height: 26px;
}

.details.bg-blue {
    background-color: #e8eff9;
}

.contactdetails {
    background-color: white;
    width: fit-content;
    margin: 5px 0;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 12px;
}

.ex-profile-container {
    display: flex;
    justify-content: space-between; /* Aligns children to each end */
    align-items: center; /* Vertically aligns children in the middle */

}

.ex-profile {
    font-size: 12px;
    color: #4B92DB;
}

.ex-profile p {
    margin: 0 5px 5px 5px;
}

.profile-info {
    flex-grow: 1; /* Allow profile info to grow and occupy available space */
    display: flex;
    align-items: center; /* Center profile info vertically within its container */
}

.ex-profile-row {
    display: flex;
    justify-content: space-between; /* Align items horizontally */
    align-items: center; /* Align items vertically */
}

.ex-profile-buttons {
    display: flex; /* Make buttons behave as flex items */
}


/* SHIFT LIST STYLES */

.sb-padding {
    padding-top: 10px;
}

.details-box {
    margin-top: 20px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.details-box p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
}

.details-box h1 {
    font-size: 16px;
    margin-bottom: 10px;
}

.details-box h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.align-button {
    margin-left: 5px;
}

.search-form {
    display: inline-block;
    width: auto;
}

.shift-list {
    margin-top: 30px;
    font-size: 12px;
}

.inline-header h1 {
    display: inline-block; /* Makes the element inline, but allow it to have a width and height */
    margin: 0; /* Removes default margins */
    padding: 0; /* Adjust padding as needed, setting to 0 for demonstration */
}

.inline-header span {
    font-size: 16px; /* Sets the font size of the span element */
}

.shift-table {
    border-collapse: collapse;
}

.tr-info {
    width: 100%;
    margin-top: 10px;
}

.shift-table td {
    border: 1px solid #1560BD;
    padding: 0 5px;
}

.shift-table tr:nth-child(even) {
    background-color: #ddd;
}

.shift-list h1 {
    margin: 10px 0;
    color: #1560BD;
}

.table-header {
    color: #1560BD;
    background-color: #d0dff2;
    border-radius: 10px;
    padding: 0 5px;
    margin: 0 5px 5px 5px;
    text-align: center;
}

.search-buttons {
    margin-top: 10px;
    text-align: right;
}

.blue-text {
    cursor: pointer;
    color: #1560BD;
}

.text-right {
    text-align: right;
}

.search-buttons {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.left-buttons {
    display: flex;
    gap: 10px; /* Adjust the gap as needed */
}

.right-buttons {
    display: flex;
}


/* NEW SHIFT STYLES */

.new-shift-row {
    border-radius: 10px;
    padding: 15px;
    background-color: #d0dff2;
    width: fit-content;
    margin-top: 10px;
}

.new-flex-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
}

.new-first-row, .new-second-row {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.notes-container .form-group textarea {
    min-height: 30px;
    height: 30px; /* Adjust height as needed */
}

@media screen and (max-width: 1400px) {
    .new-first-row, .new-second-row {
        flex-direction: column;
    }
}

.new-second-row {
    width: 100%;
}

.new-second-row > div {
    flex-grow: 1;
    /* Optional: Add this if you want each item to equally share the available space */
    flex-basis: 0;
}

.new-form label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-left: 7px;
}

.new-title {
    width: 200px;
}

.new-select {
    width: auto;
}

.new-button-container {
    margin-top: 10px;
    width: 100%;
}

.add-form label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-left: 7px;
}

/* SELECT2 STYLES */

.add-child-select2 .select2-container--default .select2-selection--single {
    border-style: solid;
    border-width: 2px;
    border-color: #FF9966;
    border-radius: 10px;
    height: 32px;
}

.select2-results__option {
    font-size: 14px;
    line-height: 7px;
}

.select2-selection {
    font-size: 14px;
}

.select2.select2-container {
    width: 100%;
}

.input-select {
    width: auto;
}

.select2.select2-container .select2-selection {
    border-style: solid;
    border-width: 2px;
    border-color: #FF9966;
    border-radius: 10px;
    height: 32px;
}

.js-example-basic-hide-search {
    border-style: solid;
    border-width: 2px;
    border-color: #FF9966;
    border-radius: 10px;
    height: 32px;
    width: 100%;
}

.custom-file-input {
    background-color: #f9f9f9;  /* Example background color */
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
}

/* RATING FORM */

.evaluate-buttons {
    display: flex;
    justify-content: space-between;
}

.label-left {
    width: 25%;
    text-align: left;
    color: #1560BD;
    font-weight: bold;
    padding-right: 10px;
}

.star-rating {
    text-align: center;
    margin-top: 5px;
}

.star-rating-card p {
    margin-bottom: 5px;
    text-align: center;
    margin-top: 5px;
}

.star-rating-card {
    text-align: center;
}

.star-rating-card .star {
    font-size: 25px;
}

.star-rating-card .star.filled {
    color: #FF9966;
    font-size: 25px;
}

.star-rating .star {
    cursor: pointer;
    color: #fff;
    font-size: 35px;
}

.star-rating .star.filled {
    color: #FF9966;
    font-size: 35px;
}

textarea.rating-notes {
    padding: 5px;
    min-height: 70px;
}

/* Rating info edit form */

.rating-info {
    padding: 5px 0;
}

.rating-info h3 {
    font-size: 12px;
    color: #1560BD;
    font-weight: bold;
    padding-top: 5px;
}

.info-stars {
    text-align: center;
}

.rating-info .star {
    font-size: 25px;
    line-height: 12px;
    color: #fff;
}

.rating-info .star.filled {
    color: #FF9966;
    font-size: 25px;
    line-height: 12px;
}

.rating-info-notes {
    background-color: #e8eff9;
    font-size: 12px;
    border-radius: 10px;
    padding: 5px;
    height: auto;
}

/* INFO PAGE */

a.route-link {
    color: #1560BD; /* Set the text color to #1560BD */
    text-decoration: none; /* Remove the underline */
}

/* ADD SHIFTS FORM */

.delete-icon-container {
    display: flex;
    align-items: center;
    padding-top: 20px;
    cursor: pointer; /* Indicate clickable element */
}

.delete-icon {
    font-size: 1.2rem; /* Adjust font size as needed */
    color: #fff; /* Initial color */
}

.delete-icon.selected {
    color: red; /* Color when selected */
}



