/* Bootstrap Row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* Bootstrap Columns */
[class^="col-"],
[class*=" col-"] {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.row.row-gap-8 {
  margin-right: -8px;
  margin-left: -8px;
}

.row.row-gap-8 [class^="col-"],
.row.row-gap-8 [class*=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.row.row-gap-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.row-gap-10 [class^="col-"],
.row.row-gap-10 [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
  @media (max-width: 992px) {
    margin-bottom: 10px;
  }
}

/* Column Widths (12-Column Grid) */
.col-1 {
  flex: 0 0 8.33%;
  max-width: 8.33%;
}

.col-2 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.col-5 {
  flex: 0 0 41.66%;
  max-width: 41.66%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33%;
  max-width: 58.33%;
}

.col-8 {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33%;
  max-width: 83.33%;
}

.col-11 {
  flex: 0 0 91.66%;
  max-width: 91.66%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* Responsive Columns */
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .col-sm-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .col-sm-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .col-sm-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .col-sm-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .col-md-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .col-md-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .col-md-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .col-md-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .col-lg-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .col-lg-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .col-lg-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .col-lg-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33%;
    max-width: 8.33%;
  }

  .col-xl-2 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .col-xl-5 {
    flex: 0 0 41.66%;
    max-width: 41.66%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33%;
    max-width: 58.33%;
  }

  .col-xl-8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }

  .col-xl-11 {
    flex: 0 0 91.66%;
    max-width: 91.66%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*End Bootstrap Grid System */

/* Start Flexbox */
.flex {
  display: flex;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.justify-normal {
  justify-content: normal;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-stretch {
  justify-content: stretch;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

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

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

.gap-0 {
  gap: 0px;
}

.gap-px {
  gap: 1px;
}

.gap-1 {
  gap: 4px;
}

.gap-1-5 {
  gap: 6px;
}

.gap-2 {
  gap: 8px;
}

.gap-2-5 {
  gap: 10px;
}

.gap-3 {
  gap: 12px;
}

.gap-3-5 {
  gap: 14px;
}

.gap-4 {
  gap: 16px;
}

.gap-x-4 {
  column-gap: 16px;
}

.gap-y-4 {
  row-gap: 16px;
}

.gap-5 {
  gap: 20px;
}

.gap-x-5 {
  column-gap: 20px;
}

.gap-y-5 {
  row-gap: 20px;
}

.gap-6 {
  gap: 24px;
}

.gap-x-6 {
  column-gap: 24px;
}

.gap-y-6 {
  row-gap: 24px;
}

.gap-7 {
  gap: 28px;
}

.gap-8 {
  gap: 32px;
}

.w-20 {
  width: 80px !important;
}

.w-24 {
  width: 96px !important;
}

.w-full {
  width: 100%;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-8 {
  height: 32px;
}

.h-22 {
  height: 22px;
}

.h-full {
  height: 100%;
}

.cursor-pointer {
  cursor: pointer !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.m-0 {
  margin: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.ms-0 {
  margin-inline-start: 0px;
}

.me-0 {
  margin-inline-end: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.m-1 {
  margin: 4px;
}

.mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.ms-1 {
  margin-inline-start: 4px;
}

.me-1 {
  margin-inline-end: 4px;
}

.mt-1 {
  margin-top: 4px;
}

.mr-1 {
  margin-right: 4px;
}

.mb-1 {
  margin-bottom: 4px;
}

.m-2 {
  margin: 8px;
}

.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}

.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.ms-2 {
  margin-inline-start: 8px;
}

.me-2 {
  margin-inline-end: 8px;
}

.mt-2 {
  margin-top: 8px;
}

.mr-2 {
  margin-right: 8px;
}

.mb-2 {
  margin-bottom: 8px;
}

.m-3 {
  margin: 12px;
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.ms-3 {
  margin-inline-start: 12px;
}

.me-3 {
  margin-inline-end: 12px;
}

.mt-3 {
  margin-top: 12px;
}

.mr-3 {
  margin-right: 12px;
}

.mb-3 {
  margin-bottom: 12px;
}

.m-4 {
  margin: 16px;
}

.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.ms-4 {
  margin-inline-start: 16px;
}

.me-4 {
  margin-inline-end: 16px;
}

.mt-4 {
  margin-top: 16px;
}

.mr-4 {
  margin-right: 16px;
}

.mb-4 {
  margin-bottom: 16px;
}

.m-5 {
  margin: 20px;
}

.mx-5 {
  margin-left: 20px;
  margin-right: 20px;
}

.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ms-5 {
  margin-inline-start: 20px;
}

.me-5 {
  margin-inline-end: 20px;
}

.mt-5 {
  margin-top: 20px;
}

.mr-5 {
  margin-right: 20px;
}

.mb-5 {
  margin-bottom: 20px;
}

.m-6 {
  margin: 24px;
}

.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.ms-6 {
  margin-inline-start: 24px;
}

.me-6 {
  margin-inline-end: 24px;
}

.mt-6 {
  margin-top: 24px;
}

.mr-6 {
  margin-right: 24px;
}

.mb-6 {
  margin-bottom: 24px;
}

.m-7 {
  margin: 28px;
}

.mx-7 {
  margin-left: 28px;
  margin-right: 28px;
}

.my-7 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.ms-7 {
  margin-inline-start: 28px;
}

.me-7 {
  margin-inline-end: 28px;
}

.mt-7 {
  margin-top: 28px;
}

.mr-7 {
  margin-right: 28px;
}

.mb-7 {
  margin-bottom: 28px;
}

.m-8 {
  margin: 32px;
}

.mx-8 {
  margin-left: 32px;
  margin-right: 32px;
}

.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.ms-8 {
  margin-inline-start: 32px;
}

.me-8 {
  margin-inline-end: 32px;
}

.mt-8 {
  margin-top: 32px;
}

.mr-8 {
  margin-right: 32px;
}

.mb-8 {
  margin-bottom: 32px;
}

.mx-auto {
  margin-inline: auto;
}

.p-0 {
  padding: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.ps-0 {
  padding-inline-start: 0px;
}

.pe-0 {
  padding-inline-end: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.p-1 {
  padding: 4px;
}

.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.ps-1 {
  padding-inline-start: 4px;
}

.pe-1 {
  padding-inline-end: 4px;
}

.pt-1 {
  padding-top: 4px;
}

.pr-1 {
  padding-right: 4px;
}

.pb-1 {
  padding-bottom: 4px;
}

.pl-1 {
  padding-left: 4px;
}

.p-1-5 {
  padding: 6px;
}

.px-1-5 {
  padding-left: 6px;
  padding-right: 6px;
}

.py-1-5 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.ps-1-5 {
  padding-inline-start: 6px;
}

.pe-1-5 {
  padding-inline-end: 6px;
}

.pt-1-5 {
  padding-top: 6px;
}

.pr-1-5 {
  padding-right: 6px;
}

.pb-1-5 {
  padding-bottom: 6px;
}

.pl-1-5 {
  padding-left: 6px;
}

.p-2 {
  padding: 8px;
}

.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.ps-2 {
  padding-inline-start: 8px;
}

.pe-2 {
  padding-inline-end: 8px;
}

.pt-2 {
  padding-top: 8px;
}

.pr-2 {
  padding-right: 8px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pl-2 {
  padding-left: 8px;
}

.p-2-5 {
  padding: 10px;
}

.px-2-5 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-2-5 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ps-2-5 {
  padding-inline-start: 10px;
}

.pe-2-5 {
  padding-inline-end: 10px;
}

.pt-2-5 {
  padding-top: 10px;
}

.pr-2-5 {
  padding-right: 10px;
}

.pb-2-5 {
  padding-bottom: 10px;
}

.pl-2-5 {
  padding-left: 10px;
}

.p-3 {
  padding: 12px;
}

.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.ps-3 {
  padding-inline-start: 12px;
}

.pe-3 {
  padding-inline-end: 12px;
}

.pt-3 {
  padding-top: 12px;
}

.pr-3 {
  padding-right: 12px;
}

.pb-3 {
  padding-bottom: 12px;
}

.pl-3 {
  padding-left: 12px;
}

.p-4 {
  padding: 16px;
}

.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ps-4 {
  padding-inline-start: 16px;
}

.pe-4 {
  padding-inline-end: 16px;
}

.pt-4 {
  padding-top: 16px;
}

.pr-4 {
  padding-right: 16px;
}

.pb-4 {
  padding-bottom: 16px;
}

.pl-4 {
  padding-left: 16px;
}

.p-5 {
  padding: 20px;
}

.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ps-5 {
  padding-inline-start: 20px;
}

.pe-5 {
  padding-inline-end: 20px;
}

.pt-5 {
  padding-top: 20px;
}

.pr-5 {
  padding-right: 20px;
}

.pb-5 {
  padding-bottom: 20px;
}

.pl-5 {
  padding-left: 20px;
}

.p-9 {
  padding: 36px;
}

.px-9 {
  padding-left: 36px;
  padding-right: 36px;
}

.py-9 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.ps-9 {
  padding-inline-start: 36px;
}

.pe-9 {
  padding-inline-end: 36px;
}

.pt-9 {
  padding-top: 36px;
}

.pr-9 {
  padding-right: 36px;
}

.pb-9 {
  padding-bottom: 36px;
}

.pl-9 {
  padding-left: 36px;
}

.space-y-2-5 {
  margin-top: 10px;
}

.space-y-5 {
  margin-top: 20px;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rounded {
  border-radius: 4px;
}

.rounded-xl {
  border-radius: 12px;
}

.text-xs {
  font-size: 12px;
  line-height: 16px;
}

.text-sm {
  font-size: 14px;
  line-height: 20px;
}

.text-16 {
  font-size: 16px;
}
.leading-none {
  line-height: 1;
}

.leading-5 {
  line-height: 20px;
}
.leading-6 {
  line-height: 24px;
}

.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibodl {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}

.text-start {
  text-align: start;
}

/* End Flexbox */

.k-input-solid:focus-within {
  box-shadow: 0 0 0 0;
}
.k-input-solid:focus-within {
  border-color: #86b7fe;
}

.font-nunito,
.k-select,
.k-input,
.k-picker,
.form-control,
.k-label,
.nunitosans {
  font-family: "Nunito Sans", serif;
}

.k-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #9a9a9a;
  margin-bottom: 8px;
}

.k-select,
.k-multiselect,
.form-control {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.k-select,
.k-input-solid {
  background-color: #fff;
  border-color: #e0e0e0;
  color: #000;
}

.k-multiselect.k-disabled {
  background-color: #f2f2f2;
}

.k-required.k-invalid {
  background-color: rgba(193, 39, 45, 0.08);
  border-color: #dc3545;
}

.form-wrapper input {
  padding-block: 16px;
}

.k-select,
.k-input,
.k-picker {
  width: 100%;
  /* padding-inline: 12px; */
}

.k-multiselect.k-input {
  padding-inline: 0;
  border-color: #e0e0e0;
}

.k-rounded-md {
  border-radius: 5px;
}

.k-select-md,
.k-input-md,
.k-picker-md {
  min-height: 50px;
  font-size: 14px;
}

.k-upload-sm,
.k-select-sm,
.k-input-sm,
.k-picker-sm {
  min-height: 38px;
  font-size: 12px;
}

.k-multiselect .k-input-inner {
  padding-inline: 0 !important;
  margin-bottom: 0;
  border-color: transparent;
}

option:disabled,
.k-input-inner.k-readonly {
  color: #9a9a9a;
}

.k-upload .k-upload-files,
.k-upload .k-file {
  border-top-color: transparent;
}

.k-upload:hover,
.k-upload .k-dropzone:hover,
.k-upload .k-dropzone {
  border-color: transparent;
  /* color: var(--kendo-upload-dropzone-text, var(--kendo-color-subtle, #605e5c)); */
  background-color: transparent;
}

.k-upload {
  border-color: transparent;
}

.k-upload .k-dropzone,
.k-upload .k-upload-dropzone {
  padding-inline: 0;
  padding-block: 0;
  border-width: 0;
  /* background-color: rgba(0, 0, 0, 0); */
}

.k-upload .k-upload-button {
  font-weight: 400;
  font-size: 16px;
  min-width: 106px;
  color: #212529;
  padding-inline: 2px;
  background: #e4e7eb;
  border-color: #e4e7eb;
  cursor: pointer;
}

.k-upload-button-wrap {
  cursor: pointer;
}

.k-dropzone-hint {
  display: none;
}

/* Start Chip */
.k-multiselect .k-chip-solid-base {
  border-color: transparent;
}

.k-chip-solid-base {
  color: var(--kendo-color-on-base, #000);
  background-color: var(--kendo-color-base-subtle, #e8e7ea);
}

.k-chip-md {
  padding-block: 4px;
  padding-inline: 10px;
}

.k-chip-md .k-chip-action {
  padding: 3px;
}

.k-svg-icon.k-icon-sm {
  width: 15px;
  height: 15px;
}

.k-chip-text,
.k-chip-label {
  padding-block: 4px;
}

.k-chip-content {
  margin: 2px 0 !important;
  padding: 2px 0 !important;
}

/* End Chip */

.k-picker-solid {
  border-color: #e0e0e0 !important;
  color: #000 !important;
  background-color: #fff !important;
}

.k-picker-sm .k-input-button,
.k-picker-md .k-input-button {
  padding: 0 !important;
  margin: 0 !important;
}

.k-picker-sm .k-input-inner,
.k-picker-md .k-input-inner {
  padding-inline-start: 12px !important;
}

/* Start common */
.k-input-md .k-input-values,
.k-picker-md .k-input-values {
  padding: 5px 5px 5px 12px !important;
  gap: 6px !important;
}

/* End common */

.outline-btn {
  width: auto !important;
  height: 36px !important;
  padding: 5px 12px !important;
  margin: 0 !important;
  background-color: transparent !important;
  border: 1px solid #30a5bf !important;
  font-family: "Nunito Sans", serif;
  font-weight: 700 !important;
  font-size: 13px !important;
  line-height: 24px !important;
  text-align: center !important;
  color: #30a5bf !important;
  border-radius: 4px !important;
}

.outline-btn:hover {
  opacity: 0.8;
}

@media (min-width: 1536px) {
  .outline-btn {
    min-width: 80px;
  }
}

.k-popup {
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25) !important;
}

.k-list-item.k-selected,
.k-selected.k-list-optionlabel {
  background-color: #1967d2 !important;
  border: none !important;
  box-shadow: none !important;
}

.item-row {
  margin-bottom: 14px;
}

.item-row-container .item-row:first-child .action-button {
  padding-top: 24px;
}

.main-container-inner
  .k-dropdownlist.k-picker-sm
  .k-input-inner
  .k-input-value-text,
.item-row-container
  .k-dropdownlist.k-picker-md
  .k-input-inner
  .k-input-value-text {
  text-wrap: auto;
}

.modal-bg {
  background-color: #f0f0f0;
}

.bg-white {
  background-color: #fff;
}

.text-black {
  color: #000;
}

.main-container {
  min-height: 100vh;
  background-color: #f0f0f0;
  padding: 145px 10px 28px;
}
.main-container-inner {
  width: 100%;
  max-width: 1637px;
  padding-block: 18px;
  margin: 0 auto;
}

.shadow-card {
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.05);
}

.modal-content .card,
.main-container .card {
  padding: 35px 20px;
  margin: 0 0 20px;
}

/* Kendo Table */
::v-deep .k-grid .k-alt {
  background-color: transparent !important;
}
.k-grid .k-alt {
  background-color: transparent !important;
}

::v-deep .k-grid .k-alt {
  background-color: transparent !important;
}

::v-deep .k-grid tbody tr:last-child td {
  border-bottom: none;
}

.k-grid-header .k-table {
  width: 100%;
}

.k-grid-add-row,
.k-grid-footer,
.k-grid-header,
.k-grid th,
.k-grouping-header {
  background-color: #f8f8f8 !important;
}

.k-grid .k-table-th:first-child,
.k-grid td:first-child,
.k-grid .k-table-td:first-child,
.k-grid-header .k-table-row .k-table-th:first-child:not(.k-first) {
  border-inline-start-width: 0 !important;
}

.k-grid td,
.k-grid th {
  border-inline-start-width: 1px !important;
  border-color: #dee2e6 !important;
}

.k-grid td {
  border-bottom-width: 1px !important;
}

.k-grid tbody tr:last-child td {
  border-bottom-width: 0 !important;
}

.k-grid-header-wrap {
  border-color: transparent !important;
}

.k-grid-header thead tr th .k-column-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #333;
}

.k-grid td {
  padding: 7px 10px !important;
}
.k-grid th {
  padding-inline: 10px !important;
}

.table--column-w-fixed .single-grid,
.table--column-w-fixed .multiple-grid {
  width: auto;
  max-width: 100%;
  flex: auto;
  display: inline-block;
}

.table--column-w-fixed .k-grid .k-grid-header .k-table,
.table--column-w-fixed .k-grid .k-grid-content .k-table,
.table--column-w-fixed .k-grid .k-grid-footer .k-table {
  table-layout: auto;
  width: auto;
}

.table--column-w-fixed
  .k-grid.resource-add-remove-btn
  th.k-grid-header-sticky
  .k-column-title {
  font-size: 0;
}

.table--column-w-fixed
  .k-grid.mineral-resource.resource-add-remove-btn
  table
  tr
  td:nth-of-type(1)[rowspan="4"],
.table--column-w-fixed
  .k-grid.mineral-resource.resource-add-remove-btn
  table
  tr
  td:nth-of-type(1)[rowspan="3"] {
  border-left: 0 !important;
}

.table--column-w-fixed
  .k-grid.mineral-resource.resource-add-remove-btn
  .k-table-th:first-child,
.table--column-w-fixed
  .k-grid.mineral-resource.resource-add-remove-btn
  td:first-child,
.table--column-w-fixed
  .k-grid.mineral-resource.resource-add-remove-btn
  .k-table-td:first-child {
  border-inline-start-width: 1px !important;
}

.table--column-w-fixed .single-grid table tr th,
.table--column-w-fixed .multiple-grid table tr th,
.table--column-w-fixed .single-grid table tr td,
.table--column-w-fixed .multiple-grid table tr td {
  font-family: "Nunito Sans", serif;
  font-size: 12px;
  width: 70px;
  min-width: 70px;
  max-width: 70px;
}

.multiple-grid table tr th:nth-child(2) .k-link {
  justify-content: flex-start !important;
}
.multiple-grid table tr th:nth-child(2) .k-link .k-column-title {
  text-align: lef !important;
}

.single-grid .k-virtual-content,
.multiple-grid .k-virtual-content {
  overflow-y: hidden;
}
.multiple-grid.sticky-col-w .k-virtual-content {
  overflow-y: auto;
}

.multiple-grid.sticky-col-w .k-grid-content {
  border-right: none;
  height: 100%;
}
.multiple-grid.sticky-col-w.mineral-resource .k-grid-content {
  max-height: 929px;
}
.multiple-grid.sticky-col-w.ore-reserve .k-grid-content {
  max-height: 717px;
}

.single-grid .k-grid-header,
.multiple-grid .k-grid-header {
  padding-right: 0 !important;
}
.multiple-grid.sticky-col-w .k-grid-header {
  padding-right: 15px !important;
}

.table--column-w-fixed
  .k-grid.multiple-grid.resource-add-remove-btn
  table
  tr
  th:last-child {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  padding: 0 !important;
  font-size: 0;
  border-right: none;
}

.table--column-w-fixed
  .k-grid.multiple-grid.resource-add-remove-btn
  table
  tr
  td:nth-last-of-type(1)[rowspan="4"],
.table--column-w-fixed
  .k-grid.multiple-grid.resource-add-remove-btn
  table
  tr
  td:nth-last-of-type(1)[rowspan="3"] {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  padding: 0 !important;
  border-bottom: 1px solid #dee2e6;
  border-left-color: #dee2e6;
  border-right: none;
}

.multiple-grid table tr td:first-child {
  text-align: left !important;
}

.single-grid.k-grid .k-grid-header .k-table-th,
.k-grid.multiple-grid.resource-add-remove-btn .k-grid-header .k-table-th {
  vertical-align: middle;
}
.single-grid.k-grid .k-grid-header .k-table-th .k-column-title,
.k-grid.multiple-grid.resource-add-remove-btn .k-grid-header .k-column-title {
  word-break: break-word;
  white-space: normal;
  text-align: center;
}

.modal-content .card h3,
.main-container .card h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  text-transform: capitalize;
}

.modal-content .card h3 {
  margin: 0 0 35px;
}

.main-container .card h3 {
  margin: 20px 0 10px;
}

.modal-content .card .k-button,
.main-container .card .k-button {
  width: auto;
  margin: 0;
}

.main-container .k-button.capitalize {
  text-transform: capitalize !important;
}

.modal-content.modal-content-full .k-button {
  font-family: "Nunito Sans", serif;
}
.main-container .k-button-solid-light {
  border-color: #e4e7eb;
  color: #212529;
  background-color: #e4e7eb;
}

.main-container .k-button-sm {
  padding-block: 6px;
  padding-inline: 13px;
  font-size: 16px;
  line-height: 24px;
}

.k-button-solid-light.k-hover,
.k-button-solid-light:hover {
  border-color: #f2f4f7;
  background-color: #f2f4f7;
}

.main-container .k-rounded-sm {
  border-radius: 4px;
}

.main-container .k-input {
  margin-bottom: 0;
}

.k-dropdownlist .k-button.k-icon-button {
  padding: 0 !important;
}

.k-input.k-numerictextbox {
  align-items: center;
}
.k-input.k-numerictextbox .input-field-mask {
  font-size: 12px;
  margin-right: 4px;
}

.k-input.k-datepicker .k-input-inner,
.k-input.k-numerictextbox .k-input-inner {
  background-color: #fff;
  margin: 0;
}

.k-numerictextbox .k-input-spinner {
  display: none;
}

.k-input.k-numerictextbox:focus-within {
  box-shadow: none !important;
}

.k-input.k-multiselect::after,
.k-input.k-multiselect.k-focus::after {
  border-color: #e0e0e0 !important;
}

.k-input.k-multiselect:focus,
.k-input.k-multiselect.k-focus,
.k-input.k-numerictextbox:focus,
.k-numerictextbox.k-input-solid.k-focus,
.k-numerictextbox.k-input-solid:focus {
  border-color: #e0e0e0 !important;
  box-shadow: none !important;
}

.k-calendar .k-calendar-td .k-link,
.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner,
.k-calendar .k-calendar-td.k-selected .k-link {
  width: 28px;
  height: 28px;
  border-color: transparent;
  padding: 0;
  border-radius: 50%;
}

.k-calendar-range .k-calendar-view {
  min-height: 224px;
}

.k-calendar-header .k-calendar-nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 4px;
  z-index: 100;
}

.k-calendar-header .k-calendar-nav .k-calendar-nav-today {
  flex-grow: 1;
  text-align: center;
}

.k-datepicker.custom-datepicker {
  background-color: #1967d2 !important;
  border-color: #b89403 !important;
}

.modal {
  z-index: 100 !important;
}

.modal-content.modal-content-full {
  width: calc(100% - 40px);
  background-color: #f0f0f0;
  /* padding: 35px 20px; */
}

.modal-content.modal-sm {
  min-width: 480px;
  width: 480px;
  background-color: #fff;
}

.modal-body-content {
  max-height: 65vh;
  overflow-y: auto;
  padding-inline: 20px;
}

.project-page .modal.full-window-modal,
.project-page .modal.full-window-modal .modal {
  padding-top: 0;
}

.project-page .modal.full-window-modal,
.project-page .modal.full-window-modal .modal,
.confirm-modal.modal,
.k-animation-container {
  z-index: 99999 !important;
}

.project-page .confirm-modal.modal {
  display: flex !important;
  padding-top: 0;
}

.full-window-modal .modal-body-content {
  max-height: calc(100vh - 126px);
}

.full-window-modal .modal-content.modal-content-full {
  width: 100%;
}
.modal-body-header {
  position: relative;
  padding: 30px 16px 15px;
}

.modal-body-header .toggle-modal,
.modal-body-header .close {
  position: absolute;
  top: 8px;
  right: 25px;
  line-height: 1;
}
.modal-body-header .toggle-modal {
  top: 10px;
  right: 50px;
}

.modal-body-header h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #212529;
  text-align: left;
  margin: 0;
}

.modal-body-footer {
  padding: 30px 16px 15px;
}

.modal-content.modal-sm .modal-body-header {
  border-bottom: 1px solid #dee2e6;
  padding: 17px 16px;
}

.modal-content.modal-sm .modal-body-header .close {
  right: 24px;
  top: 16px;
}

.modal-content.modal-sm .modal-footer {
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid #dee2e6;
  padding: 12px 16px;
}

.modal-content.modal-sm .modal-footer button {
  border-radius: 30px;
}

.confirm-modal .modal-body {
  padding-top: 41px;
}

.confirm-modal .modal-body p:last-child {
  margin: 0;
}

.confirm-modal .k-button-solid-primary {
  background-color: #b89403;
}

.confirm-modal .k-button-solid-primary:hover {
  border-color: #b89403;
  color: #b89403;
}

.confirm-modal .k-button-solid-outline {
  border-color: #b89403;
  color: #b89403;
}

.k-button.add-new-btn {
  background-color: transparent !important;
  color: #0078d4 !important;
  width: auto;
  margin: 0 0 14px;
  padding: 0 !important;
}
.k-button.add-new-btn:focus,
.k-button.add-new-btn.k-focus {
  box-shadow: none;
}

.content-div {
  display: none;
}

.content-div.active {
  display: block;
}

.text-box-group {
  display: flex;
  align-items: flex-start;
}

.text-box-group .k-input {
  border-radius: 4px 0 0 4px;
}

.text-box-group .percentage-icon-right {
  display: flex;
  border: 0;
  border-radius: 0 4px 4px 0;
}

.text-box-group svg {
  height: 38px;
  width: 38px;
  border: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  border-left: 0;
  margin-left: -1px;
}

.k-tabstrip-items-wrapper {
  border-color: rgba(0, 0, 0, 0.05);
  color: #000;
}

.k-tabstrip-items-wrapper .k-tabstrip-items {
  gap: 7px;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
  border-bottom-color: #000 !important;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item:active,
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
  margin-bottom: -2px;
  border-bottom-width: 2px;
}

.k-tabstrip-items .k-link {
  padding-block: 9px;
  padding-inline: 10px;
  font-size: 16px;
  line-height: 24px;
}

.k-tabstrip-items-wrapper .k-item {
  color: #9a9a9a;
}

.k-tabstrip-items-wrapper .k-item.k-active,
.k-tabstrip-items-wrapper .k-item.k-selected,
.k-tabstrip-items-wrapper .k-item:active {
  border-color: transparent !important;
  color: #000 !important;
}

.k-tabstrip-items-wrapper .k-item.k-hover,
.k-tabstrip-items-wrapper .k-item:hover {
  color: #000 !important;
}

.k-tabstrip-content,
.k-tabstrip > .k-content {
  border-color: transparent;
  padding-top: 30px;
  padding-inline: 0;
  padding-bottom: 0;
}

.k-tabstrip > .k-content .k-grid-md .k-table-th > .k-cell-inner > .k-link,
.k-tabstrip > .k-content .k-grid-header thead tr th {
  min-height: 43px;
  font-size: 12px;
  font-weight: 700;
}

.k-tabstrip > .k-content .k-grid-md .k-table-th > .k-cell-inner > .k-link {
  padding-inline: 8px;
}

.k-tabstrip
  > .k-content
  .column-config-edit-table
  .k-table-th:first-child
  .k-cell-inner
  > .k-link,
.k-tabstrip
  > .k-content
  .column-config-edit-table
  .k-grid-header
  .k-table-row
  .k-table-th:first-child:not(.k-first)
  .k-cell-inner
  > .k-link,
.k-tabstrip
  > .k-content
  .relationship-table
  .k-table-th:first-child
  .k-cell-inner
  > .k-link,
.k-tabstrip
  > .k-content
  .relationship-table
  .k-grid-header
  .k-table-row
  .k-table-th:first-child:not(.k-first)
  .k-cell-inner
  > .k-link,
.k-tabstrip
  > .k-content
  .preview-table
  .k-table-th:first-child
  .k-cell-inner
  > .k-link,
.k-tabstrip
  > .k-content
  .preview-table
  .k-grid-header
  .k-table-row
  .k-table-th:first-child:not(.k-first)
  .k-cell-inner
  > .k-link {
  justify-content: flex-start;
}

.modal-content.modal-content-full
  .k-grid
  .k-table-th:first-child
  > .k-cell-inner
  > .k-link,
.modal-content.modal-content-full
  .k-grid
  td:first-child
  > .k-cell-inner
  > .k-link,
.modal-content.modal-content-full
  .k-grid
  .k-table-td:first-child
  > .k-cell-inner
  > .k-link,
.modal-content.modal-content-full
  .k-grid-header
  .k-table-row
  .k-table-th:first-child:not(.k-first)
  > .k-cell-inner
  > .k-link {
  justify-content: flex-start;
}

.modal-content.modal-content-full
  .k-grid
  .k-grid-md
  .k-table-th
  > .k-cell-inner
  > .k-link,
.modal-content.modal-content-full
  .k-grid-md
  .k-table-th
  > .k-cell-inner
  > .k-link {
  justify-content: center;
  color: #333;
  text-transform: none;
}

.k-tabstrip > .k-content .preview-table .k-table-th > .k-cell-inner > .k-link,
.k-tabstrip > .k-content .preview-table .k-grid-header thead tr th {
  min-height: 54px;
}
.k-tabstrip
  > .k-content
  .column-config-edit-table
  .k-table-th
  > .k-cell-inner
  > .k-link,
.k-tabstrip > .k-content .column-config-edit-table .k-grid-header thead tr th,
.k-tabstrip
  > .k-content
  .relationship-table
  .k-table-th
  > .k-cell-inner
  > .k-link,
.k-tabstrip > .k-content .relationship-table .k-grid-header thead tr th,
.k-tabstrip > .k-content .preview-table .k-table-th > .k-cell-inner > .k-link,
.k-tabstrip > .k-content .preview-table .k-grid-header thead tr th {
  justify-content: center;
}
.k-tabstrip > .k-content .preview-table.k-grid .k-grid-header .k-table-th,
.k-tabstrip > .k-content .preview-table.k-grid td {
  width: 147px;
}
.preview-table-wrapper {
  max-width: 1595px;
}

.preview-table-wrapper .preview-table.k-grid .k-grid-header .k-table,
.preview-table-wrapper .preview-table.k-grid .k-grid-container .k-table {
  width: 100% !important;
}

.k-tabstrip > .k-content .preview-table.k-grid td {
  border-color: transparent !important;
  font-size: 12px;
  text-align: center;
}
/* .k-grid-content .k-table-row:last-child>td, .k-grid-content .k-table-row:last-child>.k-table-td */
.k-tabstrip > .k-content .preview-table.k-grid td:first-child {
  text-align: left;
}

.k-grid td.action-column-wrap {
  text-align: center;
}
.action-column {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  line-height: 1;
  padding-block: 1px !important;
  padding-inline: 3px !important;
}
.action-column .k-button-text {
  line-height: 1;
}

.modal-content.modal-content-full .k-grid td .k-input {
  font-size: 12px;
}
.modal-content.modal-content-full .k-grid td .k-input .k-input-inner {
  padding-inline-end: 4px;
}

.upload-wrapper-claims {
  margin-top: 15px;
  width: 65%;
}
.upload-wrapper-claims .action-radio {
  width: auto;
  margin: 0;
  padding: 0;
}
.upload-wrapper-claims .file-chosen {
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  line-height: 24px;
  padding-top: 0;
}
.upload-wrapper-claims sl-button .button--standard.button--default {
  border: none;
}

.upload-wrapper-claims .k-button {
  width: auto;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.5px;
  color: #424242;
  background-color: #f5f5f5;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
  margin: 0;
  border-radius: 5px;
}

.upload-wrapper-claims .lable-wrapper {
  display: block;
  width: 100%;
  max-height: 50px;
  padding: 15px 12px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

/* Modal fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Modal fade-out animation */
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Modal and Loader styles */
.modal {
  animation: fadeIn 0.3s ease-out forwards;
}

.modal.fade-out {
  animation: fadeOut 0.3s ease-in forwards;
}

.project-page .modal {
  padding-top: 7%;
}

/* .active-sub */
.sub-nav {
  padding-block: 7px;
}
.sub-nav > div {
  gap: 10px;
}
.sub-nav-item {
  padding: 8px 10px;
  border-radius: 4px;
}

.sub-nav-item:hover,
.sub-nav-item.active-sub {
  background-color: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}

/* Tooltip */
.k-tooltip {
  background-color: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 2px !important;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.custom-tooltip {
  position: absolute;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 18px;
  padding: 4px 8px;
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  border-radius: 2px;
  transition: opacity 0.2s;
}

.tooltip-wrapper:hover .custom-tooltip {
  opacity: 1;
}
.tooltip-wrapper .custom-tooltip:before {
  content: "";
  pointer-events: none;
  width: 0px;
  height: 0px;
  position: absolute;
}

/* Position Variants */
.tooltip-top.custom-tooltip:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2f2f2f;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip-bottom.custom-tooltip:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2f2f2f;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip-left.custom-tooltip:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #2f2f2f;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.tooltip-right.custom-tooltip:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #2f2f2f;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.border-1-primary {
  border: 1px solid #1274ac;
}

.pro-badge {
  justify-content: center;
  align-items: center;
  background-color: #da373d;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 0 6px;
  text-transform: uppercase;
  position: relative;
  margin-left: -10px;
  left: -3px;
  bottom: -3px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .pro-badge {
    font-size: 8px;
    line-height: 12px;
    margin: 0;
    left: 2px;
    bottom: 0;
  }
}
/* Dropdown Menu by Mosfiq */
.dropdown {
  position: relative;
}
#nav-new a {
  font-size: 12.8px;
  border-bottom: 3px solid transparent;
}
#nav-new .menu .dropdown .nav-item,
#nav-new .menu .dropdown a {
  cursor: pointer;
}
#nav-new .menu .dropdown .nav-item svg {
  position: relative;
  top: -2px;
  left: 5px;
}
#nav-new .menu .dropdown .dropdown-menu {
  display: none;
  background: white;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
#nav-new .menu .dropdown .dropdown-menu {
  min-width: 130px;
  display: none;
  flex-direction: column;
}

#nav-new .menu .dropdown .dropdown-menu li {
  padding: 0;
  text-align: left;
}

#nav-new .menu .dropdown .dropdown-menu li:hover {
  background-color: #e9ecef;
}

#nav-new .menu .dropdown .dropdown-menu li a,
#nav-new .menu .dropdown .dropdown-menu li a.on-hover:hover,
#nav-new .menu .dropdown .dropdown-menu li a.active-link {
  border-bottom: none !important;
}
#mobile-menu .submenu .active-link-mobile,
#mobile-menu .submenu .dropdown-menu .active-link-mobile,
.profile .submenu .dropdown-menu .active-link-mobile {
  text-decoration: underline !important;
}
#mobile-menu .submenu .dropdown-toggle.active-link-mobile,
.profile .submenu .dropdown-toggle.active-link-mobile{
  text-decoration: none !important;
}
#mobile-menu .submenu a,
#mobile-menu .submenu .dropdown-menu a,
.profile .submenu .dropdown-menu a {
  transition: background-color text-decoration 0.2s !important;
}

#mobile-menu .submenu a:active,
#mobile-menu .submenu .dropdown-menu a:active,
.profile .submenu .dropdown-menu a:active {
  background-color: rgba(51, 181, 229, 0.4) !important; /* Light blue */
  text-decoration: underline !important;
}

#nav-new .menu .dropdown .dropdown-menu li a {
  display: flex;
  color: #000;
  white-space: nowrap;
  text-transform: capitalize;
  padding: 8px 16px;
  margin: 0;
}
#nav-new .menu .dropdown .dropdown-menu li a:hover {
  color: #000;
}

#nav-new .menu .dropdown:hover .dropdown-menu {
  display: block;
  border: 1px solid #dee2e6;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

#nav-new .profile .submenu .relative {
  position: relative;
}

#mobile-menu .submenu a,
.profile .submenu a,
#nav-new .profile .submenu a {
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
}
.profile .submenu .dropdown-menu,
#nav-new .profile .submenu .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  position: absolute;
  top: 0;
  left: 100%;
}

#mobile-menu .submenu a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border-bottom: none !important;
}
#mobile-menu .submenu a svg {
  transform: rotate(-90deg) scale(0.9);
}
#mobile-menu .submenu .dropdown-menu {
  width: 150px;
  display: none;
}

#mobile-menu .submenu li.relative:hover .dropdown-menu {
  display: block;
}
@media (max-width: 767px) {
  .profile .submenu .dropdown-menu,
  #nav-new .profile .submenu .dropdown-menu {
    position: static;
    border: none;
  }
  #mobile-menu .submenu {
    width: 100% !important;
  }
  #mobile-menu .submenu .dropdown-menu {
    width: 100%;
  }
  .profile .submenu li,
  .profile .submenu a {
    font-size: 14px !important;
  }
  .profile .submenu li {
    padding-inline: 5px !important;
    border-top: 1px solid #dcdcdc;
  }
  .profile .submenu li:first-child{
    border-top-color: transparent;
  }
  .profile .submenu a {
    padding-inline: 0 !important;
  }
  ul.submenu li:hover, ul.submenu a:hover{
    background-color: transparent;
  }
  .profile .submenu li.relative:last-child{
    padding-bottom: 0 !important;
  }
  .profile .submenu li.relative >a{
    padding-inline: 5px !important;
  }
  .profile .submenu .dropdown-parent .dropdown-menu {
    display: none !important;
  }
  .profile .submenu .dropdown-parent.open .dropdown-menu.show {
    display: block !important;
  }
  .profile .submenu .dropdown-menu{
    border-top: 1px solid #dcdcdc;
    padding: 5px 0 0;
    margin: 10px 0 0;
  }
  .profile .submenu .dropdown-menu li{
    border-top: none;
    padding-inline: 5px !important;
    padding-block: 5px !important;
  }
  .profile .submenu .dropdown-menu li a{
    font-weight: 400;
  }
  .profile .submenu .dropdown-parent .dropdown-toggle svg,
  #mobile-menu .submenu .dropdown-parent .dropdown-toggle svg {
    transform: rotate(0deg) scale(0.9);
  }
  .profile .submenu .dropdown-parent.open .dropdown-toggle svg,
  #mobile-menu .submenu .dropdown-parent.open .dropdown-toggle svg{
    transform: rotate(180deg) scale(0.9);
  }
  #main-nav-user-name {
    display: none;
  }
}

#navpopup {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  min-height: 180px;
  padding-block: 40px;
  padding-inline: 20px;
  font-family: "Nunito Sans";
  font-size: 12px;
  z-index: 99999;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}
.hide-nav-popup {
  display: none;
}
.nav-popup-close{
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.nav-popup-close .fas{
  font-size: 18px;
}
.nav-popup-content{
  text-align: center;
}
.nav-popup-content h1{
  margin-top: 0;
  margin-bottom: 40px;
}
.nav-popup-content p{
  margin: 0;
}
.nav-popup-content p span{
  display: block;
}
.nav-popup-content button{
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 6px 10px;
  margin-top: 30px;
  cursor: pointer;
  border-radius: 4px;
}
.nav-popup-content button:hover{
  background-color: #141414;
}

a,
* {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-focus-ring-color: transparent !important;
  outline: none !important;
}
a:focus,
a:active {
  background-color: transparent;
  outline: none;
}