.app-header__logo .logo-src {
    background: none !important;
}

.tab-content .tab-pane.active {
    display: grid;
}

table {
    width: 100% !important;
}

tbody td {
    text-align: center;
}

#mytextarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #555;
}

#toolbar {
    overflow: auto;
    width: 100%;
    padding: 5px;
    border: 1px solid #555;
    margin-bottom: 10px;
}

.toolitem {
    float: left;
    padding-right: 5px;
}

.ql-editor {
    min-height: 200px !important;
    height: 100% !important;
}

.ql-container {
    resize: vertical;
    overflow-y: scroll;
}

.buttons-scroll-wrapper {
    height: 30rem;
    overflow-y: scroll;
}

.file-input {
    position: relative;
    display: inline-block;
    width: 100%;
}

.input-file {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
}

.file-label {
    display: block;
    width: 100%;
    padding: 0 0 0 0.75rem;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-text {
    color: #495057;
    font-size: 0.88rem;
}

.file-btn {
    background-color: #4caf50;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
}

    .file-btn:hover {
        background-color: #45a049;
    }

/* El cÃ³digo CSS anterior se mantiene igual */

.file-name {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}

@media (min-width: 992px) {
    .chat-layout.app-inner-layout .app-inner-layout__sidebar {
        width: 40%;
        flex: 0 0 40%;
    }
}

.modal.show {
    background: rgb(0 0 0 / 40%);
}

.modal .modal-dialog {
    background: transparent;
    box-shadow: none;
}

    .modal .modal-dialog .close {
        border: none;
        background: transparent;
    }

        .modal .modal-dialog .close span {
            font-size: 20px;
        }

.form-group {
    margin-bottom: 1rem;
}

#step-3 .dropdown-item.status {
    display: flex;
    justify-content: space-between;
}

.widget-content .widget-content-wrapper.justify-center {
    justify-content: center;
}

.text-right {
    text-align: right;
}

#step-3 .form-check {
    padding-left: 0;
}

.select2-container--bootstrap4 {
    width: 100% !important;
}

@media (max-width: 991.98px) {
    .forms-wizard li::after, .forms-wizard li::before {
        display: none;
    }

    .forms-wizard li {
        vertical-align: baseline;
    }

    .tab-content .tab-pane.active {
        display: block;
    }

    .app-inner-layout .app-inner-layout__wrapper {
        flex-direction: column;
    }
}

.forms-wizard li.done em {
    font-family: var(--bs-font-sans-serif);
}

    .forms-wizard li.done em:before, .lnr-checkmark-circle:before {
        content: none;
    }

@media (min-width: 991.98px) {
    #modalAgregarPersonas .modal-dialog {
        max-width: 60%;
    }
}

.img-persona-wrapper img {
    border-radius: 100px;
    height: 200px;
    width: 200px;
}


.btn-plantilla-selected {
    background-color: #3ac47d !important;
}