:root {
  --bs-primary-rgb: 95, 116, 228;
  --bs-primary2-rgb: 103, 148, 198;
  --bs-primary-600: #9E9E9E;
  --bs-primary-500: #B53183;
  --bs-primary-400: #9BAD94;
  --bs-primary-300: #6794C6;
  --bs-primary-200: #252948;
  --bs-neutral-600: #F2F1F1;
  --bs-neutral-500: #D9D9D9;
  --bs-neutral-400: #9E9E9E;
  --bs-secondary-600: #9E9E9E;
  --bs-secondary-500: #989FDC;
  --bs-secondary-400: #252948;
  --bs-action-600: #989FDC;
  --bs-action-500: #6246D7;
  --bs-action-400: #9BAD94;
  --bs-action-300: #6794C6;
  --bs-action-200: #4E4D99;
  --bs-action-100: #9199C6;
  --bs-action-50: #5F74E4;
  --bs-success: #0EC1E8;
  --bs-warning: #E6A11B;
  --bs-danger: #E22828;
  --bs-grey: #EFEFEF;
  --bs-danger-rgb: 226, 40, 40;
  --bs-link-color: var(--bs-primary-300);
  --bs-font-sans-serif: "Roboto", sans-serif; }

/********************************************************************** 

// `sm` applies to x-small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {  } 

// `md` applies to small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) { }

// `lg` applies to medium devices (tablets, less than 992px)
@media (max-width: 991.98px) {  }

// `xl` applies to large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) {  }

// `xxl` applies to x-large devices (large desktops, less than 1400px)
@media (max-width: 1399.98px) {  }

// ---------------------------------------------------
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { } 

**********************************************************************/
html, body {
  height: 100%;
  position: relative; }

.fs-20 {
  font-size: 1.25rem; }

.fs-18 {
  font-size: 1.125rem; }

.fs-16 {
  font-size: 1rem; }

.fs-15 {
  font-size: 0.938rem; }

.fs-14 {
  font-size: 0.875em; }

.fw-medium {
  font-weight: 500; }

.text-primary {
  --bs-primary-rgb: 103, 148, 198; }

.text-grey {
  color: #9E9E9E; }

.bg-primary-600-text {
  background-color: rgba(var(--bs-primary2-rgb), var(--bs-text-opacity)) !important;
  color: var(--bs-white); }

.text-assign {
  color: rgba(0, 0, 0, 0.58); }

.border-radius-0 {
  border-radius: 0px !important; }

.border-radius-25 {
  border-radius: 25px 25px 5px 25px; }

.br-25 {
  border-radius: 25px; }

.link {
  text-decoration: none; }

.opacity-1 {
  opacity: 1; }

.mx-324 {
  max-width: 324px; }

.di-text-dark {
  color: var(--bs-primary-200); }

@keyframes fadeInSlideDown {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.di-header .dropdown-menu.show {
  animation: fadeInSlideDown 0.4s ease forwards; }

@keyframes fadeInSlideDown2 {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(5px); } }
.di-dropdown .dropdown-menu.show {
  animation: fadeInSlideDown2 0.3s ease forwards; }

@keyframes fadeIn {
  0% {
    transform: translateY(60px); }
  100% {
    transform: translateY(0); } }
.di-error {
  border: 1px solid #E22828;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  padding-left: 65px !important;
  position: relative;
  text-align: left;
  min-height: 55px;
  line-height: 20px; }
  .di-error .error-icon {
    background-color: #E22828;
    height: 100%;
    padding: 12px;
    border-radius: 0.375rem 0 0 0.375rem;
    border-right: 1px solid #E22828;
    position: absolute;
    width: 55px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px; }
    .di-error .error-icon svg {
      fill: #fff; }
  .di-error .error-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0xIDE1aC0ydi0yaDJ2MnptMC00aC0yVjdoMnY2eiIvPjwvc3ZnPg=="); }

.di-warning {
  border: 1px solid #E6A11B;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  padding-left: 65px !important;
  position: relative;
  text-align: left;
  min-height: 55px;
  line-height: 20px; }
  .di-warning .error-icon {
    background-color: #E6A11B;
    height: 100%;
    padding: 12px;
    border-radius: 0.375rem 0 0 0.375rem;
    border-right: 1px solid #E6A11B;
    position: absolute;
    width: 55px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px; }
    .di-warning .error-icon svg {
      fill: #fff; }
  .di-warning .error-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xIDIxaDIyTDEyIDIgMSAyMXptMTItM2gtMnYtMmgydjJ6bTAtNGgtMnYtNGgydjR6Ii8+PC9zdmc+"); }

.di-success {
  border: 1px solid #32C997;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  padding-left: 65px !important;
  position: relative;
  text-align: left;
  min-height: 55px;
  line-height: 20px; }
  .di-success .error-icon {
    background-color: #32C997;
    height: 100%;
    padding: 12px;
    border-radius: 0.375rem 0 0 0.375rem;
    border-right: 1px solid #32C997;
    position: absolute;
    width: 55px;
    left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px; }
    .di-success .error-icon svg {
      fill: #fff; }
  .di-success .error-icon {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMnM0LjQ4IDEwIDEwIDEwIDEwLTQuNDggMTAtMTBTMTcuNTIgMiAxMiAyem0tMiAxNS01LTUgMS40MS0xLjQxTDEwIDE0LjE3bDcuNTktNy41OUwxOSA4bC05IDl6Ii8+PC9zdmc+"); }

.list-none {
  list-style: none; }

.di-active-dotte {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background-color: #E22828;
  display: inline-flex;
  border: 1px solid #fff;
  vertical-align: middle; }

@media (min-width: 1400px) {
  .container-lg {
    max-width: 1481px; } }
.error-message, label.error {
  width: 100%;
  text-align: left; }

.word-break {
  word-break: break-all; }

#list-detail-view {
  display: none; }

.no-data-found {
  background-color: rgba(217, 217, 217, 0.4);
  border: 1px solid #000;
  border-radius: 8px; }

.di-header {
  position: sticky;
  top: 0px;
  z-index: 10; }
  @media (max-width: 991.98px) {
    .di-header {
      height: 45px; } }
  @media (max-width: 575.98px) {
    .di-header {
      height: 40px; } }
  @media (min-width: 992px) {
    .di-header {
      height: 64px; } }
  .di-header .navbar-brand .img-fluid {
    max-height: 54px;
    width: auto; }
    @media (min-width: 992px) {
      .di-header .navbar-brand .img-fluid {
        max-width: 178px; } }

.navbar-dark.di-header {
  --bs-navbar-color: #efefef;
  --bs-nav-link-font-size: 1.125rem;
  --bs-offcanvan-color: #6794c6; }
  .navbar-dark.di-header .dropdown-item {
    border-radius: 25px 25px 5px 25px;
    cursor: pointer; }
  @media (max-width: 575.98px) {
    .navbar-dark.di-header .nav-link {
      font-size: 0.688rem; }
    .navbar-dark.di-header .navbar-brand {
      max-width: 30%; }
    .navbar-dark.di-header .btn.btn-offcanvas.py-2 {
      padding-top: 0.3rem !important;
      padding-bottom: 0.3rem !important;
      width: 77px; }
    .navbar-dark.di-header .m-gap-2.gap-3 {
      gap: 1.4rem !important; } }
  @media (max-width: 375.98px) {
    .navbar-dark.di-header .gap-3.m-gap-2 {
      gap: 1rem !important; } }
  @media (max-width: 340.98px) {
    .navbar-dark.di-header .gap-3.m-gap-2 {
      gap: 0.5rem !important; }
    .navbar-dark.di-header .btn.btn-offcanvas.py-2 {
      padding-top: 0.3rem !important;
      padding-bottom: 0.3rem !important;
      width: auto; } }
  .navbar-dark.di-header .btn-offcanvas {
    background-color: var(--bs-offcanvan-color); }
    @media (max-width: 575.98px) {
      .navbar-dark.di-header .btn-offcanvas svg {
        height: 24px;
        width: 36px; } }
  .navbar-dark.di-header .navbar-nav .lang-dropdown {
    color: var(--bs-white);
    display: flex;
    align-items: center;
    gap: 0.5rem; }
    @media (max-width: 767.98px) {
      .navbar-dark.di-header .navbar-nav .lang-dropdown {
        font-size: 0.688rem; } }
    .navbar-dark.di-header .navbar-nav .lang-dropdown::after {
      content: ">";
      vertical-align: middle;
      border: none; }

.di-header-line {
  display: grid;
  grid-template-columns: repeat(5, 1fr); }
  .di-header-line .di-header-line {
    height: 10px;
    border-top: 2px solid var(--bs-white); }
    .di-header-line .di-header-line:nth-child(1) {
      background-color: var(--bs-primary-400); }
    .di-header-line .di-header-line:nth-child(2) {
      background-color: var(--bs-action-100); }
    .di-header-line .di-header-line:nth-child(3) {
      background-color: var(--bs-action-500); }
    .di-header-line .di-header-line:nth-child(4) {
      background-color: var(--bs-primary-400); }
    .di-header-line .di-header-line:nth-child(5) {
      background-color: var(--bs-action-50); }

.bi-offcanvas {
  --bs-navbar-color: #6a6a6a;
  --bs-nav-link-font-size: 1.125rem; }
  .bi-offcanvas .navbar-nav .nav-item .nav-link {
    padding-left: 1.2rem;
    border-radius: 25px 25px 5px 25px;
    transition: all ease-in-out 0.3s; }
    .bi-offcanvas .navbar-nav .nav-item .nav-link:hover {
      background-color: var(--bs-primary-400);
      padding-left: 1.5rem; }

@media (max-width: 767.98px) {
  .getHelpBtn {
    border: none;
    font-size: 0.688rem; } }

@media (max-width: 767.98px) {
  .di-header .navbar-brand .img-fluid {
    max-height: 32px; } }
.btn {
  --bs-btn-padding-y: 0.475rem;
  --bs-btn-border-radius: 25px 25px 5px 25px; }
  .btn.btn-lg {
    --bs-btn-padding-y: 0.875rem;
    --bs-btn-padding-x: 1.8rem;
    --bs-btn-font-size: 1.125rem; }
  .btn.btn-primary {
    --bs-btn-bg: var(--bs-primary-300);
    --bs-btn-border-color: var(--bs-primary-300);
    --bs-btn-hover-bg: var(--bs-primary-400);
    --bs-btn-hover-border-color: var(--bs-primary-400);
    --bs-btn-active-bg: var(--bs-primary-300);
    --bs-btn-active-border-color: var(--bs-primary-300); }
  .btn.btn-secondary {
    --bs-btn-bg: var(--bs-primary-400);
    --bs-btn-border-color: var(--bs-primary-400);
    --bs-btn-hover-bg: var(--bs-primary-400);
    --bs-btn-hover-border-color: var(--bs-primary-400);
    --bs-btn-active-bg: var(--bs-primary-400);
    --bs-btn-active-border-color: var(--bs-primary-400); }
  .btn.btn-warning {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-warning);
    --bs-btn-border-color: var(--bs-warning);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #D2941A;
    --bs-btn-hover-border-color: #D2941A;
    --bs-btn-active-color: var(--bs-white); }
  .btn.btn-outline-warning.btn-shipment {
    --bs-btn-color: var(--bs-white);
    --bs-btn-border-color: var(--bs-warning);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-warning);
    --bs-btn-hover-border-color: var(--bs-warning); }
  .btn.btn-replay {
    --bs-btn-hover-bg: #B5B5B5;
    --bs-btn-active-bg: #5F74E4; }
  .btn.btn-delete {
    --bs-btn-bg: var(--bs-action-50);
    --bs-btn-hover-bg: #B5B5B5;
    --bs-btn-active-bg: #817F7F; }
  .btn.btn-viewshipment {
    background-color: var(--bs-primary-300);
    border: 3px solid #E6A11B;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    min-width: 175px;
    --bs-btn-hover-bg: var(--bs-primary-300);
    --bs-btn-hover-border-color: var(--bs-primary-400);
    --bs-btn-active-color: var(--bs-primary-300);
    --bs-btn-active-bg: var(--bs-grey);
    --bs-btn-active-border-color: var(--bs-primary-300); }
  .btn.btn-copy {
    border-radius: 50%; }
  .btn.btn-outline-primary.disabled {
    background-color: #fff;
    opacity: 1; }

.btn-arrow {
  background: url("../../../assets/images/arrow.svg");
  width: 22px;
  height: 22px;
  background-color: var(--bs-white);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%;
  background-size: 14px; }

.btn-view-120 {
  min-width: 160px;
  text-align: left;
  padding-left: 2.3rem; }
  .btn-view-120 .btn-arrow {
    width: 18px;
    height: 18px;
    background-size: 11px; }
  .btn-view-120.active {
    position: relative; }
    .btn-view-120.active::before {
      content: "";
      width: 16px;
      height: 16px;
      position: absolute;
      left: 10px;
      top: 12px;
      border-radius: 50%;
      background-color: var(--bs-danger);
      border: 1px solid var(--bs-white); }
  .btn-view-120.btn-216 {
    width: 216px;
    min-width: 190px; }

.btn.btn-primary.btn-collapes-mobile {
  width: 42px;
  height: 35px;
  min-width: 42px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="white"><path d="M0 0h24v24H0z" fill="none"></path><path d="M3 13h2v-2H3v2zm0 4h2v-2H3v2zm0-8h2V7H3v2zm4 4h14v-2H7v2zm0 4h14v-2H7v2zM7 7v2h14V7H7z"></path></svg>');
  background-position: 8px 5px;
  background-repeat: no-repeat; }

.btn.btn-outline-primary.getHelpBtn {
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #0d6efd;
  --bs-btn-hover-bg: #ffffff; }

.form-control:not(.form-sm-control) {
  padding: 0.913rem 0.95rem;
  font-size: 1.125rem; }
  .form-control:not(.form-sm-control).error {
    border-color: #e22828; }

.form-sm-control {
  border-radius: 0px;
  border: 1px solid #9e9e9e;
  padding: 0.48rem 0.75rem; }

.form-select {
  border-radius: 0px;
  border: 1px solid #ced4da;
  padding: 0.48rem 0.75rem;
  word-wrap: break-word !important;
  word-break: break-word !important;
  white-space: normal !important;
  padding-right: 2.35rem; }
  .form-select:disabled {
    background-color: #efefef;
    border-color: #efefef; }

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--bs-primary-300); }

.assign-form-control, #registrationLand .form-control {
  border-radius: 0px;
  background-color: rgba(217, 217, 217, 0.1);
  border-color: rgba(0, 0, 0, 0.2); }
  @media (max-width: 767.98px) {
    .assign-form-control, #registrationLand .form-control {
      border-radius: 25px 25px 5px 25px;
      padding-left: 35px; } }

@media (max-width: 767.98px) {
  .di-email-form .fs-20.mb-3.mt-lg-5 {
    font-size: 13px; } }

.form-select {
  padding: 0.913rem 0.95rem;
  font-size: 1.125rem;
  background-color: rgba(217, 217, 217, 0.1);
  border-color: rgba(0, 0, 0, 0.2);
  padding-right: 2.35rem; }

.form-check {
  /* display: flex; */
  align-items: center;
  gap: 10px;
  margin-bottom: 3px; }

.di-checkbox {
  min-width: 1.125rem; }

.di-checkbox.form-check-input[type="checkbox"] {
  border-radius: 0; }

.di-checkbox.di-lg-checkbox {
  width: 2rem;
  height: 37px;
  min-width: 33px; }

.inputCountryDiv .iti.iti--allow-dropdown.iti--separate-dial-code {
  height: 26px; }

.wbtwPrimaryBtn .bi-check {
  margin-right: 10px;
  vertical-align: middle;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background-color: var(--bs-white);
  background-repeat: no-repeat;
  background-position: center;
  color: var(--bs-primary-300);
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .wbtwPrimaryBtn .bi-check::before {
    font-size: 20px; }

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm,
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel,
div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
  border-radius: 25px 25px 5px 25px !important; }

.di-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bs-white);
  /* Responsive styles */ }
  .di-table .table-row {
    display: flex;
    width: 100%; }
    @media (max-width: 767.98px) {
      .di-table .table-row:not(.table-header) .table-cell:nth-child(even) {
        background-color: rgba(217, 217, 217, 0.4); } }
    @media (min-width: 768px) {
      .di-table .table-row:not(.table-header):nth-child(odd) {
        background-color: rgba(217, 217, 217, 0.4); }
      .di-table .table-row .table-cell {
        align-items: center;
        display: flex; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .di-table .table-row .table-cell:nth-child(1) {
      flex: 0.5; }
    .di-table .table-row .table-cell:nth-child(2) {
      flex: 2.6; }
    .di-table .table-row .table-cell:nth-child(5) {
      flex: 1.1; } }

  .di-table .table-cell {
    flex: 0.8;
    padding: 10px;
    text-align: left;
    font-size: 17px;
    font-weight: 500; }
  .di-table .table-header {
    --bs-text-opacity: 1;
    background-color: rgba(var(--bs-primary2-rgb), var(--bs-text-opacity));
    color: var(--bs-white); }
    .di-table .table-header .table-cell {
      font-weight: 400;
      font-size: 20px; }
      @media (min-width: 1600px) {
        .di-table .table-header .table-cell {
          font-size: 20px; } }
  @media (max-width: 1399.98px) {
    .di-table .table-header .table-cell {
      font-size: 18px;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
    .di-table .table-cell {
      font-size: 16px; }
      .di-table .table-cell:nth-child(5) {
        flex: 1.5 !important; } }
    @media (max-width: 1399.98px) and (max-width: 1200px) {
      .di-table .table-cell:nth-child(5) {
        flex: 2 !important; } }

  @media (max-width: 768px) {
    .di-table .table-header .table-cell {
      display: none; }
    .di-table .table-row {
      flex-direction: column;
      margin-bottom: 10px; }
      .di-table .table-row:not(.table-header) {
        border-top: 2rem solid #5f74e4; }
    .di-table .table-cell {
      display: flex;
      justify-content: space-between;
      padding: 10px 1.6rem;
      flex-direction: column;
      font-weight: 600; }
      .di-table .table-cell:last-child {
        border: none;
        padding-bottom: 1.6rem;
        align-items: end;
        text-align: right; }
    .di-table .table-cell::before {
      content: attr(data-label);
      font-weight: 400;
      width: 100%;
      text-align: left;
      font-size: 14px;
      color: #0A0A0A;
      margin-bottom: 5px; } }

.list-group {
  --bs-list-group-border-color: rgba(158, 158, 158, 1); }

@media (min-width: 1200px) {
  .di-table .table-cell:nth-child(3) {
    flex: 1.2; } }
.pagination {
  --bs-pagination-active-bg: #D9D9D9;
  --bs-pagination-active-color: #000000;
  --bs-link-color: #000000;
  --bs-pagination-padding-x: 1.75rem; }
  .pagination.di-pagination .page-item:first-child .page-link {
    border-radius: 0; }
  .pagination.di-pagination .page-item:last-child .page-link {
    border-radius: 0; }
  .pagination.di-pagination .page-item .page-link {
    border-color: transparent;
    font-size: 18px;
    font-weight: 500; }
  .pagination.di-pagination .page-item.active .page-link {
    border-color: #9E9E9E; }

.di-login {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.di-login-bg {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
  text-align: right; }
  .di-login-bg .img-fluid {
    width: 80%;
    height: auto; }
    @media (min-width: 1600px) {
      .di-login-bg .img-fluid {
        width: 100%;
        height: auto; } }
    @media (max-width: 991.98px) {
      .di-login-bg .img-fluid {
        width: 60%; } }
    @media (max-width: 575.98px) {
      .di-login-bg .img-fluid {
        width: 55%; } }

.di-login-card {
  max-width: 324px;
  animation: fadeInSlideDown 0.2s ease-in forwards;
  width: 100%; }
  .di-login-card__header {
    text-align: left; }

.back-panel .btn {
  border-color: #87AAD2;
  min-width: 120px; }
  .back-panel .btn:nth-child(2) {
    border-radius: 0 25px 25px 0; }

.di-vertical-nav-col {
  max-width: 260px !important; }
  @media (min-width: 992px) {
    .di-vertical-nav-col.collapse:not(.show) {
      display: block;
      height: auto !important; } }
  @media (max-width: 991.98px) {
    .di-vertical-nav-col {
      display: block !important;
      position: fixed;
      z-index: 20;
      top: 80px !important;
      transition: all ease-in-out 0.3s;
      transform: translateX(0px) !important;
      padding: 0px;
      height: calc(100% - 80px) !important; }
      .di-vertical-nav-col ul {
        background: #87aad2;
        border-radius: 0 8px 8px 0; }
      .di-vertical-nav-col .di-vertical-nav {
        top: 0px; }
      .di-vertical-nav-col.collapse:not(.show) {
        transform: translateX(-120%) !important; }
      .di-vertical-nav-col .btn {
        position: absolute;
        right: -27px;
        top: 0;
        border-radius: 0 8px 8px 0; } }

.di-vertical-nav {
  position: sticky;
  z-index: 1;
  top: 145px; }
  .di-vertical-nav .nav-item {
    margin-bottom: 2px;
    position: relative; }
    .di-vertical-nav .nav-item .nav-link {
      background-color: #87AAD2;
      color: var(--bs-white);
      display: flex;
      align-items: center;
      padding-left: 8px;
      padding-right: 18px;
      border-radius: 0 5px 5px 0;
      gap: 8px;
      font-size: 14px;
      line-height: 16px; }
      .di-vertical-nav .nav-item .nav-link.active {
        background-color: var(--bs-action-50); }
      .di-vertical-nav .nav-item .nav-link:hover {
        background-color: var(--bs-action-100); }
      .di-vertical-nav .nav-item .nav-link:active {
        background-color: var(--bs-action-300); }
      .di-vertical-nav .nav-item .nav-link .nav-icon {
        width: 28px;
        text-align: center; }
      .di-vertical-nav .nav-item .nav-link.active::after {
        content: '';
        width: 10px;
        min-width: 10px;
        height: 10px;
        position: absolute;
        right: 10px;
        top: 12px;
        border-radius: 50%;
        background-color: var(--bs-danger);
        border: 1px solid var(--bs-white); }

#messageInbox-accordion .accordion-button {
  background-color: var(--bs-white); }
#messageInbox-accordion .accordion-item:nth-child(odd) .accordion-button {
  background-color: rgba(217, 217, 217, 0.4); }
#messageInbox-accordion .accordion-button {
  border-radius: 0px; }
#messageInbox-accordion .accordion-button::after {
  opacity: 0;
  border: 5px solid var(--bs-danger);
  background: var(--bs-danger);
  border-radius: 50%;
  border: 1px solid var(--bs-white); }
#messageInbox-accordion .accordion-button::after {
  opacity: 1; }
  @media (max-width: 767.98px) {
    #messageInbox-accordion .accordion-button::after {
      top: 20px;
      position: absolute;
      right: 25px; } }
#messageInbox-accordion .accordion-item.unreadMessage .accordion-button::after {
  opacity: 0; }
#messageInbox-accordion .accordion-item {
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-color: var(--bs-black); }
#messageInbox-accordion .accordion-body {
  border-top: 1px solid var(--bs-black); }
  #messageInbox-accordion .accordion-body .btn {
    width: 145px; }
    #messageInbox-accordion .accordion-body .btn .btn-arrow {
      width: 18px;
      height: 18px;
      background-size: 12px; }
  #messageInbox-accordion .accordion-body .btn-delete {
    border-radius: 25px 25px 25px 5px;
    margin-left: 5px; }
#messageInbox-accordion .accordion-button:focus {
  box-shadow: none; }

.shipping-nav {
  border-radius: 0px;
  list-style: none;
  border: 1px solid #9e9e9e; }
  .shipping-nav .list-group-item {
    color: var(--bs-primary-200);
    width: 100%;
    border-bottom: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color) !important;
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    gap: 1rem; }
    @media (min-width: 768px) {
      .shipping-nav .list-group-item {
        background: rgba(217, 217, 217, 0.1); } }
    .shipping-nav .list-group-item .nav-icon {
      width: 35px;
      text-align: center; }
    .shipping-nav .list-group-item:hover {
      background-color: var(--bs-neutral-500); }
    .shipping-nav .list-group-item.active {
      background-color: var(--bs-action-50);
      color: var(--bs-white); }
      .shipping-nav .list-group-item.active img {
        filter: brightness(1000%); }
  @media (max-width: 767.98px) {
    .shipping-nav {
      border-radius: 0px; }
      .shipping-nav .list-group-item {
        border-right: 0px;
        border-left: 0px;
        padding-top: 1rem;
        padding-bottom: 1rem; } }

@media (max-width: 991.98px) {
  .assignee-information-form .g-4, .assignee-information-form .gy-4 {
    --bs-gutter-y: 1.9rem; }
  .assignee-information-form .form-check.fs-18 {
    font-size: 0.875rem; } }

@media (max-width: 767.98px) {
  .tasks-list-group .list-group-item {
    flex-direction: column;
    border: none; }
    .tasks-list-group .list-group-item .h4.mb-0.text-primary {
      margin-bottom: 10px !important;
      font-size: 18px; } }

.products-bundles-tables .table {
  --bs-table-striped-bg: rgba(239, 239, 239, 1);
  --bs-border-color: #9E9E9E; }
  .products-bundles-tables .table .form-sm-control {
    width: 139px; }
  .products-bundles-tables .table > :not(caption) > * > * {
    padding: 0.9rem .5rem; }
  .products-bundles-tables .table thead tr th {
    font-weight: 700; }
  .products-bundles-tables .table tbody tr th, .products-bundles-tables .table tbody tr td {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500; }

.left-devider-line {
  position: sticky;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 10px;
  height: 100%; }
  .left-devider-line .powering-rotate-text {
    writing-mode: vertical-rl;
    transform: rotate(0deg);
    text-align: center;
    white-space: nowrap;
    width: 20px; }

.text-charcoalblue {
  color: #101828; }

.product_tabs, .di-tabs {
  position: relative;
  --bs-nav-link-color: #000000;
  --bs-nav-link-hover-color: #000000;
  --bs-nav-pills-link-active-bg: #9199C6; }
  @media (max-width: 1200px) {
    .product_tabs, .di-tabs {
      flex-wrap: nowrap;
      overflow: auto;
      min-height: 56px; } }
  .product_tabs::after, .di-tabs::after {
    content: '';
    background: #AAAAAA;
    display: block;
    width: calc(100% - 24px);
    position: absolute;
    bottom: 0;
    left: 24px;
    height: 1px; }
    @media (max-width: 767.98px) {
      .product_tabs::after, .di-tabs::after {
        bottom: 15px; } }
  .product_tabs .nav-link, .di-tabs .nav-link {
    border-radius: 25px 25px 5px 25px;
    background-color: #B5B5B5;
    min-width: 189px;
    margin: 0 1px;
    position: relative;
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 767.98px) {
      .product_tabs .nav-link, .di-tabs .nav-link {
        min-width: auto;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        white-space: nowrap; } }
    .product_tabs .nav-link.active::after, .di-tabs .nav-link.active::after {
      content: "";
      position: absolute;
      bottom: -14px;
      background: #9199c6;
      width: 100%;
      left: 0;
      height: 9px;
      background: #9bad94;
      background: linear-gradient(0deg, #9bad94 0%, #5e72e4 0%, #6e7fdd 19%, #9098c6 20%, #8787c9 39%, #6447d7 40%, #7264c4 60%, #9bad94 61%, #90a2a0 82%, #768ac6 83%, #5e72e4 100%);
      background: -moz-linear-gradient(0deg, #9bad94 0%, #5e72e4 0%, #6e7fdd 19%, #9098c6 20%, #8787c9 39%, #6447d7 40%, #7264c4 60%, #9bad94 61%, #90a2a0 82%, #768ac6 83%, #5e72e4 100%);
      background: -webkit-linear-gradient(0deg, #9bad94 0%, #5e72e4 0%, #6e7fdd 19%, #9098c6 20%, #8787c9 39%, #6447d7 40%, #7264c4 60%, #9bad94 61%, #90a2a0 82%, #768ac6 83%, #5e72e4 100%); }

.di-dropdown .dropdown-toggle {
  width: 160px;
  text-align: left;
  padding-right: 30px;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #9e9e9e; }
  .di-dropdown .dropdown-toggle::after {
    position: absolute;
    right: 13px;
    top: 16px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }

@media (min-width: 992px) {
  .table-responsive {
    overflow: visible; } }
/* Custom Scrollbar for WebKit browsers */
.media-manager-container::-webkit-scrollbar {
  width: 12px; }
.media-manager-container::-webkit-scrollbar-track {
  background: #f1f1f1; }
.media-manager-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px; }
.media-manager-container::-webkit-scrollbar-thumb:hover {
  background: #555; }

/* Custom Scrollbar for Firefox */
.media-manager-container {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  max-height: 580px;
  overflow: auto; }

.media-manager-row {
  display: grid;
  grid-gap: 16px;
  align-items: flex-start;
  animation: fade-in 0.5s forwards;
  margin: 0;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
  .media-manager-row .media-card {
    padding: 8px;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    height: 100%; }
    .media-manager-row .media-card .media-card-thum {
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
      border-radius: 6px;
      padding: 4px;
      height: 160px;
      background: #fff;
      transition: all 0.3s ease-in-out;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      .media-manager-row .media-card .media-card-thum .thum-img {
        height: auto;
        max-width: 100%;
        max-height: 100%;
        width: auto; }
  .media-manager-row .media-card.uploaded-media,
  .media-manager-row .media-card:hover {
    background: var(--bs-light);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.12); }
  .media-manager-row .media-card.uploaded-media .media-card-thum,
  .media-manager-row .media-card:hover .media-card-thum {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2); }
  .media-manager-row .media-card:hover .btn-media-card-thum {
    opacity: 1; }

.media-card-content {
  padding: 16px 20px 8px 20px; }
  .media-card-content strong {
    font-weight: 600;
    word-break: break-word; }

.btn-media-card-thum {
  position: absolute;
  border: none;
  height: 28px;
  width: 28px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f3f3ff;
  background: #fff; }

.btn-delete-media-card {
  top: 5px;
  right: 5px; }
  .btn-delete-media-card:hover {
    background: #dc3545;
    color: #fff;
    border-color: #dc3545; }
  .btn-delete-media-card .bi {
    font-size: 22px; }

.btn-refresh-media-card {
  top: 5px;
  left: 5px; }
  .btn-refresh-media-card img {
    width: 16px; }
    .btn-refresh-media-card img:hover {
      filter: invert(1); }

.btn-download-media-card {
  right: 5px;
  bottom: 5px; }
  .btn-download-media-card .bi {
    font-size: 18px; }

.media-from-sec {
  background: #fcfcfc;
  border: 1px solid #e7e7e7;
  margin: 0; }

.btn-close-model {
  position: absolute;
  right: 15px; }

.bi-info-sec {
  font-size: 65px; }
  .bi-info-sec::before {
    border-radius: 50%;
    background: #fcfcfc;
    border: 1px solid #e7e7e7; }

.form-control.select_input_field {
  position: absolute;
  opacity: 0;
  width: 100%;
  z-index: 1; }

.customInputField .input-group {
  border: 1px solid #e9ecef;
  border-radius: 7px; }

#progressModal .progress-bar {
  background-color: blue !important;
  border-radius: 0 !important;
  height: 20px !important;
  margin-bottom: 10px !important;
  margin-right: 0px !important; }

.btn-secondary.btn-rename-css {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4; }

.form-check-inputView {
  display: none; }
  .form-check-inputView.show {
    display: flex; }

.table.css-file-table tbody tr.active {
  background: #f3f3f3; }

@media screen and (min-width: 600px) {
  .w-m-20 {
    width: 30%; } }
@media screen and (min-width: 1024px) {
  .w-m-20 {
    width: 20%; } }
a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center; }

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out; }
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }
.mfp-with-zoom.mfp-ready .mfp-bg {
  opacity: 0; }
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing .mfp-bg {
  opacity: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .mfp-container.mfp-align-top:before {
    display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom {
  cursor: zoom-out;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-figure {
  background: #fff; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-image-holder .mfp-content {
  max-width: 850px;
  height: 600px;
  width: 600px;
  border: 1px solid #ccc; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.uploadFileWidth {
  max-width: 266px; }

.css-file-table th {
  position: sticky;
  top: 0;
  z-index: 25; }

.dividerClass {
  border: 1px solid black; }

.css-file-table-bodyClass {
  border-top: none !important; }

.application-settings-form .form-control {
  padding: 0.375rem 0.75rem;
  border-radius: 0px;
  background: rgba(217, 217, 217, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .application-settings-form .form-control:disabled {
    background-color: #efefef;
    border-color: #efefef; }

.language-scroll {
  overflow: auto;
  height: 154px; }

@media (max-width: 992.98px) {
  .di-header .navbar-brand .img-fluid {
    max-height: 32px; } }
.fs-10 {
  font-size: 10px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.ds-link {
  text-decoration: underline;
  color: #212529; }

.btn-small {
  height: fit-content;
  padding-top: 3px !important;
  padding-bottom: 3px !important; }
  .btn-small .btn-arrow {
    background-size: 10px;
    width: 18px;
    height: 18px; }

.py-05 {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem; }

#carouselbundlecardControls .carousel-control-next,
#carouselbundlecardControls .carousel-control-prev {
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
  border-radius: 50%; }
#carouselbundlecardControls .carousel-control-prev {
  left: -50px; }
#carouselbundlecardControls .carousel-control-next {
  right: -50px; }
#carouselbundlecardControls .carousel-control-next-icon,
#carouselbundlecardControls .carousel-control-prev-icon {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  background-size: 24px; }

.card.bundle-card {
  background-color: rgba(217, 217, 217, 0.8);
  border: 1px solid #000;
  border-radius: 8px;
  min-width: auto; }
  .card.bundle-card .bundle-thum-img {
    height: 90px; }
    .card.bundle-card .bundle-thum-img .img-fluid {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  .card.bundle-card.task-card {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center; }

.task-badge {
  --bs-bg-opacity: 0.3;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity));
  border: 1px solid #000;
  margin: auto; }

@media (min-width: 768px) {
  .mytask-table .table-row .table-cell.action-col {
    max-width: 190px;
    min-width: 190px; } }
.mytask-table .table-row .table-cell:nth-child(1),
.mytask-table .table-row .table-cell:nth-child(2) {
  flex: 1; }
.mytask-table .table-row .table-cell:nth-child(3) {
  flex: 2.5; }
.mytask-table.message-table .table-row .table-cell:nth-child(1) {
  flex: 1.3; }
.mytask-table.message-table .table-row .table-cell:nth-child(2) {
  flex: 0.6; }
.mytask-table.encapsulated-table .table-cell:nth-child(1) {
  flex: 0.3; }
.mytask-table.encapsulated-table .table-cell:nth-child(2) {
  flex: 0.6; }
.mytask-table.encapsulated-table .table-cell:nth-child(4) {
  flex: 1.3; }
.mytask-table .active-cell {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--bs-green);
  margin-right: 0.4rem;
  margin-left: -1rem;
  opacity: 0.7; }

.myTask-modal {
  --bs-modal-bg: #f1f1f1; }
  .myTask-modal .modal-content {
    border: 1px solid #000; }
    .myTask-modal .modal-content .form-check-input {
      margin-top: 0px; }
    .myTask-modal .modal-content .btn-ok {
      border: 1px solid #000; }

.form-sm-control {
  border: 1px solid #ced4da; }

.form-select.form-sm-select {
  background-color: #fff;
  padding: 0.48rem 2.35rem 0.48rem 0.75rem; }

.btn-attached .bi-paperclip {
  font-size: 24px; }

.chat-list {
  display: flex;
  flex-direction: column; }
  .chat-list hr {
    margin: 0.5rem 0; }
  .chat-list .chat-list-items .chat-list-col {
    padding: 4px 8px; }

.replay-bg {
  background-color: #dfdfdf;
  background-color: #f0f0f0; }

.circle-number {
  --bs-bg-opacity: 0.3;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity));
  border: 1px solid #000;
  margin: auto;
  font-size: 12px; }

.bi-paperclip-rotate {
  transform: rotate(40deg);
  display: inline-block; }

.btn-paperclip {
  display: flex;
  align-items: center;
  gap: 10px; }

.attached-view-dropdowm li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
.attached-view-dropdowm li a {
  text-decoration: underline; }

/*# sourceMappingURL=new-style.css.map */
