@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap");
.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 auto !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.p40 {
  padding: 40px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 auto !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 auto !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

@media (max-width: 1281px) and (min-width: 1101px) {
  .p0-md {
    padding: 0 !important;
  }

  .m0-md {
    margin: 0 auto !important;
  }

  .p10-md {
    padding: 10px !important;
  }

  .p20-md {
    padding: 20px !important;
  }

  .pt0 {
    padding-top: 0 !important;
  }

  .mt0 {
    margin-top: 0 auto !important;
  }

  .pt10 {
    padding-top: 10px !important;
  }

  .pt20 {
    padding-top: 20px !important;
  }

  .pb0-md {
    padding-bottom: 0 !important;
  }

  .mb0-md {
    margin-bottom: 0 auto !important;
  }

  .pb10-md {
    padding-bottom: 10px !important;
  }

  .pb20-md {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 1100px) and (min-width: 801px) {
  .p0 {
    padding: 0 !important;
  }

  .m0 {
    margin: 0 auto !important;
  }

  .p10 {
    padding: 10px !important;
  }

  .p20 {
    padding: 20px !important;
  }

  .pb0-sm {
    padding-bottom: 0 !important;
  }

  .mb0-sm {
    margin-bottom: 0 auto !important;
  }

  .pb10-sm {
    padding-bottom: 10px !important;
  }

  .pb20-sm {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 800px) {
  .p0-xs {
    padding: 0 !important;
  }

  .m0-xs {
    margin: 0 auto !important;
  }

  .p10-xs {
    padding: 10px !important;
  }

  .p20-xs {
    padding: 20px !important;
  }

  .pb0-xs {
    padding-bottom: 0 !important;
  }

  .mb0-xs {
    margin-bottom: 0 auto !important;
  }

  .pb10-xs {
    padding-bottom: 10px !important;
  }

  .pb20-xs {
    padding-bottom: 20px !important;
  }
}
.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 auto !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.cpr20 {
  padding-right: 20px;
}

.cpr40 {
  padding-right: 40px;
}

.cpr60 {
  padding-right: 60px;
}

.cpl20 {
  padding-left: 20px;
}

.cpl40 {
  padding-left: 40px;
}

.cpl60 {
  padding-left: 60px;
}

@media (max-width: 800px) {
  .cpr20, .cpr40, .cpr60 {
    padding-right: 0px;
  }

  .cpl20, .cpl40, .cpl60 {
    padding-left: 0px;
  }
}
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left !important;
}

.vertical-center {
  flex-wrap: wrap;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

sep {
  display: block;
  width: 100%;
  clear: both;
  height: 20px;
}

.nav.main .header, .vertical-center {
  display: flex;
  align-items: center;
}

#nav-search i, .nav.main .content ul ul a, .nav.main .content ul a {
  transition: 0.3s all ease-in-out;
  transition-timing-function: ease-in-out;
}

.json-parent .json-row td a.remove, .json-parent .json-row td:before, .json-parent:before, .grid-adjuster .grid-wrapper .grid th i.sort-direction, .grid-adjuster .grid-wrapper .grid th span.sort-indicator, .grid-adjuster .grid-wrapper .grid th, .breadcrumbs a, .nav.main .content ul a.has-submenu:after {
  transition: 0.2s all ease-in-out;
  transition-timing-function: ease-in-out;
}

.grid-adjuster .grid-wrapper .grid td.search input, .grid-adjuster .grid-wrapper .grid td.search, .grid-adjuster .grid-wrapper .grid td {
  transition: 0.1s all ease-in-out;
  transition-timing-function: ease-in-out;
}

section.content-wrapper header .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.grid-adjuster .grid-wrapper .grid td.search, .grid-adjuster .grid-wrapper .grid td, .grid-adjuster .grid-wrapper .grid th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body, html {
  margin: 0;
  padding: 0;
  background-color: #f9f9fc;
  font-size: 14px;
  color: #1e1e2c;
  font-weight: 400;
  font-family: "Mukta", "Almarai", sans-serif !important;
}

body ::-webkit-scrollbar-track {
  background: transparent !important;
}

* {
  box-sizing: border-box;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", "Almarai", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text.grey, .text.gray {
  color: rgba(0, 0, 0, 0.5);
}

.sep, sep {
  display: block;
  width: 100%;
  height: 20px;
  clear: both;
}

.overflow-adjuster {
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
}

hr.line {
  height: 1px;
  border: 0px;
}
hr.line.white {
  color: #fff;
  background: #fff;
  opacity: 0.4;
}
hr.line.black {
  color: #000;
  background: #000;
  opacity: 0.4;
}

.hover-brightness:hover {
  filter: brightness(1.15);
}

.input-field > label:not(.label-icon).active {
  transform: translateY(-14px) scale(1) !important;
}

.w-100 {
  width: 100%;
}

.hidden {
  display: none;
}

.bold {
  font-weight: 700;
}

a.red:not(.button):not(.ui), span.red:not(.button):not(.ui) {
  color: #dc0000 !important;
}
a.red:not(.button):not(.ui) *, span.red:not(.button):not(.ui) * {
  color: #dc0000 !important;
}

a.blue:not(.button):not(.ui), span.blue:not(.button):not(.ui) {
  color: #1845a0 !important;
}
a.blue:not(.button):not(.ui) *, span.blue:not(.button):not(.ui) * {
  color: #1845a0 !important;
}

a.green:not(.button):not(.ui), span.green:not(.button):not(.ui) {
  color: #399a7f !important;
}
a.green:not(.button):not(.ui) *, span.green:not(.button):not(.ui) * {
  color: #399a7f !important;
}

.nav.main {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #1e1e2c;
  width: 300px;
  color: #fff;
}
.nav.main .header {
  height: 80px;
  background-color: #15151e;
  padding: 20px;
}
.nav.main .header img {
  max-width: 70%;
}
.nav.main .content {
  width: 100%;
  height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
}
.nav.main .content ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
.nav.main .content ul li.grouplabel {
  padding: 20px 0 0 20px;
  font-size: 12px;
  opacity: 0.3;
}
.nav.main .content ul a {
  height: 40px;
  display: block;
  padding: 0 20px;
  line-height: 40px;
  text-decoration: none;
  opacity: 0.6;
  color: #fff;
}
.nav.main .content ul a i {
  float: right;
  height: 40px;
  line-height: 40px;
}
.nav.main .content ul a .arrow {
  padding: 0 10px;
  font-size: 10px;
}
.nav.main .content ul a.has-submenu:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  float: right;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
}
.nav.main .content ul a:hover {
  opacity: 1;
}
.nav.main .content ul a.expanded {
  opacity: 1;
}
.nav.main .content ul a.expanded:after {
  transform: rotate(-90deg);
}
.nav.main .content ul ul {
  padding: 20px;
  list-style: none;
  background-color: #15151e;
  display: none;
}
.nav.main .content ul ul a {
  font-size: 13px;
  padding: 0;
  height: 34px;
  display: block;
  line-height: 34px;
  text-decoration: none;
  opacity: 0.6;
}
.nav.main .content ul ul a span {
  float: right;
  width: 30px;
  height: 30px;
  background-color: #1e1e2c;
  text-align: center;
  font-size: 10px;
}
.nav.main .content ul ul.initialized {
  display: block;
}

.top.menu {
  height: 80px;
  margin: 0 0px;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.top.menu .menu-user {
  display: flex;
  float: right;
  padding: 15px;
  margin-right: -20px;
  margin-top: -20px;
}
.top.menu .menu-user span.initials {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #1e1e2c;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  flex-grow: 0;
  flex-shrink: 0;
}
.top.menu .menu-user span.name {
  display: block;
  color: #fff;
  line-height: 1.2;
  padding-top: 7px;
}
.top.menu .menu-user i {
  flex-grow: 0;
  flex-shrink: 0;
  width: 15px;
  color: #1e1e2c;
  height: 50px;
  line-height: 50px;
  text-align: right;
}

section.content-wrapper {
  position: relative;
  margin-left: 300px;
  overflow: auto;
}
section.content-wrapper header {
  display: block;
  width: 100%;
  height: 400px;
  background: linear-gradient(321deg, #399a7f 0%, #1845a0 100%);
  position: relative;
  margin-top: -80px;
}
section.content-wrapper header .background {
  z-index: 1;
  opacity: 0.6;
}
section.content-wrapper .content {
  padding: 190px 20px 40px 20px;
  position: relative;
  margin-top: -400px;
  background: rgba(0, 0, 0, 0.025);
  min-height: 100vh;
}
section.content-wrapper .content .content-header {
  margin-bottom: 0px;
  padding: 0 10px;
}
section.content-wrapper .content .content-header .title {
  text-align: left;
  color: #fff;
}
section.content-wrapper .content .content-header .title h1, section.content-wrapper .content .content-header .title h2, section.content-wrapper .content .content-header .title h3 {
  margin: 0;
  padding: 0;
}
section.content-wrapper .content .content-header .action {
  text-align: right;
}

.breadcrumbs {
  margin-top: 10px;
}
.breadcrumbs a {
  float: left;
  text-decoration: none;
  opacity: 0.6;
  margin: 0 0 0;
  font-size: 13px;
}
.breadcrumbs a i {
  font-size: 12px;
}
.breadcrumbs a:hover {
  opacity: 1;
}
.breadcrumbs a:hover:after {
  opacity: 0.6;
}
.breadcrumbs a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 5px;
  font-weight: 700;
  padding: 1px 10px 0px 10px;
  float: right;
  transition: 0s;
}
.breadcrumbs a:last-of-type:after {
  display: none;
}

.panel {
  background-color: #fff;
  min-height: 200px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.panel .panel-title {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.panel .panel-title.margins-negative {
  margin: 0 -10px;
  min-width: calc(100% + 20px) !important;
  margin-top: 40px;
}
.panel .panel-content {
  padding: 10px !important;
  display: block;
  margin: 0 !important;
}
.panel .panel-footer {
  display: block;
  background-color: #1e1e2c;
  overflow: hidden;
  clear: both;
  margin: 40px 0 0 0;
  padding: 40px 31px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
}
.panel.no-padding .panel-content {
  padding: 0px !important;
  display: flex;
}
.panel.no-padding .left {
  width: 50%;
  float: left;
  padding: 20px;
}
.panel.no-padding .right {
  width: 50%;
  float: right;
  padding: 20px;
}
.panel.no-padding .overflow-adjuster {
  display: none;
}
.panel.no-minheight {
  min-height: unset !important;
}
.panel .background-grey {
  background-color: #1e1e2c;
  color: #fff;
}
.panel.gray {
  background-color: #1e1e2c;
  min-height: unset !important;
}

.info-table td {
  padding: 3px 0;
}
.info-table .label {
  opacity: 0.5;
}
.info-table .small {
  font-size: 12px;
}

#mainform {
  margin: 0 -10px 0 -10px !important;
  max-width: calc(100% + 20px) !important;
  width: calc(100% + 20px) !important;
}

.dropzone {
  border: 1px dashed #DEDEDF !important;
  margin: 5px 0 18px 0;
  border-radius: 5px;
}
.dropzone:hover {
  border: 1px dashed #B2B3B3 !important;
}

.switch {
  margin: 1rem 0;
  margin-top: 0;
}
.switch label:first-of-type {
  display: block;
  transform: translateY(-14px);
}

.wysiwyg label {
  margin-bottom: 10px;
}
.wysiwyg .note-editor {
  margin-top: 10px;
}

.grid-adjuster {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.grid-adjuster .grid-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 200px;
}
.grid-adjuster .grid-wrapper .grid {
  width: auto;
  border-right: 100px solid #fff;
  min-width: 100%;
}
.grid-adjuster .grid-wrapper .grid.no-operations {
  border-right: 0px;
}
.grid-adjuster .grid-wrapper .grid th {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  text-align: left;
  height: 80px;
  font-family: "Barlow", "Almarai", sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.grid-adjuster .grid-wrapper .grid th span.sort-indicator {
  position: relative;
  top: 3px;
  font-size: 16px;
  padding: 3px 0 0 5px;
  opacity: 0;
}
.grid-adjuster .grid-wrapper .grid th i.sort-direction {
  position: relative;
  top: 1px;
  font-size: 14px;
  padding: 3px 0 0 5px;
  opacity: 1;
}
.grid-adjuster .grid-wrapper .grid th:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
.grid-adjuster .grid-wrapper .grid th:hover span.sort-indicator {
  opacity: 1;
}
.grid-adjuster .grid-wrapper .grid td {
  height: 70px;
  max-height: 70px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}
.grid-adjuster .grid-wrapper .grid td.search {
  position: relative;
  overflow: unset;
  height: 46px;
  max-height: unset !important;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  padding: 0 0px;
}
.grid-adjuster .grid-wrapper .grid td.search div.ui {
  width: 100%;
}
.grid-adjuster .grid-wrapper .grid td.search .ui.selection.dropdown {
  min-width: unset;
  min-height: 46px;
}
.grid-adjuster .grid-wrapper .grid td.search .ui.selection.dropdown .text, .grid-adjuster .grid-wrapper .grid td.search .ui.selection.dropdown i.icon {
  line-height: 23px;
  white-space: nowrap;
}
.grid-adjuster .grid-wrapper .grid td.search input {
  margin: 0;
  padding: 0 10px;
  min-height: 46px;
}
.grid-adjuster .grid-wrapper .grid td.search:hover:after {
  opacity: 0.3;
}
.grid-adjuster .grid-wrapper .grid td.search:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  height: 12px;
  line-height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  color: #000;
  z-index: 1;
  font-weight: 700;
  opacity: 0;
}
.grid-adjuster .grid-wrapper .grid td.search.noicon:after {
  display: none !important;
}
.grid-adjuster .grid-wrapper .grid td.search .transparent .dropdown {
  border: 0;
}
.grid-adjuster .grid-wrapper .grid tr:hover td, .grid-adjuster .grid-wrapper .grid tr.hover td {
  background-color: rgba(0, 0, 0, 0.025);
}
.grid-adjuster .grid-wrapper .grid tr.search:hover td, .grid-adjuster .grid-wrapper .grid tr.search.hover td {
  background-color: unset;
}
.grid-adjuster .grid-wrapper .grid-operations {
  min-width: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fff;
  width: 100px;
  border-right: 0;
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.05);
}
.grid-adjuster .grid-wrapper .grid-mutlivalue-label {
  float: left;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 2px 5px;
  border-radius: 5px;
  font-size: 13px;
}
.grid-adjuster .grid-wrapper .grid-image {
  max-width: 200px;
  max-height: 56px;
}

.note-popover .popover-content, .note-toolbar {
  padding: 10px 10px 15px 15px !important;
}

.note-toolbar {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.note-editor.note-airframe, .note-editor.note-frame {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0px !important;
}

.note-modal-footer {
  height: 60px !important;
}
.note-modal-footer input[type=button] {
  margin: -10px 15px 0 0;
}

.note-editable ul {
  list-style: disc !important;
  padding-left: 30px !important;
}
.note-editable ul li {
  list-style: unset !important;
}

.note-modal-content select {
  display: block !important;
}
.note-modal-content input[type=checkbox] {
  position: static !important;
  opacity: 1 !important;
}
.note-modal-content .form-group {
  margin-top: 10px;
}

.block-editor-inserter__search-input {
  box-sizing: border-box !important;
}

.laraberg__editor {
  display: block;
  clear: both;
  margin-top: 10px;
}

.json-parent {
  position: relative;
  margin-bottom: 20px;
}
.json-parent:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: 0;
  z-index: 0;
}
.json-parent tr, .json-parent td {
  padding: 0 !important;
  border: 0px !important;
  border-bottom: 0px !important;
}
.json-parent .json-clone-area {
  position: relative;
}
.json-parent .json-row td {
  position: relative;
  z-index: 2;
  padding: 10px 0;
}
.json-parent .json-row td:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.035);
  content: "";
  top: -2px;
  left: -24px;
  right: -24px;
  bottom: 5px;
  z-index: -1;
  opacity: 0;
}
.json-parent .json-row td:hover:before {
  opacity: 1;
}
.json-parent .json-row td:hover a.remove {
  opacity: 1;
}
.json-parent .json-row td a.remove {
  position: absolute;
  margin: auto;
  left: -36px;
  top: 20px;
  color: #fff;
  display: block;
  opacity: 0;
}
.json-parent .add-button {
  margin: 10px 0 20px 14px !important;
  position: relative !important;
  z-index: 2 !important;
}

.login {
  background: linear-gradient(321deg, #399a7f 0%, #1845a0 100%);
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 500px;
}
.login canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  display: block;
}
.login .login-panel {
  width: 500px;
  min-height: 300px;
  height: 300px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 7%;
  bottom: 0;
}
.login .login-panel:hover > .login {
  display: none !important;
}

textarea.materialize-textarea {
  margin-bottom: 3px !important;
}

.white-text .select-dropdown {
  border-bottom-color: #fff !important;
}
.white-text .caret {
  fill: #fff !important;
}
.white-text label {
  color: #fff !important;
  opacity: 0.6;
}

.mCSB_inside > .mCSB_container {
  margin-right: 5px !important;
}

.body-flex {
  display: flex;
  min-width: 100vw;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.digital_card {
  width: 100%;
  max-width: 400px;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.digital_card .header {
  width: 100%;
  padding-bottom: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.digital_card .picture {
  width: 150px;
  height: 150px;
  background-color: #000;
  border-radius: 50%;
  margin: auto;
  margin-top: -75px;
  border: 2px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.digital_card .name {
  text-align: center;
}
.digital_card .name h1 {
  font-size: 24px !important;
  font-weight: 700;
  margin: 15px 0 2px 0;
  padding: 0;
}
.digital_card .info {
  margin: 40px 0 0 0;
}
.digital_card .info .section {
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  flex-wrap: nowrap;
  padding: 15px;
  margin: 0;
}
.digital_card .info .section div:first-of-type {
  width: 70px;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 16px;
}
.digital_card .info .section2 {
  display: flex;
  color: #000;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}
.digital_card .info .section2 a {
  display: block;
  width: 100%;
  padding: 15px;
  color: #fff;
  background-color: #000;
  border: 5px solid #fff;
  border-radius: 10px;
}
.digital_card .info .section2 i {
  width: 50px;
  text-align: center;
  font-size: 16px;
}
.digital_card .info .section2.social a i {
  width: 100%;
  text-align: center;
  font-size: 18px;
  padding-top: 5px;
}
.digital_card .info .section2.social a {
  width: 100%;
  text-align: center;
  font-size: 18px;
  border: 5px solid #fff;
  padding: 10px 15px;
}
.digital_card .info a.large {
  padding: 20px 10px;
}

.ui.file-field input[type=file] {
  display: none;
}

.grid-pagination nav ul.pagination {
  list-style: none;
  float: left;
  margin: 40px 0 0 0;
  padding: 0;
}
.grid-pagination nav ul.pagination li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
.grid-pagination nav ul.pagination li .page-link {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  border-right: 0px;
}
.grid-pagination nav ul.pagination li .page-linkspan {
  color: rgba(0, 0, 0, 0.05);
}
.grid-pagination nav ul.pagination li a.page-link {
  color: #1e1e2c;
}
.grid-pagination nav ul.pagination li a.page-link:hover {
  background-color: rgba(0, 0, 0, 0.025);
}
.grid-pagination nav ul.pagination li span.page-link {
  color: rgba(30, 30, 44, 0.3);
}
.grid-pagination nav ul.pagination li:first-of-type .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.grid-pagination nav ul.pagination li:last-of-type .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.grid-pagination .select-container {
  float: right;
  margin: 40px 0 0 0;
  padding: 0;
}

#nav-search {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  width: 100%;
  height: 40px;
}
#nav-search i {
  position: absolute;
  top: 0;
  left: 10px;
  margin: auto;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.4);
}
#nav-search input {
  width: 100%;
  height: 40px;
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 0 10px 0 40px;
  outline: none !important;
}
#nav-search:focus-within i {
  color: rgba(255, 255, 255, 0.8);
}

.dashboard-item div {
  border-left: 2px solid #1845a0;
  min-height: 60px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05), 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
  overflow: hidden;
}
.dashboard-item div i {
  display: block;
  float: left;
  width: 50px;
  margin: 0;
  font-size: 26px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  margin-right: 10px;
}
.dashboard-item div span.label {
  display: block;
  color: rgba(30, 30, 44, 0.5);
  float: right;
  width: calc(100% - 60px);
}
.dashboard-item div span.value {
  display: block;
  font-weight: 700;
  font-size: 24px;
  padding-top: 5px;
  float: right;
  width: calc(100% - 60px);
}
.dashboard-item.gradient div {
  background: linear-gradient(321deg, #399a7f 0%, #1845a0 100%);
  color: #fff;
}
.dashboard-item.gradient div span.label {
  opacity: 0.6;
  color: #fff !important;
}

.ui.selection.dropdown, .ui.search.dropdown {
  min-width: unset !important;
}

.json-field {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  resize: both;
  height: 12em;
  min-height: 8em;
  max-height: 24em;
  overflow: scroll;
}

.label-content {
  padding-top: 10px;
}

/*# sourceMappingURL=app.css.map */
