.box-translation {
    a.status-1 {
        font-weight: bold;
    }

    .button-import-groups {
        margin: 0 10px;
    }

    .button-publish-groups {
        margin: 15px 0;
    }

    .translation-back {
        margin: 15px;
    }

    .table-responsive {
        th {
            background-color: #36c6d3 !important;
            color: #ffffff !important;
        }
    }
}

#confirm-publish-modal {
    .btn-warning {
        &.float-start {
            background: #4d97c1;
            border-color: #2d8ec5;
            color: #fff !important;

            &:hover {
                background: #3995ca;
                border-color: #3995ca;
            }
        }
    }
}
