:root {
  --main: rgba(72, 76, 122) !important;
  --vice: #F7F7FF !important;
  --border: #D4D5FF !important;
  --success: #00BBB8;
  --error: #FF8D79;
}

*::-webkit-scrollbar {
  display: none;
}

/* +*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+ */
/* +*+*+*+*+*+*+*+*+*+*  TOAST +*+*+*+*+*+*+*+*+*+*+ */
/* +*+*+*+*+*+*+*+*+*+*+*+***+*+*+*+*+*+*+*+*+*+*+*+ */
.rs-toast {
  background: var(--main);
  color: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  position: fixed;
  top: 10.5rem;
  left: 1.5rem;
  right: 1.5rem;
  font-size: 1.4rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 9999;
  display: none;
  animation: modalOp 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  max-width: 50rem;
  margin: 0 auto;
  line-height: 1.5;
}

.modal-cl {
  animation: modalCl 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes modalCl {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-50px);
    opacity: 0;
  }
}

body {
  color: var(--text2) !important;

}

.logo-chamber {
  display: flex;
  justify-content: center;
  margin: 6rem 0rem 3rem 0rem;
}

.get-in {
  /* text-transform: uppercase !important; */
  font-weight: 900 !important;
  display: block !important;
  padding: 2rem;
  margin-bottom: 0 !important;
}

.register {
  text-align: center;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  padding: 2rem;
  font-size: 80%;
}

.login {
  padding: 2rem;
  max-width: 38rem;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.login .input-field {
  position: relative;
  margin-bottom: 3rem;
}

.login .icon-login {
  position: absolute;
  right: 0rem;
  top: 50%;
  transform: translateY(-50%);
  max-width: 2.5rem;
}

.login .input-field input {
  font-size: 1.6rem;
  padding-left: 0 !important;
  padding-right: 4rem !important;
  font-weight: 600;
}

.login .input-field label {
  left: 0;
  font-size: 80%;
  text-transform: uppercase;
}

.login a {
  text-decoration: none !important;
}

.password-reset {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-style: italic;
  font-size: 70%;
  font-weight: 600;
  margin-top: 5rem;
}

.password-reset a {
  text-decoration: none !important;
}

a {
  text-decoration: underline !important;
}

.login-button {
  right: 1.5rem;
  border-radius: 100rem !important;
  /* text-transform: uppercase !important; */
  margin-top: 7rem;
  bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.4rem !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}

.login-section {
  /* height: 100vh; */
  color: var(--text2);
}

.password-hint {
  display: inline-flex;
  top: 100%;
  position: absolute;
  left: 0;
  margin-top: 0.5rem;
  font-size: calc(1vw + 0.8rem);
  color: var(--error);
  font-weight: 600;
}

.password-hint span {
  text-transform: none;
  color: var(--success);
}

.password-error {
  color: var(--error) !important;
  position: relative;
}

.password-error::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0.1rem;
  background: var(--error);
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  animation: spread 700ms linear 0s infinite;
}

@keyframes spread {
  0% {
    min-width: 0;
  }

  100% {
    min-width: 100%;
  }
}

/* Basic styles for the button */
.wave-button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: none;
}

/* Wave effect */
.wave {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #AAAABC;
  border-radius: 50%;
  pointer-events: none;
  transform: scale(0);
  opacity: 1;
  animation: wave-animation 0.6s linear;
}

@keyframes wave-animation {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

.logo-chamber img {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 1.5rem;
  border-radius: 3rem;

}

.header {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  box-shadow: rgb(0 0 0 / 10%) 0px -25px 20px -20px;
  border-top: 0.1rem solid var(--border);
  z-index: 99;
  background: var(--light);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-chamber {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  gap: 1.5rem !important;
}

[class*='-chamber'] {
  /* display: inline-flex; */
  align-items: center;
}

.menu-chamber {
  display: inline-flex;
  gap: 2rem;
  margin-bottom: 0 !important;
}

.carve-tab {
  border: 0 !important;
  width: 100% !important;
  flex: 1;
}

.carve-tabs-head {
  border-radius: 10rem;
  /* border: 0.2rem solid var(--main); */
  width: 95% !important;
  margin: 0 auto;
}

.carve-tabs-body {
  flex: 1;
}

.carve-tabs-head .tab-indicator {

  /* height: 3.5rem !important;
  top: 0.5rem !important; */
  border-radius: 10rem;
}

.filter-button {
  position: relative;
  background: transparent !important;
  border: none !important;
}

.filter-button+.select-filter ul {
  position: absolute;
}

.select-filter {
  background: transparent !important;
  margin: 0 !important;
}

.search-modal{
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0 !important;
  max-height: 100% !important;
  bottom: 0;
  transition: all 400ms ease-in-out;
  padding-top: 8rem !important;
  display: none;
}

.search-modal::-webkit-scrollbar{
  display: none;
}

input#filterValue {
  border-radius: 1rem;
}



.carve-menu-group {
  justify-content: space-between;
}

.grid-card .carve-card {
  margin-bottom: 0rem;
  padding: 0.5rem;
  /* border: 0.1rem solid var(--border); */
  /* border-radius: 0.8rem; */
  /* background-image: linear-gradient(180deg, #fff, #f5f5fa) !important */
}

.carve-card {
  /* border-radius: 1rem; */
  /* box-shadow: rgba(17, 12, 46, 0.15) 0px 18px 100px 0px !important; */
  /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important; */
}

.grid-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 0.9rem;
}

.project-name {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
  overflow: hidden;
}

.state-nu {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  background: var(--vice);
  text-align: center;
  padding: 1.4rem 0.3rem 0.3rem 0.3rem;
  border-radius: 0.5rem;
  border: 0.1rem solid var(--border);
  line-height: 1;
}

.state-nu sub {
  position: absolute;
  right: 0.3rem;
  font-size: 0.95rem;
  bottom: auto;
  margin-top: -0.5rem;
  /* font-weight: 600; */
  top: 0;
  left: 50%;
  background: var(--light);
  border: 0.1rem solid var(--border);
  border-radius: 1rem;
  transform: translateX(-50%);
  width: max-content;
  padding: 0.1rem 0.5rem;
  text-transform: capitalize;
  line-height: 1.2;
}

.grid-state-group {
  display: flex;
  /* flex-flow: column; */
  gap: 0.9rem;
  margin: 0.2rem 0rem 0.9rem 0rem;
  /* position: absolute; */
  right: 0;
}

.grid-card .right-side ul li {
  /* display: flex; */
  font-size: 0.95rem;
  /* align-items: center; */
  /* line-height: 2rem; */
  font-weight: 600;
  /* justify-content: space-between; */
  padding: 0 !important;
  border: 0;
}

.number {
  text-align: right;
}

.grid-card .left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.grid-st {
  flex: 1;
}

.title-i {
  min-height: 0rem !important;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  position: relative;
}

/* .grid-card .right-side ul {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
} */

.carve-tab-content {
  max-height: none !important;
  overflow: initial !important;
}

.project-name span {
  display: inline-block;
  /* animation: scroll 5s linear infinite; */
  /* text-transform: uppercase; */
  /* white-space: nowrap; */
  /* width: 100%; */
  font-size: 1.3rem;
}

@keyframes scroll {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

.overflow-ver::-webkit-scrollbar {
  display: none;
}

.list-card .carve-card {
  flex-flow: row;
  padding: 1rem;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.list-card .left-side {
  flex: 0;
  align-items: center;
  display: flex;
}

.list-card .left-side .project-name {
  margin: 0;
  height: 10rem;
  border-radius: 10rem;
  width: 10rem;
  display: flex;
  align-items: center;
}

.list-card ul {
  display: flex;
  font-size: 0.95rem;
  font-weight: 600;
}

.list-card li {
  border-right: 0.1rem solid var(--border);
  padding: 0rem 0.5rem;
  display: flex;
}

.list-card li:last-child {
  border: none;
}

.list-card .grid-state-group {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0rem;
}

.search-modal .icon-close{
  bottom: 1.5rem !important;
  position: fixed;
  right: 1.5rem;
  top: auto;
  padding: 0.8rem;
}

li {
  padding: 2rem 1.5rem !important;
  border-bottom: 0.1rem solid;
  border-color: var(--purple-500);
}

.slide-in {
  animation: slide-in 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes slide-in {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.slide-out {
  animation: slide-out 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.list-defect-card .list {
  flex-flow: row;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0rem;
  color: var(--text2);
  margin-bottom: 0rem;
  justify-content: space-between;
  /* background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important; */
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(204, 219, 232) -3px -3px 6px 0px inset !important; */
  border-top: 0.1rem solid var(--border);
  align-items: center;
}

.list-defect-card .list:first-child {
  border: 0;
}

.card-middle {
  flex: 1;
  text-align: left;
  word-break: break-word;
}

.carve-drawer-body ul li::after,
.carve-drawer-body ul li::before {
  display: none;
}

.card-right {
  max-width: 8rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.card-left {
  text-transform: uppercase;
}

.card-middle .heading-small,
.card-middle .heading-xsmall {
  margin-bottom: 0rem !important;
}

.card-left .project-name {
  background: transparent;
  color: var(--text2);
  margin: 0;
  padding: 0;
}

ul.list-defect-card {
  max-height: 35rem;
  overflow: auto;
  margin-top: 0rem;
}


.select-field::after {
  display: none !important;
}

.overflow-ver .font-medium {
  margin-bottom: 1.5rem !important;
  margin-top: 1rem;
}

.carve-tabs-head .tab-indicator {
  background: var(--text2) !important;
}

.carve-drawer-body {
  height: auto !important;
  overflow-y: auto !important;
  padding: 0 !important;
}

.ticket-status {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.45) 0px -15px 20px -20px;
  flex-basis: 100%;
}

.detail-defect-card {
  max-height: 100% !important;
}

.assignee {
  font-size: 1.3rem;
  display: inline-block;
  line-height: 2rem;
}

.assignee .icon {
  margin-left: 0.5rem;
}

.assign {
  text-align: center;
  flex: 1;
}

.assign .carve-chips {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  font-size: 1.2rem;
  min-width: -webkit-fill-available;
  padding: 0.5rem;
  justify-content: center;
  white-space: nowrap;
}

.middle-row {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}

.middle-row i {
  display: flex;
}

.f-wrap {
  flex-wrap: wrap;
}

.middle-row .heading-small {
  font-size: 1rem;
}

.middle-row u span {
  display: inline;
}

.filter-group .assignee {
  white-space: nowrap;
}

.filter-group {
  flex-wrap: wrap;
}

.step {
  display: flex;
  margin-bottom: 1rem;
  gap: 0.5rem;
}

.step:last-child {
  margin-bottom: 0;
}

.step-number {
  min-width: 8px;
  min-height: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--text);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.step-content {
  background-color: white;
  padding: 0.5rem;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  flex-grow: 1;
  /* max-width: 8rem; */
  border: 0.1rem solid var(--border);
  position: relative;
}

.step.active .step-number {
  background-color: #28a745;
}

.step-content .stepper-title {
  font-size: 0.7rem;
  text-decoration: underline;
  margin-bottom: 0.5rem;
  display: none;
}

.step-content .stepper-decs {
  font-size: 0.8rem;
  /* max-width: 7rem; */
  max-height: 5rem;
  overflow: auto;
  line-height: 1;
  font-style: italic;
}

.stepper {
  overflow-y: auto;
  max-height: 29.5rem;
  width: 100%;
}

.step-content::after {
  content: '';
  display: inline-block;
  width: 0.1rem;
  height: calc(100% + 1.1rem);
  background: var(--border);
  position: absolute;
  top: 0;
  left: -1rem;
  z-index: 0;
}

.step:last-child .step-content::after {
  height: 100%;
}

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

.progress-by {
  font-size: 0.9rem;
  margin-top: 0.5rem;
  /* font-style: italic; */
  font-weight: 600;
  text-transform: capitalize;
}

.deadline {
  font-size: 0.7rem;
  opacity: 0.6;
}

.detail-defect-card .card-left {
  position: absolute;
  top: 1.5rem;
}

.detail-defect-card .card-right {
  padding-top: 6rem;
}

.list-defect-card .list .card-right {
  min-width: 10rem;
  font-size: 1rem;
  gap: 0.5rem;
}
.list-defect-card .list .card-right .carve-chips:nth-child(1) {
  margin-bottom: 1rem;
}
.stepper-decs::before,
.stepper-decs::after {
  content: '"';
}

.evidence {
  max-width: 100%;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 20px;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s;
}

.evidence:hover {
  transform: scale(1.05);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 100;
}

.overlay.visible {
  visibility: visible;
  opacity: 1;
}

.full-screen-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 5px;
}

.title-chamber2 {
  justify-content: space-between;
  display: flex;
  margin-bottom: 1.5rem;
}

.evidence-chamber {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: 1rem;
}

.wave-effect {
  position: absolute;
  border-radius: 50%;
  background: #cacaca !important;
  transform: scale(0);
  animation: wave 0.6s linear;
  pointer-events: none;
}

@keyframes wave {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  /* padding: 15px;
  margin: 5px 0;
  background: #f0f0f0; */
  cursor: pointer;
  position: relative;
}

.carve-drawer-body ul li:hover,
.carve-drawer-body ul li:focus {
  background: inherit !important;
}

.carve-drawer-body ul li {
  min-height: auto !important;
  line-height: normal !important;
}

.carve-drawer-body li a {
  text-decoration: none !important;
  margin: -2rem -1.5rem !important;
  padding: 2rem 1.5rem !important;
  width: calc(100% + 4rem);
  text-align: left;
}

.menu-list .icon {
  margin-right: 1.5rem;
  min-width: 3rem;
}

.profile-chamber {
  display: flex;
  border-color: var(--purple-500);
  padding: 2rem;
  justify-content: space-between;
  flex-flow: column;
}

.dp {
  width: 18rem;
  object-fit: cover;
  border-radius: 100rem;
  height: 18rem;
  object-position: top;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border: 0.2rem solid var(--border);
  padding: 0.5rem;
}

.list-chamber {
  margin: 2rem;
  background: var(--vice);
  border-radius: 2rem;
  margin-top: 0;
}

.list-chamber li a .icon {
  width: 2rem;
  height: 2rem;
}

.list-chamber li a {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  padding: 1.5rem !important;
  border-bottom: 0.15rem solid var(--light);
  gap: 1.5rem;
  position: relative;
}

.list-chamber li:last-child a {
  border-bottom: none;
}

.list-chamber li a::after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background: transparent;
  border-right: 0.2rem solid var(--main);
  border-bottom: 0.2rem solid var(--main);
  position: absolute;
  right: 1.5rem;
  transform: rotate(-45deg);

}

.list-chamber li {
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.carve-button-fab {
  display: block !important;
  background: transparent !important;
}

.profile-placeholder {
  width: 8rem;
  height: 8rem;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  border-radius: 100rem;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  padding: 3rem;
}

.edit-s {
  position: absolute;
  right: -0.5rem;
  top: auto;
  bottom: 2rem;
  filter: drop-shadow(0px 9px 8px rgba(0 0 0 / 13%));
  /* background: var(--light); */
  padding: 0.4rem;
  border-radius: 10rem;
  border: 0.1rem solid var(--border);
}

.radio-group {
  display: flex;
}

.radio-group .radio-field {
  flex: 1;
  border: 0.1rem solid var(--border);
  padding: 1.5rem;
  border-radius: 4rem;
}

.form-section .button-group,
.select-group {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.button-group .carve-button-main {
  flex: 1;
  border-radius: 1rem;
}

.button-group span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-section form {
  padding: 1.5rem;
}

.form-section form .radio-group {
  margin-top: 2rem;
  gap: 2rem;
  margin-bottom: 3.5rem;
}
.form-section form input {
  border: 0.1rem solid var(--border) !important;
}

.form-section form .input-field,
.form-section form input,
.radio-group .radio-field {
 
  background: transparent !important;
  border-radius: 1rem;
  box-shadow: rgb(204, 219, 232, 0.2) 3px 3px 6px 0px inset, rgb(236 241 255 / 15%) -3px -3px 6px 1px inset;
}

.light-body {
  background: var(--light);
}

input[type="number"] {
  min-height: 4.5rem;
  border-radius: 0rem;
  padding: 1.5rem;
  font-size: 100%;
  outline: 0;
  border: 0.15rem solid var(--border);
  text-overflow: ellipsis;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.form-section {
  margin-top: 1rem;
  padding-bottom: 7.5rem;
}

.form-section .button-group .carve-button {
  padding: 0;
}

select,
textarea {
  font-family: inherit;
  position: relative;
  border-radius: 1rem !important;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
}

.select-field::before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid var(--main);
  border-right: 0;
  border-top: 0;
  transition: unset;
}

textarea {
  min-height: 4.5rem;
  border-radius: 0rem;
  padding: 1.5rem;
  font-size: 100%;
  outline: 0;
  border: 0.15rem solid var(--border);
  text-overflow: ellipsis;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  box-shadow: rgb(204, 219, 232, 0.2) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  background: transparent;
}

textarea:focus+label,
textarea:valid+label {
  top: -0.6rem;
  font-size: 87%;
  background: white;
  padding: 0 0.6rem;
  z-index: 0;
}

.select-group {
  gap: 1.5rem;
}

.edit-defect label,
.edit-defect label,
.edit-defect label {
  background: transparent !important;
  font-size: 70% !important;
  top: -1.6rem !important;
  left: 0 !important;
  padding: 0 !important;
}

.input-field {
  margin-bottom: 3rem !important;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 2;
  text-align: center;
  background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid var(--bg3);
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px; */
  background-color: var(--light);
}

.form-section .button-group {
  margin: -1.5rem;
  padding: 2rem;
  box-shadow: rgb(204, 219, 232, 0.6) 0px -3px 6px 0px;
}

.ticket-status span {
  /* background: #e0f8e7; */
  padding: 0.5rem 1.5rem;
  border-radius: 10rem;
  /* color: #35a458; */
  line-height: 100%;
}

.ticket-status .status {
  color: #e0f8e7;
  background: #35a458;
}

.skeleton {
  background: linear-gradient(to right,
      #e0e0e0 0%,
      #f8f8f8 50%,
      #e0e0e0 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.skeleton-text {
  height: 16px;
  width: 100%;
  margin: 4px 0;
  border-radius: 4px;
}

.skeleton-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.skeleton-heading {
  height: 25px;
  width: 150px;
  border-radius: 4px;
  background: linear-gradient(to right,
      #e0e0e0 0%,
      #f8f8f8 50%,
      #e0e0e0 100%) !important;
}

.skeleton-button {
  width: 50px;
  height: 25px;
  border-radius: 4px;
}

.header>div,
.carve-card,
.list-defect-card li {
  display: flex;
  align-items: center;
}

.list-defect-card .card-middle .defect-description {
  /* opacity: 0.6; */
  line-height: 1.3;
  margin: 1rem 0rem;
  font-size: 1.4rem;
  word-break: break-word;
}

.list-defect-card .card-middle .defect-id {
  font-size: 1.4rem;
  letter-spacing: 0.01rem;
}

.list-defect-card .card-middle .heading-small u {
  font-weight: 900;
  font-size: 1.2rem;
}

.skeleton-p .carve-card {
  border: var(--border);
  box-shadow: none !important;
  background-image: none !important;
}

.pro-name-skeleton {
  height: 7rem;
  width: 100% !important;
  margin-top: 0;
}

div#body {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.ModifyDeffect {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
}

.fab-btn {
  position: fixed;
  right: 1.5rem;
  bottom: 9rem;
  background: var(--main);
  /* padding: 1rem; */
  width: 4rem;
  height: 4rem;
  border-radius: 10rem;
  display: grid;
  place-items: center;
  box-shadow: var(--button-shadow);
  border: 0.1rem solid var(--border);
  overflow: hidden;
  z-index: 9;
}

.fab-btn svg {
  fill: var(--light);
  stroke: var(--light);
}

a {
  text-decoration: none !important;
  text-align: center;
}

.freeze-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  gap: 1.5rem;
  text-align: center;
  box-shadow: rgb(204, 219, 232, 0.4) 0px -3px 6px 0px;
  border-top: 0.1rem solid var(--border);
  background-color: var(--light);
  z-index: 2;
}

.freeze-bottom .carve-button-main {
  text-decoration: none !important;
  text-align: center;
  flex: 1;
  font-weight: 600;
}

.carve-chips-group .carve-badge {
  padding: 0.2rem;
  border-radius: 10rem;
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-width: 1rem;
  min-height: 1rem;
  font-size: 80%;
  font-weight: 600;
  letter-spacing: 0.0125rem;
  line-height: 1;
  position: absolute;
  right: -0.5rem;
  top: 0;
  background: var(--abort);
  color: var(--light);
}

.card-right .carve-chips {
  margin: 0rem;
  justify-content: center;
  text-align: center;
}

.carve-chips-group {
  /* padding: 1rem; */
  /* border-radius: 1rem; */
  margin-bottom: 0rem;
  /* border: 0.1rem solid var(--border);
  background: var(--vice); */
  flex-wrap: nowrap !important;
  overflow: auto;
}

.right-side {
  width: 100%;
}

.overflow-ver {
  padding: 1.5rem;
  padding-bottom: 14rem;
  flex: 1;
  overflow: auto;
}

.body-section {
  display: flex;
  flex-flow: column;
  height: 100vh;
}

.defect-title .heading-xsmall {
  font-weight: 700;
  font-size: 1.3rem;
  flex-basis: 100%;
  text-transform: capitalize;
}

.defect-title .heading-small {
  font-size: 1.2rem;
  word-break: break-word;
}

.profile-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0rem;
  top: 4rem;
  transform: scale(1);
  border: 0.1rem solid var(--border);
  border-radius: 4rem 4rem 0rem 0rem;
  background: var(--light);
  box-shadow: var(--shadow-footer);
}

.b-p {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--vice);
}

.profile-right .name {
  margin-top: 2rem;
  font-size: calc(3vw + 2.5rem);
}

.profile-right .mail-id {
  /* color: var(--border); */
  font-weight: 600;
  margin-top: 1rem;
}

.fab-2 {
  left: 1.5rem;
}

.w-100 {
  width: 100%;
}

.d-b {
  display: block !important;
}

.d-flex {
  display: flex !important;
  gap: 1rem;
}

.x-center {
  justify-content: center;
}

.y-center {
  align-items: center;
}

.carve-badge-skeleton {
  background: transparent !important;
}

.p-0 {
  padding: 0 !important;
}

.skeleton-mini {
  width: 1rem;
  height: 1rem;
  min-width: 1rem !important;
  min-height: 1rem !important;
}

.w-15 {
  min-width: 15rem !important;
}

.skeleton,
.skeleton-text,
.skeleton-mini {
  border-radius: 0.5rem;
  animation: skeleton-anim 1s linear infinite alternate;
  min-height: 2rem;
  min-width: 2rem;
}

.legend-skeleton .skeleton {
  min-height: 6rem;
}

.skeleton-text {
  width: 100% !important;
  height: 0.5rem !important;
  border-radius: 0.5rem !important;
  line-height: 0.5rem !important;
  max-height: 2rem !important;
  min-width: 8rem;
  min-height: 0.5rem !important;
}

.skeleton-text:last-child {
  width: 80% !important;
  margin-bottom: 0;
}

@keyframes skeleton-anim {
  0% {
    background: hsl(200, 20%, 70%);
  }

  100% {
    background: hsl(200, 20%, 95%);
  }
}

@-webkit-keyframes skeleton-anim {
  0% {
    background: hsl(200, 20%, 70%);
  }

  100% {
    background: hsl(200, 20%, 95%);
  }
}

.show-pass {
  margin-bottom: 2rem;
}

.prof-fab {
  bottom: 2rem;
}

.detail-defect-card .carve-card.list {
  align-items: flex-start;
}

label[for="defectEvidence"] {
  position: relative;
  display: inline-block;
  width: 7rem;
}

label[for="defectEvidence"] svg {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.7rem;
  width: 4rem;
  height: 4rem;
  filter: drop-shadow(0px 9px 5px rgba(0 0 0 / 25%));
  background: var(--light);
}

input#defectEvidence {
  position: absolute;
  min-width: 4rem;
  right: 0rem;
  padding: 0;
  top: auto;
  font-size: 60%;
  bottom: -2rem;
}

.carve-modal-inner::after {
  content: '';
  display: block;
  position: fixed;
  background: rgb(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  animation: fadeBg 100ms ease-in-out;
}
button#addDefectBtn {
  position: relative;
}
.loading {
  cursor: not-allowed !important;
  padding-left: 40px !important;
}
#saveEvidence.loading::after{
  left: 50%;
  margin-left: -1rem;
}
#addDefectBtn.loading::after {
  left: 50%;
  margin-left: -1rem;
}
#addDefectBtn .loading::after {
  display: none;
} 
.loading::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 12.5px;
  left: 13px;
  width: 20px;
  height: 20px;
  border: 3px dotted #fff;
  border-top: 3px solid var(--main);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  transform: translateY(-50%);
  z-index: 2000;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
#searchedDefects .carve-card.list {
  flex-flow: row;
  padding: 1.5rem;
  border-bottom: 0.1rem solid var(--border);
}
#searchedDefects .defect-description {
  font-size: 1.4rem;
  padding-right: 2rem;
  margin-top: 1rem;
}
#searchedDefects  .defect-id b {
  font-size: 1.4rem;
}
#searchedDefects .carve-card.list .card-right {
  gap: 1rem;
  max-width: 11rem;
}
#searchedDefects .card-right .carve-chips {
  font-size: 1rem;
  text-align: center;
  min-width: 11rem;
}
#editDefectBtn {
position: relative;
padding: 0 !important;
}
#editDefectBtn::after {
  left: 50%;
  margin-left: -0.5rem;
}

#loaderPaddingLeft{
  padding-left: 4.5rem !important;
}
.no-data-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.no-data-wrapper img {
  max-width: 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 20rem);
  width: 90%;
}

input[type="submit"]{
  /* background: var(--main) !important; */
  color: var(--vice);
}
.input-button {
  border: none;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.6rem;
  background: transparent !important;
}
.login-btn-group {
  display: flex;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
#menuList li::before, #menuList li::after {
  display: none;
}
.no-evidence-found {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -105px);
  font-size: 2rem;
  text-align: center;
}
.overflow-ver:has(.no-data-wrapper) {
  overflow: hidden;
}
.about-outer-wrapper {
  padding: 2rem;
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.main-wrapper {
  width: 85%;
}
.about-inner-wrapper .carve-button-fab {
  background: #4154f1 !important;
  padding: 0;
  bottom: 7rem;
  min-height: 3rem;
  line-height: 3.5rem;
}
.about-inner-wrapper .carve-button-fab .icon {
fill: var(--light);
}
.about-content {
  color: var(--dark);
  line-height: 1.5;
  font-size: 1.4rem;
  background: white;
  padding: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 0 auto;
  border-top: 0.25rem solid #4154f1;
  text-align: center;
  height: 39rem;
  overflow: auto;
  padding-top: 6rem;
}
#titleChamber .icon {
  margin-right: 1rem;
}
.about-content p {
  opacity: 0.6;
}
.credits,
.credits small,
.credits a {
  display: flex;
  align-items: center;
}
.credits {
  /* flex-flow: column; */
  transform: scale(0.9);
  font-size: 65%;
  justify-content: space-between;
}
.footer-credits {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: var(--shadow-footer);
  padding: 1.5rem 0rem;
  background: var(--light);
}
.credits span {
  display: contents;
}
.credits small img {
  margin: 0rem 0.5rem;
}
body:has(.about-outer-wrapper) {
  height: 100vh;
}
.about-page-logo {
  width: 9rem;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  /* top: 50%; */
  border: 0.2rem solid #4154f1;
  padding: 1rem;
  aspect-ratio: 1;
  border-radius: 3rem;
  box-shadow: var(--shadow-all);
  z-index: 2;
  background: white;
  transform: translateY(-50%);
  /* align-items: center; */
  /* justify-content: center; */
  margin: 0 auto;
}
#saveEvidence {
  position: relative;
  padding: 0 !important;
}
