.dropzone-banner {
    min-height: 0px !important;
}

.image-slideshow {
    max-height: 350px;
    object-fit: contain;
}

.alert-dismissible-2 .close {
    right: 0px !important;
}

.caption_text {
  font-size: 15px;
  padding: 22px 26px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #000000; /* Set text color */
  text-align: center; /* Center text horizontally */
  position: absolute; /* Relative positioning */
  margin: 10px 0px 0px 10px;
}

.circle {
  width: 50px; /* Set width */
  height: 50px; /* Set height */
  background-color: white; /* Set background color */
  border-radius: 50%; /* Make it round */
  line-height: 50px; /* Center text vertically */
}

.crmexa-banner-page .crmexa-banner-grid > [class*='col-'] {
    margin-bottom: 18px;
}

.crmexa-banner-page .crmexa-banner-dropzone {
    padding: 22px;
    border: 1px dashed #c9d5e3;
    border-radius: 20px;
    background: linear-gradient(180deg, #fbfdff 0%, #f6faff 100%);
}

.crmexa-banner-page .crmexa-banner-dropzone-area {
    min-height: 170px;
    border: 1px dashed #bccddd;
    border-radius: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #3157c7;
    font-size: 15px;
    font-weight: 700;
}

.crmexa-banner-page .crmexa-banner-dropzone-area span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.crmexa-banner-page .crmexa-banner-meta-note {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 14px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}

.crmexa-banner-page .crmexa-banner-preview-card {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #dbe5f0;
    border-radius: 18px;
    background: #fff;
}

.crmexa-banner-page .crmexa-banner-preview-card img {
    border-radius: 14px;
    width: 100%;
}

.crmexa-banner-page .crmexa-banner-preview-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

.crmexa-banner-page .crmexa-banner-preview-actions .btn {
    min-height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.crmexa-banner-page .crmexa-banner-toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.crmexa-banner-page .crmexa-banner-toggle-row strong {
    display: block;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
}

.crmexa-banner-page .crmexa-banner-toggle-row p {
    margin: 6px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
}

.crmexa-banner-page .crmexa-banner-action-fields {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e5edf5;
}

.crmexa-banner-page .crmexa-banner-target-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.crmexa-banner-page .crmexa-banner-target-group {
    padding: 18px;
    border: 1px solid #dbe5f0;
    border-radius: 18px;
    background: linear-gradient(180deg, #fbfdff 0%, #f8fbff 100%);
}

.crmexa-banner-page .crmexa-banner-target-title {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
}

.crmexa-banner-page .crmexa-banner-help-list {
    margin: 0;
    padding-left: 18px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
}

.crmexa-banner-page .crmexa-banner-help-list li + li {
    margin-top: 8px;
}

.crmexa-banner-page .crmexa-banner-footer-actions {
    display: flex;
    justify-content: flex-end;
}

.crmexa-banner-page .crmexa-banner-footer-actions .btn {
    min-height: 46px;
    padding: 0 22px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
}

.crmexa-banner-cropper-modal .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

.crmexa-banner-cropper-modal .img-container img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .crmexa-banner-page .crmexa-banner-toggle-row,
    .crmexa-banner-page .crmexa-banner-footer-actions,
    .crmexa-banner-page .crmexa-banner-preview-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .crmexa-banner-page .crmexa-banner-footer-actions .btn,
    .crmexa-banner-page .crmexa-banner-preview-actions .btn {
        width: 100%;
        justify-content: center;
    }
}
