/* Отдельный блок менеджера: На замере / запланирован замер */

.manager-measurements-section {
    background: #f5f3ff !important;
    border: 1px solid #ddd6fe !important;
    border-left: 6px solid #8b5cf6 !important;
}

.manager-measurements-section .card-title h2 {
    color: #5b21b6 !important;
}

.manager-measurements-section .hint {
    color: #6d28d9 !important;
}

.manager-measurements-section .table-wrap {
    border-color: #ddd6fe !important;
}

.manager-measurements-section th {
    background: #ede9fe !important;
    color: #4c1d95 !important;
}

.manager-measurements-section .small-btn {
    border-color: #8b5cf6 !important;
    color: #5b21b6 !important;
    background: #ffffff !important;
}

.manager-measurements-section .small-btn:hover {
    background: #ede9fe !important;
}

@media (max-width: 950px) {
    .manager-measurements-section {
        margin-bottom: 14px !important;
    }
}


.manager-measurements-section td .btn-light {
    min-width: 96px;
    border-color: #8b5cf6 !important;
    color: #5b21b6 !important;
    background: #ffffff !important;
}

.manager-measurements-section td .btn-light:hover {
    background: #ede9fe !important;
}
