table .max-width-table {
  max-width: 244px;
  word-break: break-all;
  white-space: normal;
  max-height: 5em;
  display: block;
  overflow: hidden;
}

.argist-small-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 7000000;
  overflow: hidden;
  box-shadow: 0px 0px 40px -20px black;
}
@media (min-width: 720px) {
  .argist-small-menu {
    display: none;
  }
}
body.no-small-menu .argist-small-menu {
  display: none;
}
.argist-small-menu .item {
  user-select: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  cursor: pointer;
  transition: 0.1s all;
}
.argist-small-menu .item:not(.center):hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.argist-small-menu .item:not(.center):active {
  background-color: rgba(0, 0, 0, 0.08);
}
.argist-small-menu .item .icon > * {
  font-size: 1em;
}
.argist-small-menu .item:not(.center) .icon {
  display: flex;
  padding: 10px 0px 0px 0px;
  color: black;
}
.argist-small-menu .item:not(.center) .icon > * {
  margin: auto;
}
.argist-small-menu .item:not(.center) .text {
  color: black;
  text-align: center;
  padding: 5px 10px 2px 10px;
}
.argist-small-menu .item.center {
  border-radius: 100px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: rgb(17, 138, 0);
}
.argist-small-menu .item.center .icon {
  display: flex;
  margin-top: auto;
  margin-bottom: 2px;
  color: white;
}
.argist-small-menu .item.center .icon > * {
  margin: auto;
}
.argist-small-menu .item.center .text {
  margin-top: 2px;
  margin-bottom: auto;
  text-align: center;
  color: white;
}
.argist-small-menu .item.center:hover {
  background-color: rgb(138, 215, 22);
}
.argist-small-menu .item.center:active {
  background-color: rgb(126, 199, 16);
}

@media (min-width: 0px) and (max-width: 720px) {
  .modal-content {
    margin-bottom: 80px;
  }
}
.h1-button {
  min-height: 100px;
  cursor: pointer;
  padding: 20px;
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 10px;
  flex: 1;
  display: flex;
  user-select: none;
}
.h1-button > * {
  margin: auto;
  display: block;
}
.h1-button:hover {
  background-color: rgb(243, 243, 243);
}
.h1-button:active {
  background-color: rgb(233, 233, 233);
}

.product-alt-button {
  margin: 2px;
  flex: 1;
  padding: 3px 0px;
  height: initial;
  border: none;
  border-radius: 0;
}
.product-alt-button:first-child {
  background-color: #4b658b !important;
}
.product-alt-button:last-child {
  background-color: #9e0909 !important;
}

ul.navigation.navigation-accordion > li:not(.active) ul {
  display: none;
}

@media (min-width: 0px) and (max-width: 720px) {
  .mobile-flex-row {
    flex-direction: row;
  }
}

@media (min-width: 0px) and (max-width: 720px) {
  .mobile-flex-column {
    flex-direction: column;
  }
}

@media (min-width: 720px) and (max-width: 1920px) {
  .desktop-flex-row {
    flex-direction: row;
  }
}

@media (min-width: 720px) and (max-width: 1920px) {
  .desktop-flex-column {
    flex-direction: column;
  }
}
@media (min-width: 0px) and (max-width: 720px) {
  .desktop-flex-column {
    flex-direction: column;
  }
}

.panel {
  max-width: 100%;
}

.text-overflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
  overflow: hidden;
}

.en21-transform {
  transition: transform 0.25s;
  cursor: pointer;
}

.en21-transform:hover {
  transform: scale(0.95);
}

.en21-transform:hover .panel {
  background-color: rgba(0, 0, 0, 0.01) !important;
}

.en21-transform:hover .icon-plus2 {
  transform: rotate(180deg);
  color: #31cc00 !important;
  background: #d3ffc5 !important;
}

.en21-transform .icon-plus2 {
  transition: all 0.25s;
}

.product-card {
  transition: 0.25s all;
  display: flex;
  flex-direction: column;
}
.product-card > :nth-child(1) {
  flex: 1;
}

.product-card:hover {
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2392156863);
}

@media (min-width: 0px) and (max-width: 720px) {
  .navbar-right:not(.open) {
    display: none;
  }
  .navbar-right.open .dropdown-user > .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
}

table.table.table-pointer:not(.empty-table) tbody > tr td:not(.dataTables_empty) {
  cursor: pointer;
}
table.table.table-pointer:not(.empty-table) tbody > tr:hover {
  background-color: aliceblue;
}

.owl-dot.active > img {
  outline: solid 1px black;
  outline-width: 2px;
}
.owl-dot > img {
  height: 50px;
  object-fit: contain;
  margin-right: 15px;
}

.card-key-unit {
  display: flex;
  margin-top: -20px;
  position: relative;
  padding: 10px;
  padding-top: 0;
}

.login-form input {
  font-size: 1.2em;
}
.login-form input[type=password], .login-form input[type=email], .login-form input[type=text] {
  color: black !important;
  line-height: 2 !important;
  height: initial !important;
  box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.3803921569) inset;
}
.login-form input[type=checkbox] {
  width: 14px;
  height: 13px;
}
.login-form input::placeholder {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.12);
}
.login-form a {
  color: inherit;
  font-size: inherit;
}
.login-form .form-group {
  position: relative;
}
.login-form .eyebutton {
  position: absolute;
  right: 20px;
  top: calc(50% - 0.5em);
  cursor: pointer;
}

.radius-10 {
  overflow: hidden;
  border-radius: 5px !important;
}

html, body {
  height: 100%;
}

.no-userselect {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

@media (min-width: 720px) and (max-width: 1920px) {
  body {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }
  body > .page-container {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: auto !important;
  }
  body > .page-container > .page-content {
    flex: 1 !important;
    display: flex !important;
    overflow: auto !important;
    flex-direction: row !important;
  }
  body > .page-container > .page-content > .content-wrapper {
    flex: 1 !important;
    display: initial !important;
    overflow: auto !important;
  }
  body > .page-container > .page-content > .sidebar-main {
    display: flex !important;
    flex-direction: column !important;
    flex: 0 0 260px !important;
    overflow: auto !important;
  }
  body > .page-container > .page-content > .sidebar-main > .sidebar-content {
    flex: 1;
  }
}
.costum-styled-table {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.costum-styled-table table {
  width: 100%;
}
.costum-styled-table table thead tr {
  background-color: rgb(244, 245, 247);
}
.costum-styled-table table thead tr th {
  padding: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.costum-styled-table table thead tr th b {
  font-weight: 400;
  color: #464646;
}
.costum-styled-table table tbody tr {
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.costum-styled-table table tbody tr td {
  padding: 10px;
}

.blue-badge {
  padding-left: 1em;
  padding-right: 1em;
  line-height: 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 9999px;
  background-color: rgba(var(--badge-color), 0.1);
  color: rgba(var(--badge-color), 1);
  display: inline-block;
  white-space: nowrap;
}

.dataTables_wrapper .dt-buttons {
  float: initial !important;
  display: inline-flex !important;
  flex-direction: row !important;
}
.dataTables_wrapper .dt-button:first-child {
  margin-right: 20px;
}

.d-none {
  display: none !important;
}
.d-inline {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-min {
  flex: 0 0 0px;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.tag {
  background-color: var(--fg);
  color: var(--bg);
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.9em;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 9999px;
  display: inline-block;
  text-transform: initial;
  white-space: nowrap;
}

.tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.tags.tag + .tag {
  margin-right: 5px;
  margin-bottom: 5px;
}
.tags.small-container {
  display: inline-block;
  max-width: 100%;
  white-space: break-spaces;
}
.tags .datatable-header {
  display: flex;
  flex-direction: row;
}
.tags .datatable-header > .dt-buttons {
  flex-grow: 1;
  align-items: center;
  line-height: initial;
  margin-bottom: auto;
}

.no_ascs {
  padding: 0px 15px !important;
}
.no_ascs::after {
  content: none !important;
}
.no_ascs::before {
  content: none !important;
}

.width-350 {
  width: 350px !important;
}

.sensitive-text-content {
  vertical-align: middle;
}
.sensitive-text-content * {
  vertical-align: middle;
}
.sensitive-text-content:not(:hover) > .fa {
  visibility: hidden;
}
.sensitive-text-content > .fa {
  font-size: 0.6em;
  cursor: pointer;
}
.sensitive-text-content:not(.open)::after {
  content: attr(data-chars);
  opacity: 0.5;
}
.sensitive-text-content:not(.open) > .sensitive-content {
  display: none;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 0px) and (max-width: 720px) {
  .navbar-header {
    background-color: white;
  }
  .navbar-inverse .navbar-nav > li > a > i:not(.caret) {
    color: black;
  }
  .page-header.page-header-default > .breadcrumb-line {
    display: none;
  }
  .navbar-right.open .dropdown-user > .dropdown-toggle {
    display: none;
  }
}
@media (min-width: 720px) {
  .navbar-header {
    position: relative;
  }
  .navbar-header:after {
    content: "";
    width: 100%;
    height: 260px;
    position: absolute;
    background-color: white;
    top: -2px;
  }
  .navbar-brand {
    z-index: 1;
    position: relative;
  }
  .navigation-header {
    background-color: #FCFCFC;
    border-bottom: 2px solid #ddd !important;
    border-top: 1px solid #ddd !important;
    font-size: 9.2px !important;
    margin-top: -1px;
  }
}
.notifymenu {
  right: 10px;
  bottom: 10px;
  position: fixed;
  display: flex;
  flex-direction: column;
  background-color: white;
  z-index: 9999999;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 20px -10px black;
}
.notifymenu .info {
  display: flex;
  flex-direction: row;
  padding: 5px;
  gap: 5px;
}
.notifymenu .info span {
  flex: 1 1 auto;
}
.notifymenu .info img {
  flex: 0 0 40px;
}
.notifymenu .controls {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.owl-carousel {
  display: flex !important;
  flex-direction: column !important;
}
.owl-carousel .owl-stage-outer {
  order: 0;
}
.owl-carousel .owl-nav {
  order: 2;
}
.owl-carousel .owl-dots {
  order: 1;
  margin-top: 10px;
  text-align: left !important;
}
.owl-carousel .owl-thumbs {
  order: 3;
}

.flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex > .flex-min {
  flex-grow: 0;
  flex-basis: 0px;
}
.flex > .flex-fill {
  flex-grow: 1;
  flex-basis: auto;
}
.flex > .flex-shrink {
  flex-shrink: 1;
}

.gap-0 {
  gap: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.py-0 {
  padding-bottom: 0px;
  padding-top: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.my-0 {
  margin-bottom: 0px;
  margin-top: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.gap-5 {
  gap: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.py-5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.px-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.my-5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.gap-10 {
  gap: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.py-10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.my-10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.gap-15 {
  gap: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.py-15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.my-15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.mx-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.gap-20 {
  gap: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.py-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.my-20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.gap-25 {
  gap: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.py-25 {
  padding-bottom: 25px;
  padding-top: 25px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.my-25 {
  margin-bottom: 25px;
  margin-top: 25px;
}

.mx-25 {
  margin-left: 25px;
  margin-right: 25px;
}

.gap-30 {
  gap: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.py-30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.my-30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

.gap-50 {
  gap: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.py-50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.my-50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.mx-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.pt-auto {
  padding-top: auto;
}

.pl-auto {
  padding-left: auto;
}

.pr-auto {
  padding-right: auto;
}

.pb-auto {
  padding-bottom: auto;
}

.py-auto {
  padding-bottom: auto;
  padding-top: auto;
}

.px-auto {
  padding-left: auto;
  padding-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.my-auto {
  margin-bottom: auto;
  margin-top: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.lh-1 {
  line-height: 1;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.lh-2-5 {
  line-height: 2.5;
}

.lh-3 {
  line-height: 3;
}

.lh-3-5 {
  line-height: 3.5;
}

.lh-4 {
  line-height: 4;
}

.white-bg {
  background-color: #fff;
}

.offer-plus-btn {
  border: dashed 0.2rem #6a6a6a;
  border-top: none;
}

@media (min-width: 769px) {
  .page-container {
    min-height: 95vh;
  }
}
.bg-dark {
  background-color: #000 !important;
  color: #fff !important;
}

.navbar-dark {
  color: #fff;
  background-color: #0052cc;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark a {
  color: #fff;
}

.navbar-dark a.active {
  background-color: rgba(0, 0, 0, 0.0901960784);
}

body {
  background-color: #eaedef;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #004bba;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #fff;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.navbar-brand > img {
  margin-top: -8px;
  height: 36px;
}

.bg-kblue {
  background-color: #1a006a;
  border-color: #1a006a;
  color: #fff;
}

/*.body-nav > li > a:hover, .nav > li > a:focus:hover {
    background-color: #00000017 !important;
    color: white !important;
}*/
.newtabPanel > .nav > li > a:hover,
.newtabPanel > .nav > li > a:focus:hover {
  background-color: rgba(0, 0, 0, 0.0901960784);
  color: black;
}

.newtabPanel > .nav > li > a:hover,
.newtabPanel > .nav > li > a:focus {
  text-decoration: none;
  background-color: #eaedef;
}

.newtabPanel > .tab-content > .tab-pane {
  border: 1px solid #ddd;
  margin-top: -21px;
  padding: 12px;
  padding-top: 30px;
  min-height: 200px;
}

.newtabPanel > .nav-tabs > li > a {
  margin-right: 10px !important;
  /*color: #888 !important;*/
  border: 1px solid #ddd;
  background-color: whitesmoke;
}

.newtabPanel > .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: white;
}

.thumb > img {
  max-height: 195px;
}

.alert {
  padding: 6px;
  padding-left: 18px;
}

.alert .title {
  font-size: 16px;
}

.fancybox-close {
  right: 13px;
}

.empty_db {
  font-size: 103px;
  color: #e0e0e0;
}

@media (max-width: 768px) {
  .nav .dropdown-menu > li > a {
    color: white;
    margin-left: 12px;
  }
  .navbar_header_menu {
    display: none;
  }
  .content {
    padding: 0 9px 60px;
  }
}
.popover {
  width: 250px;
}

.thumb img:not(.media-preview) {
  width: auto;
}

.navbar_header_menu a:hover {
  color: #008eff;
}

.orange_bg {
  background: linear-gradient(45deg, #ffc100, #ffe700);
  color: #000;
}

.sidebar:not(.sidebar-default) .media .text-muted,
.sidebar:not(.sidebar-default) .media .media-annotation {
  color: rgba(4, 4, 4, 0.8);
}

.navigation .navigation-header > span {
  color: black;
}

.sidebar {
  background-color: #fff;
}

.navigation > li > a {
  padding: 14px 13px;
  min-height: 44px;
  font-weight: 500;
  color: #616161;
  position: relative;
  border-left: 3px solid transparent;
}

.navigation > li > a:hover {
  text-decoration: none !important;
  background-color: #eee;
  color: #616161;
}

.navigation > li.active > a,
.navigation > li.active > a:hover,
.navigation > li.active > a:focus {
  background-color: #f9f9f9;
  border-left: 3px solid;
  border-bottom: none;
  border-top: none;
  border-color: var(--argist_color);
  color: var(--argist_color);
}

.navigation > li ul {
  background-color: rgb(246, 246, 246);
  color: #616161;
}

.navigation > li ul li a {
  color: #616161;
}

.navigation li a:hover,
.navigation li a:focus {
  color: #616161;
}

.btn-group,
.btn-group-vertical {
  display: flex;
}

/*white sidebar end*/
.navigation > li > ul li.active > a,
.navigation > li > ul li.active > a:hover,
.navigation > li > ul li.active > a:focus {
  background-color: rgb(219, 218, 218);
  color: #616161;
}

.navbar-img {
  border-radius: 50%;
  vertical-align: bottom !important;
  border: 3px solid #fff;
  width: 45px !important;
  height: 45px !important;
}

.note-popover .popover-content > .note-btn-group,
.note-toolbar > .note-btn-group {
  display: inline-block;
}

ul.breadcrumb > li > a > a {
  color: #4a4a4a;
}

body {
  font-family: Rubik, sans-serif;
}

.modal-content {
  border-radius: 25px !important;
}

.gmbox {
  position: fixed;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
  border: 0.25em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #ffffff;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.checkmark {
  position: relative;
}

.checkmark:after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  right: 5px;
  top: 5px;
  border-radius: 10px;
  outline: solid 2px white;
  outline-offset: -3px;
}

.checkmark.bg-primary2:after {
  background: #2196F3;
}

.checkmark:not(.bg-primary2):after {
  outline-color: #c7c7c7;
  outline-offset: -2px;
}

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