.error {
    color: #f1416c;
}

.form-label {
    text-transform: capitalize;
}
.detail-line:not(:first-of-type){
    margin-top: 1.75rem !important;
}
.detail-label{
    color: var(--kt-text-muted) !important;
    font-weight: 500 !important;
    text-transform: capitalize;
}
.detail-value{
    color: var(--kt-text-gray-800) !important;
    font-weight: 600 !important;
    font-size: 1.075rem !important;
}

.modal-body {
    overflow: auto;
}

.modal-content {
    margin: 0 auto;
}

li.break {
    flex-basis: 100%;
}

.no-cursor-pointer {
    cursor: default !important;
}

.alert *:first-letter,
.swal2-html-container:first-letter {
    text-transform: capitalize;
}

#my-dropzone.dropzone .dz-preview {
    min-height: auto;
    position: relative;
}

#my-dropzone.dropzone .dz-preview .dz-details {
    position: initial;
    background-color: initial;
}

#my-dropzone.dropzone .dz-preview .dz-details .dz-filename span {
    border: none;
}

#my-dropzone.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: initial;
}

#my-dropzone.dropzone .dz-remove {
    top: 10px;
}

/*
ul.treeview,
ul.treeview ul {
    list-style-type: none;
}
ul.treeview .form-label {
    cursor: pointer;
}
*/
.jstree-default .jstree-clicked {
    background: rgb(5 114 156 / 26%) !important
}

.jstree-default .jstree-hovered {
    background: #05729c !important;
}

.select2-results__options i {
    font-size: 1.3rem
}

.login-panel {
    border: none;
    border-radius: 32px;
    overflow: hidden;
    max-width: 960px;
    width: 100%;
    margin: auto;
}

.bg-login-side {
    background-image:
        linear-gradient(
            120deg,
            rgba(7, 89, 133, 0.85),
            rgba(2, 48, 71, 0.85)
        ),
        url('/img/auth/bg4.jpg');
    background-size: cover;
    background-position: center;
    min-height: 100%;
}

.bg-login-side .feature-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4bcf4c;
    box-shadow: 0 0 12px rgba(76, 207, 76, 0.55);
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75) !important;
}

.login-promo-section {
    width: 100%;
    min-height: 100%;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo-content {
    text-align: center;
    max-width: 320px;
}

.promo-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.promo-title {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.promo-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
}

@media (max-width: 991px) {
    .login-panel {
        border-radius: 20px;
    }
}
