HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dmstechonline/crm.dmstech.online/resources/css/modal.css
body.modal-open {
  @apply tw-overflow-hidden;
}

.modal {
  @apply tw-z-[10000];
}

.modal-header .close {
  @apply tw-text-[30px] tw-font-light tw-w-7 tw-h-7 tw-text-neutral-400 tw-opacity-100 -tw-mt-1 tw-outline-none hover:tw-text-neutral-600 active:tw-text-neutral-600;
}

.modal-header {
  @apply tw-rounded-tl-md tw-rounded-t-md tw-bg-white tw-px-4 tw-py-5;
}

.modal-title {
  @apply tw-font-medium tw-text-neutral-700;
}

.modal-content {
  @apply tw-shadow-sm tw-rounded-md tw-border tw-border-solid tw-border-neutral-200;
}

.modal-open .dropdown-menu {
  @apply tw-z-[10001];
}

.modal-body {
  @apply tw-px-4 tw-py-6;
}

.modal-backdrop {
  @apply tw-bg-neutral-700/70;
}

.modal-backdrop.in {
  @apply tw-opacity-90;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }

  .modal-xxl {
    width: 98%;
    max-width: 1500px;
  }
}