.content {max-width: 2000px; margin: 0 auto;}
.container {max-width: 1800px;}
.max-width-container {
  max-width: 1800px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.account-container {
    background-color: #fff; /* sets the background color to white */
    border: 1px solid #ccc; /* sets a gray border with a width of 1px */
    border-radius: 10px; /* adds rounded edges to the container */
    padding: 50px; /* adds padding to the container to create space between the content and the border */
  }
.loader {
border: 2px solid #f3f3f3;
border-top: 2px solid #3498db;
border-radius: 50%;
width: 16px;
height: 16px;
animation: spin 2s linear infinite;
}
.button-group {
display: flex;
justify-content: center;
}
.button-group button,
.button-group a {
margin: 0 5px;
display: inline-block;
}
.nav-item {
margin-right: 10px; /* adjust this value as needed */
}
.text {
margin-left: 20px;
}
.form-group {
margin-bottom: 10px;
}
.card-text {
color: #212529;
max-height: calc(1.5rem * 4);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.card-body {
min-height: 10rem;
}
.solidly-credit-card-body {
padding: 16px;
}
.solidly-credit-card-text {
  color: #212529;
  margin-bottom: 0px;
}
.small-card-text {
color: #212529;
max-height: calc(1.5rem * 2);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.nav-item {
margin-right: 10px;
margin-left: 10px;
}
.tab-pane {
padding-left: 2px;
padding-right: 2px;
}
.card-link {
text-decoration: none;
border-bottom: none;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.card.disabled {
opacity: 0.5;
pointer-events: none;
}
.custom-height {
height: 58px;
}
.sentence-card-text {
  color: #212529;
  max-height: calc(8rem * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.sentence-card-body {
min-height: 16rem;
}

.module {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
  padding: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCDCE;
  border-radius: 4px;
}

.module-right {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
  padding: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCDCE;
  border-radius: 4px;
}

hr.module-divider {
  color:#000080;
  margin-top: 10px;
  width: 98%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border-width: 2px; 
}

a.module-button {
  background-color: #000080;
  color: white;
  border-radius: 8px;
  border: none;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  margin-bottom: 2px;
}

a.module-button[disabled] {
  opacity: 0.5; /* Adjust the opacity to make it visually disabled */
  cursor: not-allowed; /* Change the cursor to indicate that it's not clickable */
  pointer-events: none; /* Disable pointer events on the button */
}

a.module-button:hover {
  background-color: #0000FF;
}

h2 {
  font-family: 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

h3 {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

h4 {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

h5 {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
}

p.module-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

span.module-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  word-wrap: break-word;
}

a.module-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

li.module-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
}

p.module-text-small {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
}

a.module-text-small {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  margin-bottom: 0px;
}

textarea.module-textarea {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  height: 100px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #000080;
  padding: 8px;
}

.module-growing-textarea {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #000080;
  padding: 8px;
  flex-grow: 1; /* This will make the textarea occupy the full remaining height */
}

input.module-input {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #000080;
  padding: 8px;
}

button.module-button {
  background-color: #000080;
  color: white;
  border-radius: 8px;
  border: none;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  margin-bottom: 2px;
}

button.module-button-danger {
  background-color: #ff0000;
  color: white;
  border-radius: 8px;
  border: none;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  margin-bottom: 2px;
}

a.module-button-danger {
  background-color: #ff0000;
  color: white;
  border-radius: 8px;
  border: none;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  margin-bottom: 2px;
}

button.module-tab.active {
  background-color: #000080;
  color: white;
  border-radius: 8px;
  border: none;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  height: 40px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
}

button.module-tab {
  background-color: #f8f9fa;
  color: #000080;
  border-radius: 8px;
  border: 2px solid #000080;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  height: 40px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
}

button.module-tab-small.active {
  background-color: #000080;
  color: white;
  border-radius: 8px;
  border: none;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  width: 100%;
  height: 30px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
}

button.module-tab-small {
  background-color: #f8f9fa;
  color: #000080;
  border-radius: 8px;
  border: 2px solid #000080;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  width: 100%;
  height: 30px;
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
}

a.module-button-secondary {
  background-color: #a6a6c9;
  color: white;
  border-radius: 8px;
  border: none;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  margin-bottom: 2px;
}

button.module-button-secondary {
  background-color: #a6a6c9;
  color: white;
  border-radius: 8px;
  border: none;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  margin-bottom: 2px;
}

button.module-button:hover {
  background-color: #0000FF;
}

button.module-button[disabled] {
  opacity: 0.5; /* Adjust the opacity to make it visually disabled */
  cursor: not-allowed; /* Change the cursor to indicate that it's not clickable */
  /* Add any other styles you want for the disabled state */
}

a.module-button-secondary:hover {
  background-color: #5555ff;
}

button.module-button-secondary:hover {
  background-color: #5555ff;
}

select.module-select {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #000080;
  padding: 8px;
}

td {
  vertical-align: middle;
}

.button-with-image {
  border: none; /* Remove button border */
  background: none; /* Remove button background */
  padding: 0; /* Remove button padding */
  cursor: pointer; /* Change cursor to pointer for better interaction */
}

form .module-button {
  background-color: #000080;
  color: white;
  border-radius: 8px;
  border: none;
  padding: 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  margin-bottom: 2px;
}

form .module-button:hover {
  background-color: #0000FF;
}

.primary-content-container {
  width: 100%;
  max-width: 1440px;
  padding: 64px 16px 16px 16px;
  margin: 0 auto;
}

.left-side {
  flex: 70%;
  padding-right: 16px;
}

.right-side {
  flex: 30%;
  padding-left: 16px;
}

.module-heading-with-icon {
  display: flex;
  align-items: center;
}

.icon-md {
  color:#000080;
  font-size: 10px;
}

.buffer-right-md {
  margin-right: 16px;
}

.icon-lg {
  color:#000080;
  font-size: 32px;
}

.icon-h4 {
  color:#000080;
  font-size: 16px;
}

.icon-sm-white {
  color: white;
  font-size: 8px;
}

.icon-sm {
  color:#000080;
  font-size: 8px;
}

.icon-md-red {
  color: red;
  font-size: 16px;
}

li.module-list-item {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 2px;
  list-style-type: disc;
  padding-left: 8px;
}