@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
      url('../fonts/Poppins-SemiBold.woff') format('woff'),
      url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
      url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Bold.woff2') format('woff2'),
      url('../fonts/Poppins-Bold.woff') format('woff'),
      url('../fonts/Poppins-Bold.ttf') format('truetype'),
      url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Medium.woff2') format('woff2'),
      url('../fonts/Poppins-Medium.woff') format('woff'),
      url('../fonts/Poppins-Medium.ttf') format('truetype'),
      url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Light.woff2') format('woff2'),
      url('../fonts/Poppins-Light.woff') format('woff'),
      url('../fonts/Poppins-Light.ttf') format('truetype'),
      url('../fonts/Poppins-Light.svg#Poppins-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Poppins-Regular.woff2') format('woff2'),
      url('../fonts/Poppins-Regular.woff') format('woff'),
      url('../fonts/Poppins-Regular.ttf') format('truetype'),
      url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body.admin-body {
  padding-top: 72.15px;
}

@media (max-width: 767px) {
  body.admin-body {
    padding-top: 69.44px;
  }
}

html,
body {
  overflow-x: hidden;
  margin: 0;
}

body,
html {
  font-family: "Poppins";
  font-weight: normal;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  letter-spacing: 0.5px;
  line-height: normal;
  color: var(--text-color);
  background: var(--body-color);
}

body {
  overflow-y: hidden;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  color: inherit;
  margin: 0;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: inherit;
  margin-top: 0;
}

h1 {
  font-size: 45px;
  line-height: 73px;
}

h2 {
  font-size: 34px;
  line-height: 57px;
}

h3 {
  font-size: 24px;
  line-height: 43px;
}

h4 {
  font-size: 18px;
  line-height: 34px;
}

h5 {
  font-size: 14px;
  line-height: 28px;
}

h6 {
  font-size: 12px;
  line-height: 25px;
}

/* @media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 1.6;
  }
} */

.small,
small {
  line-height: 19px;
}

input,
select,
textarea {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

label {
  font-size: 13px;
  color: #888;
}

.form-group {
  margin-bottom: 1rem;
}

.h-100vh {
  height: 100vh;
}

table th {
  font-weight: 500;
}

table.table.table-sm td,
table.table.table-sm th {
  padding-left: 0.87rem;
  padding-right: 0.87rem;
  white-space: nowrap;
}

table.table.table-sm td .btn:first-child {
  margin-left: 0;
}

table.table.table-sm td .btn:last-child {
  margin-right: 0;
}

body .table td,
body .table th {
  vertical-align: middle;
}

table.custom-table.table thead {
  background-color: var(--card-header-background-color);
  color: var(--card-header-title-color);
  line-height: 44px;
}

table.custom-table thead th,
table.custom-table thead td {
  padding: 4px 16px;
  font-size: 1rem;
  font-weight: 500;
}

table.custom-table thead .sorting_asc:before,
table.custom-table thead .sorting_asc:after,
table.custom-table thead .sorting_desc:after,
table.custom-table thead .sorting_desc:before,
table.custom-table thead .sorting:before,
table.custom-table thead .sorting:after {
  bottom: 0;
}

.card-body table.custom-table.table {
  border: 1px solid #dee2e6;
}

.card-header ~ .card-body table.custom-table.table thead {
  background: transparent;
}

.card-body table.custom-table.table tbody td {
  border-color: transparent;
}

.card-body table.custom-table.table tbody .reportRowEven {
  background-color: rgba(0,0,0,.05);
}

.card-body table.custom-table.table tbody .reportRowEven {
  background-color: transparent;
}

.card-body table.custom-table.table tbody .dtpicker {
  width: 110px;
}

.card-body table.custom-table.table tbody .tmpicker {
  width: 58px;
}

.card-body table.custom-table.table-striped tbody tr:nth-of-type(odd) .md-form.md-outline.form-sm label.active,
.card-body table.custom-table.table-striped tbody .reportRowEven .md-form.md-outline.form-sm label.active {
  background: #f2f2f2;
}

.card-body table.custom-table.table-striped tbody tr:nth-of-type(even) .md-form.md-outline.form-sm label.active {
  background: var(--card-bg-color);
}

.white-space-normal {
  white-space: normal!important;
}

.btn {
  font-size: 0.875rem;
  min-width: 100px;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 0.875rem 0.75rem;
  white-space: nowrap;
  font-weight: 500;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input.form-control {
  font-size: 0.9286rem;
  padding: 8px 10px;
  border-radius: 4px;
}

::-webkit-input-placeholder {
  color:var(--placeholder-text-color);
  font-weight: normal;
  font-size: 1rem;
}

:-ms-input-placeholder {
  color: var(--placeholder-text-color);
  font-weight: normal;
  font-size: 1rem;
}

::-moz-placeholder {
  color:var(--placeholder-text-color);
  font-weight: normal;
  font-size: 1rem;
  opacity: 1;
}

:-moz-placeholder {
  color: var(--placeholder-text-color);
  font-weight: normal;
  font-size: 12px;
  opacity: 1;
}

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

.table {
  color: var(--text-color);
  margin-bottom: 0;
}

.table-bordered td, .table-bordered th, .table thead th, .table td, .table th, .table-bordered,
.table-responsive>.table-bordered, .table-responsive-sm>.table-bordered, .table-responsive-md>.table-bordered, .table-responsive-lg>.table-bordered, .table-responsive-xl>.table-bordered {
  border-color: var(--table-border-color);
}

a,
picture,
span {
  display: inline-block;
  max-width: 100%;
}

a,
table.table a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #1e88e5;
}

table.table a:hover,
table.table a:focus {
  text-decoration: underline;
  color: #1e88e5;
}

a:focus,
a:active,
button:focus,
button:active {
  outline: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 100px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-color);
  border-radius: 100px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

.pointer-event-none {
  pointer-events: none;
}

.noselect {
  cursor: default;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.noselect:focus {
  outline: none;
}

.dataTables_wrapper .row:nth-child(2) {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .row {
  margin-left: 0;
  margin-right: 0;
}

.dataTables_wrapper .row > * {
  padding: 0;
}

.dataTables_paginate ul li {
  white-space: nowrap;
}

.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-bold {
  font-weight: bold;
}

.button {
  position: relative;
  width: 120px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.button:focus {
  outline: 0;
}

.table-btn-ic,
table.table .table-btn-ic {
  width: 36.15385px;
  height: 36.15385px;
  box-shadow: none;
  background: #e4e4e4;
  margin: 5px 2px;
  text-align: center;
  line-height: 36.15385px;
  font-size: 22px;
  text-decoration: none;
}

.table-btn-ic:hover,
table.table .table-btn-ic:hover {
  box-shadow: none;
  background: #e0e0e0;
  text-decoration: none;
}

.table-btn-ic:focus,
table.table .table-btn-ic:focus,
.table-btn-ic:active,
table.table .table-btn-ic:active {
  text-decoration: none;
}

.table-btn-ic:last-child {
  margin-right: 0;
}

.checkbox-toggle {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 10 */
#button-10 .knobs:before,
#button-10 .knobs:after,
#button-10 .knobs span {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 28px;
  padding: 0px 4px;
  transition: 0.3s ease all;
}

#button-10 .knobs:before {
  content: "";
  left: 0;
  background-color: var(--danger);
}

#button-10 .knobs:after {
  content: "Lock";
  right: 0;
  color: #4e4e4e;
}

#button-10 .knobs span {
  display: inline-block;
  left: 0;
  color: #fff;
  z-index: 1;
}

#button-10 .checkbox:checked + .knobs span {
  color: #4e4e4e;
}

#button-10 .checkbox:checked + .knobs:before {
  left: 58px;
  background-color: var(--success);
}

#button-10 .checkbox:checked + .knobs:after {
  color: #fff;
}

#button-10 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

.badge {
  font-size: 0.8571rem;
  color: #fff;
  padding: 4.5px 5px;
  font-weight: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.opacity-very-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
}
.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}
.opacity-extra-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
}
.opacity-medium {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  top: 0;
  left: 0;
}
.opacity-full {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  top: 0;
  left: 0;
}
.opacity-full-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  top: 0;
  left: 0;
}

.opacity1 {
  opacity: 0.1;
}
.opacity2 {
  opacity: 0.2;
}
.opacity3 {
  opacity: 0.3;
}
.opacity4 {
  opacity: 0.4;
}
.opacity5 {
  opacity: 0.5;
}
.opacity6 {
  opacity: 0.6;
}
.opacity7 {
  opacity: 0.7;
}
.opacity8 {
  opacity: 0.8;
}
.opacity9 {
  opacity: 0.9;
}

.btn:hover,
.btn:focus,
.btn:active,
a.btn:hover,
a.btn:focus,
a.btn:active,
button.btn:hover,
button.btn:focus,
button.btn:active {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.14),
    0 4px 15px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.14), 0 4px 15px 0 rgba(0, 0, 0, 0.12);
  outline: 0 !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.skin-light.color-primary,
body .color-primary,
body .badge-primary,
body .bg-primary {
  background-color: var(--primary) !important;
}

body .text-primary {
  color: var(--primary) !important;
}

body .border-primary {
  border-color: var(--primary) !important;
}

body .note-primary {
  border-color: var(--primary);
}

body .btn-primary,
.primary-btn {
  color: var(--primary-btn-text-color);
  background-color: var(--primary) !important;
}

body .btn-outline-primary {
  color: var(--primary) !important;
  background-color: transparent !important;
  border: 1px solid var(--primary) !important;
}

body .btn-outline-white {
  color: #fff !important;
  background-color: transparent !important;
  border: 1px solid #fff !important;
}

.secondary-btn {
  color: var(--secondary-btn-text-color);
  background-color: transparent !important;
  border: 1px solid var(--secondary) !important;
}

.secondary-btn:hover {
  color: var(--secondary-btn-text-color);
}

body .btn-primary:hover,
.primary-btn:hover {
  color: var(--primary-btn-text-color);
  background-color: var(--primary-btn-hover) !important;
}

body .btn-primary:focus,
body .btn-primary:active,
body .btn-primary.active,
.primary-btn:focus,
.primary-btn:active,
.primary-btn.active {
  background-color: var(--primary-btn-active-focus) !important;
}

body .btn-primary.dropdown-toggle {
  background-color: var(--primary) !important;
}

body .btn-primary.dropdown-toggle:hover,
body .btn-primary.dropdown-toggle:focus {
  background-color: var(--primary-btn-hover) !important;
}

body .btn-primary:not([disabled]):not(.disabled).active,
body .btn-primary:not([disabled]):not(.disabled):active,
body .show > .btn-primary.dropdown-toggle {
  background-color: #0d5bdc !important;
}

.btn-primary {
  color: var(--primary-btn-text-color) !important;
  background-color: var(--primary) !important;
  border-color: transparent !important;
}

.skin-light.color-secondary,
body .color-secondary,
body .badge-secondary,
body .bg-secondary {
  background-color: #a6c !important;
}

body .text-secondary {
  color: #a6c !important;
}

body .border-secondary {
  border-color: #a6c !important;
}

body .note-secondary {
  border-color: #a6c;
}

body .btn.btn-secondary,
body .btn.btn-secondary:hover,
body .btn.btn-secondary:focus,
body .btn.btn-secondary:active:not([disabled]):not(.disabled) {
  color: var(--secondary-btn-text-color) !important;
  background: transparent !important;
  border: 1px solid var(--secondary) !important;
  box-shadow: 0px 4px 8px 0px rgba(55, 55, 55, 0.18);
}

body .btn.btn-secondary:active:not([disabled]):not(.disabled) {
  background: #f5f5f5 !important;
}

/* body .btn-outline-secondary {
  color: #a6c !important;
  background-color: transparent !important;
  border: 1px solid #a6c !important;
}

body .btn-secondary:hover {
  background-color: #b579d2 !important;
}

body .btn-secondary:focus,
body .btn-secondary:active,
body .btn-secondary.active {
  background-color: #9f53c6 !important;
}

body .btn-secondary.dropdown-toggle {
  background-color: #a6c !important;
}

body .btn-secondary.dropdown-toggle:hover,
body .btn-secondary.dropdown-toggle:focus {
  background-color: #b579d2 !important;
}

body .btn-secondary:not([disabled]):not(.disabled).active,
body .btn-secondary:not([disabled]):not(.disabled):active,
body .show > .btn-secondary.dropdown-toggle {
  background-color: #9f53c6 !important;
}

.btn-secondary {
  color: #fff;
  background-color: #a6c !important;
} */

.skin-light.color-danger,
body .color-danger,
body .badge-danger,
body .bg-danger {
  background-color: var(--danger) !important;
}

body .text-danger {
  color: var(--danger) !important;
}

body .border-danger {
  border-color: var(--danger) !important;
}

body .note-danger {
  border-color: var(--danger);
}

body .btn-danger {
  color: #fff;
  background-color: var(--danger) !important;
  border: 1px solid transparent !important;
}

body .btn-outline-danger {
  color: var(--danger) !important;
  background-color: transparent !important;
  border: 1px solid var(--danger) !important;
}

body .btn-danger:hover {
  background-color: #e63040 !important;
}

body .btn-danger:focus,
body .btn-danger:active,
body .btn-danger.active {
  background-color: #e63040 !important;
}

body .btn-danger.dropdown-toggle {
  background-color: var(--danger) !important;
}

body .btn-danger.dropdown-toggle:hover,
body .btn-danger.dropdown-toggle:focus {
  background-color: #e63040 !important;
}

body .btn-danger:not([disabled]):not(.disabled).active,
body .btn-danger:not([disabled]):not(.disabled):active,
body .show > .btn-danger.dropdown-toggle {
  background-color: #e63040 !important;
}

.btn-danger {
  color: #fff;
  background-color: var(--danger) !important;
}

.skin-light.color-warning,
body .color-warning,
body .badge-warning,
body .bg-warning {
  background-color: #ffc94d !important;
}

body .text-warning {
  color: #ffc94d !important;
}

body .border-warning {
  border-color: #ffc94d !important;
}

body .note-warning {
  border-color: #ffc94d;
}

body .btn-warning {
  color: #fff;
  background-color: #ffc94d !important;
}

body .btn-outline-warning {
  color: #ffc94d !important;
  background-color: transparent !important;
  border: 1px solid #ffc94d !important;
}

body .btn-warning:hover {
  background-color: #ffd167 !important;
}

body .btn-warning:focus,
body .btn-warning:active,
body .btn-warning.active {
  background-color: #ffc134 !important;
}

body .btn-warning.dropdown-toggle {
  background-color: #ffc94d !important;
}

body .btn-warning.dropdown-toggle:hover,
body .btn-warning.dropdown-toggle:focus {
  background-color: #ffd167 !important;
}

body .btn-warning:not([disabled]):not(.disabled).active,
body .btn-warning:not([disabled]):not(.disabled):active,
body .show > .btn-warning.dropdown-toggle {
  background-color: #ffc134 !important;
}

.btn-warning {
  color: #fff;
  background-color: var(--warning) !important;
}

.skin-light.color-success,
body .color-success,
body .badge-success,
body .bg-success {
  background-color: var(--success) !important;
}

body .text-success {
  color: var(--success) !important;
}

body .border-success {
  border-color: var(--success) !important;
}

body .note-success {
  border-color: var(--success);
}

body .btn-success {
  color: #fff;
  background-color: var(--success) !important;
  border: 1px solid transparent !important;
}

body .btn-accent {
  color: var(--accent-text-color);
  background-color: var(--accent) !important;
  border: 1px solid transparent !important;
}

body .btn-accent:hover,
body .btn-accent:active,
body .btn-accent:focus {
  color: #fff;
  background-color: var(--accent-hover) !important;
  border: 1px solid var(--accent-hover) !important;
}

body .btn-outline-success {
  color: #00d68f !important;
  background-color: transparent !important;
  border: 1px solid var(--success) !important;
}

body .btn-success:hover {
  background-color: #00f0a0 !important;
}

body .btn-success:focus,
body .btn-success:active,
body .btn-success.active {
  background-color: var(--success) !important;
}

body .btn-success.dropdown-toggle {
  background-color: var(--success) !important;
}

body .btn-success.dropdown-toggle:hover,
body .btn-success.dropdown-toggle:focus {
  background-color: #00f0a0 !important;
}

body .btn-success:not([disabled]):not(.disabled).active,
body .btn-success:not([disabled]):not(.disabled):active,
body .show > .btn-success.dropdown-toggle {
  background-color: #00bd7e !important;
}

.btn-success {
  color: #fff;
  background-color: var(--success) !important;
}

.skin-light.color-info,
body .color-info,
body .badge-info,
body .bg-info {
  background-color: #42aaff !important;
}

body .text-info {
  color: #42aaff !important;
}

body .border-info {
  border-color: #42aaff !important;
}

body .note-info {
  border-color: #42aaff;
}

body .btn-info {
  color: #fff;
  background-color: #42aaff !important;
  border: 1px solid transparent !important;
}

body .btn-outline-info {
  color: #42aaff !important;
  background-color: transparent !important;
  border: 1px solid #42aaff !important;
}

body .btn-info:hover {
  background-color: #5cb5ff !important;
}

body .btn-info:focus,
body .btn-info:active,
body .btn-info.active {
  background-color: #299fff !important;
}

body .btn-info.dropdown-toggle {
  background-color: #42aaff !important;
}

body .btn-info.dropdown-toggle:hover,
body .btn-info.dropdown-toggle:focus {
  background-color: #5cb5ff !important;
}

body .btn-info:not([disabled]):not(.disabled).active,
body .btn-info:not([disabled]):not(.disabled):active,
body .show > .btn-info.dropdown-toggle {
  background-color: #299fff !important;
}

.btn-info {
  color: #fff;
  background-color: var(--info) !important;
}

.btn-dark {
  color: #fff;
  background-color: #262626 !important;
}

.btn-light {
  color: #4f4f4f;
  background-color: #f2f2f2 !important;
}

.btn-grey {
  color: #fff;
  background-color: #9e9e9e !important;
}

.skin-light.color-default,
body .color-default,
body .badge-default,
body .bg-default {
  background-color: #2bbbad !important;
}

body .text-default {
  color: #2bbbad !important;
}

body .border-default {
  border-color: #2bbbad !important;
}

body .note-default {
  border-color: #2bbbad;
}

body .btn.btn-default {
  color: #4b4b4b !important;
  background: #c7c7c7 !important;
  box-shadow: none !important;
  border: 1px solid transparent;
}

body .btn.btn-default:hover,
body .btn.btn-default:focus,
body .btn.btn-default:active {
  color: #2b2b2b !important;
  background: #c7c7c7 !important;
  box-shadow: none !important;
  border: 1px solid transparent;
}

body .btn-outline-default {
  color: #4b4b4b !important;
  background-color: transparent !important;
  border: 1px solid #bdbdbd !important;
}

body .btn-default:hover {
  background-color: #bdbdbd !important;
}

body .btn-default:focus,
body .btn-default:active,
body .btn-default.active {
  background-color: #bdbdbd !important;
}

body .btn-default.dropdown-toggle {
  background-color: #bdbdbd !important;
}

body .btn-default.dropdown-toggle:hover,
body .btn-default.dropdown-toggle:focus {
  background-color: #bdbdbd !important;
}

body .btn-default:not([disabled]):not(.disabled).active,
body .btn-default:not([disabled]):not(.disabled):active,
body .show > .btn-default.dropdown-toggle {
  background-color: #bdbdbd !important;
}

body .btn[class*="btn-outline-"].btn-sm {
  padding-top: 0.58rem;
  padding-bottom: 0.58rem;
  min-width: 72px;
}

body .btn.btn-md {
  font-size: 0.7143rem;
  padding: 12px 14px 12px 14px;
  line-height: 1.1;
}

body .btn.btn-lg {
  font-size: 1rem;
  padding: 20px 34px 18px 34px;
  line-height: 1.2;
}

body .btn.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #007bff;
}

body .btn[class*="btn-outline-"]:hover,
body .btn[class*="btn-outline-"]:focus,
.btn-secondary:hover, .btn-secondary:focus {
  box-shadow: 0px 4px 8px 0px rgba(55, 55, 55, 0.18) !important;
}

body .btn.btn-sm {
  font-size: 0.875rem;
  padding: 14px 15px 14px 15px;
  line-height: 1.1;
  min-width: 100px;
}

body .btn-ic {
  box-shadow: none;
  border: 0;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  min-width: 36px !important;
  margin: 0 4px;
  background: #fafafa;
}

body .btn-ic i {
  color: var(--primary);
}

body .btn-ic:hover,
body .btn-ic:focus {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 3px 6px 0 rgba(0, 0, 0, 0.12);
}

.form-control,
.select-wrapper.md-form.md-outline input.select-dropdown {
  color: var(--text-color);
}

.md-form.md-outline.form-sm label,
.md-form.md-outline label {
  font-size: 13px;
  -webkit-transform: translateY(15px) translateX(4px);
  transform: translateY(15px) translateX(4px);
  font-weight: 500;
  color: var(--form-label-color);
}

.md-form.md-outline.form-sm label.active {
  font-size: 13px;
  -webkit-transform: translateY(-12px) scale(1);
  transform: translateY(-12px) scale(1);
  background: var(--card-bg-color);
  color: var(--text-color);
}

.md-form.md-outline.form-sm label.form-check-label,
.md-form.md-outline label.form-check-label {
  font-size: 1rem;
}

.md-form.md-outline.form-sm label.form-check-label,
.md-form.md-outline label.form-check-label {
  -webkit-transform: none;
  transform: none;
}

.md-form.md-outline.form-sm .input-group input ~ label,
.md-form.md-outline .input-group input ~ label {
  -webkit-transform: translateY(15px) translateX(31px);
  transform: translateY(15px) translateX(31px);
}

.md-form.md-outline.form-sm .input-group input ~ label.active {
  z-index: 9;
  -webkit-transform: translateY(-11px) translateX(30px) scale(0.8);
  transform: translateY(-11px) translateX(30px) scale(0.8);
}

body .md-form.md-outline.select-wrapper + label {
  top: -1.3em !important;
  left: 6px !important;
  background: var(--card-bg-color);
  color: var(--text-color);
}

.dataTables_length {
  position: relative;
}

.dataTables_length .dt-select-label {
  font-size: 13px !important;
  -webkit-transform: translateY(15px) translateX(4px) !important;
  transform: translateY(15px) translateX(4px) !important;
  position: absolute;
  top: -13px !important;
  margin: 0 !important;
  padding: 2px 4px !important;
  left: 4px !important;
  z-index: 3 !important;
  background: #fff;
}

.dataTables_length .dt-select-label.active {
  color: var(--primary);
}

.md-form.md-outline input[type="text"]:focus:not([readonly]), .md-form.md-outline input[type="password"]:focus:not([readonly]), .md-form.md-outline input[type="email"]:focus:not([readonly]), .md-form.md-outline input[type="url"]:focus:not([readonly]), .md-form.md-outline input[type="time"]:focus:not([readonly]), .md-form.md-outline input[type="date"]:focus:not([readonly]), .md-form.md-outline input[type="datetime-local"]:focus:not([readonly]), .md-form.md-outline input[type="tel"]:focus:not([readonly]), .md-form.md-outline input[type="number"]:focus:not([readonly]), .md-form.md-outline input[type="search-md"]:focus:not([readonly]), .md-form.md-outline input[type="search"]:focus:not([readonly]), .md-form.md-outline textarea.md-textarea:focus:not([readonly]), .select-wrapper.md-form.md-outline input.select-dropdown:focus {
  border-color: var(--primary);
  -webkit-box-shadow: inset 0 0 0 1px var(--primary);
  box-shadow: inset 0 0 0 1px var(--primary);
}

.select-wrapper.md-form.md-outline span.caret.active {
  color: var(--primary) !important;
}

.form-check-input[type="checkbox"]:checked+label:before, label.btn input[type="checkbox"]:checked+label:before {
  border-right-color: var(--primary);
  border-bottom-color: var(--primary);
}

.form-check-input[type="radio"]:checked+label:after, .form-check-input[type="radio"].with-gap:checked+label:after, label.btn input[type="radio"]:checked+label:after, label.btn input[type="radio"].with-gap:checked+label:after {
  background-color: var(--primary);
}

input.form-control,
.md-form input.form-control {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  height: 48px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}

.md-form .form-control {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.009375em;
  text-decoration: inherit;
  text-transform: inherit;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}

.card-body .accordion.md-accordion.accordion-blocks .card {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.md-accordion .card .card-header a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-color);
}

.select-wrapper span.caret {
  right: 5px;
  top: 19px;
}

.select-wrapper input.select-dropdown {
  height: 48px;
}

select.mdb-select,
.dropdown-content + select.mdb-select,
.md-form ~ select.mdb-select {
  height: 48px;
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 0 0.94rem 0;
  font-size: 1rem;
  line-height: 2.9rem;
  text-overflow: ellipsis;
  cursor: pointer;
  max-width: 179px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #dedede;
  border: 0;
  border-right: 1px solid #ddd;
  border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.375rem 0.35rem;
  color: #495057;
}

b,
strong {
  font-weight: 600;
}

.md.hydrated {
  font-size: 1.429rem;
  vertical-align: middle;
}

.white-theme .navbar {
  background-color: var(--top-navbar-bg-color);
}

.navbar {
  box-shadow: none;
  border-bottom: 1px solid var(--tn-sn-f-border-color);
}

main {
  min-height: calc(100vh - (120.22px + 58px));
}

v-r {
  /* height: 100%; */
  width: 1px;
  border-left: 1px solid gray;
  /* display: inline;     */
  /*margin: 0 auto;*/
}

.modal.popup-sticky {
  overflow-y: hidden;
}

.modal.popup-sticky .modal-body {
  max-height: calc(100vh - 215px);
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-dialog {
  margin: 2.75rem auto;
}

.modal-dialog .modal-content .modal-header {
  background: #f5f5f5;
}

.modal-header .close {
  border: 2px solid #555;
  border-radius: 100%;
  padding: 0;
  width: 32px;
  height: 32px;
  background: #fff;
  margin: -24px -24px 0 0;
  opacity: 1;
  transition: all ease-in-out 0.300s;
}

.modal-header .close:hover,
.modal-header .close:focus {
  border-color: var(--primary);
  color: var(--primary);
  opacity: 1 !important;
  box-shadow: 0px 4px 8px 0px rgba(55, 55, 55, 0.18);
  transition: all ease-in-out 0.300s;
}

.navbar-brand {
  padding: 0;
  padding-right: 20px;
  margin-right: 30px;
  font-size: 1rem;
  font-weight: 600;
}

.navbar-brand img {
  width: 200px;
  height: auto;
}

.navbar .navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: normal;
  color: #a3afc1;
}

.navbar .navbar-nav .nav-link.nav-link-ic > a i,
.navbar .nav-link-ic > a i {
  font-size: 1.286rem;
  color: #a3afc1;
  line-height: normal;
  vertical-align: middle;
}

.nav-link-ic a.dropdown-toggle::after {
  display: none;
}

.dropdown.show-on-hover:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.file-upload-field {
  display: flex;
  margin: 1rem 0;
}
.file-upload-field .file-path-wrapper {
  height: auto;
}
.file-upload-field input.file-path {
  border: 1px solid #c7c7c7;
  border-left: 0;
  height: 100%;
  padding-left: 10px;
  font-size: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.file-upload-field .chosse-file-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.breadcrumb {
  background: transparent;
  align-items: baseline;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb-item {
  font-size: 0.8571rem;
}

.breadcrumb-item.active {
  color: var(--text-color);
  font-size: 1.625rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 0.8571rem;
  /* padding-top: 8px; */
  color: var(--primary);
  margin-top: 2px;
}

.theme-breadcrumb {
  padding: .9375rem 1rem;
  margin-bottom: 1rem;
  background-color: #e9ecef;
  border-radius: 6px;
}

.theme-breadcrumb .breadcrumb-item {
  font-size: 1rem;
}

#sidebarMenu {
  background-color: var(--sidebar-bg-color);
}

.picker__box .picker__header .picker__nav--prev,
.picker__box .picker__header .picker__nav--next {
  min-width: auto;
}

.card-body > .md-form:first-child {
  margin-top: 0.25rem !important;
}

.card-body .md-form:last-child {
  margin-bottom: 0 !important;
}

.custom-navbar .navbar-toggler {
  font-size: 1.714rem;
  color: var(--text-color);
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 72.15px 0 0;
  box-shadow: 5px 0px 7px rgba(0, 0, 0, 0.1);
  /* border-right: 2px solid var(--tn-sn-f-border-color); */
  transition: 0.35s;
}

#sidebarMenu li {
  max-width: 100%;
}

#sidebarMenu li a {
  width: 100%;
  display: block;
  border-radius: 0 !important;
  white-space: nowrap;
}

#sidebarMenu li a span {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#sidebarMenu li a .down_btn {
  flex-basis: auto;
  flex-grow: 0;
}

#sidebarMenu li a .down_btn i {
  font-size: 14px;
  color: #444;  
  margin: 0;
}

#sidebarMenu .nav-item:hover,
#sidebarMenu .nav-item:active {
  background: #f7f7f7 !important;
}

#sidebarMenu .nav-item .dropdown-menu {
  position: relative;
  transform: none;
  background: #f0f4f7;
  border: 0;
  width: 100%;
  top: 0;
  padding: 0;
}

#sidebarMenu .nav-item .dropdown-menu a {
  padding: 0.8rem 1rem 0.8rem 58px;
  font-size: 0.9375rem;
}

#sidebarMenu .nav-item .dropdown-menu a:hover {
  background: transparent;
  color: initial;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
    padding: 0;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 70.33px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: var(--text-color);
  font-size: 1rem;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
}

.sidebar .nav-link .md.hydrated,
.sidebar .nav-link .fas {
  font-size: 19px;
  min-width: 25px;
  margin-right: 15px;
  vertical-align: text-bottom;
  text-align: center;
}

/* .sidebar .nav-link[data-toggle="sidebar-collapse"] {
    font-size: 22px;
    color: var(--primary);
    padding-left: 17px;
  } */

.sidebar .nav-link[data-toggle="sidebar-collapse"] .menu-collapsed {
  font-size: 1rem;
  color: var(--text-color);
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  background: var(--sidebar-navbar-active-bg-color);
  color: var(--text-color) !important;
}

.sidebar .nav-link:after {
  position: absolute;
  right: 1rem;
  top: 2.2rem;
  border-top-color: #a4a4a4;
  display: none;
}

.sidebar .nav-link.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar.sidebar-collapsed .nav-link:after {
  display: none;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover,
.sidebar .nav-link:focus {
  border-right: 3px solid var(--primary);
  color: var(--primary) !important;
}

.sidebar .nav-link.active .md.hydrated {
  color: var(--primary) !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.sidebar-collapsed {
  width: 60px;
  transition: 0.35s;
}

@media (min-width: 200px) {
  .sidebar-expanded {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    transition: 0.35s;
  }

  #main.main-expand {
    -ms-flex: 0 0 95.5%;
    flex: 0 0 95.5%;
    max-width: 95.5%;
    transition: 0.35s;
  }
}

/* Sidebar Navigation menu Icons */
.home.fa-home:before {
  content: "\f015";
}
.bars.fa-home:before {
  content: "\f0c9";
}
.profile.fa-home:before {
  content: "\f2bd";
}
.manageCategory.fa-home:before {
  content: "\f0e8";
}
.billsUpload.fa-home:before {
  content: "\f126";
}
.useradmin.fa-home:before,
.cpuseradmin.fa-home:before,
.cpcpadmin.fa-home:before {
  content: "\f4fe";
}
.entitlements.fa-home:before,
.cpentitlements.fa-home:before {
  content: "\f559";
}
.emailConfig.fa-home:before {
  content: "\f1fa";
}
.reports.fa-home:before,
.cpreports.fa-home:before {
  content: "\f080";
}
.support.fa-home:before {
  content: "\f1cd";
}
.contact.fa-home:before {
  content: "\f590";
}
.cpinvoice.fa-home:before {
  content: "\f570";
}
.cpfeesupport.fa-home:before {
  content: "\f0d6";
}
.cpbilleradmin.fa-home:before {
  content: "\f0c0";
}
.cputils.fa-home:before {
  content: "\f7d9";
}
.cpuploadinv.fa-home:before {
  content: "\f574";
}
.cpadjustment.fa-home:before {
  content: "\f1de";
}
.cplogout.fa-home:before {
  content: "\f2f5";
}
.cppostbackConfig.fa-home:before {
  content: "\f085";
}

#subnavbar li a > i {
  display: none;
}

#subnavbar li a {
  white-space: nowrap;
  border: 0;
  font-weight: normal;
}

@media (min-width: 992px) {
}

.input-mb-0 input {
  margin-bottom: 0px !important;
}

#main {
  transition: 0.35s;
  min-height: calc(100vh - 129.33px);
}

#maincontent {
  min-height: calc(100vh - 54px);
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dataTables_wrapper .filter {
  background: #f8f8f8;
}

.dataTables_wrapper .filter .select-wrapper,
.dataTables_wrapper .filter .md-form input {
  background: #fff;
}

footer.dark-footer {
  background-color: var(--footer-dark-bg);
}

footer.light-footer {
  background: var(--footer-bg-color);
  border-top: 1px solid var(--tn-sn-f-border-color);
}

#footer {
  font-size: 0.857rem;
  color: var(--footer-text-color);
  background: transparent;
  height: 55px;
  line-height: 48px;
}

.back-to-old-ui {
  position: absolute;
  right: 15px;
  top:7px;
}

#footer a:link,
#footer a:active,
#footer a:visited {
  color: inherit;
}

.footer-links a {
  opacity: 0.8;
  font-size: 12px;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-links a:visited {
  text-decoration: underline;
  opacity: 1;
}

.footer-copyright {
  color: inherit;
}

.footer-copyright span {
  text-transform: uppercase;
}

.login-card {
  max-width: 350px;
  margin: 1rem auto;
  background: var(--card-bg-color);
  border: 1px solid var(--card-border-color);
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  text-align: center;
}

.login-card img {
  max-width: 100%;
}

.login-card h4 {
  text-align: left;
  font-weight: 500;
}

.card {
  border-radius: 0;
  background-color: var(--card-bg-color);
  padding: 0;
  border: 0;
  box-shadow: none;
  border: 1px solid var(--card-border-color);
  /* height: 100%; */
  margin-bottom: 30px;
}

.card .card-header {
  background-color: var(--card-header-background-color);
  color: var(--card-header-title-color);
  padding: 4px 16px;
}

.card .card-header .title {
  font-size: 1.142rem;
  margin-bottom: 0;
  color: var(--text-color);
  line-height: 44px;
}

.card .user-img {
  width: 55px;
  height: 55px;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 13px;
}

.card .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 100px;
}

.card .card-body.text-content h4 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 4px;
}

.card .card-body.text-content ul,
.card .card-body.text-content ol {
  padding-left: 19px;
}

@media (min-width: 768px) {
  .sidebar-expanded {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    transition: 0.35s;
  }

  #main.main-expand {
    -ms-flex: 0 0 95.5%;
    flex: 0 0 95.5%;
    max-width: 95.5%;
    transition: 0.35s;
  }
}

.payment-cards-holder {
  overflow-x: auto;
  list-style-type: none;
  padding-left: 0;
  flex-wrap: wrap;
}

.payment-card {
  border: 1px solid #f0f0f0;
  padding: 8px;
  position: relative;
  border-radius: 6px;
  background: #fafafa;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  max-width: 280px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}

.payment-card p {
  font-size: 0.9286rem;
  color: inherit;
  line-height: normal;
}

.paymt-method-ic {
  background-image: url(../img/payment-method-sprite.png);
  background-repeat: no-repeat;
  background-size: auto;
  /* border: 1px solid #e4e4e4; */
  width: 100%;
  height: 100%;
  /* line-height: 31px; */
  text-align: center;
  font-size: 11px;
  overflow: hidden;
}

.paymt-method-ic.visa {
  background-position: -1px -1px;
}

.paymt-method-ic.mastercard {
  background-position: -68.5px -1px;
}

.paymt-method-ic.dinersclub {
  background-position: -136.5px -1px;
}

.paymt-method-ic.paypal {
  background-position: -203.5px -1px;
}

.paymt-method-ic.americanexpress {
  background-position: -272.5px -1px;
}

.paymt-method-ic.discover {
  background-position: -341px -1px;
}

.paymt-method-ic.jcb {
  background-position: -410px -1px;
}

.payment-card .ac-number {
  font-weight: 600;
}

.payment-card .ac-type {
  opacity: 0.64;
  font-weight: 500;
}

.payment-card .card-type {
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  text-align: center;
  height: 38px;
}

.payment-card .card-type i {
  margin-top: 4px;
  font-size: 25px;
  opacity: 0.2;
}

.payment-card-type {
  background-color: var(--success);
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  padding: 3px 10px;
  /* position: absolute;
  right: 0;
  top: 0; */
}

.card-status {
  font-size: 0.8571rem;
  color: #fff;
  padding: 4.5px 5px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.card-status.active {
  background: var(--success);
}

.card-status.inactive {
  background: var(--inactive-color);
}

.support-inline-search {
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  position: relative;
}

.support-inline-search input {
  border: 0 !important;
  border-radius: 0 !important;
}

.support-inline-search .select-wrapper {
  background: #dedede;
  border-right: 1px solid #ddd;
}

.support-inline-search button.btn {
  min-width: 60px;
  font-size: 18px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 9.5px 10px;
}

.search-filter li {
  margin-top: 5px;
  margin-bottom: 5px;
}

.search-filter li a {
  background-color: #d5e2e3;
  color: #666;
  padding: 3px 8px;
  border-radius: 100px;
  font-size: 0.8571rem;
  border: 1px solid #d4d4d4;
}

.search-filter li a.active {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.search-field {
  height: 34px !important;
}

#job_summary_table .reportRowOdd {
  background-color: rgba(0,0,0,.05);
}

.custom-switch.switch label {
  width: auto;
  display: inline-flex;
  height: 30px;
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative;
  padding: 0;
  transform: none;
  margin: 0;
  min-width: 118px;
}

.custom-switch.switch label span.onuncheck,
.custom-switch.switch label span.oncheck {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  z-index: 9;
  color: var(--text-color);
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 7px;
}

.custom-switch.switch {
  padding: 0;
}

.custom-switch.switch label span.lever {
  margin: 0;
  width: 100%;
  left: 0;
  background: transparent !important;
  position: absolute;
}

.custom-switch.switch label input[type="checkbox"]:checked + .lever:after {
  left: 50%;
  background-color: var(--accent);
}

.custom-switch.switch label input[type="checkbox"] .onuncheck {
  color: #fff;
}
.custom-switch.switch label input[type="checkbox"]:checked + .lever ~ span {
  color: #fff;
}

.custom-switch.switch label .lever:after {
  top: 0;
  left: 0;
  background-color: #f0f0f0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 50%;
  height: 30px;
}

/* @media (min-width: 768px) {
  .payment-card {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    margin-right: 10px;
  }
} */

.custom-box-tabs {
  background: transparent;
  box-shadow: none;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 12px;
}

.custom-box-tabs li a i.fas {
  color: #d7d7d7;
}

.custom-box-tabs li a.active i.fas {
  color: var(--primary);
}

.custom-box-tabs li a span {
  margin-right: 10px;
}

.custom-box-tabs.md-tabs .nav-link {
  min-width: 250px;
  background: var(--card-bg-color);
  color: var(--text-color);
  border: 1px solid #ddd;
  border-radius: 0;
  line-height: 44px;
  border-right: 0;
  border-bottom-width: 2px;
}

.custom-box-tabs.md-tabs .nav-item {
  min-width: 250px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.custom-box-tabs.md-tabs .nav-item:last-child .nav-link {
  border-right: 1px solid #ddd;
}

.custom-box-tabs.md-tabs .nav-link.active,
.custom-box-tabs.md-tabs .nav-item.open .nav-link {
  border-bottom: 2px solid var(--primary);
  background: #fff;
  color: var(--primary);
  border-radius: 0;
  border-right: 0;
}

.custom-tab-content {
  padding: 20px 0;
  width: 100%;
}

.upload-box {
  text-align: center;
  padding: 40px 20px;
  position: relative;
  margin-bottom: 30px;
  background: var(--card-bg-color);
}

.upload-box input[type="file"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

.upload-box i.fas {
  font-size: 40px;
  color: var(--primary);
  margin-bottom: 10px;
}

.upload-box p {
  color: var(--primary);
}

.navbar .nav-link-ic > a.sign-out-btn {
  border-radius: 6px;
  border: 1px solid var(--text-color);
  color: var(--text-color) !important;
}

.navbar .nav-link-ic > a.sign-out-btn i.fas {
  vertical-align: middle;
}

.navbar .nav-link-ic > a.sign-out-btn span {
  font-size: 1rem;
}

.table-input .md-form input {
  margin: 0;
}

.nav-item[id="dev.home"] .fa-home:before {
  content: "\f015";
}
.nav-item[id="dev.wizard"] .fa-home:before {
  content: "\f7d9";
}
.nav-item[id="dev.testuploads"] .fa-home:before {
  content: "\f574";
}
.nav-item[id="dev.billerProperties"] .fa-home:before {
  content: "\f085";
}
.nav-item[id="dev.paymentParameters"] .fa-home:before {
  content: "\f09d";
}
.nav-item[id="dev.resetData"] .fa-home:before {
  content: "\f2f9";
}
.nav-item[id="dev.contact"] .fa-home:before {
  content: "\f590";
}
ul.horizontal-fix li a {
  padding: .84rem 2.14rem;
}

.nopage-found-box {
  text-align: center;
}

.nopage-found-box h1 {
  font-size: 150px;
  color: var(--primary);
  margin-bottom: 60px;
}

.nopage-found-box p {
  font-size: 18px;
  margin-bottom: 30px;
}

ul.stepper.horizontal:first-child {
  margin-top: 0;
}

ul.stepper.horizontal .step-actions {
  flex-direction: row;
}
li.step > a {
  color: var(--text-color);
}
li.step.active > a {
  color: var(--primary);
}
.stepper .step-new-content {
  padding-bottom: 0 !important;
}
.step-new-content p {
  margin-bottom: 10px;
}
.stepper .step-new-content h4 {
  margin: 20px 0 10px;
  font-weight: 500;
}
.stepper .step-new-content .card-header h4 {
  margin: 0;
  font-weight: 500;
}
.stepper .step-new-content p a {
  padding: 0;
}

@media only screen and (min-width: 993px) {
  ul.stepper.horizontal .step-title {
    max-width: 16.75rem;
  }
  ul.stepper.horizontal .step-actions {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  ul.stepper.horizontal .step.done .step-title:before {
    content: counter(section);
    font-weight: normal;
  }
}

.custom-stepper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 0;
  overflow: hidden;
  margin: 1em 0;
  counter-reset: section;
  flex-wrap: nowrap;
  background: transparent;
  box-shadow: none;
}

.custom-stepper .step {
  position: relative;
  list-style: none;
}

.custom-stepper>li:not(:last-of-type) {
  margin-bottom: .625rem;
  -webkit-transition: margin-bottom .4s;
  transition: margin-bottom .4s;
}

.custom-stepper>.step:not(:last-of-type):after {
  position: absolute;
  top: 3.125rem;
  left: .8438rem;
  width: .0625rem;
  height: 40%;
  height: calc(100% - 38px);
  content: "";
  background-color: rgba(0,0,0,0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.custom-stepper .step-title {
  display: block;
  padding: .9688rem 2.75rem 1.5rem 4rem;
  margin: 0 -1.3rem;
  cursor: pointer;
  position: relative;
  text-align: center;
  color: var(--text-color);
  font-size: 15px;
  font-weight: normal;
}

.step.active > a {
  color: var(--primary);
}

.custom-stepper .step-title:after {
  position: absolute;
  display: block;
  font-size: .8rem;
  font-weight: normal;
  color: #424242;
  content: attr(data-step-label);
}
.custom-stepper .step .step-title.active {
  color: var(--primary);
  background: transparent;
}
.custom-stepper-content {
  padding-top: 0;
}
.stepper-done-circle {
  font-size: 11px;
  background: #00c851;
  width: 21px;
  height: 21px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}
.stepper-notdone-circle {
  font-size: 11px;
  background: #c8464d;
  width: 21px;
  height: 21px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}

.custom-stepper:before {
  position: absolute;
  left: -3px;
  width: 100%;
  min-height: 44px;
  content: "";
  background-color: transparent;
  border-top-left-radius: 2px;
}
.custom-stepper .step {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px !important;
  margin: 0;
}
.custom-stepper .step:not(:last-of-type):after {
  position: static;
  display: inline-block;
  width: 100%;
  height: .0625rem;
  content: "";
}
.custom-stepper .step-title {
  display: inline-block;
  flex-shrink: 0;
  max-width: 13.75rem;
  height: 44px;
  padding: 0 1.5625rem 0 4.0625rem;
  margin: 0;
  overflow: hidden;
  line-height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex-negative: 0;
  max-width: 16.75rem;
  font-weight: normal;
}
.custom-stepper .step .step-title:before {
  position: absolute;
  top: 8px;
  left: 1.1875rem;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  color: #fff;
  text-align: center;
  content: '\f00c';
  font-size: 1rem;
  counter-increment: section;
  background-color: rgba(0,0,0,0.3);
  border-radius: 100%;
  font-family: 'Font Awesome 5 free';
  font-weight: 900;
}
.custom-stepper .step .step-title.active:before {
  background-color: var(--primary);
}
.custom-stepper .step-title:after {
  top: .9375rem;
}
.custom-stepper>.step:last-of-type {
  width: auto !important;
}
.custom-stepper .step.done .step-title:before {
  content: '\f00c';
  font-size: 1rem;
  background: #00c851;
}

.custom-stepper .step.not-done .step-title:before {
  content: '\f06a';
  font-size: 1rem;
  background: #c8464d;
}

@media only screen and (max-width: 1366px) {
  :root {
    font-size: 13px;
  }
}

.receipt dl {
  display: flex;
  flex-wrap: wrap;
}

.receipt dl dt,
.receipt dl dd {
  flex-basis: auto;
  flex-grow: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 5px 0;
}

.receipt dl dt {
  text-align: right;
  font-weight: 600;
}

.receipt dl dd {
  padding-left: 10px;
}

.receipt dl dd p {
  margin: 0;
  line-height: normal;
}

.receipt dl dd p {
  margin: 0;
  line-height: normal;
}

.receipt .receipt-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.receipt .receipt-footer dl dt,
.receipt .receipt-footer dl dd {
  font-size: 16px;
  padding: 0;
}

.receipt .receipt-footer dl dt {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 85%;
  flex: 0 0 85%;
}

.receipt .receipt-footer dl dd {
  flex: 0 0 auto;
  max-width: 100%;
  padding-left: 10px;
}

.w-100 {
  width: 100%;
}

table .job-data-description {
  width: 305px;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  text-align: justify;
}


.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}


.hostLabel {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: white;
}

.report-icon {
    min-width: 5rem;
}

.filter-dropdown {
    min-width: max-content;
}

.expand-dropdown {
  min-width: 20.3rem !important;
}

.report-desc.tiles-menu-header {
  overflow: auto;
}

.card-body.d-flex:hover, .card-body.d-flex.active {
  background-color: var(--body-color);
}
