.rad-10{
    border-radius: 40px!important;
}

.rad-03{
    border-radius: 0.35rem!important;
}
.fs-7
{
    font-size: 0.8rem !important;
}

.edit{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

pre
{
    color: white;
}

.edit:focus {
    border: 1px solid #6c757d!important;
    border-radius: 0.45rem!important;
    box-shadow: 0 0px 5px rgb(0, 0, 0, 0.4);
    margin-left: 10px;
    padding-left: 5px;
    margin-top: 5px;
    white-space: normal;
    width: 95%;
    transition: 0.1s;
}
#offcanvasWithBackdrop
{
    width: 40%;
}

/*Для Body*/
.body-dark-theme{
    background-color: #0f0f0f!important;
}
/*Для тела задачи*/
.body-task-dark-theme{
    background-color: #272727!important;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

.task-dark-theme{
    background-color: #45464f;
}

/*Для хедера*/
.header-dark-theme{
    background: #8e8e8e!important;
    color: #ffffff!important;
}

body.dark-theme
{
    background-color: #0f0f0f!important;
}
body.dark-theme>header, body.dark-theme aside
{
    background-color: #181818!important;
}

.card-red-theme {
    background-color: #ff6c6c!important;
}
.card-red-theme .ml-red, .card-warning-theme .ml-red{
    margin-left: 10px!important;
}
.card-red-theme {
    color: white !important;
    opacity: .8!important;
}
.card-red-theme time, .card-warning-theme time, .card-middle-theme time, .card-red-theme time{
    color: black!important;
    opacity: .9!important;
}

.card-warning-theme{
    background-color: #ffb9b9!important;
}

.card-middle-theme{
    background-color: #bfc5ff!important;
}

.card-low-theme{
    background-color: #c9e7d3!important;
}

#wrapper
{
    display: flex;
}

[mytitle]:after {
    content: '';
    transition: 0.2s;
}

[mytitle]:hover:after {
    content: attr(mytitle);
    background-color: #0f0f0f;
    color: #FFFFFF;
    position: absolute;
}

.bg-blue-priority {
    background-color: #2196f3!important;
}

.subtasks-success {
    border: 1px solid #80dd1b78!important;
    background: #80dd1b1c!important;
}

.subtasks-success .task-title {
    text-decoration: line-through;
}

.task-template {
    transition: 2s;
}