.full-width {
    flex: 0 0 100%;
    max-width: 100%;
}
.tab-content.tab-content-vertical {
    border-top: 1px solid #ced4da;
    margin-top: 20px;
}
#main-card {
  /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='15' ry='15' stroke='%23333' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='22' stroke-linecap='square'/%3e%3c/svg%3e"); */
  border-radius: 15px;
  /* height: 95%; */
  background-color: #fff;
  /* box-shadow: -1px 5px 9px 4px #cecece; */
}

#main-card input:focus {
  border-color: #57b657 !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

#main-card textarea:focus {
  border-color: hsl(120, 39%, 53%) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

label.position-absolute.bottom-0.right-0 {
  position: absolute;
  left: 92px;
  bottom: -16px;
  color: black;
  padding: 8px;
  background: white;
  border-radius: 24px;
}

.modal-lg {
  max-width: 800px;
}

#updateSuccessMessage {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  padding: 10px;
  background-color: #4caf50;
  color: #fff;
  text-align: center;
  z-index: 9999;
}

#main-card label {
  font-weight: 600;
  padding-bottom: 10px;
}

#main-card .gap-2 {
  gap: 10px;
}

.file-upload {
  position: relative;
  display: inline-block;
}

.input-file {
  position: absolute;
  left: -9999px;
}

.file-label {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #ced4da;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.file-label span {
  font-weight: 400;
  font-size: 0.875rem;
  color: #c9c8c8;
}

.file-label .mdi-cloud-upload {
  font-size: 2rem;
  color: #4b49ac;
}

.detailed-report-carousel .carousel-control-prev {
  left: auto;
  right: auto;
  top: 50%;
  bottom: 50%;
  background-color: unset;
  color: #4b49ac;
}

.detailed-report-carousel .carousel-control-next {
  top: 50%;
  bottom: 50%;
  background-color: unset;
  color: #4b49ac;
}

.user-profile-image img {
  width: 70px;
  /* Set the desired width */
  height: 70px;
  /* Set the desired height */
  object-fit: cover;
  /* Maintain aspect ratio and cover the entire area */
  border-radius: 12%;
  /* Make the image circular */
}

#deleteSuccessMessage {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
  /* Custom background color */
}

.login-container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-form {
  width: 350px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.login-header {
  text-align: center;
  margin-bottom: 30px;
}

.login-header h3 {
  color: #007bff;
  /* Custom header color */
}

.forgot-password,
.sign-up {
  text-align: center;
  margin-top: 10px;
}

.forgot-password a,
.sign-up a {
  color: #007bff;
  /* Custom link color */
}

.forgot-password a:hover,
.sign-up a:hover {
  text-decoration: underline;
}

.logo img {
  width: 80px;
  /* Set logo width */
  margin: auto;
  /* Center logo */
  display: block;
  margin-bottom: 20px;
}

button.text-right-btn {
  position: absolute;
  right: -25px;
  top: 4px;
}

a.btn-icon,
a.btn-icon-text {
  padding: 11px !important;
}

.custom_check .form-check-input {
  margin-left: 0;
}

.custom_inner_list {
  list-style: none;
}

.importance_text,
.notes_text {
  display: flex;
  align-items: baseline;
}

.importance_text {
  margin-bottom: 15px;
}

.label_text {
  margin: 0 15px 0px 0;
  font-weight: 600;
  min-width: 100px;
}

.importance_text .content,
.notes_text .content {
  width: 100%;
  word-wrap: break-word;
  line-height: 27px;
  display: inline-block;
}

textarea.form-control {
  line-height: 25px;
}

select.form-control {
  color: #000;
}

.card-header-details {
  display: flex;
  margin-bottom: 10px;
}

.card-header-details,
.label_text,
.importance_text .content,
.notes_text .content {
  font-size: 15px;
}

/* .card {
  box-shadow: -1px 5px 9px 4px #cecece;
} */

.card-header-details:last-child {
  margin-bottom: 0;
}

.card-header-label {
  font-weight: 700;
  margin-right: 10px;
}

.card-head-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detailed_row {
  padding: 10px 23px;
}

.card.work_cards {
  margin-bottom: 15px;
  box-shadow: none;
  border: 1px solid #000;
}

.card.work_cards:last-child {
  margin-bottom: 0;
}

.page-title-custom {
  display: flex;
  align-items: center;
}

.page-title-custom i {
  background: var(--primary);
  color: #fff;
  border-radius: 20px;
  padding: 4px;
}

.page-title-custom h4 {
  margin: 0;
}

.title-icon {
  margin-right: 10px;
  font-size: 19px;
}

.delete_photo_button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  position: absolute;
  right: -34px;
  top: -14px;
}

.image-preview {
  position: relative;
  width: 100px;
}

.image-preview img {
  object-fit: cover;
}

.delete_photo_button i::before {
  color: var(--bs-danger);
  font-size: 20px;
}

.form-control.error {
  border-color: var(--danger) !important;
  border-width: 1px;
  border-style: solid;
}

.error {
  margin-top: 0;
}

span.astrisk {
  color: var(--danger);
  margin-left: 3px;
}

label.error {
  margin: 5px 0 0;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--danger);
}

.card-header-details,
.label_text,
.importance_text .content,
.notes_text .content {
  font-size: 15px;
}

ul.steps_main {
  list-style: none;
  padding: 0;
  text-align: center;
}

li.steps {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  margin-right: 15px;
}

li.steps:nth-child(2) {
  margin-right: 0;
}

span.step_title {
  margin-top: 5px;
}

span.step_number {
  padding: 6px 15px;
  background: #f4f4f4;
  border-radius: 20px;
  color: #000;
  font-weight: 800;
  max-width: 40px;
  margin: 0 auto;
  border: 1px solid #000;
  box-shadow: 2px 0px 6px #999;
}

.steps.active span.step_number {
  background: #19b5db;
  color: #fff;
  border: 1px solid #19b5db;
}

.steps.active .step_title {
  font-weight: 700;
}

span.step_number:hover {
  cursor: pointer;
}

.pagination {
  margin: 0;
}

img.btn_icon {
  width: 24px;
  height: 24px;
}

li.nav-item.bt-contact-menu {
  bottom: 0px;
  position: absolute !important;
  width: 100%;
}

ul.nav {
  position: relative;
  height: 90%;
  overflow: visible !important;
}

.header-image.d-flex h2 {
  font-size: 20px;
  font-weight: 800;
  margin-left: 13px;
}

.graph-header {
  margin-bottom: 30px;
}

.header-item {
  width: 50%;
}

.header-item img {
  width: 30px;
  display: block;
}

.header-data {
  margin-top: 22px;
}

.header-data h2,
.header-data p {
  display: flex;
}

.header-data h2 {
  font-size: 20px;
  font-weight: 700;
}

#error h5 {
  color: red;
}

.btn-outer ul {
  padding: 0 0 15px 1px;
}

.btn-outer ul li {
  text-align: left !important;
}

.btn-outer ul li a {
  padding: 8px 23px;
  background-color: #248afd;
  color: #fff;
  border: none;
  font-weight: 500;
}

.btn-outer ul li a:hover {
  background-color: #4b49ac;
}

.quick-access-btn.active,
.export-worklog-btn:hover {
  color: #fff !important;
}
.link-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.copyurl {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-left: -22px;
}
.link-inner {
  display: contents;
}
.popover_position {
  position: absolute;
  top: 20px;
  right: 20%;
}
@media (max-width: 992px) {
  .popover_position {
    top: 10px !important;
    right: 10px !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.tracker {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: white;
  border-radius: 30px;
  overflow: hidden;
}

.tracker-step {
  display: flex;
  flex:1;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #03648f;
  color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  word-break: break-word;
}

.step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  white-space: normal; /* Allow wrapping */
}

.step-number {
  font-size: 12px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 4px;
  border: 2px solid;
}

.tracker-step.pending {
  background-color: #6c757d;
}

.tracker-step.pending .step-number {
  background: white;
  color: #6c757d;
  border-color: #6c757d;
}

.tracker-step.active {
  background-color: #007bff;
}

.tracker-step.active .step-number {
  background: white;
  color: #007bff;
  border-color: #007bff;
}

.tracker-step.completed {
  background-color: #28a745;
}

.tracker-step.completed .step-number {
  background: white;
  color: #28a745;
  border-color: #28a745;
}

.tracker-step::after {
  content: "";
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  width: 6px;
  background-color: white;
}

.tracker-step:last-child::after {
  display: none;
}

.view-all-btn, .view-all-btn:hover, .view-all-btn:active, .view-all-btn:focus {
    color: white;
    text-decoration: none;
}