﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Расширяем бутстрап */
.fs-7 {
    font-size: 0.9rem;
}

.fs-8 {
    font-size: 0.8rem;
}

tr.table-row-clickable {
    cursor: pointer;
}

    tr.table-row-clickable:hover td {
        background-color: rgba(13, 110, 253, 0.06);
    }

    /* Колонка с кнопками — курсор обычный, фон не подсвечиваем отдельно */
    tr.table-row-clickable .actions-cell {
        cursor: default;
    }

.table thead.table-dark th {
    background-color: #828390;
    color: #ffffff;
    border-color: #525360;
}

#stepsTable tbody tr.row-selected td {
    background-color: #dbeafe !important;
    font-weight: bold;
}

.sun-editor .se-wrapper {
    min-height: 80px !important;
}

.sun-editor .se-wrapper-inner {
    height: auto !important;
    min-height: 80px !important;
}

    /* ── Масштаб тексту в редакторі ── */
    /*.sun-editor .se-wrapper-inner .se-wrapper-wysiwyg {
        font-size: 15px;
        line-height: 1.6;
        zoom: 1.15;
    }*/
.sun-editor-editable {
    zoom: 1.45;
}