.width-150px{
	width: 150px;
}
.center{
	text-align: center;
}








.ant-table-cell-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: keep-all;
}
.ant-table-tbody>tr>td, .ant-table-thead>tr>th, .ant-table tfoot>tr>td, .ant-table tfoot>tr>th {
    position: relative;
    padding: 5px;
    overflow-wrap: break-word;
}
.ant-table {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #2d3436;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum","tnum";
    font-feature-settings: "tnum","tnum";
    position: relative;
    font-size: 14px;
    background: #fff;
}
.custom-table-container {
    width: 95%;
    margin: 0 auto; /* Для центрирования таблицы */
}
.ant-table-row{
	vertical-align: middle;
}
.margin-none{
	margin:0;
}
#deleteSelected {
	display: none;
}
.vertical-center {
    min-height: calc(100vh - 56px);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
}
.navbar-brand svg {
	width: 160px;
}
td div i{
    font-size: 25px;
    color: #0cbcbe;
}
th div i {
    font-size: 25px;
	color: #306ce3cc;
}
th div.hover i {
    color: #306ce3cc;
}
th div.hover i:hover {
    color: #306ce3;
}
.card-header a{
    color: white;
}
.card-header a:hover{
	color: #c5eeff;
}

