html,
body,
div,
p,
span,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Almoni Neue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.application-content {
  width: 100%;
  height: 100vh;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #daf5ff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3ebef0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3ebef0;
}

/* body {
  background: url("images/demandoo-main-background2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  padding: 0;
  margin: 0;
} */

app-root {
  min-height: 100vh;
  display: block;
  /*   border:1px solid red; */
  /* justify-content:center; */
  /* align-items:center; */
}
mat-spinner {
  margin: auto;
}

.btn-primary {
  border-radius: 8px;
  border: none;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.19px;
  color: #fff;
  line-height: 1.71;
  background-color: #3ebef0;
  transition: 0.15s all;
}

.btn-primary:hover {
  background-color: #1198cc;
  cursor: pointer;
}

.btn-outline {
  border-radius: 8px;
  border: none;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.19px;
  color: #3ebef0;
  line-height: 1.71;
  background-color: #fff;
  border: 1px solid #3ebef0;
  transition: 0.15s all;
}
.btn-outline:hover {
  background-color: rgb(235, 235, 235);
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 16px;
  color: #bababa;
}

a {
  color: #3ebef0;
}

.btn-secondary {
  border-radius: 8px;
  border: solid 1px #3ebef0;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.19px;
  color: #3ebef0;
  line-height: 1.71;
  background-color: transparent;
  transition: 0.15s all;
}

.btn-secondary:hover {
  background-color: #e8f8fe;
  cursor: pointer;
}

.btn-thirty {
  border: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.19px;
  color: #3ebef0;
  line-height: 1.25;
  background-color: transparent;
  padding-bottom: 1px;
}
.btn-thirty :hover {
  text-decoration: underline solid 2px #3ebef0;
  cursor: pointer;
}

.row {
  display: flex;
}
.w-50 {
  width: 50%;
}
.justify-space-between {
  justify-content: space-between;
}

.status-label {
  color: #3198c0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.43;
  padding: 6px 21px;
  border-radius: 8px;
  text-align: center;
  width: 10rem;
  height: 32px;
  -webkit-backdrop-filter: blur(27.2px);
  backdrop-filter: blur(27.2px);
}
.status-label-green {
  color: #258350;
  background-color: #dcf5f3;
}
.status-label-open {
  background-color: #ecf9fe;
}

.status-label-in-progress {
  background-color: #ffebeb;
}

.status-label-completed {
  background-color: #dcf5f3;
}

.status-label-red {
  color: #f73900;
  background-color: #ffebeb;
}

@media (max-width: 1100px) {
  .desktop {
    display: none !important;
  }
}

@media (min-width: 1100px) {
  .mobile {
    display: none !important;
  }
}

.mat-tab-body-content {
  overflow: hidden !important;
}

@media (min-width: 768px) {
  .mat-tab-body-content {
    display: grid;
    gap: 15px;
    row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.card-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.card {
  height: 100%;
  width: 100%;
  display: block;
  padding: 24px;
  border-radius: 16px;
  border-bottom: 3px solid #3ebef0;
  box-shadow:
    0 1px 2px 0 rgba(62, 62, 62, 0.1),
    0 6px 20px 0 rgba(71, 71, 71, 0.08);
  background:
    url("../../assets/images/images/footerWaves.svg") no-repeat,
    #fff;

  background-position: bottom;
  background-size: 100%;
  overflow: hidden;

  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.ltr .card::after {
  content: "";
  height: 42px;
  width: 6px;
  background-color: #3ebef0;
  position: absolute;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  top: 12.5%;
  left: 0;
}
.ltr .card::before {
  content: "";
  height: 145px;
  width: 150px;
  background: url("../../assets/images/images/cardDots.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(15%, 20%);
}

/* width */

.rtl .card::after {
  content: "";
  height: 3rem;
  width: 6px;
  background-color: #3ebef0;
  position: absolute;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  right: 0;
  top: 3.5rem;
}
.rtl .card::before {
  content: "";
  height: 145px;
  width: 150px;
  background: url("../../assets/images/images/cardDots.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(19%, 25%);
  rotate: 90deg;
}

.cards-grid {
  display: grid;
  transition: 0.5s all;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 7px;
  justify-content: center;
  margin: auto;
  overflow: hidden;
}
.page-container {
  padding: 24px 13.5%;
  min-height: 90%;
  max-width: 100%;
}

.cdk-overlay-pane.popup-dialog {
  overflow-y: scroll;
  max-height: 95vh;
  width: 50vw;
}

@media (max-width: 1100px) {
  .page-container {
    padding: 16px 15px;
  }

  .cdk-overlay-pane.popup-dialog {
    width: 80vw;
  }
}

.legal-disclaimer {
  opacity: 0.5;
}
@media (max-width: 1100px) {
  .legal-disclaimer {
    margin-bottom: 21px;
  }
}
.carusel-header-filter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 1100px) {
  .carusel-header-filter-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.carusel-header-filter-container select-input .mat-form-field-type-mat-select {
  max-width: 156px;
}

.rtl .card-list-container li::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  right: -24px;
}
.card-list-container {
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 2px solid #3ebef0;
  box-shadow:
    0 1px 2px 0 rgba(62, 62, 62, 0.1),
    0 6px 20px 0 rgba(71, 71, 71, 0.08);
}
.card-list-container li {
  margin: 24px;
  list-style: none;
  width: calc(100%-24px);
  position: relative;
}
@media (min-width: 1100px) {
  .card-list-container li {
    height: 148px;
  }

  .card-list-container li.card-list-element-action {
    height: 20px !important;
  }
}
.card-list-container li h1 {
  font-weight: 500;
  line-height: 1.33;
}
.card-list-container li::after {
  content: "";
  height: 47px;
  width: 6px;
  transform: translateY(-50%);
  background-color: #3ebef0;
  position: absolute;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  top: 4.5%;
  left: -24px;
}
.card-list-container li .card-list-row {
  display: flex;
  gap: 90px;
  overflow: hidden;
  word-break: break-all;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .card-list-container li .card-list-row {
    flex-direction: column;
    gap: 29px;
    margin-bottom: 20px;
  }
}
li:not(:last-child) {
  border-bottom: 1px dashed rgba(62, 190, 240, 0.7);
}

.status-card-container {
  height: 3%;
  @media (max-width: 768px) {
     height: 11%;
  }
}

.info-fields-container {
  height: 63%;
  gap: 5px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.card-titles-container {
  height: 8%;
  margin-bottom: 32px;
}

.card-title {
  color: #333232;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
}

.card-how-much {
  margin-top: 46px;
  margin-bottom: 9.6px;
  font-weight: 400;
  color: #757575;
}
.info-field {
  margin-bottom: 24px;
}
.card-subtitle {
  color: #757575;
  font-weight: 400;
  font-size: 16px;
}

.card-status-label-green {
  width: 80px;
}
.details-btn {
  width: 100%;
  z-index: 5;
}

.item-page-titles-container {
  margin-bottom: 25px;
}
.item-page-titles-container h1 {
  font-weight: 500;
}
.item-page-titles-container h3 {
  font-weight: 500;
  color: #757575;
}
.main-item-card-list-container {
  background-color: rgba(51, 50, 50, 0.02);
  position: relative;
}
.main-item-card-list-container::before {
  content: "";
  height: 145px;
  width: 150px;
  background: url("../../assets/images/images/cardDots.svg") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.main-item-title {
  line-height: 1.33;
  font-weight: 500;
}
.component-card-element-title {
  margin-bottom: 27px;
  transform: translateX(15px);
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  color: #333232;
  position: relative;
}
.component-card-element-title::before {
  border-radius: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  transform: translate(-15px, 20%);
  background-color: #b9e8fa;
  width: 30px;
  height: 30px;
}
.blue-border-container::after {
  content: "";
  height: 42px;
  width: 6px;
  background-color: #3ebef0;
  position: absolute;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  top: 0;
  left: -24px;
}

.grid-table-display {
  display: grid;
  grid-template-columns: 0.2fr 0.2fr 0.2fr;
  grid-auto-flow: row;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .grid-table-display {
      grid-template-columns: 0.3fr 0.3fr 0.3fr;
  }
}

.border-seperator {
  border-bottom: 0.5px solid #bababa;
  padding: 1rem 0 1rem 0;
}

.border-seperator:hover {
  background: rgba(62, 190, 240, 0.05);
}

.buttons-container {
  display: block !important;
  position: absolute;
  left: 4rem;
}

@media (max-width: 768px) {
  .buttons-container {
      left: 1.3rem;
  }
}

.buttons-container-hover {
  display: block !important;
  position: absolute;
  left: 4rem;
}

.icons-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.view {
  background-image: url(../icons/view-icon.svg);
  background-repeat: no-repeat;
}

.download {
  background-image: url(../icons/download-icon.svg);
  background-repeat: no-repeat;
}

.mt-1 {
  margin-top: 1rem;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: #3ebef0 !important;
}

.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #3ebef0 !important;
}

.close {
  background-image: url(../icons/icons-close-file.svg);
  background-repeat: no-repeat;
}

.filter {
  background-image: url(../icons/filter.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1rem;
}

.filter-row {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .filter-row {
      padding-bottom: 5vh;
  }
}

.filter-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 3rem;
}

.action-btn {
  align-self: flex-end;
  color: #3ebef0;
  display: inline;
  padding: 6px;
  border: 1px solid;
  margin-left: 1%;
  border-radius: 8px;
}

.action-btn :hover {
  cursor: pointer;
}

.clicked::before {
  border-radius: 100%;
  content: "";
  z-index: -1;
  position: absolute;
  transform: translate(31%, -22%);
  background-color: #b9e8fac7;
  width: 40px;
  height: 40px;
}
.mt1 {
  margin-bottom: 1rem;
}