/* questionable override but scoped within specific css file...? */
#basketsTable th[data-sort-method]:not([data-sort-method="none"]) {
  text-align: left !important;
}

.table-sort {
  width: 0.75rem;
  display: inline-block;
}

.table-sort {
  opacity: 0;
  display: inline-block;
}

th:hover .table-sort {
  opacity: 1;
}

[aria-sort] .table-sort {
  opacity: 1;
}

[aria-sort="ascending"] .table-sort i {
  transform: rotate(180deg);
}

.table-actions+.table {
  margin-top: 1.2rem;
}

.table .table-checkbox {
  min-width: 0;
  text-align: center;
}

.table .row-actions {
  min-width: 160px;
  text-align: center;
}

.table .row-actions menu {
  margin: 0;
}

.table .row-actions :not(.btn-group.newTheme) .btn,
.table .row-actions :not(.btn-group.newTheme) button {
  background-color: transparent;
  border: 0.1rem solid #2d2d2d;
  padding: 0.5rem;
  cursor: pointer;
  color: #2d2d2d;
  height: auto;
  line-height: 1;
}

.table .row-actions .btn+.btn {
  margin-left: 5px;
}

.table .row-actions i {
  color: inherit;
}

.table-actions {
  margin-right: 20px;
}

.form-select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg version='1.1' viewBox='0 0 404.31 202.15' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23'%3E%3Cmetadata%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cg transform='translate(0,-101.08)'%3E%3Cpath d='m0 101.08h404.31l-202.16 202.15z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat right 0.5rem center/0.75rem 1rem;
  padding-right: 1.3rem;
}

.form-select {
  appearance: none;
  border: 2px solid #111;
  border-radius: 0.1rem;
  color: #2d2d2d;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 1.2rem;
  outline: none;
  padding-left: 0.5rem !important;
  font-size: 13px !important;
  vertical-align: middle;
  /* width: 100%; */
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.form-group div:not(.checkoutButtonContainer) {
  margin-right: 0.5rem;
}

.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(43, 151, 212, 0.2);
  border-color: #2995D3;
}

.form-select::-ms-expand {
  display: none;
}

.form-select option {
  color: #111;
}

.form-select:disabled {
  background-color: #aaa !important;
}

.form-horizontal .form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-split {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.form-split .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

.form-split .form-group input:not(.selectr-input),
.form-split .form-group select {
  width: 100%;
  margin-bottom: 10px;
}

.form-split .form-group input[type="radio"] {
  width: auto;
  margin-left: 0.45rem;
  margin-top: 0.6rem;
}

.navigationContainer button,
.navigationContainer .button {
  margin: 0;
}

.form-input {
  appearance: none;
  background: #fff;
  background-image: none;
  border: 0.1rem solid #111;
  border-radius: 0.1rem;
  color: #242f54;
  display: block;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 1.2rem;
  max-width: 100%;
  outline: none;
  padding: 0.4rem;
  position: relative;
  transition: background .2s, border .2s, box-shadow .2s, color .2s;
  /* width: 100%; */
  box-sizing: border-box;
}

.form-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(43, 151, 212, 0.2);
  border-color: #2995D3;
}

.form-input::placeholder {
  color: #b5b5b5;
}

.form-input-hint {
  color: #2d2d2d;
  font-size: 0.75rem;
  margin: 0.2rem 0;
  display: none;
  left: 0;
  top: 100%;
}

.form-footer {
  display: flex;
  margin-top: 30px;
}

.form-footer textarea.form-input {
  width: 100%;
  height: 80px;
}

.form-footer label {
  margin-right: 10px;
}

#editBookshelf_form {
  width: 360px;
}

#editBookshelf_form .form-split .form-input {
  width: 100%;
  font-size: 14px;
}

.has-error .form-input-hint,
.is-error~.form-input-hint {
  color: #e80000;
  display: inline-block;
}

.has-warning .form-input-hint,
.is-warning~.form-input-hint {
  color: #ffb700;
  display: inline-block;
}

.form-label {
  display: block;
  line-height: 1.2rem;
  padding: 0.6rem 0;
}

.form-checkbox {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0.5rem;
}

/* #orderingGrid table {
  margin-top: 20px;
}

#orderingGrid td input {
  width: 30px;
}

#orderingGrid .copyQty {
  cursor: pointer;
  font-size: 1rem;
}

#orderingGrid .productBinding {
  color: grey;
}

#orderingGrid .productTitle {
  font-style: italic;
}

#orderingGrid td {
  text-align: left;
  font-size: 0.75rem;
}

#orderingGrid .form-select, #orderingGrid .form-input {
  font-size: 0.75rem;
  height: 2rem;
  padding: 0 0.5rem;
}

#orderingGrid th {
  font-size: 1rem;
}

#addToBasketModal .modal-container .modal-header .btn {
  top: 0;
}

#addToBasketModal .modal-container .modal-header {
  padding: 0;
  z-index: 99;
} */

menu {
  padding-left: 0;
}

.btn-group {
  display: inline-flex;
  align-items: center;
  /* margin: auto; */
}

@media(max-width:1100px) {
  .btn-group {
    flex-wrap: wrap;
  }
}

.btn-group .leftSeperatorContainer {
  border-left: 2px solid #C8C8C8;
  padding-left: 3px;
  margin-left: 3px;
}

.btn-group .btn {
  flex: 1 0 auto;
  margin-right: 0.5rem;
}

.row-actions .btn {
  margin-right: 0;
}

td .btn:not(:hover) {
  background: none;
  color: #1c2542;
}

/* table.basketTable td {
  padding: 1px 6px;
} */

table.basketTable tr th:first-child {
  width: auto;
  min-width: unset !important;
}

table.basketTable input[type="checkbox"] {
  width: auto;
}

table.basketTable th.format-number,
table.basketTable td.format-number {
  text-align: right;
}

table.basketTable thead th {
  background: #ececec;
  /* min-width: 80px; */
}

table.basketTable .actionsColumn {
  width: 300px;
  text-align: right;
}

table.basketTable tr td:last-child {
  width: auto !important;
}

.activeOrderby span.table-sort,
.activeOrderby span.table-sort i {
  display: inline-block;
}

th[orderby-field] {
  cursor: pointer;
}

.basketTable.compact {
  width: auto;
  border-collapse: collapse;
}

#basketsTable.basketTable.compact {
  width: 100%;
}

.basketTable.bookshelf {
  width: 100%;
  border-collapse: collapse;
}

.basketTable.bookshelf .title {
  width: 65px;
}

.basketTable.bookshelf .createdBy {
  width: 115px;
}

.basketTable.bookshelf .created {
  width: 95px;
}

.basketTable.bookshelf .totalItems {
  width: 75px;
}

.basketTable.bookshelf .totalCost {
  width: 65px;
}

.basketTable.bookshelf .previewContents {
  width: auto;
}

.basketTable.bookshelf .buttons {
  width: auto;
}

.basketTable.bookshelf .bookListItem {
  max-height: 200px;
  text-align: center;
}

#basketsTable.bookshelf .bookListItem img {
  width: auto;
  height: 100%;
}

#basketsTable tr td,
#basketsTable tr th {
  border: 1px solid #eeeeee;
}

#basketsTable tr.activeBasket {
  border: 2px solid black;
}

#basketsTable tr.activeBasket td>a {
  color: #222255;
}

#basketsTable tr.activeBasket span.basketName {
  font-weight: bold;
}

table .number {
  text-align: right !important;
}

table .centre {
  text-align: center !important;
}

table.orderFilters td {
  padding-right: 1rem;
}

#orderTrackingModal table.basketTable {
  padding-bottom: 0;
}

/* #orderTrackingModal table.orderDetails {
    width: 320px;
} */

#orderTrackingModal table.orderDetails td {
  text-align: left;
}

#orderTrackingModal .orderDetails .is-required {
  color: red;
}

#orderTrackingModal .orderDetails .not-required {
  color: green;
}

.btn:disabled,
.btn:disabled:hover {
  cursor: unset;
  background-color: grey;
}



/* promotionnal poster generator banner */
.posterCreatorBanner {
  margin-bottom: 2px;
  padding-top: 0;
  padding-bottom: 0;
}

/* .posterCreatorBanner p{

} */


.modal button {
  display: inline-block;
}

.userPermissions .selectr-input+.selectr-input-clear {
  top: 33%;
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 1.2rem;
  position: fixed;
  right: 0;
  top: 0;
  border: 0 none;
  width: auto;
  background-color: transparent;
}

.modal:target,
.modal.active {
  display: flex;
  opacity: 1;
  z-index: 400;
  height: 100%;
}

/* .modal:target .modal-overlay, .modal.active .modal-overlay {
  background: rgba(17, 17, 17, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
} */

.modal:target .modal-container,
.modal.active .modal-container {
  animation: slide-down .2s ease 1;
  z-index: 1;
}

.modal.modal-sm .modal-container {
  max-width: 320px;
  padding: 0 0.5rem;
}

.modal.modal-lg .modal-overlay {
  background: #fff;
}

.modal.modal-lg .modal-container {
  box-shadow: none;
  max-width: 960px;
}

/* .modal-container {
  box-shadow: 0 0.2rem 0.5rem rgba(28, 37, 66, 0.3);
  background: #fff;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  max-height: 75vh;
  max-width: 1200px;
  padding: 0.75rem;
} */

@media(max-width:1200px) {
  .modal-container {
    max-width: 640px;
  }
}

.modal-container.modal-fullheight {
  max-height: 100vh;
}

.modal-container.center>div {
  text-align: center;
}

.modal-container.center>div table {
  text-align: left;
}

.modal-container .modal-header {
  position: relative;
  color: #1c2542;
  padding: 0.875rem;
}

.modal-container .modal-header h3 {
  margin: 0;
  font-size: 2rem;
  color: #2995D3;
}

.modal-container .modal-body {
  overflow-y: auto;
  padding: 0.875rem;
  position: relative;
  font-size: 1.2rem;
}

#authorityModalForm .modal-container .modal-body {
  overflow-y: unset;
}

.modal-container .modal-body p:last-child {
  margin-bottom: 0;
}

.modal-container .modal-body p.customerDetailsPreview {
  margin: 0.4em 0;
  font-size: 0.6em;
}

.modal-container .modal-body form {
  padding: 0;
}

.modal-container .modal-footer {
  padding: 0.875rem;
  text-align: right;
}

.modal-container .modal-footer menu {
  padding: 0;
  margin: 0;
}

.modal-container .modal-footer .btn {
  padding: 0.75rem 2rem;
  height: auto;
  font-size: 1rem;
}

.modal-container .form-group {
  margin-bottom: 1.2rem;
}

.modal-container .form-label {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  text-align: left;
}

.modal-container .btn+.btn {
  margin-left: 1.2rem;
}

#index .searchHeadBar {
  padding: 10px 2px;
  justify-content: flex-start !important;
  background: unset;
}

/* .searchHeadBar .pagination {
  justify-content: flex-end;
} */

.searchHeadBar .pagination .items,
.searchHeadBar .pagination .info {
  margin-left: 10px;
  margin-bottom: 0;
}

.searchHeadBar .pagination {
  justify-content: unset;
}

.searchHeadBar .pagination #pageNav {
  padding: 0;
}

.btn {
  margin: auto;
  padding: 7px 10px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}

.btn:hover {
  background-color: #1c2542;
  color: #fff;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

menu.btn-group.newTheme .btn {
  background-color: rgba(28, 37, 66, 0);
  padding: 2px;
  margin: 8px;
  border-radius: 100%;
  transition: 0.1s;
  flex: 0;
}

menu.btn-group.newTheme.small {
  flex-wrap: nowrap;
}

menu.btn-group.newTheme.small .btn {
  margin: 6px;
}

menu.btn-group.newTheme .btn:hover {
  background-color: rgba(28, 37, 66, .2);
  padding: 8px;
  margin: 2px;
  color: #1c2542;
}

menu.btn-group.newTheme.small .btn:hover {
  padding: 6px;
}

menu.btn-group.newTheme .btn>i {
  text-align: center;
  width: 1em;
  display: flex;
  justify-content: center;
}

menu.btn-group.newTheme .btn {
  font-size: 12px;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

.orderTrackIndicator {
  background: #e8f4fa;
  padding: 4px;
  border-radius: 2px;
}

.orderTrackIndicator.alternativeEditions {
  background: #cdbaeb;
}

#saveSearch .form-input {
  display: inline-block;
}

.modal-container .modal-body .items {
  font-weight: 700;
  font-style: italic;
}

#pageNav .disabled {
  display: none;
}

/* loading spinner */
.has-overlay {
  position: relative;
}

.loading {
  color: transparent !important;
  min-height: 0.875rem;
  pointer-events: none;
  position: relative;
}

.loading::after {
  animation: loading 500ms infinite linear;
  border: 0.2rem solid #2995D3;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.875rem;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  position: absolute;
  top: 50%;
  width: 0.875rem;
  z-index: 1;
}

.loading.loading-lg {
  min-height: 2rem;
}

.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.875rem;
  margin-top: -0.875rem;
  width: 1.6rem;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}

#basketPreviewSection .loading-spinner {
  display: flex !important;
}

#basketPreviewSection .loading-spinner .fa-spinner {
  width: auto !important;
}

.loading-spinner::after {
  display: none;
}

.loading-spinner .fa-spinner {
  width: 4rem;
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.loading-spinner .loading-text {
  font-size: 1rem;
  color: #111;
}

.loading-spinner .loading-text span {
  /**
         * Use the blink animation, which is defined above
         */
  animation-name: blink;
  /**
         * The animation should take 1.4 seconds
         */
  animation-duration: 1.4s;
  /**
         * It will repeat itself forever
         */
  animation-iteration-count: infinite;
  /**
         * This makes sure that the starting style (opacity: .2)
         * of the animation is applied before the animation starts.
         * Otherwise we would see a short flash or would have
         * to set the default styling of the dots to the same
         * as the animation. Same applies for the ending styles.
         */
  animation-fill-mode: both;
}

.loading-spinner .loading-text span:nth-child(2) {
  /**
         * Starts the animation of the third dot
         * with a delay of .2s, otherwise all dots
         * would animate at the same time
         */
  animation-delay: .2s;
}

.loading-spinner .loading-text span:nth-child(3) {
  /**
         * Starts the animation of the third dot
         * with a delay of .4s, otherwise all dots
         * would animate at the same time
         */
  animation-delay: .4s;
}

.loading-overlay {
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  cursor: default;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

@keyframes blink {

  /**
   * At the start of the animation the dot
   * has an opacity of .2
   */
  0% {
    opacity: .2;
  }

  /**
   * At 20% the dot is fully visible and
   * then fades out slowly
   */
  20% {
    opacity: 1;
  }

  /**
   * Until it reaches an opacity of .2 and
   * the animation can start again
   */
  100% {
    opacity: .2;
  }
}

#loadingSpinner {
  display: none;
}

.table .row-actions .dropdown-btn {
  margin-left: 0.2rem;
  color: #111;
}

.table .row-actions .dropdown-btn+.btn {
  margin-left: 0.2rem;
}

.table .row-actions .dropdown-btn .dropdown-toggle {
  width: 3rem;
}

.table .row-actions .dropdown-btn .menu-item {
  font-weight: normal;
  padding: 0;
}

table .row-actions .dropdown .menu-item .btn {
  width: 100%;
  margin: 0;
  text-align: left;
}

.table .row-actions .dropdown .menu-item .btn {
  color: #2995D3;
  margin: 0;
  background: transparent;
  border-color: transparent;
}

.table .row-actions .dropdown-btn .menu-item .btn.active,
.table .row-actions .dropdown-btn .menu-item .btn:active,
.table .row-actions .dropdown-btn .menu-item .btn:focus,
.table .row-actions .dropdown-btn .menu-item .btn:hover {
  color: #fff;
  font-weight: normal;
  background: #389dd7;
  text-decoration: none;
}

.table .row-actions .dropdown-btn .menu-item .btn+.btn {
  margin-top: 0.2rem;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown .menu {
  animation: slide-down .15s ease 1;
  display: none;
  left: 0;
  max-height: 50vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
}

.dropdown.dropdown-right .menu {
  left: auto;
  right: 0;
}

.dropdown.active .menu,
.dropdown .dropdown-toggle:focus+.menu,
.dropdown .menu:hover {
  display: block;
}

.dropdown .btn-group .dropdown-toggle:nth-last-child(2) {
  border-bottom-right-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.table-actions .dropdown-btn {
  margin-left: 0.5rem;
}

:root .export-menu {
  min-width: 100px;
}

:root .export .export-link {
  font-size: 1.2rem;
}

.menu {
  /* box-shadow: 0 0.05rem 0.2rem rgba(28, 37, 66, 0.3); */
  background: #fff;
  border-radius: 0.1rem;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 0.5rem;
  transform: translateY(0.2rem);
  z-index: 300;
}

.menu .menu-item {
  margin-top: 0;
  padding: 0 0.5rem;
  position: relative;
  text-decoration: none;
}

.menu .menu-item>a {
  border-radius: 0.1rem;
  color: inherit;
  display: block;
  margin: 0 -0.5rem;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
}

.menu .menu-item>a:focus,
.menu .menu-item>a:hover {
  background: #80c1e5;
  color: #2995D3;
}

.menu .menu-item>a:active,
.menu .menu-item>a.active {
  background: #80c1e5;
  color: #2995D3;
}

.menu .menu-item .form-checkbox,
.menu .menu-item .form-radio,
.menu .menu-item .form-switch {
  margin: 0.1rem 0;
}

.menu .menu-item+.menu-item {
  margin-top: 0.2rem;
}

ul.menu>li.menu-item {
  background-color: unset !important;
  width: auto;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

.modal.wide .modal-container .modal-body {
  overflow: inherit;
}

#addBasket.libs .modal-container,
.modal.edit.libs .modal-container,
.modal.wide .modal-container {
  max-width: none;
  width: 85%;
}

.modal.wide .modal-container {
  overflow-x: auto;
}

#addBasket.libs .modal-container .form-split>div,
.modal.edit .modal-container .form-split>div,
.modal.wide .modal-container .form-split>div,
.modal.gift .modal-container .form-split>div {
  text-align: left;
}

.halfItemTable {
  display: grid;
  grid-template: repeat(6, 1fr) / repeat(3, 1fr);
  grid-auto-flow: column;
}

h4 {
  margin-bottom: 1rem;
}

.budgetConsequences .negative {
  color: red;
}

table.budgetConsequences thead tr>th {
  background-color: #2995D3 !important;
  color: #fefefe;
}

table.budgetConsequences tfoot tr>td {
  background-color: #2995D3 !important;
  color: #fefefe;
}

table.topData {
  border-collapse: collapse;
  margin: 20px 4px;
  /* border-style: hidden; */
}

table.topData tr>td:nth-child(1) {
  background-color: #2995D3 !important;
  color: #fefefe;
  padding: 5px;
  /* border: 1px solid #2995D3; */
  border-bottom: 1px solid white;
  width: 160px;
}

table.topData tr:last-child>td:first-child {
  border-bottom: 1px solid #2995D3;
}

table.topData tr:nth-child(1)>td:nth-child(1) {
  border-top: 1px solid #2995D3;
}

table.topData tr>td:nth-child(2) {
  text-align: left;
  padding: 5px;
  border: 1px solid #2995D3;
  min-width: 340px;
}

table.reportTable th,
table.reportTable td {
  width: 280px;
}

table.basketTable tfoot tr {
  background-color: #ececec !important;
}

.userPermissions .selectr-label {
  font-size: 75%;
}

.userPermissions .selectr-tag-remove {
  margin: 0 !important;
}

#shareBookshelf .modal-container .modal-body {
  overflow-y: visible;
}

#shareBookshelf .modal-container {
  min-width: 400px;

}

#shareBookshelf .sharedAuthorities__menu {
  text-align: left;
}

.switch {
  padding: 5px 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

/* .switch:hover{
    background-color: #1c2542;
} */

.switch:hover .switchLabel {
  border-color: #fff !important;
}

.switchInput {
  width: 0 !important;
  height: 0 !important;
  margin: -1px !important;
  visibility: hidden;
}

.switchLabel {
  width: 40px;
  height: 20px;
  border: 1px solid #555555;
  display: block;
  background-color: #eeeeee;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.5s;
  /* box-shadow: 0 0 20px #477a8550; */
}

.switchLabel::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #555555;
  position: absolute;
  border-radius: 100%;
  left: 1px;
  transition: left 0.5s;
}

.switchInput:checked+.switchLabel:after {
  left: calc(100% - 21px);
  background-color: #fff;
  /* transform: translateX(-100%); */
}

.switchInput:checked+.switchLabel {
  background-color: #1c2542;
  border-color: #1c2542;
}

.switchLabel:active:after {
  width: 20px;
}

.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-icon {
  background: #2995D3 !important;
}

.ant-steps-item-process .ant-steps-item-icon,
.ant-steps-item-finish .ant-steps-item-icon {
  border-color: #2995D3 !important;
}

.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon {
  color: #2995D3 !important;
}

.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title::after {
  background-color: #2995D3 !important;
}

.tagsMultiSelectColumn {
  font-size: 10px;
}
.tagsMultiSelectColumn .selectr-label.selectr-tags{
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.tagsMultiSelectColumn .selectr-selected .selectr-tag-remove {
  height: 10px;
  width: 10px;
  margin: 0;
  right: 4px;
}
.tagsMultiSelectColumn .selectr-tag-remove::after, .tagsMultiSelectColumn .selectr-tag-remove::before {
  top: 2px;
  left: 4px;
  width: 2px;
  height: 8px;
}