/* Compact Sidebar*/

.nk-auth-body,
.nk-auth-footer {
  max-width: 500;
}

.logo-img-xl {
  max-height: 90px;
}

.form-submit-btn .spinner-border {
  display: none;
}

.form-submit-btn[disabled] .spinner-border {
  display: inline-block;
}

.form-submit-btn[disabled] .icon {
  display: none;
}

.verify-code-wrap {
  width: 100%;
  height: calc(2.625rem + 2px);
  display: flex;
}

.verify-code-input-wrap {
  /* width: 25%;
  float: left; */
  padding-left: 10px;
}

.verify-code-input-wrap:first-child {
  padding-left: 0px;
}

.verify-code-input {
  text-align: center;
  font-size: 28px;
}

.form-group .iti {
  width: 100%;
}

.datatable-wrap {
  border-radius: 0px;
  border-left: none;
  border-right: none;
}

.fi-full {
  width: 100%;
  height: 100%;
}

.fi-full-round {
  width: 100% !important;
  height: 100%;
  border-radius: 100%;
}

.fi-language-flag {
  width: 24px !important;
  height: 16px;
  margin-right: 12px;
}

.ui-widget.ui-widget-content {
  z-index: 10000;
  /* display: block !important; */
}

.ui-autocomplete-input.ui-autocomplete-loading {
  background-image: url(../../images/spinner.gif);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right;
  background-origin: content-box;
  padding-right: calc(1rem + 14px) !important;
}

.autocomplete-item {
  padding: 0.375rem;
}

.autocomplete-item p {
  line-height: 1.2;
  margin-bottom: 0px;
  font-size: 0.8em;
}

.autocomplete-item p:first-child {
  font-weight: 600;
}

.autocomplete-item span {
  width: 20px;
  display: none;
  text-align: center;
}

.pac-container {
  z-index: 10000 !important;
}

.row.g-gs-8>div {
  padding: 8px !important;
}

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

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

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

.w-160px {
  width: 160px;
}

.h-min-230px {
  min-height: 230px;
}

.flex-even {
  flex: 1;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 4px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-teal {
  border-color: #20c997 !important;
}

.border-orange {
  border-color: #ffa353 !important;
}

.border-dashed {
  border-style: dashed !important;
}

.badge-dim.badge-primary {
  color: #2263b3;
}

.bottom-0 {
  bottom: 0px;
}

.spinner-border-xs {
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.1em;
}

#app-datatable_processing-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

.nk-tb-item-unread {
  background: rgba(245, 246, 250, .6);
}

.dark-mode .nk-tb-item-unread {
  background: rgba(245, 246, 250, 15%);
}

.nk-tb-item-unread .nk-tb-col {
  font-weight: 500;
}

.nk-tb-item-deleted {
  background-color: rgb(255 0 0 / 6%);
}

.nk-wgw {
  position: relative
}

.nk-wgw-inner {
  padding: 1.25rem;
  display: block
}

.sm.nk-wgw .nk-wgw-inner {
  padding: 1.25rem
}

.nk-wgw-name {
  display: flex;
  align-items: center
}

.nk-wgw-icon {
  position: relative;
  height: 32px;
  width: 32px;
  font-size: 20px;
  border-radius: 50%;
  background: #8094ae;
  color: #fff;
  margin-right: .75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.is-dark .nk-wgw-icon {
  background: #6baafe
}

.nk-wgw-icon.is-default:after {
  position: absolute;
  bottom: -8px;
  right: -8px;
  font-family: "Nioicon";
  content: "";
  height: 20px;
  width: 20px;
  font-size: 13px;
  border-radius: 50%;
  background: #fff;
  color: #ffa353;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.is-dark .nk-wgw-icon.is-default:after {
  background: #0b3175
}

.nk-wgw-title {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
  color: #526484;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.is-dark .nk-wgw-title {
  color: #fff
}

.nk-wgw-more {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem
}

.is-dark .nk-wgw-more .btn-trigger {
  color: #a9cdff
}

.is-dark .nk-wgw-more .btn-trigger:before {
  background-color: #071d46
}

.nk-wgw-balance {
  line-height: 1.3;
  padding-top: 1.25rem
}

.nk-wgw-balance .amount {
  font-size: 1.5rem;
  font-weight: 500;
  color: #364a63
}

.is-dark .nk-wgw-balance .amount {
  color: #fff
}

.nk-wgw-balance .amount span {
  font-weight: 400;
  opacity: .6
}

.nk-wgw-balance .amount-sm {
  font-size: 13px;
  color: #526484;
  font-weight: 700;
  padding-top: .125rem
}

.is-dark .nk-wgw-balance .amount-sm {
  color: #6baafe
}

.nk-wgw-balance .amount-sm span {
  font-weight: 400
}

.nk-wgw-balance .currency {
  padding-left: .25rem
}

.nk-wgw-actions {
  padding: .75rem 1.25rem;
  border-top: 1px solid #e5e9f2
}

.is-dark .nk-wgw-actions {
  border-color: rgba(9, 113, 254, .4)
}

.nk-wgw-actions ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.nk-wgw-actions ul li:not(:last-child) {
  padding-right: 1.5rem
}

.nk-wgw-actions a {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  padding: .5rem 0;
  color: #526484
}

.nk-wgw-actions a .icon {
  font-size: 1.25em;
  margin-right: .5rem;
  color: #8094ae;
  margin-top: -1px
}

.nk-wgw-actions a .icon,
.nk-wgw-actions a span {
  transition: color .3s
}

.is-dark .nk-wgw-actions a {
  color: #a9cdff
}

.is-dark .nk-wgw-actions a .icon {
  color: #6baafe
}

.is-dark .nk-wgw-actions a:hover span,
.is-dark .nk-wgw-actions a:hover .icon {
  color: #fff
}

.nk-wgw-actions a:hover span,
.nk-wgw-actions a:hover .icon {
  color: #0971fe
}

.nk-wgw-add {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center
}

.nk-wgw-add a {
  display: block
}

.nk-wgw-add a .add-icon {
  display: inline-flex;
  position: relative;
  z-index: 1;
  font-size: 24px;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center
}

.nk-wgw-add a .add-icon:before {
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  content: "";
  background-color: #ebeef2;
  border-radius: 50%;
  opacity: 0;
  transition: all .3s
}

.is-dark .nk-wgw-add a .add-icon:before {
  background-color: #071d46
}

.is-dark .nk-wgw-add a .add-icon .icon {
  color: #fff
}

.nk-wgw-add a:hover .add-icon:before {
  opacity: 1;
  height: 120%;
  width: 120%
}

.nk-wgw-add a .title {
  color: #0971fe;
  font-size: 1rem;
  margin-top: 1.25rem;
  margin-bottom: .75rem
}

.is-dark .nk-wgw-add a .title {
  color: #fff
}

.nk-wgw-add .sub-text {
  padding: 0 1.5rem
}

.swal2-container {
  z-index: 999999999;
}

@media(min-width: 576px) {
  .nk-wgw {
    position: relative
  }

  .nk-wgw-inner {
    padding: 1.5rem
  }

  .sm.nk-wgw .nk-wgw-inner {
    padding: 1rem 1.25rem
  }

  .nk-wgw-actions {
    padding-left: 1.5em;
    padding-right: 1.5rem
  }

  .nk-wgw-actions a {
    font-size: 13px
  }
}

.nk-wgw.sm .nk-wgw-icon {
  height: 24px;
  width: 24px;
  font-size: 14px;
  margin-right: .5rem
}

.nk-wgw.sm .nk-wgw-icon.is-default:after {
  bottom: -8px;
  right: -8px;
  height: 20px;
  width: 20px;
  font-size: 13px
}

.nk-wgw.sm .nk-wgw-title {
  font-weight: 700;
  font-size: 13px
}

.nk-wgw.sm .nk-wgw-balance {
  padding-top: .75rem
}

.nk-wgw.sm .nk-wgw-balance .amount {
  font-size: 1rem
}

.nk-wgwh {
  display: flex;
  align-items: center
}

.nk-block-head-sub+.nk-wgwh {
  padding-top: .5rem
}

.nk-wgwh>.icon {
  margin-right: 1rem
}

.nk-wgwh-title {
  font-size: 1.5rem;
  color: #364a63;
  font-weight: 700
}

.nk-wgwh-title .title {
  margin-bottom: 0;
  font-size: inherit
}

.nk-wgwh-title small,
.nk-wgwh-title .small {
  font-size: 70%;
  color: #8094ae
}

.nk-wgwh-title small a,
.nk-wgwh-title .small a {
  color: inherit
}

.nk-help {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.nk-help-img {
  width: 120px;
  margin-right: 0;
  margin-bottom: 1.5rem;
  flex-shrink: 0;
  text-align: center;
  padding: .125rem
}

.text-center .nk-help-img {
  margin-left: auto;
  margin-right: auto
}

.nk-help-action {
  flex-shrink: 0;
  margin-top: 1.5rem;
  width: 100%;
  margin-bottom: .125rem
}

@media(min-width: 768px) {
  .nk-help {
    flex-wrap: nowrap
  }

  .nk-help-img {
    margin-right: 1.5rem;
    margin-bottom: 0
  }

  .card-inner-lg .nk-help-img {
    margin-left: -0.5rem
  }

  .nk-help-text {
    flex-grow: 1;
    padding: .5rem 1rem .5rem .5rem
  }

  .nk-help-action {
    width: auto;
    margin-top: 0;
    padding-left: 1.5rem
  }
}

.card-full .nk-help-plain {
  height: 100%;
  display: flex;
  flex-direction: column
}

.nk-help-plain .nk-help-img {
  margin-bottom: 1.25rem
}

.nk-help-plain .nk-help-text {
  padding: 0
}

.nk-help-plain .nk-help-text:not(:last-child) {
  margin-bottom: 1.5rem
}

.nk-help-plain .nk-help-action {
  margin-top: auto;
  padding: 0
}

.nk-wg7 {
  display: flex;
  flex-wrap: wrap
}

.nk-wg7>* {
  flex-grow: 1;
  width: 100%
}

.nk-wg7-stats {
  line-height: 1.3
}

.nk-wg7-stats-group {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5rem
}

.nk-wg7-stats .number {
  font-size: 1rem;
  font-weight: 700
}

.nk-wg7-stats .number-lg {
  font-size: 2.25rem;
  letter-spacing: -0.03em;
  font-weight: 400
}

.nk-wg7-stats .number-lg:first-child {
  margin-top: -0.125rem
}

.nk-wg7-title,
.nk-wg7-note {
  font-size: 13px;
  font-weight: 500;
  color: #526484
}

.is-dark .nk-wg7-title,
.is-dark .nk-wg7-note {
  color: #6baafe
}

.number+.nk-wg7-title,
.number+.nk-wg7-note {
  margin-top: .625rem
}

.nk-wg7-title+.number,
.nk-wg7-note+.number {
  margin-top: .4375rem
}

.number-lg+.nk-wg7-title,
.number-lg+.nk-wg7-note {
  margin-top: .25rem
}

.nk-wg7-title+.number-lg,
.nk-wg7-note+.number-lg {
  margin-top: .25rem
}

.nk-wg7-foot {
  width: 100%;
  margin-top: .75rem
}

.nk-wg7-note {
  font-weight: 400;
  font-style: italic
}

.recent-noti-count {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 8px;
  right: 2px;
  padding: 3px 0px;
  top: -2px;
}

@media(min-width: 992px) {
  .nk-wg7>* {
    width: 100%
  }

  .nk-wg7-foot {
    margin-top: .75rem
  }
}

.dark-mode .tranx-label,
.dark-mode .nk-wg1-title,
.dark-mode .lead-text-lg,
.dark-mode .is-dark .nk-wgw-balance .amount,
.dark-mode .coin-name,
.dark-mode .nk-wg7-stats .number-lg,
.dark-mode .nk-wg7-stats .number,
.dark-mode .buysell-pm-label .pm-name,
.dark-mode .nk-kyc-app-icon .icon,
.dark-mode .wallet-balance,
.dark-mode .nk-wg5-amount .amount {
  color: #fff !important
}

/* Auth Bg */
.auth-bg {
  background-image: url(../../images/slides/auth-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* START PP Update */
.pp-preview-holder {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.pp-preview-image {
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px !important;
  background-repeat: repeat;
  background-size: cover;
}

.pp-preview-select-ctrl {
  height: 35px;
  top: -35px;
  position: relative;
  opacity: 0.8;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pp-crop-wrapper {
  text-align: center;
}

.pp-main-warp {
  min-height: 300px;
}

.toggle-slide.content-active {
  padding-top: 75px;
}

/*** END PP Update***/
.dataTables_empty {
  padding: 20px;
}

/* START Map */
.w-20px {
  width: 20px;
}

.w-180px {
  width: 180px;
}

.w-190px {
  width: 190px;
}

.w-260px {
  width: 260px;
}

#map {
  position: relative;
  min-height: 400px;
  width: 100%;
}

.app-map-ctrl-wrap {
  padding-right: 14px;
  padding-left: 14px;
  position: relative;
  display: none;
}

.map-ctrl-col {
  float: left;
  padding: 10px 15px;
}

.map-ctrl-col.bg-azure .custom-control-input:checked~.custom-control-label::before {
  background-color: #1676fb;
  border-color: white;
}

.map-ctrl-col.bg-info .custom-control-input:checked~.custom-control-label::before {
  background-color: #09c2de;
  border-color: white;
}

.map-ctrl-col.bg-orange .custom-control-input:checked~.custom-control-label::before {
  background-color: #ffa353;
  border-color: white;
}

.map-ctrl-col.bg-teal .custom-control-input:checked~.custom-control-label::before {
  background-color: #20c997;
  border-color: white;
}

.map-ctrl-col-btn {}

.map-count-badge {
  background-color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
  font-size: 10px !important;
  border: solid 1px #c9c4c4;
  padding: 3px 0px;
  position: relative;
  left: 16px;
  top: 15px;
}

.map-carrier-badge {
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 100%;
  font-size: 7px !important;
  padding: 6px 0px;
  position: relative;
  top: 17px;
  left: 18px;
  color: #ffffff !important;
  word-wrap: break-word;
  white-space: break-spaces;
  vertical-align: middle;
  display: table-cell;
}

.app-map-delivery-counts {
  padding: 10px;
  text-align: center;
}

.app-map-delivery-counts .spinner-border {
  margin-bottom: 2px;
}

.app-map-delivery-counts.app-map-plain-view .spinner-border {
  margin-bottom: 1px;
}

.gm-style-cc {
  display: none;
}

.card-expiry-input input:first-child {
  border-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-expiry-input input:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/*** END Map ***/

/* START Subscription Plan */
.subs-plan-avatar {
  width: 160px !important;
  height: 160px !important;
}

.subs-plan-pp-preview-select-ctrl {
  height: 35px;
  width: 160px;
  position: absolute;
  opacity: 0.8;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: 125px;
}

/*** END Subscription Plan ***/

/* START Languages */
.lang-avatar {
  width: 160px !important;
  height: 160px !important;
}

.lang-pp-preview-select-ctrl {
  height: 35px;
  width: 160px;
  position: absolute;
  opacity: 0.8;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: 125px;
}

/*** END Languages ***/

/* START Dispatch */
#map-split-section {
  display: none;
}

#dispatch-wrapper.is-dispatch-map #map-split-section {
  display: block;
}

.on-map-hide {
  display: block;
}

.on-map-show {
  display: none;
}

#dispatch-wrapper.is-dispatch-map .on-map-hide {
  display: none;
}

#dispatch-wrapper.is-dispatch-map .on-map-show {
  display: block;
}

.dispatch-screen-split-btn {
  position: absolute;
  top: 14px;
  margin-left: 6px;
}

.brief-task-view {
  margin: 14px 14px 0px 14px;
}

.brief-task-view .timeline-data {
  width: 100%;
}

.brief-task-view .timeline-title {
  font-size: 13px;
  margin-bottom: 1px;
}

.brief-task-view .timeline-des {
  font-size: 13px;
}

.brief-task-view .timeline-item {
  padding-bottom: 8px;
}

.dispatch-carrier-list {
  margin: 0px;
  display: block;
  width: 100%;
}

.dispatch-carrier-list li a {
  padding: 10px 0px;
  padding-left: 24px;
}

.dispatch-carrier-list li a .badge {
  position: absolute;
  right: 10px;
}

#map-split-section iframe {
  width: 100%;
  border: none;
}

.dispatch-no-new-task {
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: -80px;
}

.dispatch-no-carrier {
  text-align: center;
  position: relative;
  top: 50%;
  margin-top: -80px;
}

/*** END Dispatch ***/

/* Dashboard */
.nk-store-statistics .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 0
}

.nk-store-statistics .title {
  font-size: .8125rem;
  color: #8094ae
}

.nk-store-statistics .count {
  font-size: 1.25rem;
  color: #364a63;
  font-weight: 700
}

.nk-store-statistics .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  height: 44px;
  width: 44px;
  border-radius: 6px
}

/*** END Dashboard ***/

/* Tracking */
.track-task-detail-btn-wrapper {
  position: absolute;
  width: 100%;
  padding: 10px;
  bottom: 0px;
}

.track-map-wrapper {
  /*background-image: url(https://miro.medium.com/max/1200/1*qYUvh-EtES8dtgKiBRiLsA.png);*/
  background-size: cover;
  background-position: 50%;
  height: 100vh;
  /* width: 100vw; */
}

.track-task-detail-wrapper {
  height: 50vh;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #ffffff;
  position: absolute;
  /* width: 100%; */
  bottom: 0px;
  overflow: hidden;
  padding-top: 10px;
  z-index: 1;
}

.task-detail-btn-close-wrap {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}

/* .track-task-detail-header {
  padding: 15px;
  height: 56px;
} */
.track-task-detail-body {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 50vh;
}

@media (min-width: 768px) {
  .track-task-detail-wrapper {
    position: initial;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
    height: initial;
    padding-top: 0px;
  }

  .track-task-detail-body {
    overflow-y: initial;
    height: initial;
  }
}

/*** END Tracking ***/

/** View Task Timeline **/
.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0.2rem
}

@media (min-width:768px) {
  .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: .15rem dotted #3b82f6;
    width: 42px;
    position: absolute;
    left: 114px;
    top: 7px;
  }

  .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: .15rem dotted #3b82f6;
    width: 42px;
    position: absolute;
    right: 114px;
    top: 7px;
  }
}

.timeline-steps .timeline-content {
  width: 110px;
  text-align: center
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 0.5rem;
  width: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #3b82f6
}

.timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: #3b82f6;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  min-width: 1rem;
  border-radius: 6.25rem;
  opacity: .3
}

/* App Feedack */
.app-feedback-btn {
  padding: 3px 10px;
  text-align: center;
  margin: 0px;
  width: 130px;
  z-index: 15;
  border-radius: 5px 5px 0px 0px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform-origin: bottom right;
  position: fixed;
  right: 0px;
  top: calc(50vh - 130px);
  font-weight: 500;
  cursor: pointer;
}

.app-feedback-modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.app-feedback-modal .modal-content {
  height: 100%;
  overflow-y: auto;
}

.app-feedback-modal .modal-body {
  padding: 15px 15px 80px;
}

.app-feedback-modal.fade .modal-dialog {
  right: 0px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.app-feedback-modal.fade.in .modal-dialog {
  right: 0;
}

.app-feedback-modal .modal-content {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.app-feedback-cat-list {
  padding: 14px;
  cursor: pointer;
}

.app-feedback-cat-list:active {
  opacity: 0.7;
}

.app-feedback-cat-list-icon-wrap {
  padding-right: 0px;
  padding-top: 8px;
}

.app-feedback-cat-list-icon {
  font-size: 18px;
  width: 30px !important;
}

.app-feedback-cat-list-title {
  font-size: 14px;
  margin: 0px;
}

.app-feedback-cat-list-desc {
  font-size: 12px;
}

/* Rating Starts */
:root {
  --star-size: 18px;
  --star-color: #efeeee;
  --star-background: #fc0;
}

.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.Stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Dashboard */
.break-down-progress h6 {
  display: none;
}

.break-down-progress.break-down-progress-na .spinner-border {
  display: none;
}

.break-down-progress.break-down-progress-na h6 {
  display: block;
}

.img-btn-link:hover {
  opacity: 0.6;
}

.pro-control.custom-control {
  padding-left: 0
}

.pro-control .custom-control-label {
  padding: 1.5rem;
  border-radius: 4px;
  border: 1px solid #e5e9f2;
  overflow: hidden;
  transition: .3s ease
}

.pro-control .custom-control-label:after,
.pro-control .custom-control-label:before {
  z-index: 9
}

.pro-control .custom-control-label::before {
  border-width: 1px;
  top: 1rem;
  left: 1rem
}

.pro-control .custom-control-label::after {
  top: 1rem;
  left: 1rem
}

.pro-control .custom-control-label .icon-wrap {
  height: 36px
}

.pro-control .custom-control-label .icon-wrap img {
  height: 100%
}

.pro-control .custom-control-label .icon-wrap.lg {
  height: 48px
}

.pro-control .custom-control-label .icon-wrap.xl {
  height: 60px
}

.pro-control .custom-control-label .text-center .icon {
  margin-left: auto;
  margin-right: auto
}

.pro-control .custom-control-input:checked~.custom-control-label {
  border-color: #2263b3
}

/* div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: flex-end;
} */

/* Credit Card Icon*/
.card-mastercard {
  background-image: url('../../images/cards/mastercard.png');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  width: 24px;
  height: 16px;
}

.card-visa {
  background-image: url('../../images/cards/visa.png');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  width: 24px;
  height: 16px;
}

.card-amex {
  background-image: url('../../images/cards/amex.png');
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  width: 24px;
  height: 16px;
}

.two-col-list{
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(8, auto);
  grid-auto-flow: column;
}

.price-row li{
  display: inline-block;
  padding-right: 10px;
  border-right: solid 1px;
  padding-left: 10px;
}
.price-row li:last-child{
  border-right: initial;
}