[data-href] {
    cursor: pointer;
}

.multiselectButton .btn-group {
    display: block;
    background: #fff;
    border: 1px solid #ced4da;
}

.multiselectButton .btn-group ul.multiselect-container {
    width: 100%;
    top: 103% !important;
}

.multiselectButton .btn-group>.btn {
    width: 100%;
    text-align: left;
    overflow-x: scroll;
}

.multiselect-container{
    max-height: 150px;
    overflow-y: auto; 
}

.emailEditor {
    min-height: 150px; /* Set minimum height */
    padding: 10px; /* Add padding for consistent spacing */
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da; /* Apply a border to the editor */
    border-radius: 4px; /* Optional: add border radius */
    box-sizing: border-box; /* Ensure padding is included in height */
}

.mce-edit-focus:focus-visible{
  color: #495057;
  background-color: #fff;
  border-color: #747a80;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shortcodes {display: block;}

.shortcodes span{background-color: grey;
    color: white;
    padding: 6px;
    margin-bottom: 0px;
    margin-top: 25px;
    /* margin: 31px; */
    display: inline-flex
;}