body {
    /*background-color: skyblue;*/
}
.navbar-dark, .navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.9);
}

[data-bs-theme=dark] {

    .ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
        fill: #eee !important;
    }

    .ql-snow .ql-stroke {
        stroke: #eee !important;
    }

    .ql-snow .ql-picker {
        color: #eee !important;
    }

    .ql-snow .ql-picker-options {
        background-color: #333 !important;
    }

    .text-lastria {
        color: #e9444d !important;
    }

    .full .ts-control,
    .ts-dropdown,
    .ts-control,
    .ts-control input,
    .ts-wrapper.single.input-active .ts-control {
        background-color: var(--bs-body-bg);
        background-image: none !important;
        color: var(--bs-body-color);
    }
}

.form-floating .ts-wrapper.form-control,
.form-floating .ts-wrapper.form-select {
    padding-top: 1.625rem!important;
}

.form-floating .ts-control {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

[data-bs-theme=light] {

    .text-lastria {
        color: #b30e44 !important;
    }
}

.dt-length label {
    display: none;
}
.dt-length {
    margin-right: 2rem;
}


.bg-lastria {
    background-color: #b30e44 !important;
}

.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: var(--bs-secondary-bg);
    left: 140px;
    margin-left: -2.5px
}

.timeline>li {
    position: relative;
    min-height: 50px;
    padding: 20px 0
}

.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 120px;
    text-align: right;
    top: 30px
}

.timeline .timeline-icon {
    left: 126px;
    position: absolute;
    width: 30px;
    text-align: center;
    top: 40px
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: var(--bs-secondary-bg);
    line-height: 10px;
    color: var(--bs-secondary-color);
    font-size: 14px;
    border: 5px solid var(--bs-secondary-bg);
    transition: border-color .2s linear
}

.timeline .timeline-body {
    margin-left: 165px;
    background: var(--bs-secondary-bg);
    position: relative;
}

.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: var(--bs-secondary-bg);
    left: -20px;
    top: 20px
}
.timeline .timeline-body.text-bg-secondary:before {
    border-right-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;

}


.ql-container > *:not(.ql-editor) {
    display: none;
}


.mailbox-sidebar {
    height: calc(100vh - 250px);
    border-right: 1px solid #ddd;
}
.mail-item:hover {
    background: var(--bs-light);
    cursor: pointer;
}
.mail-item.active {
    background: #e9f3ff;
}
.mail-content {
    height: calc(100vh - 250px);
    overflow-y: auto;
    background: white;
    border-left: 1px solid #ddd;
}
.mail-list {
    height: calc(100vh - 250px);
    overflow-y: auto;
}
