.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: unset !important;
    transition: all .2s linear;
}

.user-avtar {
    width: 100px !important;
    margin-right: 0 !important;
    border-radius: 0 !important;
}

.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-selection.select2-selection--single.select2-selection--clearable{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row-reverse;
  align-items: center;
}

.table-responsive .table tr td {
  padding: 2px 2px !important;
  font-size:12px !important;
}
.btn {
  font-size: 10px !important;
}

.btn i, button i{
  font-size: 10px !important;
}

.client-lines-inputs{
  font-size: 12px !important;
}

.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: 100%;
}