a {
    text-decoration: none;
}

.icon-end {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon_del {
    color: #ff0000;
    padding: 3px;
}
.icon_del:hover {
    color: #971f1f;
}


/* беграунды */
.btn-danger {
    background-color: #ff0000 !important;
}
.btn-danger:hover {
    background-color: #971f1f !important;
}
.close {
    color: #fff !important;
}

.bg-card {
    background-color: #343a40;
}

.bg-border-card {
    border-color: #343a40 !important;
}

/* цвет текста */

.text-red {
    color: #ff0000;
}
/* Отступы  */
.mb {
    margin-bottom: 10px !important;
}

/* Login-bg */

.login-page {
    background-image: url(/dist/img/my_img/logo-login2.png);
    background-position: center;
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
}

/* класс актив  */

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

/* количество нових заявок (Уведомления) */
.number_of_new {
    position: absolute;
    top: 20px;
}
/* карта клиента (карандаш) */
.edit-icon {
    cursor: pointer;
  }
  .edit-field {
    display: none;
  }
