body {
    background: #fafafa;
    color: #333333;
    margin-top: 5rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #444444;
}

.bg-steel {
    background-color: #5f788a;
}

.site-header .navbar-nav .nav-link {
    color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
    font-weight: 500;
}

.content-section {
    background: #ffffff;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    margin-bottom: 20px;
}

.article-title {
    color: #444444;
}

a.article-title:hover {
    color: #428bca;
    text-decoration: none;
}

.article-content {
    white-space: pre-line;
}

.article-img {
    height: 65px;
    width: 65px;
    margin-right: 16px;
}

.article-metadata {
    padding-bottom: 1px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
    color: #333;
    text-decoration: none;
}

.article-svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.account-img {
    height: 125px;
    width: 125px;
    margin-right: 20px;
    margin-bottom: 16px;
}

.account-heading {
    font-size: 2.5rem;
}

.form {
    border: 1px #eee solid;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px
}


.form-row {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

/* Style for input fields */
.input-field {
    width: 200px;
    height: 30px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Style for key input fields */
.key {
    font-weight: bold;
}

/* Style for labels */
.label {
    display: inline-block;
    width: 200px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
    font-size: 18px;
    color: #555555;
    text-transform: uppercase;
}

/* Style for the add button */
.add-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

/* Style for the start button */
.add-button-journey {
    background-color: #008CBA;
    color: white;
    border: none;
    padding: 3px 16px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
}

.next-step-journey {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 3px 16px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
}



/* Style for the delete button */
.delete-button {
    background-color: #f44336;
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}

/* Style for the start button */
.start-button {
    background-color: #008CBA;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}


/* Style for the stop button */
.kill-session-button {
    background-color: #cd766f;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.reset-journey {
    background-color: #cd766f;
    color: white;
    border: none;
    padding: 10px 16px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px; /* Spacing from the input fields */
}



.value {
    font-size: 12px;
    margin-left: 20px;
    max-width: 400px;
}

/* Style for readonly fields */
.readonly {
    background-color: #f2f2f2;
    color: #888888;
}

/* Style for section titles */
.section-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555555;
}

/* Style for section divider */
.section-divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

/* Style for select field */
.data-type-select {
    width: 120px;
    height: 30px;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#non-editable-fields {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; /* Align the content on the left */
    margin-bottom: 20px;
}

.small-text {
    font-size: 13px; /* Adjust the font size as desired */
}

body {
    margin-bottom: 100px; /* Adjust the value as per your requirement */
}

#editable-fields .form-row {
    margin-bottom: 5px; /* Add space between form rows */
    display: flex;
    align-items: center;
}

#editable-fields .input-field {
    margin-right: 10px; /* Add space between input fields */
}

.section-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    color: #777777; /* Updated color */
}

/* Add style for the explanation */
.explanation {
    font-size: 14px;
    color: #777777;
    margin-bottom: 10px;
}

#form-info.section-title {
    color: #555555;
}

.data-type-info {
    font-size: 12px;
    margin-left: 10px;
    white-space: nowrap; /* Prevent line breaks */
}


/* Style for the scroll button container */
.scroll-button-container {
    text-align: center;
    margin-bottom: 20px;
}

/* Style for the scroll text */
.scroll-text {
    font-size: 14px;
    margin-bottom: 10px;
}

/* Style for the scroll button */
.scroll-button {
    background-color: #428bca;
    color: white;
    border: none;
    padding: 6px 12px; /* Adjust the padding to reduce the button size */
    font-size: 12px; /* Adjust the font size to reduce the button size */
    border-radius: 4px;
    cursor: pointer;
}

.scroll-button:hover {
    background-color: #3071a9;
}

/* Ensure all form-row children have matching height and alignment */
.form-row > * {
    height: 34px; /* Adjust to match your design */
    align-self: center;
    margin-bottom: 0; /* Remove any bottom margin that might push elements down */
}

/* Additional styles for the select element to match the input fields */
.input-field select {
    padding: 6px 12px; /* Match the padding of input fields */
    line-height: 1.42857143; /* Match line height of input fields for vertical centering */
    display: inline-block; /* For proper alignment */
    width: 100%; /* Take full width within .form-row */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

/* Override any specific height set on .input-field to allow flexibility */
.input-field, .input-field.key {
    height: auto; /* Let the height be determined by padding and line-height */
}

/* Align labels vertically */
.label {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Align text to the right of the label */
    margin-right: 10px; /* Ensure some spacing between the label and the field */
}

/* Ensure the button styles don't affect the field alignment */
.add-button-journey, .next-step-journey, .start-button, .kill-session-button, .reset-journey {
    height: auto; /* Allow the button height to grow as needed */
    padding: 3px 15px; /* Adjust padding to visually match the height of the input/select fields */
    margin-top: 5px; /* Add a little space on top of the button for aesthetic spacing */
}

.delete-button {
    background-color: #ff4d4d; /* Red background for delete button */
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px 10px;
    margin-left: 10px; /* Spacing from the input fields */
}

/* Optional: Hide the delete button for the initial non-removable fields */
#fixed-fields .form-row .delete-button {
    display: none;
}

/* ADDED Style for the "Build Journey" button */
/* Updated style for the "Build Journey" button */
.build-journey-button {
    background-color: #008CBA; /* Blue color, you can customize it */
    color: white;
    border: none;
    padding: 10px 16px; /* Match the padding of other buttons */
    font-size: 12px; /* Match the font size of other buttons for consistent alignment */
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth background color transition */
}

/* Add a hover effect */
.build-journey-button:hover {
    background-color: #0077A3; /* Darker blue on hover, you can customize it */
}

/* Add a click effect (optional) */
.build-journey-button:active {
    background-color: #005983; /* Even darker blue when clicked, you can customize it */
}

/*#flash-messages .alert {*/
/*    font-size: 14px; !* Adjust the font size as needed *!*/
/*}*/
#flash-messages {
    display: flex;
    justify-content: center;
}

#flash-messages .alert {
    width: 80%; /* Set the width to 80% */
    /* Optional: if you want to add some spacing between messages */
    margin-bottom: 10px;
    font-size: 14px;
}


.save-configuration, .jb-save-configuration {
    background-color: #6c757d; /* Bootstrap's secondary color - a dark gray */
    color: white;
    border: none;
    padding: 4px 10px; /* Reduced top and bottom padding */
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
    outline: none;
}

.load-configuration, .jb-load-configuration {
    background-color: #20c997; /* A soft teal color */
    color: white;
    border: none;
    padding: 4px 10px; /* Reduced top and bottom padding */
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
    outline: none;
}

#flash-messages-container {
    font-size: 11px;
    color: darkblue;
}

