.vuejs3-datepicker__value {
    width: 100%;
    padding: 0.5rem 0.75rem !important;
    margin-top: 0.25rem !important;
    font-size: 1rem;
    line-height: 1.5rem;
    min-height: 42px;

    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;

    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
}

.vuejs3-datepicker__value:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity));
    --tw-ring-opacity: 0.5;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);

    --tw-border-opacity: 1;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.vuejs3-datepicker__value .vuejs3-datepicker__icon {
    display: none;
}

.vuejs3-datepicker__value .vuejs3-datepicker__content {
    margin: 0;
}

.vuejs3-datepicker__calendar-topbar,
.vuejs3-datepicker__calendar .cell.selected,
.vuejs3-datepicker__calendar .cell.selected:hover,
.vuejs3-datepicker__calendar .cell.highlighted,
.vuejs3-datepicker__calendar .cell.highlighted.selected {
    background-color: #EC4899 !important;
}

.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vuejs3-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
    border: 1px solid #EC4899 !important;
}

.vuejs3-datepicker__calendar .cell.highlighted.highlight-start,
.vuejs3-datepicker__calendar .cell.highlighted:last-child {
    background: #9c205a !important;
}

.border-red-500 .vuejs3-datepicker__value {
    border-color: rgba(239, 68, 68, 1) !important;
}

.vuejs3-datepicker {
    position: relative;
}

.vuejs3-datepicker .unset-date {
    position: absolute;
    right: 4px;
    top: 8px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 3px;
    line-height: 35px;
    font-size: 30px;
    color: #37535f;
    cursor: pointer;
    transition: all 0.2s;
}

.vuejs3-datepicker .unset-date:hover,
.vuejs3-datepicker .unset-date:focus {
    background-color: #f3f4f6;
    color: rgba(239, 68, 68, 1);
}
.handle {
    cursor: move;
}

.ghost {
    opacity: 0.8;
    box-shadow: inset 0px 0px 0px 1px #d1d5db;
    background: #f3f4f6;
}
@charset "UTF-8";
.ql-container {
  height: auto !important;
}

.editor-content iframe {
  width: 100%;
  height: 56.25vw;
  max-height: 450px;
  margin: 10px 0;
}

.editor-content .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.editor-content .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.editor-content .ql-size-small {
  font-size: 0.75em;
}
.editor-content .ql-size-large {
  font-size: 1.5em;
}
.editor-content .ql-size-huge {
  font-size: 2.5em;
}
.editor-content blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.editor-content .ql-align-center {
  text-align: center;
}
.editor-content .ql-align-right {
  text-align: right;
}
.editor-content .ql-align-justify {
  text-align: justify;
}
.editor-content a {
  text-decoration: underline;
  color: #2563eb;
}
.editor-content p,
.editor-content ol,
.editor-content ul,
.editor-content pre,
.editor-content blockquote,
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.editor-content ol,
.editor-content ul {
  padding-left: 1.5em;
}
.editor-content ol > li,
.editor-content ul > li {
  list-style-type: none;
}
.editor-content ul > li::before {
  content: "•";
}
.editor-content ul[data-checked=true],
.editor-content ul[data-checked=false] {
  pointer-events: none;
}
.editor-content ul[data-checked=true] > li *,
.editor-content ul[data-checked=false] > li * {
  pointer-events: all;
}
.editor-content ul[data-checked=true] > li::before,
.editor-content ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.editor-content ul[data-checked=true] > li::before {
  content: "☑";
}
.editor-content ul[data-checked=false] > li::before {
  content: "☐";
}
.editor-content li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.editor-content li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.editor-content li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.editor-content ol li:not(.ql-direction-rtl),
.editor-content ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.editor-content ol li.ql-direction-rtl,
.editor-content ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.editor-content ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.editor-content ol li:before {
  content: counter(list-0, decimal) ". ";
}
.editor-content ol li.ql-indent-1 {
  counter-increment: list-1;
}
.editor-content ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.editor-content ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.editor-content ol li.ql-indent-2 {
  counter-increment: list-2;
}
.editor-content ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.editor-content ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.editor-content ol li.ql-indent-3 {
  counter-increment: list-3;
}
.editor-content ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.editor-content ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.editor-content ol li.ql-indent-4 {
  counter-increment: list-4;
}
.editor-content ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.editor-content ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.editor-content ol li.ql-indent-5 {
  counter-increment: list-5;
}
.editor-content ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.editor-content ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.editor-content ol li.ql-indent-6 {
  counter-increment: list-6;
}
.editor-content ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.editor-content ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.editor-content ol li.ql-indent-7 {
  counter-increment: list-7;
}
.editor-content ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.editor-content ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.editor-content ol li.ql-indent-8 {
  counter-increment: list-8;
}
.editor-content ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.editor-content ol li.ql-indent-8 {
  counter-reset: list-9;
}
.editor-content ol li.ql-indent-9 {
  counter-increment: list-9;
}
.editor-content ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.editor-content .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.editor-content li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.editor-content .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.editor-content li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.editor-content .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.editor-content li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.editor-content .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.editor-content li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.editor-content .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.editor-content li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.editor-content .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.editor-content li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.editor-content .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.editor-content li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.editor-content .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.editor-content li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.editor-content .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.editor-content li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.editor-content .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.editor-content li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.editor-content .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.editor-content li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.editor-content .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.editor-content li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.editor-content .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.editor-content li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.editor-content .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.editor-content li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.editor-content .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.editor-content li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.editor-content .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.editor-content li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.editor-content .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.editor-content li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.editor-content .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.editor-content li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.multiselect {
  height: 38px !important;
  min-height: 38px !important;
}

.multiselect .multiselect__tags {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
  border-color: rgb(209, 213, 219);
  border-width: 1px;
  min-height: 38px;
}

.multiselect input[type=text] {
  border-radius: 0;
  --tw-ring-color: transparent;
}

.project-clients .multiselect__single {
  min-height: 38px;
  display: flex;
  align-items: center;
}

.project-clients .multiselect__select {
  margin-top: 10px;
}

.send-email .multiselect__select {
  height: 44px !important;
  border-radius: 5px;
}

.project-clients .multiselect__tags {
  min-height: 58px;
  display: flex;
  align-items: center;
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-left: 5px;
  font-size: 16px;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #057a55 !important;
  color: #fff !important;
}

.multiselect__option--selected.multiselect__option--highlight:before {
  content: "";
  display: inline-block;
  font-weight: 600;
  color: #fff;
  width: 20px;
  height: 10px;
}

.multiselect__option--selected {
  background: #fff !important;
  color: #35495e !important;
  font-weight: 500 !important;
}

.multiselect-custom-option-icon {
  color: #057a55;
}

.multiselect__option--selected:before {
  content: "";
  display: inline-block;
  font-weight: 600;
  color: #057a55;
  width: 20px;
  height: 10px;
}

.multiselect__option--selected:hover:before {
  color: #fff !important;
}
.multiselect__option--selected:hover:before .multiselect-custom-option-icon {
  color: white;
}

.multiselect__option--highlight {
  background: #057a55 !important;
  outline: none;
  color: #fff;
}
.multiselect__option--highlight .multiselect-custom-option-icon {
  color: white;
}

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #057a55 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #057a55 !important;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon:after {
  content: "×";
  color: white !important;
  font-size: 14px;
}

.filepond--credits {
  display: none;
}
