.creative-card-body{
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}


body.modal-open .nxl-container, body.modal-open .nxl-header, body.modal-open .nxl-navigation, body.modal-open .page-header {
  filter: none !important;
  transition: all .2s linear;
}

.app-skin-dark label {
  color: #fff !important;
}
html.app-skin-dark .nxl-navigation .m-header .logo-sm {
  filter: invert(1);
}
html.app-skin-dark  .user-avtar {
  filter: invert(1) !important;
}

html.app-skin-dark .table thead th {
  color: #1b2436 !important;
}
html.app-skin-dark .page-link {
  color: #1b2436 !important;
}

.select2-container.select2-container--focus .select2-selection, .select2-container.select2-container--open .select2-selection {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.select2-container--default .select2-selection--single {
  display: flex  !important;
  justify-content: space-between !important;
  flex-direction: row-reverse !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 22px !important;
}