.uap-ap-menu .inner ul,
.uap-ap-menu ul {
  list-style: none;
  margin: 0 -15px;
  line-height: 26px;
  overflow: hidden;
}
.uap-ap-menu .inner > ul {
  min-height: calc(var(--vh, 1vh) * 100);
  scrollbar-width: thin;
  scrollbar-color: var(--main-color) #f1f2f3;
}
.uap-ap-menu-tab-item {
  float: left;
  font-size: 13px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  font-weight: 500;
  webkit-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  -ms-transition: padding 0.5s;
  transition: padding 0.5s;
  box-sizing: border-box;
  background: #fafafa !important;
}
.uap-ap-menu ul {
  padding: 0;
  background: #fafafa;
}
.grid-filter-cell
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.uap-ap-menu .uap-ap-menu-tab-item .fa-uap,
.uap-ap-menu a {
  line-height: 30px;
}
.uap-ap-menu .uap-ap-submenu-item {
  float: left;
}
.uap-ap-menu a {
  text-decoration: none !important;
  box-shadow: none;
  border: none;
  padding: 8px 25px 8px 20px;
  box-sizing: border-box;
  display: inline-block;
}
.uap-public-ap-menu-subtabs {
  margin-top: 67px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  background-color: #607d8b;
  z-index: 99999;
  -moz-transition: 0.5s ease-in-out 0.15s;
  -o-transition: 0.5s ease-in-out 0.15s;
  -webkit-transition: 0.5s ease-in-out 0.15s;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out 0.15s;
}
.uap-ap-menu .uap-ap-submenu-item:hover > .uap-public-ap-menu-subtabs {
  visibility: visible;
  margin-top: 47px;
  opacity: 1;
}
-ap-menu ul .uap-public-ap-menu-subtabs .uap-ap-menu-item {
  background-color: rgba(255, 255, 255, 0.15);
}
.uap-ap-menu .uap-public-ap-menu-subtabs .uap-ap-menu-item a {
  color: #000 !important;
}
.spl-menu {
  display: flex;
  margin-top: 15px !important;
  flex-direction: column;
}
.spl-menu li {
  flex: 1;
  flex: 1;
  background: #fff !important;
  padding: 0;
  margin-bottom: 5px;
  border: 0 !important;
}
.spl-menu li svg {
  width: 20px;
  margin: 0 10px;
}
.btn.btn-primary {
  border-color: var(--button-color);
  background-color: var(--button-color);
  color: var(--header-color);
}
.spl-menu li a {
  border: 1px solid #eee;
  display: flex;
  border-radius: 8px;
  padding: 2px 10px;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
}
.prf-mnu .spl-menu li a:hover {
  background: #ffe185 !important;
}
html .bg-primary {
  background-color: var(--button-color) !important;
  color: var(--header-color) !important;
}
html ul.spl-left-menu {
  margin-left: 0;
  display: block;
  padding-left: 0;
  background: #fff;
}
ul.spl-left-menu li a {
  padding-left: 30px;
}
.spl-menu li:first-child a {
  border-top: 0 !important;
}
.spl-menu li:last-child a {
  border-bottom: 0 !important;
}
.prf-mnu .spl-menu li a {
  border-left: 0 !important;
  border-right: 0px !important;
}
html .spl-menu li {
  max-width: 200px;
}
html .spl-menu li .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  transform: translateX(-20%);
  opacity: 0;
  transition: 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: 50% 50% no-repeat rgba(0, 0, 0, 0.3);
  max-width: 378px !important;
  visibility: hidden;
}
html .spl-menu li ul li {
  width: 100% !important;
  max-width: unset;
}
html .spl-menu li.opened .inner {
  transform: translateX(0);
  opacity: 1;
  z-index: 1111;
  transition-duration: 0.2s !important;
}
.uap-ap-menu .inner ul {
  padding: 0;
  background: #000;
  max-width: 400px;
  height: 100%;
  overflow-y: auto;
}
.uap-ap-menu .inner ul li {
  background: 0 0 !important;
}
.uap-ap-menu .inner ul li a {
  color: #fff !important;
  border: 0 !important;
  font-size: 21px;
  font-weight: 400;
  line-height: 46px;
}
.uap-ap-menu .inner ul li a svg {
  width: 30px;
  height: 30px;
}
html.opened body {
  height: 100vh;
  overflow-y: hidden;
}
.close-a {
  color: #fff;
  border-color: #fff;
  display: inline-flex;
  align-items: center;
}
.close-a svg {
  width: 30px;
}
body.index .table-responsive {
  height: calc(100vh - 160px) !important;
}
body.index .dheader {
  height: calc(100vh - 86px);
  padding: 0 31px !important;
  margin-bottom: 0;
}
.uap-ap-menu ul.spl-menu {
  min-width: 100%;
  padding-bottom: 0 !important;
  border: 0 !important;
}
.uap-ap-menu .uap-ap-menu-tab-item a {
  color: rgba(19, 23, 34, 0.7);
  font-size: 16px;
  border: 0;
  white-space: nowrap;
  line-height: 41px;
}
.menu-opened .main-logo-box {
  z-index: 1;
}
.header-top {
  background: #000;
}
.menu-opened .header-top:before {
  content: unset;
}
html .uap-ap-menu-tab-item a:hover,
html .uap-ap-menu-tab-item.active a {
  background: 0 0 !important;
  color: var(--main-color) !important;
}
html .menu-opened .spl-menu li .inner {
  visibility: visible;
}
.main-logo-box {
  height: 94.6px;
}
.grid-filter-cell select {
  min-width: 110px;
}
.grid-filter-cell .select2-container--default .select2-selection--single {
  height: 30px;
}
.grid-filter-cell
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 30px;
  background-position: right 6px top 8px;
}
.grid-filter-cell td input {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 30px;
}
.add-bank .select2-container {
  width: 100% !important;
  margin-bottom: 10px;
}
.add-drop button {
  line-height: 1;
  background-color: transparent !important;
  border: 0 !important;
  background-image: url(/assets/img/plus.png);
  width: 30px;
  box-shadow: unset !important;
  height: 30px;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  outline: 0 !important;
  transition: 0.3s;
  font-size: 0px;
}
.add-drop.open button {
  background-image: url(/assets/img/cclose.png);
}
html .myDropdown .dropdown-menu {
  box-shadow:
    4px 4px 60px 0 rgba(0, 0, 0, 0.1),
    -4px -4px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 4px;
  min-width: 350px;
}
html .add-drop .input-group-text {
  background-color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
}
[data-color="1"] {
  color: green;
}
[data-color="0"] {
  color: red;
}
.the-content-ffoter button[type="submit"] {
  text-transform: capitalize;
}
html .dheader {
  padding-left: 25px !important;
  padding-right: 15px !important;
}
html .table tbody tr:nth-of-type(odd) {
  background-color: #f0f2f5;
}
.btn-flat .fa-times-circle-o {
  margin-right: 5px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}
body.index .table-responsive {
  height: calc(100vh - 215px);
}
body.index .table thead th {
  white-space: nowrap;
  overflow: hidden;
  max-width: 147px;
}
html .uap-ap-menu .inner ul li a svg {
  width: 23px;
  height: 23px;
}
html .uap-ap-menu .inner ul li a {
  font-size: 17px;
  line-height: 42px;
}
html .uap-ap-menu .inner ul li {
  margin-bottom: 0px !important;
}
.qqrw {
  color: #19a2b8;
}
@media only screen and (max-width: 768px) {
  .nav-outer .mobile-nav-toggler {
    display: none !important;
  }
  .main-logo-box {
    justify-content: center;
  }
  .dashboard ul.counter {
    gap: 15px;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .dashboard .counter .uap-ap-menu-tab-item {
    border: 0px !important;
    min-width: 211px;
  }
  html .main-header .nav-outer .main-menu {
    position: fixed;
    display: block !important;
    bottom: 0;
    z-index: 111111111111;
    left: 0;
    right: 0;
    border-top: 2px solid #ccc;
  }

  html .main-menu .spl-menu + li {
    max-width: 200px;
    width: 32% !important;
    display: flex;
  }
  .boxed_wrapper {
    padding-bottom: 150px;
  }
}
html .pull-right a.btn {
  font-size: inherit;
}
.impersonate-sticky-info {
  display: none !important;
}
.options a[data-original-title="Delete"],
.options a[data-original-title="Login as this customer"],
.options a[data-original-title="Update"],
.options a[title="View"],
.the-content-ffoter-btn a.btn-primary {
  background-color: transparent !important;
  border: 0px !important;
  background-image: url(/assets/img/editing.png);
  width: 25px;
  box-shadow: unset !important;
  height: 25px;
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  outline: none !important;
  transition: all 0.3s ease;
}
.options a[data-original-title="Delete"] {
  background-image: url(/assets/img/delete1.png);
}
.options a[data-original-title="Login as this customer"] {
  background-image: url(/assets/img/shuffle.png);
}
.pull-right a[data-original-title="Refresh"] {
  background-color: #fff !important;
  border: 0px !important;
  background-image: url(/assets/img/rotate.png);
  width: 40px;
  box-shadow: unset !important;
  height: 40px;
  background-position: center;
  background-size: 90%;
  background-repeat: no-repeat;
  outline: none !important;
  transition: all 0.3s ease;
}
[data-original-title="Goole Translate Arabic"] {
  display: none;
}
html .header-top:before {
  background: var(--main-color) !important;
}
#kenteken::before,
.tradingview-widget-container::after {
  background-position: center;
  background-repeat: no-repeat;
}
.tradingview-widget-container {
  position: relative;
}
.tradingview-widget-container::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("/assets/img/fav-g.png");
  background-size: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50%;
}
[data-id="7"] .tradingview-widget-container::after {
  right: unset;
  left: 10px;
  bottom: 47px;
}
ul.counter li span.count-lis.amtcls {
  font-size: 18px;
  font-weight: 700;
}
ul.counter li .excluding {
  font-size: 10px;
  color: orange;
}
.widgetpick li {
  min-height: 550px;
  max-height: 550px;
}
.widgetpick .card {
  height: 100%;
}
html .widgetpick li {
  margin-bottom: 30px !important;
}
.widgetpick .tradingview-widget-container {
  min-width: 100% !important;
  height: 100% !important;
}
.widgetpick #table-sparkline {
  width: 100%;
}
.widgetpick .card-body {
  margin: -18px !important;
}
@media only screen and (max-width: 600px) {
  .posingpackge a.button7 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0;
  }
  .margin-bottom-15.mob-no-m {
    margin-bottom: 0 !important;
  }
  .posingpackge .col-sm-6 {
    margin-bottom: 20px;
  }
  .accounb-dic {
    float: none;
    background: #eee;
    padding: 15px 10px;
    border-radius: 4px;
  }
}
ul.counter li span.count-lis {
  min-height: 25px;
}
html .no-item a {
  color: var(--thm-base);
}
#kenteken {
  background: #f0b504;
  border: 2px solid #000;
  border-radius: 5px;
  min-height: 27px;
  padding: 14px 4px 6px 38px;
  width: 300px;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  height: 61px;
  line-height: 1;
}
#kenteken::before {
  content: " ";
  position: absolute;
  left: 16px;
  top: 5px;
  height: 52px;
  width: 50px;
  background-color: #2b4c9c;
  border-radius: 3px 0 0 3px;
  background-size: 44% auto;
}
.btn.btn-primary.hollow {
  background-color: #fff;
  padding: 1px 6px;
  border-color: var(--logo-color);
  line-height: 34px;
  min-width: 190px;
  border-radius: 4px;
  color: var(--logo-color);
  font-weight: 700;
  border-width: 2px;
}
.badge.bg-blue1 {
  position: absolute;
  right: 4px;
  top: 4px;
  font-size: 11px;
  font-weight: 400;
  background: orange;
  color: #000;
  padding: 5px;
}
.verifyi-c {
  position: absolute;
  right: 10px;
  top: 10px;
}
.spl-card {
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.125),
    0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem !important;
}
.spl-card .card {
  margin-bottom: 0 !important;
  box-shadow: unset !important;
}
html ul.counter li a:hover {
  background-color: #488f53 !important;
}
html ul.counter .uap-ap-menu-tab-item a:hover {
  background-color: rgba(72, 143, 83, 0.1) !important;
  color: var(--main-color) !important;
}
html span.c-descp,
html ul.counter li svg {
  color: #666;
}
html ul.counter li:hover span.c-descp,
html ul.counter li:hover svg {
  color: var(--main-color) !important;
}
.section-title h2 {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 32px;
  color: var(--orange);
  font-weight: 700;
}
.section-title {
  text-align: center;
  margin: 0 auto 30px;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}
[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}
.paiement-image .num {
  position: absolute;
  bottom: 5%;
  padding: 0 12px;
  background: #7ad4ff;
  border: 3px solid #f4ffff;
  font-size: 21px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
}
.how .paiement-content span {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--orange);
}
.getting-image img {
  height: 125px;
}
.feature-col .single-global-transfers-card {
  background-color: #eee;
  color: #000;
}
.single-global-transfers-card:hover {
  -webkit-box-shadow: 2px 4px 30px rgba(1, 123, 113, 0.06);
  box-shadow: 2px 4px 30px rgba(1, 123, 113, 0.06);
  border-radius: 5px;
  border: 1px solid var(--white-color);
}
.single-global-transfers-card {
  margin-bottom: 0;
  padding: 10px 15px;
  border-radius: 10px;
  -webkit-transition: var(--transition) !important;
  transition: var(--transition) !important;
  height: 175px;
  background-color: transparent;
  border: none;
  display: flex;
  flex-direction: column;
}
.single-global-transfers-card .icon .number {
  float: left;
  font-size: 40px;
  font-weight: 700;
  opacity: 0.15;
}
.single-global-transfers-card .icon i {
  color: #00 !important;
  font-size: 45px;
  float: right;
}
.single-global-transfers-card h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.4;
  color: var(--orange);
  float: left;
  width: 100%;
}
.single-global-transfers-card h5 {
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
  font-weight: 600;
  font-size: 18px;
}
.single-global-transfers-card p {
  font-size: 15px;
  line-height: 1.4;
}
p:last-child {
  margin-bottom: 0;
}
.feature-col {
  margin-bottom: 22px;
}
.single-global-transfers-card .icon,
.single-global-transfers-card .icon i {
  line-height: 1;
}
.category-tabs.nav-tabs {
  border: none;
  margin-bottom: 70px;
}
.category-tabs.nav-tabs .nav-item .nav-link {
  padding: 15px 50px;
  font-weight: 600 !important;
  cursor: pointer;
}
.category-tabs.nav-tabs .nav-link {
  border: 1px solid #eee;
  background-color: #435363;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--heading-color);
  background-color: #f7ce3e;
  border-color: var(--main-color) var(--main-color) transparent;
}
.col.solutions-col {
  padding: 0 3px;
  position: relative;
}
.solutions-icon {
  position: absolute;
  padding: 12px;
  background-color: #fff;
  border-radius: 50px;
  top: -24px;
  box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.13);
  z-index: 1;
  left: 15px;
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}
.single-pricing-table {
  margin-bottom: 25px;
  border: none;
  padding: 15px;
  border-radius: 10px;
  -webkit-transition: var(--transition) !important;
  transition: var(--transition) !important;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.05) inset;
}
.pricing-header {
  padding-top: 30px;
}
.pricing-header h6 {
  color: var(--orange);
}
.single-pricing-table .price {
  font-size: 25px;
  color: var(--heading-color);
  font-weight: 500;
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: ProximaNovaRegular, sans-serif;
}
.pricing-btn {
  background: #f1c93c !important;
  content: "select this plan";
  height: 52px !important;
  color: #000 !important;
  font-size: 18px !important;
  text-align: center;
}
.single-pricing-table .features-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 15px;
}
.single-pricing-table .features-list li {
  list-style-type: none;
  color: var(--paragraph-color);
  margin-bottom: 15px;
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}
.single-pricing-table .features-list li i {
  font-size: var(--font-size);
  color: var(--main-color) !important;
  position: absolute;
  left: 0;
  top: 2.8px;
}
.single-pricing-table .price span {
  font-size: 14px;
  font-weight: 400;
  color: var(--orange);
  position: relative;
  top: 0;
  left: 0;
}
.card.card-statistic-1 .card-icon svg,
.empty-card {
  color: var(--header-color);
}
.card.card-statistic-1 {
  flex-direction: row;
}
.card.card-statistic-1 .card-wrap {
  flex: 1;
}
.card.card-statistic-1 .card-icon,
.card.card-statistic-2 .card-icon {
  width: 30px;
  height: 30px;
  margin: 10px 15px 10px 10px;
  border-radius: 3px;
  line-height: 94px;
  text-align: center;
  float: left;
  background: #fff !important;
}
.card.card-statistic-1 .card-icon {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-primary {
  background-color: var(--main-color) !important;
}
.card.card-statistic-1 .card-header,
.card.card-statistic-2 .card-header {
  padding-bottom: 0;
  padding-top: 13px;
  padding-left: 0;
  border: 0;
}
.card.card-statistic-1 .card-body,
.card.card-statistic-2 .card-body {
  font-size: 18px;
  font-weight: 700;
  color: var(--header-color);
  padding: 5px 0;
}
.card.card-statistic-1 .card-header h4 {
  margin-bottom: 0;
  font-size: 13px;
}
.card-icon svg {
  fill: #fff;
}
.card.card-statistic-1.radius .card-wrap {
  border-top-right-radius: 15px;
}
.card.card-statistic-1.radius {
  border-radius: 15px;
  overflow: hidden;
}
.empty-card {
  height: 300px;
  border: 2px dotted var(--header-color);
  display: flex;
  border-radius: 10px;
  background: #fafafa;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 34px;
}
.empty-card span {
  font-size: 22px;
}
.widgets-ul li label,
ul.counter li {
  margin-bottom: 0;
}
.checkmark,
.no-item {
  background-color: #eee;
}
html ul.counter li a {
  min-height: unset !important;
  padding: 5px 10px;
  box-shadow:
    4px 4px 60px 0 rgba(0, 0, 0, 0.1),
    -4px -4px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
ul.counter li:hover span.c-descp,
ul.counter li:hover svg {
  color: #fff;
}
ul.counter {
  display: flex;
  flex-wrap: wrap;
}
ul.counter li {
  width: 16.6666666666%;
  background: 0 0 !important;
}
ul.counter li svg {
  width: 30px;
  height: 30px;
  color: #717171;
  max-width: 40px;
}
span.c-descp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  color: #666;
  font-weight: 400;
}
ul.counter li a {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  margin: 5px;
  background: #eee;
  padding: 15px;
  color: #000;
  min-height: 127px;
  border-radius: 10px;
}
ul.counter li span.count-lis {
  font-size: 25px;
  font-weight: 700;
}
span.c-descp,
ul.counter li a svg {
  flex: 1;
}
.all-widgets a {
  color: var(--thm-base);
}
.widgetpick li {
  margin-bottom: 15px !important;
}
.widgets-ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin: 0 !important;
  padding: 10px 0;
}
.counter .uap-ap-menu-tab-item,
.widgets-ul li:last-child {
  border: 0 !important;
}
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
}
.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkcontainer input:checked ~ .checkmark {
  background-color: green;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkcontainer .checkmark:after {
  left: 10px;
  top: 6px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}
.widgetpick .card-tools button {
  padding: 0;
}
.widgetpick {
  margin-top: 10px;
  position: relative;
}
.widgetpick .card {
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.125),
    0 1px 3px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.widgetpick .card-title {
  font-weight: 600 !important;
  color: var(--thm-base);
  float: left;
  font-size: 1.1rem;
  margin: 0;
}
.widgetpick .card-header > .card-tools {
  float: right;
  margin-right: -0.625rem;
}
.widgetpick .card-header {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
  position: relative;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.widgetpick.loading::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  background-image: url("<?php echo $this->app->apps->getBaseUrl("assets/img/loading2.gif");?>");
  background-repeat: no-repeat;
  background-position: top 50px center;
}
.all-widgets h1 {
  font-size: 23px;
}
.no-item {
  text-align: center;
  padding: 30px;
  min-width: 100%;
}
.no-item a {
  color: green;
}
.no-item svg {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-bottom: 10px;
  clear: both;
  margin-top: 30px;
}
html .counter .uap-ap-menu-tab-item a:hover {
  background: var(--main-color) !important;
  color: #fff !important;
}
.sntia {
  line-height: 1;
  margin-top: 10px;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
ul.counter li span.count-lis.amtcls {
  font-weight: 700;
  text-align: right;
  float: right;
  display: flex;
  justify-content: flex-end;
  min-width: 100%;
  font-size: 97%;
  white-space: nowrap;
}
ul.counter li .excluding {
  font-size: 9px;
  color: orange;
  display: flex;
  align-items: center;
  margin-right: 0;
  position: absolute;
  top: -12px;
}
html ul.counter li svg {
  opacity: 0.8;
  color: var(--main-color);
  max-width: 30px;
}
.module-title {
  white-space: nowrap;
  opacity: 0.8;
  font-size: 92%;
  color: var(--main-color) !important;
}
.circle-bar > div canvas {
  width: 90px !important;
  height: 90px !important;
}
.circle-bar > div {
  display: inline-block;
  position: relative;
  text-align: center;
}
.dct-border-rht {
  border-right: 1px solid #f0f0f0;
}
.dash-widget {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dash-widget h6 {
  font-size: 16px;
  font-weight: 400;
}
.dash-widget p {
  color: #757575;
  font-size: 14px;
  margin-bottom: 0;
}
.circle-bar > div img {
  left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
}
.circle-bar {
  margin-right: 15px;
}
.dash-widget h3 {
  font-size: 24px;
  margin-bottom: 5px;
  margin-top: 0;
}
.pull-right a[data-original-title="Refresh"] {
  font-size: 0 !important;
}
#body-offsetsettings .widgets-ul li {
  padding-left: 10px;
  padding-right: 10px;
}
