/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/js/assets/scss/emailTemplates.scss ***!
  \*****************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);
/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/js/assets/scss/modal.module.scss ***!
  \***************************************************************************************************************************************************************************************/
:root {
  --modal-padding: 1.5rem;
  --modal-border-radius: 16px;
  --modal-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  --modal-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  box-sizing: border-box;
}

.modal-module__modalOverlay--h1Lr5 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  backdrop-filter: blur(4px);
  animation: modal-module__modalFadeIn--TFBsc 0.3s ease;
  padding: 1rem;
}

.modal-module__modalContent--vvQPS {
  background: #ffffff;
  border-radius: var(--modal-border-radius);
  box-shadow: var(--modal-shadow);
  overflow: hidden;
  animation: modal-module__modalSlideIn--CT5KI 0.3s ease;
  border: 1px solid rgba(26, 154, 148, 0.1);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
.modal-module__modalContent--vvQPS.modal-module__small--sTWjF {
  width: 100%;
  max-width: 400px;
}
.modal-module__modalContent--vvQPS.modal-module__medium--nVrGA {
  width: 100%;
  max-width: 600px;
}
.modal-module__modalContent--vvQPS.modal-module__large--Chg1O {
  width: 100%;
  max-width: 900px;
}
.modal-module__modalContent--vvQPS.modal-module__fullscreen--A4kDs {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  border-radius: 0;
  margin: 0;
}

.modal-module__modalHeader--s8E7P {
  background: linear-gradient(135deg, #1a9a94 0%, #158a84 100%);
  color: white;
  padding: var(--modal-padding);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: var(--modal-border-radius) var(--modal-border-radius) 0 0;
  flex-shrink: 0;
}
.modal-module__modalHeader--s8E7P .modal-module__modalTitle--j_ST5 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  line-height: 1.4;
}
.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6 {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: var(--modal-transition);
  flex-shrink: 0;
}
.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6 svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}
.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}
.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6:active {
  transform: scale(0.95);
}
.modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

.modal-module__modalBody--mFtEM {
  padding: var(--modal-padding);
  overflow-y: auto;
  flex: 1;
  line-height: 1.6;
  color: #333333;
}
.modal-module__modalBody--mFtEM::-webkit-scrollbar {
  width: 8px;
}
.modal-module__modalBody--mFtEM::-webkit-scrollbar-track {
  background: rgba(26, 154, 148, 0.1);
  border-radius: 4px;
}
.modal-module__modalBody--mFtEM::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #1a9a94, #158a84);
  border-radius: 4px;
}
.modal-module__modalBody--mFtEM::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #158a84, #1a9a94);
}
.modal-module__modalBody--mFtEM p {
  margin: 0 0 1rem 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 14px;
}
.modal-module__modalBody--mFtEM p:last-child {
  margin-bottom: 0;
}
.modal-module__modalBody--mFtEM button {
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: var(--modal-transition);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.modal-module__modalBody--mFtEM button:hover {
  background: linear-gradient(135deg, #158a84 0%, #1a9a94 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(26, 154, 148, 0.3);
}
.modal-module__modalBody--mFtEM button:active {
  transform: translateY(0);
}
.modal-module__modalBody--mFtEM button:focus {
  outline: 2px solid rgba(26, 154, 148, 0.5);
  outline-offset: 2px;
}
.modal-module__modalBody--mFtEM button.modal-module__secondary--KwOT9 {
  background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
}
.modal-module__modalBody--mFtEM button.modal-module__secondary--KwOT9:hover {
  background: linear-gradient(135deg, #5a6268 0%, #6c757d 100%);
}
.modal-module__modalBody--mFtEM button.modal-module__danger--cXDUN {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
}
.modal-module__modalBody--mFtEM button.modal-module__danger--cXDUN:hover {
  background: linear-gradient(135deg, #c82333 0%, #dc3545 100%);
}

.modal-module__modalFooter--FLgF2 {
  padding: var(--modal-padding);
  background: #f8f9fa;
  border-top: 1px solid rgba(26, 154, 148, 0.1);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .modal-module__modalFooter--FLgF2 {
    flex-direction: column;
    align-items: stretch;
  }
  .modal-module__modalFooter--FLgF2 button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .modal-module__modalFooter--FLgF2 button:last-child {
    margin-bottom: 0;
  }
}

@keyframes modal-module__modalFadeIn--TFBsc {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-module__modalSlideIn--CT5KI {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 768px) {
  .modal-module__modalOverlay--h1Lr5 {
    padding: 0.5rem;
  }
  .modal-module__modalContent--vvQPS.modal-module__small--sTWjF, .modal-module__modalContent--vvQPS.modal-module__medium--nVrGA, .modal-module__modalContent--vvQPS.modal-module__large--Chg1O {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .modal-module__modalHeader--s8E7P {
    padding: 1rem;
  }
  .modal-module__modalHeader--s8E7P .modal-module__modalTitle--j_ST5 {
    font-size: 1.125rem;
  }
  .modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6 {
    width: 32px;
    height: 32px;
  }
  .modal-module__modalHeader--s8E7P .modal-module__closeButton--nhej6 svg {
    width: 18px;
    height: 18px;
  }
  .modal-module__modalBody--mFtEM {
    padding: 1rem;
  }
  .modal-module__modalBody--mFtEM button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 480px) {
  .modal-module__modalOverlay--h1Lr5 {
    padding: 0;
  }
  .modal-module__modalContent--vvQPS {
    border-radius: 0;
    height: 100vh;
    max-height: 100vh;
  }
  .modal-module__modalHeader--s8E7P {
    border-radius: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal-module__modalOverlay--h1Lr5,
  .modal-module__modalContent--vvQPS {
    animation: none;
  }
  .modal-module__closeButton--nhej6:hover {
    transform: none;
  }
  .modal-module__modalBody--mFtEM button:hover {
    transform: none;
  }
}
@media (prefers-contrast: high) {
  .modal-module__modalContent--vvQPS {
    border: 2px solid #000000;
  }
  .modal-module__modalHeader--s8E7P {
    background: #000000;
  }
  .modal-module__closeButton--nhej6:hover {
    background: #ffffff;
    color: #000000;
  }
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/js/assets/scss/templateCreationModal.module.scss ***!
  \*******************************************************************************************************************************************************************************************************/
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__templateForm--XzV0L {
  padding: 20px;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formGroup--yGO7G {
  margin-bottom: 20px;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formGroup--yGO7G:last-child {
  margin-bottom: 0;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formLabel--sFoJq {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #1a9a94;
  font-size: 14px;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formInput--JwLH4,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formTextarea--x1GGw,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formSelect--FjP8D {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color 0.2s ease;
  background: #fff;
  color: #333;
  line-height: 20px;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formInput--JwLH4:focus,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formTextarea--x1GGw:focus,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formSelect--FjP8D:focus {
  outline: none;
  border-color: #1a9a94;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formInput--JwLH4::placeholder,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formTextarea--x1GGw::placeholder,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formSelect--FjP8D::placeholder {
  color: #999;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formInput--JwLH4 {
  height: 40px;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formTextarea--x1GGw {
  resize: vertical;
  min-height: 100px;
  font-family: inherit;
  line-height: 1.4;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formSelect--FjP8D {
  height: 40px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27m6 8 4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 32px;
  appearance: none;
  color: #333;
  font-weight: 500;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formSelect--FjP8D option {
  color: #333;
  background: white;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formSelect--FjP8D:focus {
  border-color: #1a9a94;
  background-color: #fff;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formSelect--FjP8D:hover {
  border-color: #1a9a94;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__checkboxLabel--WJtKr,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__radioLabel--OwO2C {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  gap: 8px;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__checkbox--dYEg3,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__radio--nr9xZ {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  accent-color: #1a9a94;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__checkbox--dYEg3:after, .templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__checkbox--dYEg3:checked:after,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__radio--nr9xZ:after,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__radio--nr9xZ:checked:after {
  display: none;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__checkboxText--sEalU,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__radioText--wmTGt {
  font-size: 14px;
  color: #333;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__typeSelection--xuf64 {
  display: flex;
  gap: 20px;
  margin-top: 8px;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__dataFieldsSection--B5Va1 {
  margin-bottom: 20px;
  position: relative;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__insertDataFieldsBtn--lqLp6 {
  background: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__insertDataFieldsBtn--lqLp6:hover {
  background: #1a9a94;
  color: white;
  border-color: #1a9a94;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__dataFieldsDropdown--Jfe06 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin-top: 4px;
  max-height: 200px;
  overflow-y: auto;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__dataFieldsGrid--hgVkS {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1px;
  background: #ddd;
  padding: 1px;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__dataFieldItem--InnUF {
  width: 100%;
  padding: 8px 12px;
  border: none;
  background: white;
  text-align: left;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__dataFieldItem--InnUF:hover {
  background: #1a9a94;
  color: white;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formActions--JHcqx {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__cancelBtn--lsKoU,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__submitBtn--zhbdn {
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  min-width: 80px;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__cancelBtn--lsKoU {
  background: #f0f0f0;
  color: #333;
  border: 1px solid #ddd;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__cancelBtn--lsKoU:hover {
  background: #e0e0e0;
  border-color: #1a9a94;
  color: #1a9a94;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__submitBtn--zhbdn {
  background: #1a9a94;
  color: white;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__submitBtn--zhbdn:hover {
  background: #158a84;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__inputError--lzN_X,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__textareaError--i_zh4 {
  border-color: #d63638 !important;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__inputError--lzN_X:focus,
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__textareaError--i_zh4:focus {
  border-color: #d63638 !important;
}
.templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__errorText--wUZMc {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #d63638;
}
@media (max-width: 768px) {
  .templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__templateForm--XzV0L {
    padding: 16px;
  }
  .templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__typeSelection--xuf64 {
    flex-direction: column;
    gap: 12px;
  }
  .templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__dataFieldsGrid--hgVkS {
    grid-template-columns: 1fr;
  }
  .templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__formActions--JHcqx {
    flex-direction: column-reverse;
    gap: 8px;
  }
  .templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__cancelBtn--lsKoU,
  .templateCreationModal-module__templateCreationWrapper--DwL7w .templateCreationModal-module__submitBtn--zhbdn {
    width: 100%;
  }
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/js/assets/scss/emailTemplates.module.scss ***!
  \************************************************************************************************************************************************************************************************/
.emailTemplates-module__emailTemplatesWrapper--wVoPU {
  padding: 20px;
  background-color: #f5f5f5;
  min-height: 100vh;
}

.emailTemplates-module__emailTemplatesContainer--bvDo1 {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: visible;
}

.emailTemplates-module__emailTemplatesSection--rwHEP {
  padding: 30px;
}

.emailTemplates-module__emailTemplatesHeader--xf1zC {
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}

.emailTemplates-module__emailTemplatesTitle--vT3Ab {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.emailTemplates-module__controlBar--CIV1r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  flex-wrap: wrap;
  gap: 15px;
}

.emailTemplates-module__leftControls--kYy4S {
  display: flex;
  align-items: center;
}

.emailTemplates-module__filterControls--wzNCh {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.emailTemplates-module__filterLabel--oM14_ {
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.emailTemplates-module__filterBtn--CRzR6 {
  background: #e9ecef;
  border: 1px solid #dee2e6;
  color: #495057;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.emailTemplates-module__filterBtn--CRzR6:hover {
  background: #dee2e6;
  border-color: #adb5bd;
}

.emailTemplates-module__filterDropdown--aLBcD {
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  font-size: 14px;
  background: white;
  color: #495057;
  cursor: pointer;
  min-width: 140px;
}
.emailTemplates-module__filterDropdown--aLBcD:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.emailTemplates-module__searchControls--ajgqX {
  display: flex;
  align-items: center;
}

.emailTemplates-module__searchBox--LMj9W {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  overflow: hidden;
  background: white;
}

.emailTemplates-module__searchInput--Pth5_ {
  border: none;
  padding: 8px 12px;
  font-size: 14px;
  min-width: 200px;
}
.emailTemplates-module__searchInput--Pth5_:focus {
  outline: none;
}
.emailTemplates-module__searchInput--Pth5_::placeholder {
  color: #999;
}

.emailTemplates-module__searchBtn--fSD3h {
  background: #f8f9fa;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-left: 1px solid #dee2e6;
  transition: background 0.2s ease;
}
.emailTemplates-module__searchBtn--fSD3h:hover {
  background: #e9ecef;
}

.emailTemplates-module__displayInfo--rn7cW {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.emailTemplates-module__tableWrapper--VN1vJ {
  overflow-x: auto;
  overflow-y: visible;
  max-width: 100%;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(26, 154, 148, 0.1);
}

.emailTemplates-module__templatesTable--T4mAy {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: visible;
  border: none;
  width: 100%;
  min-width: 800px;
  transform: translateZ(0);
}
.emailTemplates-module__templatesTable--T4mAy table {
  width: 100%;
  border-collapse: collapse;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  table-layout: fixed;
}
.emailTemplates-module__templatesTable--T4mAy table th, .emailTemplates-module__templatesTable--T4mAy table td {
  box-sizing: border-box;
}
.emailTemplates-module__templatesTable--T4mAy thead {
  background: linear-gradient(135deg, #1a9a94 0%, #158a84 100%);
  position: sticky;
  top: 0;
  z-index: 10;
}
.emailTemplates-module__templatesTable--T4mAy th {
  padding: 18px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
.emailTemplates-module__templatesTable--T4mAy th:nth-child(1) {
  width: 20%;
}
.emailTemplates-module__templatesTable--T4mAy th:nth-child(2) {
  width: 20%;
}
.emailTemplates-module__templatesTable--T4mAy th:nth-child(3) {
  width: 20%;
}
.emailTemplates-module__templatesTable--T4mAy th:nth-child(4) {
  width: 15%;
}
.emailTemplates-module__templatesTable--T4mAy th:nth-child(5) {
  width: 10%;
}
.emailTemplates-module__templatesTable--T4mAy th:nth-child(6) {
  width: 10%;
}
.emailTemplates-module__templatesTable--T4mAy th:nth-child(7) {
  width: 5%;
}
.emailTemplates-module__templatesTable--T4mAy th:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.emailTemplates-module__templatesTable--T4mAy tbody tr {
  border-bottom: 1px solid rgba(26, 154, 148, 0.1);
  transition: none;
  position: relative;
}
.emailTemplates-module__templatesTable--T4mAy tbody tr:last-child {
  border-bottom: none;
}
.emailTemplates-module__templatesTable--T4mAy tbody tr:nth-child(even) {
  background-color: rgba(248, 249, 250, 0.5);
}
.emailTemplates-module__templatesTable--T4mAy tbody td {
  padding: 16px;
  font-size: 14px;
  color: #333333;
  vertical-align: middle;
  border: none;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}
.emailTemplates-module__templatesTable--T4mAy tbody td:nth-child(1) {
  width: 20%;
}
.emailTemplates-module__templatesTable--T4mAy tbody td:nth-child(2) {
  width: 20%;
}
.emailTemplates-module__templatesTable--T4mAy tbody td:nth-child(3) {
  width: 20%;
}
.emailTemplates-module__templatesTable--T4mAy tbody td:nth-child(4) {
  width: 15%;
}
.emailTemplates-module__templatesTable--T4mAy tbody td:nth-child(5) {
  width: 10%;
}
.emailTemplates-module__templatesTable--T4mAy tbody td:nth-child(6) {
  width: 10%;
}
.emailTemplates-module__templatesTable--T4mAy tbody td:nth-child(7) {
  width: 5%;
}
.emailTemplates-module__templatesTable--T4mAy tbody td:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background: rgba(26, 154, 148, 0.08);
}
.emailTemplates-module__templatesTable--T4mAy tbody td:nth-child(7) {
  white-space: normal;
  overflow: visible;
  text-align: center;
  z-index: 999999;
  position: relative;
  isolation: isolate;
}

.emailTemplates-module__templateName--RM88C {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.emailTemplates-module__templateName--RM88C .emailTemplates-module__templateIcon--RFur5 {
  font-size: 16px;
  color: #6f42c1;
}

.emailTemplates-module__subjectCell--q1zp7 .emailTemplates-module__subjectText--lJUZ3 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4;
  max-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.emailTemplates-module__contentCell--gU3YR .emailTemplates-module__contentText--Tenl6 {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.4;
  max-height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.emailTemplates-module__contentCell--gU3YR .emailTemplates-module__showMoreBtn--VzczV {
  background: linear-gradient(135deg, #1a9a94 0%, #158a84 100%);
  color: white;
  border: none;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 4px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(26, 154, 148, 0.2);
}
.emailTemplates-module__contentCell--gU3YR .emailTemplates-module__showMoreBtn--VzczV:hover {
  background: linear-gradient(135deg, #158a84 0%, #1a9a94 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(26, 154, 148, 0.3);
}
.emailTemplates-module__contentCell--gU3YR .emailTemplates-module__showMoreBtn--VzczV:active {
  transform: translateY(0);
}

.emailTemplates-module__delayCell--xBIy7 .emailTemplates-module__delayBadge--E0iek {
  background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
  color: white;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(111, 66, 193, 0.2);
}

.emailTemplates-module__statusBadge--YPx0H {
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  min-width: 60px;
}
.emailTemplates-module__statusBadge--YPx0H.emailTemplates-module__statusActive--fg_Kg {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.2);
}
.emailTemplates-module__statusBadge--YPx0H.emailTemplates-module__statusInactive--hR0Z7 {
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.2);
}

.emailTemplates-module__optionsDropdown--UvaaT {
  position: relative;
  display: inline-block;
  z-index: 999999;
  isolation: isolate;
  overflow: visible;
}

.emailTemplates-module__optionsBtn--xblZs {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 6px;
  transition: none;
  position: relative;
}
.emailTemplates-module__optionsBtn--xblZs .emailTemplates-module__optionsIcon--QFu1T {
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.emailTemplates-module__optionsBtn--xblZs.emailTemplates-module__active--pWoZ_ {
  background: #1a9a94;
  border: 2px solid #1a9a94;
  box-shadow: 0 0 15px rgba(26, 154, 148, 0.3);
}
.emailTemplates-module__optionsBtn--xblZs.emailTemplates-module__active--pWoZ_ .emailTemplates-module__optionsIcon--QFu1T {
  color: white;
}

.emailTemplates-module__optionsMenu--v_CXd {
  position: fixed;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  z-index: 9999999;
  min-width: 140px;
  overflow: visible;
  isolation: isolate;
  transform: translateZ(0);
}

.emailTemplates-module__optionsMenu--v_CXd button {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: none;
  white-space: nowrap;
}
.emailTemplates-module__optionsMenu--v_CXd button:first-child {
  border-radius: 6px 6px 0 0;
}
.emailTemplates-module__optionsMenu--v_CXd button:last-child {
  border-radius: 0 0 6px 6px;
}

.emailTemplates-module__optionsMenu--v_CXd .emailTemplates-module__editBtn--JmDWK {
  color: #1a9a94;
}

.emailTemplates-module__optionsMenu--v_CXd .emailTemplates-module__deleteBtn--P1_Ry {
  color: #dc3545;
}

.emailTemplates-module__popupBody--u6n12 {
  padding: 20px;
}
.emailTemplates-module__popupBody--u6n12 .emailTemplates-module__contentInfo--S_91B .emailTemplates-module__contentText--Tenl6 {
  margin-bottom: 20px;
}
.emailTemplates-module__popupBody--u6n12 .emailTemplates-module__contentInfo--S_91B .emailTemplates-module__contentText--Tenl6 h4 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.emailTemplates-module__popupBody--u6n12 .emailTemplates-module__contentInfo--S_91B .emailTemplates-module__contentText--Tenl6 p {
  margin: 0;
  color: #666;
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-height: 300px;
  overflow-y: auto;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.emailTemplates-module__popupBody--u6n12 .emailTemplates-module__contentInfo--S_91B .emailTemplates-module__contentDetails--MJCDl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.emailTemplates-module__popupBody--u6n12 .emailTemplates-module__contentInfo--S_91B .emailTemplates-module__contentDetails--MJCDl .emailTemplates-module__detailRow--ozrex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.emailTemplates-module__popupBody--u6n12 .emailTemplates-module__contentInfo--S_91B .emailTemplates-module__contentDetails--MJCDl .emailTemplates-module__detailRow--ozrex .emailTemplates-module__detailLabel--rzyZP {
  font-weight: 500;
  color: #333;
  font-size: 14px;
}
.emailTemplates-module__popupBody--u6n12 .emailTemplates-module__contentInfo--S_91B .emailTemplates-module__contentDetails--MJCDl .emailTemplates-module__detailRow--ozrex .emailTemplates-module__detailValue--TG15O {
  font-weight: 600;
  color: #1a9a94;
  font-size: 14px;
}

.emailTemplates-module__emptyState--r6i5T {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}

.emailTemplates-module__emptyStateCard--fw56h {
  background: white;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  max-width: 400px;
  width: 100%;
}

.emailTemplates-module__createTemplateBtn--o4VVR {
  background: #f0f0f0;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.emailTemplates-module__createTemplateBtn--o4VVR:hover {
  background: #e0e0e0;
  transform: translateY(-1px);
}
.emailTemplates-module__createTemplateBtn--o4VVR:active {
  transform: translateY(0);
}

.emailTemplates-module__btnIcon--oyxGV {
  font-size: 18px;
  color: #666;
}

.emailTemplates-module__emptyStateText--NsyGd {
  color: #666;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
}

.emailTemplates-module__templatesList--V_p1Y {
  display: grid;
  gap: 20px;
  margin-bottom: 30px;
}

.emailTemplates-module__templateItem--Qce_k {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  transition: all 0.2s ease;
}
.emailTemplates-module__templateItem--Qce_k:hover {
  border-color: #007bff;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}
.emailTemplates-module__templateItem--Qce_k h3 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.emailTemplates-module__templateItem--Qce_k p {
  margin: 5px 0;
  color: #666;
  font-size: 14px;
}
.emailTemplates-module__templateItem--Qce_k p strong {
  color: #333;
}

.emailTemplates-module__modalOverlay--ZGY6C {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 20px;
}

.emailTemplates-module__modal--feAm1 {
  background: white;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.emailTemplates-module__modalHeader--Ob0Jl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 0 24px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
}
.emailTemplates-module__modalHeader--Ob0Jl h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #333;
}

.emailTemplates-module__closeBtn--o9iYD {
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.emailTemplates-module__closeBtn--o9iYD:hover {
  background: #f0f0f0;
  color: #666;
}

.emailTemplates-module__templateForm--mW0Cu {
  padding: 24px;
}

.emailTemplates-module__formGroup--v2aiy {
  margin-bottom: 20px;
}
.emailTemplates-module__formGroup--v2aiy label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.emailTemplates-module__formInput--jrESF,
.emailTemplates-module__formTextarea--jtbj3 {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.2s ease;
}
.emailTemplates-module__formInput--jrESF:focus,
.emailTemplates-module__formTextarea--jtbj3:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}
.emailTemplates-module__formInput--jrESF::placeholder,
.emailTemplates-module__formTextarea--jtbj3::placeholder {
  color: #999;
}

.emailTemplates-module__formTextarea--jtbj3 {
  resize: vertical;
  min-height: 120px;
  font-family: inherit;
}

.emailTemplates-module__formActions--rDarc {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.emailTemplates-module__cancelBtn--UOt7X {
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #6c757d;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.emailTemplates-module__cancelBtn--UOt7X:hover {
  background: #e9ecef;
  border-color: #adb5bd;
}

.emailTemplates-module__submitBtn--O9yA8 {
  background: #007bff;
  border: 1px solid #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.emailTemplates-module__submitBtn--O9yA8:hover {
  background: #0056b3;
  border-color: #0056b3;
}
.emailTemplates-module__submitBtn--O9yA8:active {
  transform: translateY(1px);
}

.emailTemplates-module__loading--w_7VQ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  color: #666;
}
.emailTemplates-module__loading--w_7VQ p {
  margin: 20px 0 0 0;
  font-size: 16px;
}

.emailTemplates-module__spinner--_Jney {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: emailTemplates-module__spin--ryysv 1s linear infinite;
}

@keyframes emailTemplates-module__spin--ryysv {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .emailTemplates-module__emailTemplatesSection--rwHEP {
    padding: 20px;
  }
  .emailTemplates-module__controlBar--CIV1r {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
    padding: 15px;
  }
  .emailTemplates-module__filterControls--wzNCh {
    justify-content: center;
    flex-wrap: wrap;
  }
  .emailTemplates-module__searchControls--ajgqX {
    width: 100%;
  }
  .emailTemplates-module__searchBox--LMj9W {
    width: 100%;
  }
  .emailTemplates-module__searchInput--Pth5_ {
    min-width: auto;
    flex: 1;
  }
  .emailTemplates-module__displayInfo--rn7cW {
    text-align: center;
  }
  .emailTemplates-module__templatesTable--T4mAy {
    margin: 0 -20px;
    border-radius: 0;
  }
  .emailTemplates-module__table--PFOqh {
    min-width: 600px;
  }
  .emailTemplates-module__tableCell--Zz_qJ {
    padding: 10px 8px;
    font-size: 13px;
  }
  .emailTemplates-module__contentPreview--I2ZW4 {
    max-width: 200px;
  }
  .emailTemplates-module__emptyStateCard--fw56h {
    padding: 30px 20px;
  }
  .emailTemplates-module__modal--feAm1 {
    margin: 20px;
    max-height: calc(100vh - 40px);
  }
  .emailTemplates-module__modalHeader--Ob0Jl,
  .emailTemplates-module__templateForm--mW0Cu {
    padding: 20px;
  }
  .emailTemplates-module__formActions--rDarc {
    flex-direction: column;
  }
  .emailTemplates-module__formActions--rDarc button {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .emailTemplates-module__emailTemplatesWrapper--wVoPU {
    padding: 10px;
  }
  .emailTemplates-module__emailTemplatesSection--rwHEP {
    padding: 15px;
  }
  .emailTemplates-module__emailTemplatesTitle--vT3Ab {
    font-size: 24px;
  }
  .emailTemplates-module__controlBar--CIV1r {
    padding: 12px;
  }
  .emailTemplates-module__filterDropdown--aLBcD {
    min-width: 120px;
  }
  .emailTemplates-module__table--PFOqh {
    min-width: 500px;
  }
  .emailTemplates-module__tableCell--Zz_qJ {
    padding: 8px 6px;
    font-size: 12px;
  }
  .emailTemplates-module__contentPreview--I2ZW4 {
    max-width: 150px;
  }
  .emailTemplates-module__createTemplateBtn--o4VVR {
    padding: 10px 20px;
    font-size: 14px;
  }
}
/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/js/assets/scss/emailTemplates.scss (1) ***!
  \*********************************************************************************************************************************************************************************************/
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* {
  box-sizing: border-box;
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button:focus,
input:focus,
textarea:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

html {
  scroll-behavior: smooth;
}

.email-templates-page {
  min-height: 100vh;
  background-color: #f5f5f5;
}

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

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

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

@media print {
  .emailTemplatesWrapper {
    background: white !important;
    box-shadow: none !important;
  }
  .createTemplateBtn,
  .closeBtn,
  .cancelBtn,
  .submitBtn {
    display: none !important;
  }
  .modalOverlay {
    position: static !important;
    background: none !important;
  }
  .modal {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
  }
}

/*# sourceMappingURL=email_template.css.map*/