.section-data-list {
    list-style-type: none;
    padding: 0;
}

.list-group {
    list-style-type: none;
    padding: 0;
}

.btn {
    border-radius: 50px;
}

.btn-danger {
    --bs-btn-color: #970000;
    --bs-btn-bg: #ffd2d6;
    --bs-btn-border-color: #ffd2d6;
}

/* .btn-primary {
    --bs-btn-color: #1850a3;
    --bs-btn-bg: #cfe2ff;
    --bs-btn-border-color: #cfe2ff;
} */

.btn-secondary {
    --bs-btn-color: #252525;
    --bs-btn-bg: #b7b7b7;
    --bs-btn-border-color: #b7b7b7;
}

/* .btn-success {
    --bs-btn-color: #2c4601;
    --bs-btn-bg: #afd76c;
    --bs-btn-border-color: #afd76c;
    --bs-btn-hover-color: #afd76c;
    --bs-btn-hover-bg: #2c4601;
    --bs-btn-hover-border-color: #2c4601;
} */

.text-bg-success {
    background-color: #6eaf01 !important;
}

.text-bg-success:hover {
    background-color: #416601 !important;
}

.text-bg-danger {
    background-color: #e7737d !important;
}

.text-bg-danger:hover {
    background-color: #962c35 !important;
}

/* .modal-header {
    background-color: #f5f5f5;
}
.modal-footer {
    background-color: #f5f5f5;
} */


.modal-content {
    border-radius: 20px;
}

.modal .data-preview-label {
    background-color: #fff;
}

.modal .data-preview {
    background-color: #e3e3e3;
}

.modal textarea {
    width: auto !important;
}

.modal .modal-title {
    font-size: 16px;
    font-weight: bold;
}

.modal .add-item-btn {
    font-size: 12px;
}

.modal .btn {
    font-size: 12px;
}

.modal .modal-header {
    /* background-color: #212529;
    color: white; */
    background-color: #bbd6ff;
    color: #074db5;
}

.modal .bullet {
    color: black;
}

.modal .item {
    border: 1px dotted grey;
    border-radius: 10px;
    padding: 15px !important;
    background-color: #fff;
    color: black !important;
    box-shadow: none;
}

.modal .item-circle:before {
    visibility: hidden;
}

.btn-success {
    background-color: #ceff97;
    color: #244000;
    border-color: #ceff97;
}

.data-preview .modal-preview {
    opacity: 0.5;
}

.active-hover {
    position: relative;
    /* background-color: #ffffff; */
    box-shadow: 0 0 20px #b3b3b3;
    border-radius: 10px;
    padding: 5px;
    opacity: 1 !important;
    z-index: 1;
    color: #0D6EFD !important;
    font-weight: bold;
}

.active-hover::before {
    content: "\F4CA";
    font-family: "bootstrap-icons";
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
    font-weight: bold;
}

.download-mode .add-item-btn.add-item-hover-btn {
    visibility: hidden;
}

.add-item-btn.add-item-hover-btn {
    visibility: visible;
}

/* .introjs-skipbutton {
    width: 50px !important;
    font-size: 15px !important;
    background: #BBD6FF;
    font-weight: normal !important;
    border-top-right-radius: 4px;
    border: 1px solid #a0bbe5;
} */

#cropperModal .modal-body {
    max-height: 450px;
    /* overflow: auto; */
    text-align: center;
}

#cropperModal #cropperImage {
    max-width: 100%;
    max-height: 400px;
    display: inline-block;
}

#cropperModal .cropper-container {
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto;
}

/* Toolbar CSS */
#modal-textarea {
    border-radius: 0px;
    max-height: 150px;
    /* or any height you prefer */
    overflow-y: auto;
}

.text-editor-toolbar {
    background-color: #e3e3e3;
    padding: 10px;
}

.text-editor-toolbar .toolbar button {
    padding-top: 2px !important;
    padding-bottom: 0px !important;
    border-radius: 10px;
}

#modal-textarea:focus {
    outline: none;
}

.text-editor-toolbar .toolbar .btn:focus {
    box-shadow: none;
}

@media (max-width: 500px) {
    .modal {
        font-size: 12px !important;
    }

    .modal .data-preview {
        font-size: 10px !important;
    }
}