.bw-display-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bw-justify-start {
    justify-content: start !important;
}
.bw-operation-button {
    color: black;
    border-radius: 5px;
    padding: 0 5px;
    line-height: 40px;
    font-size: 13px;
    background: #001cd9;
    color: white;
    font-weight: 600;
}
.bw-operation-button:hover {
    color: white;
    background: #00128c;
}
.bw-list-delete, .bw-item-delete {
    margin-left: 5px;
    background: #ec1b23;
}
.bw-list-delete:hover, .bw-item-delete:hover {
    color: white;
    background: #d1040b;
}
.bw-general-button {
    width: fit-content;
    display: block;
    background: #001cd9;
    color: white;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: 600;
}
.back-page {
    margin-right: 5px;
    background: #ec1b23;
}
.back-page:hover {
    color: white;
    background: #d1040b;
}
.create-list-form input {
    height: 42px;
    width: 100%;
    border-radius: 3px;
}
.create-list-form input::placeholder {
    color: #767575;
}
.create-list-form input[type='text'] {
    border: 1px solid #ddd;
}
.results-create-list-form .error {
    background: #ec1b23;
    color: black;
    width: 100%;
    line-height: 42px;
    padding: 0 10px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
}
.results-create-list-form .success {
    background: #00d936;
    color: black;
    width: 100%;
    line-height: 42px;
    padding: 0 10px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
}
.results.active, .results.active .success {
    background: #0e2bee;
    text-align: center;
    color: white;
    border-radius: 3px;
    padding: 0 5px;
    font-weight: 600;
    max-width: 110px !important;
    font-size: 14px;
}
.results .error {
    background: red;
    color: white;
    border-radius: 3px;
    padding: 2px 5px;
    font-weight: 600;
    font-size: 14px;
}
.general-title {
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
}
.general-title h1 {
    margin-bottom: 10px;
}
.bw-general-buttons {
    margin-bottom: 10px;
}
table thead th:first-child {
    border-radius: 3px 0 0 3px;
}
table thead th:last-child {
    border-radius: 0 3px 3px 0;
}
table th {
    background: #f0f0f0;
}
.bw-note-form textarea {
	min-height: 165px;
}
.bw-note-form button[name='bw_action'] {
	background: #001cd9 !important;
	color: white !important;
	transition: all .3s !important;
	min-width: 200px !important;
    border-radius: 5px;
}
.bw-note-form button[name='bw_action']:hover {
	background: #00128c !important;
	transition: all .3s !important;
}
.bw-share-items {
    display: flex;
    align-items: center;
    justify-content: end;
}
.bw-share-item a {
    display: block;
}
.bw-share-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bw-share-items img {
    height: 30px !important;
}
ul li {
    list-style-type: none;
    margin-bottom: 0 !important;
}
.table-div {
    width: 100%;
    overflow-x: scroll;
}
table {
    width: 100%;
}
table th {
    text-transform: none !important;
    white-space: nowrap !important;
}
table button {
    border-radius: 3px !important;
}