.btn-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.btn-icon.btn-success {
    background-image: url('../img/plus-square-fill.svg');
}

.btn-icon.btn-danger {
    background-image: url('../img/dash-square-fill.svg');
}

.btn-icon.btn-success:hover {
    background-color: rgba(40, 167, 69, 0.1);
}

.btn-icon.btn-danger:hover {
    background-color: rgba(220, 53, 69, 0.1);
}

.eye-icon {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.eye-icon img {
    width: 16px;
    height: 16px;
}

.hint {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border: 1px solid #d4d4d4;
    padding: 10px;
    z-index: 1000;
    white-space: pre-wrap;
    line-height: 1;
}

.copy-icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.modal-content {
    transition: background-color 1s;
}

.saving {
    background-color: #d4edda;
}

.saving .btn-primary {
    background-color: #28a745;
    border-color: #28a745;
}

.saving .btn-primary .spinner-border {
    display: inline-block;
    margin-left: 5px;
}

.sortable {
    cursor: pointer;
}

.sortable img {
    width: 12px;
    height: 12px;
    margin-left: 5px;
}

.navbar-brand img {
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.btn-sm img {
    height: 20px;
    width: auto;
}

.client-name {
    cursor: pointer;
    color: #007bff;
    text-decoration: underline;
}