.modal-body {
	max-height: 300px;
	overflow-y: auto;
}

.modal-content {
	background-color: white; /* Set modal background color to white */
}

.modal-error {
	background-color: #721c24; /* Dark red background for the box */
	color: #721c24; /* Dark red text for error message */
	border: 1px solid #f8d7da; /* Light red border */
	padding: 20px; /* Add padding to the box */
	border-radius: 5px; /* Optional: Add rounded corners */
}

.modal-error .modal-header,
.modal-error .modal-footer {
	background-color: #f8d7da; /* Light red background for header and footer */
	border: none; /* Remove border */
	padding: 10px; /* Add padding */
}

.modal-error .modal-body {
	background-color: #fff; /* White background for the text area */
	padding: 20px; /* Add padding */
	border: 1px solid #f8d7da; /* Light red border */
}

.modal-error .btn-primary {
	background-color: #721c24; /* Dark red button */
	border-color: #721c24;
}

.modal-error .btn-primary:hover {
	background-color: #501217; /* Darker red on hover */
	border-color: #501217;
}

/* Style for the close button */
.modal-error .close {
	color: #721c24; /* Dark red color for the close button */
	opacity: 1; /* Make the close button fully opaque */
	background: none; /* Remove any background */
	border: none; /* Remove any border */
	outline: none; /* Remove any outline */
	padding: 0; /* Remove padding */
	font-size: 1.5rem; /* Adjust font size */
}

/* Change the hover effect for the close button */
.modal-error .close:hover {
	color: #501217; /* Darker red on hover */
	text-decoration: none; /* Remove underline on hover */
}

/* Optional: Style the close button background */
.modal-error .close span {
	background-color: transparent; /* Ensure background is transparent */
	border-radius: 50%; /* Make it a circle */
	padding: 5px; /* Add some padding */
	display: inline-block; /* Ensure it displays correctly */
}

/* Search Field */
#searchField {
	height: 22px; /* Adjust height to fit within the top-bar */
	width: 100px; /* default */
	margin-right: 5px; /* Ensure equal spacing between buttons */
	transition: width 0.3s ease-in-out;
}

#searchField:focus {
	width: 200px; /* Extend the width when focused */
}

/* End of Search */

/* Common button styles */
.smallbutton {
	border-radius: 5px; /* Make all buttons have rounded corners */
	margin-right: 10px; /* Ensure equal spacing between buttons */
	height: 22px; /* Adjust height to fit within the top-bar */
	font-size: 10px; /* Make the button text smaller */
	cursor: pointer;
	color: white;
	line-height: 1.5; /* Adjust line-height to center text vertically */
	display: inline-flex; /* Use inline-flex for better alignment */
	align-items: center; /* Center items vertically */
	background-color: #9ac7ff; /* Example button color */
	padding: 5px 10px; /* Adjust padding for consistent button size */
}

.smallbutton:hover {
	background-color: #0056b3; /* Example hover color */
}

/* Specific adjustments for topmenu items */
.topmenu-item {
	margin-right: 10px; /* Ensure equal spacing between buttons */
}

.topmenu-area .topmenu-item {
	margin-left: 15px; /* Ensure equal spacing between buttons */
	text-decoration: none;
}

.topmenu-area .topmenu-item:last-child {
	margin-right: 10px; /* Ensure equal spacing between buttons */
}

/* Specific adjustments for the search button */
#searchButton {
	border-radius: 5px; /* Make the search button have rounded corners */
	margin-right: 10px; /* Ensure equal spacing between buttons */
}

/* End of topmenu-items */

.contentfixed {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: white;
    flex: 1 0 auto;
    height: auto;
}

/* Login box */

.login-box {
	background-color: #c7d0e9;
	z-index: 1000;

	/* Centering adjustments */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logininput {
	height:24px;
}

.logininput::placeholder {
	font-size: 12px; /* Change this value to your desired size */
	color: #888; /* Optional: Change the color of the placeholder */
}

#login-button {
	background-color: #9ac7ff;
	border: none;
	color: white;
	padding: 10px 20px;
	margin: 10px 0;
	cursor: pointer;
 	padding-bottom:7px !important;
 	font-size:13px;
 	font-weight:500;
 	line-height:1.4em;
}

#login-button:hover {
	background-color: #7ab6ff;
}

.loginbutton {
	background-color: #66c7ff;
	border: none;
	color: white;
	margin-right: 10px;
	height:20px;
	max-height: 20px;
 	padding-top:0 !important;
 	padding-bottom:0 !important;
}

.bottomtext {
	font-size:9px;
}

.forgotpasswd {
	position:relative;
	left:12px;
 	font-size:10px;
} 

.password-container {
	position: relative;

/*	width: 300px; */
}

.password-input {
	height:24px;

/*	width: 100%;
	padding: 10px;
	padding-right: 40px;
	box-sizing: border-box; */
}

.toggle-password {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
}

.error-message {
	color: #525865; /* darkgray */
	display: block;
	font-weight: bold; /* Make the text bold */
}

/* end of Login box, begin of cookie consent */

.cookie-consent { /* Hide by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2000;
	box-shadow: 0 -2px 5px rgb(0 0 0 / 10%);
}

.cookie-popup {
	background: white;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	max-width: 33%; /* Ensure the popup is no wider than one-third of the window */
	box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

/* end of cookie consent */

/* 2024-12-02 removed all c_blog items */

/* forms related css */
.container {
	margin-bottom: 50px; /* Prevent overlap with footer */
}

.form-control {
	height: 24px; /* Adjust the height value as needed */
	padding-left: 5px; /* Adjust padding if necessary */
	font-size: 1em;
}

.form-select{
	height: 24px; /* Adjust the height value as needed */
	padding-left: 5px; /* Adjust padding if necessary */
	padding-top: 1px;
	font-size: 1em;
}

.form-label {
	padding-left: 5px; /* Adjust padding if necessary */
}

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

.alertbox
{
	background: #f4c5be;
	min-height: 20px;
	display: none;
	color: black;
}

.additional-info {
	margin-top: 10px;
}

/* Flexbox Alignment for Labels */

.mb-3 {
	margin-bottom: 1rem;
}

label.form-label {
	display: flex;
	align-items: center; /* Aligns text and indicator vertically */
	gap: 5px; /* Space between the label text and the mandatory indicator */
}

/* Mandatory Indicator Styling */
label .text-danger {
	font-size: 1.2em;
	color: red;
	line-height: 1; /* Prevents the * from affecting vertical alignment */
}

/* General Input Styling */
input, textarea {
	width: 100%;
	box-sizing: border-box;
}

/* Adjustments for Rows and Columns */
.row.mb-3 .col-md-6 {
	margin-bottom: 15px;
}

.raplicobutton
{
	border: 0;
	padding: 5px 20px;
	background: #72ade6 !important;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 10px !important;
	display: inline-block;
	transition: .5s;
}

.raplicobutton:hover
{
	background: #9ac7ff;
}

/* end of form related csss */

/* currency field*/
.input-container {
	position: relative;
	display: inline-block;
}
.input-container input {
	text-align: right;
	padding-right: 20px; /* Adjust padding to make space for the currency sign */
}
.input-container .currency-sign {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none; /* Prevent the currency sign from interfering with input */
}
/* end of currency field*/

