.ck-editor__editable {
  min-height: 250px; /* Adjust the height as needed */
  width: 100%; /* Adjust the width as needed */
  margin-bottom:20px;
}
/* Target CKEditor textarea by class */
.ck-editor {
  width: 100%; /* Adjust the width as needed */
}
#togglePassword {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
  }
  #togglePassword2 {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
  }
 /* 1.14 Image Preview */
.image-preview, #callback-preview {
  width: 250px;
  height: 250px;
  border: 2px dashed #ddd;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
}

.image-preview input, #callback-preview input {
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}

.image-preview label, #callback-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 150px;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.audio-preview {
  background: #ffffff;
  width: auto;
  padding: 20px;
  display: inline-block;
}

.audio-upload {
  cursor: pointer;
  background-color: #bdc3c7;
  color: #ecf0f1;
  padding: 20px;
  font-size: 20px;
  text-transform: uppercase;
}/* 1.14 Image Preview */
.image-preview, #callback-preview {
  width: 250px;
  height: 250px;
  border: 2px dashed #ddd;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
}

.image-preview input, #callback-preview input {
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}

.image-preview label, #callback-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: transparent;
  width: 150px;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.image-preview {
  background: #ffffff;
  width: 300px;
  height: 150px;
  padding: 20px;
  display: inline-block;
}
#addticket .image-preview {
  background: #ffffff;
  width: 100px;
  height: 100px;
  padding: 20px;
  display: inline-block;
}
#addticket .image-upload {
  cursor: pointer;
  background-color: #bdc3c7;
  color: #ecf0f1;
  padding: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.image-upload {
  cursor: pointer;
  background-color: #bdc3c7;
  color: #ecf0f1;
  padding: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
#addticket .image-preview label, #callback-preview label {
  position: flex;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: transparent !important;
  width: 100%;
  color:black;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.flatpickr-am-pm{
  display:flex;
  justify-content:center;
  align-items:center;
}
.flatpickr-day {
  display:flex;
  justify-content:center;
  align-items:center;
}
   /* 1.24 Summernote */
   .note-editor.note-frame {
    border-radius: 3px;
    border: none; /* Remove all borders */
    border-bottom: 1px solid #ededed; /* Add a bottom border */
    box-shadow: none;
}
.note-toolbar {
  padding: 0 0 5px 5px !important;
  position: relative !important;
}
.note-toolbar.card-header {
  height: auto;
  display: block;
  min-height: auto;
}
.note-toolbar .note-btn {
  font-size: 12px;
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
}
.note-editor .modal.link-dialog {
    background-color: rgba(0, 0, 0, 0.5); 
    border-radius: 0.375rem;
    padding: 10px;
}

.note-editor .modal-dialog {
    max-width: 500px; 
    margin: 10% auto; 
}

/* Modal content */
.note-editor .modal-content {
    background-color: #ffffff; 
    border-radius: 0.375rem; 
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

.note-editor .modal-header {
    background-color: #f8f9fa; 
    color: #495057; 
    border-bottom: 1px solid #ebebeb;
    padding: 1rem 1.5rem; 
}

.note-editor .modal-header .modal-title {
    font-size: 1.25rem; 
    font-weight: 600; 
    margin-bottom: 0; 
}

.note-editor .modal-header .close {
    color: #495057; 
    font-size: 1.5rem; 
    opacity: 1; 
    border: none;
    background: transparent; 
    padding: 0.5rem 1rem;
}

.note-editor .modal-header .close:hover,
.note-editor .modal-header .close:focus {
    color: #dc3545; 
    text-decoration: none; 
    cursor: pointer; 
}

.note-editor .modal-body {
    padding: 1.5rem; 
}

.note-editor .modal-body .form-control {
    border-radius: 0.375rem;
    border: 1px solid #ced4da; 
    padding: 0.75rem;
}

.note-editor .modal-body .custom-control-label {
    font-size: 14px;
    color: #495057; 
}

.note-editor .modal-footer {
    border-top: 1px solid #ebebeb;
    padding: 1rem 1.5rem; 
}

.note-editor .modal-footer .note-link-btn {
    background-color: #50C2BC; 
    color: #ffffff; 
    border-radius: 0.375rem;
    padding: 0.5rem 1.5rem; 
    font-weight: 600; 
    border: none; 
}
.custom-control-input:checked {
    background-color: #50C2BC !important; 
    border-color: #50C2BC !important; 
}


.note-editor .modal-footer .note-link-btn.disabled {
    background-color: #d6d8db; 
    cursor: not-allowed; 
}