/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600;700;900&display=swap"); */
/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css"); */
/* poppins-100 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/poppins-v19-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/poppins-v19-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v19-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v19-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v19-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v19-latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/poppins-v19-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/poppins-v19-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v19-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v19-latin-200.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v19-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v19-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/poppins-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v19-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/poppins-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/poppins-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v19-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v19-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/poppins-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/poppins-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v19-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v19-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/poppins-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/poppins-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v19-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/poppins-v19-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/poppins-v19-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/poppins-v19-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/poppins-v19-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/poppins-v19-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/poppins-v19-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:hover,
a:focus,
a:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--black-rgb);
  box-shadow: inset 0 0 6px var(--black-rgb);
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(var(--black-rgb), 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: var(--brand-black);
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--white) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --body-bg: #f8f8f8;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --brand-black: #33343e;
  --brand-black-alt: #25233a;
  --brand-blue: #0da3e2;
  --brand-blue-dark: #01058a;
  --brand-blue-light: #e4f5fc;
  --brand-success: #0a9e33;
  --brand-warning: #ffaa00;
  --brand-danger: #e24c0d;
  --brand-pink: #ff0048;
  --bdr: #e6e6e6;
  --font-size: 14px;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 700;
}

.fw-700 {
  font-weight: 700;
}

a {
  color: var(--brand-blue);
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

a:hover {
  color: var(--brand-blue-dark);
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: var(--body-bg);
  font-family: "Poppins", sans-serif;
  font-size: var(--font-size);
  color: var(--brand-black);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
  -webkit-animation: fadeIn 3s ease;
          animation: fadeIn 3s ease;
}

.wrapper {
  position: relative;
  top: 0;
  bottom: 0;
  min-height: 100%;
  height: 100%;
}

.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../images/login-bg.png") no-repeat;
  background-size: cover;
  position: relative;
}

.login-wrap .login-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  height: 75%;
  background: var(--white);
  overflow: hidden;
}

.login-wrap .login-box .img-box {
  width: 60%;
  padding: 2rem 4rem;
  position: relative;
}

.login-wrap .login-box .img-box::after {
  position: absolute;
  content: " ";
  border-right: 1px solid var(--bdr);
  top: 0;
  bottom: 0;
  right: 0;
  margin: -6rem 0;
}

.login-wrap .login-box .form-box {
  width: 40%;
  padding: 2rem 4rem;
}

.login-wrap .login-box .form-floating > .form-control,
.login-wrap .login-box .form-floating > .form-select {
  height: initial !important;
  padding: 1rem 1.2rem !important;
}

.form-floating {
  z-index: 9;
}

.form-floating + .form-floating {
  z-index: 8;
}

.form-floating > label {
  height: 50%;
}

.form-floating > .form-control,
.form-floating > .form-select {
  padding: 1rem 1.2rem 0.75rem !important;
  border-color: var(--bdr) !important;
  border-radius: 0px;
  height: calc(3rem + 2px) !important;
}

.form-floating > .form-control + label,
.form-floating > .form-select + label {
  padding: 0.75rem 1.2rem;
}

.form-floating > .form-control:focus,
.form-floating > .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid var(--brand-blue) !important;
}

.form-floating > .bi-calendar2 {
  position: absolute;
  top: 12px;
  right: 12px;
}

.form-select + label {
  opacity: 1 !important;
  -webkit-transform: initial !important;
          transform: initial !important;
  position: absolute;
  background: var(--white);
  padding: 0 !important;
  left: 1rem;
  top: 0.75rem;
  border: 0px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.form-select + label.active {
  -webkit-transform: scale(0.9) translateY(-0.45rem) translateX(0.15rem) !important;
          transform: scale(0.9) translateY(-0.45rem) translateX(0.15rem) !important;
  top: -2px;
  position: absolute;
  color: var(--brand-blue);
  font-weight: 500;
  padding: 0 0.75rem !important;
  left: 5px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.form-floating.form-grey > .form-select + label.active {
  background: #ffffff -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(60%, #ffffff), color-stop(60%, #f8f8f8), to(#f8f8f8));
  background: #ffffff linear-gradient(0deg, #ffffff 0%, #ffffff 60%, #f8f8f8 60%, #f8f8f8 100%);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 1;
  font-weight: 500;
  padding: 1rem 0.75rem;
  background: var(--white);
  color: var(--brand-blue);
  border: 0px !important;
  -webkit-transform: scale(0.9) translateY(-1.5rem) translateX(0.5rem);
          transform: scale(0.9) translateY(-1.5rem) translateX(0.5rem);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border: 0px;
}

.form-floating.form-grey > .form-control:focus ~ label,
.form-floating.form-grey > .form-control:not(:placeholder-shown) ~ label {
  background: #ffffff -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(20%, #ffffff), color-stop(20%, #f8f8f8), to(#f8f8f8));
  background: #ffffff linear-gradient(0deg, #ffffff 0%, #ffffff 20%, #f8f8f8 20%, #f8f8f8 100%);
}

.btn,
button {
  position: relative;
  min-height: 2.5rem;
  /* letter-spacing: 1px; */
  border-radius: 0;
  /* padding: 0.75rem 1.5rem; */
  padding: 0.75rem 1rem;
  font-weight: 500;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-appearance: none !important;
}

.btn span,
button span {
  z-index: 9;
  position: relative;
}

.btn span.arrow,
button span.arrow {
  margin-left: 0.25rem;
  display: inline-block;
}

.btn:before,
button:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--body-bg);
  z-index: 8;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.btn:hover, .btn:focus, .btn:active,
button:hover,
button:focus,
button:active {
  outline: none !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-appearance: none !important;
  box-shadow: none !important;
}

.btn:hover .arrow, .btn:focus .arrow, .btn:active .arrow,
button:hover .arrow,
button:focus .arrow,
button:active .arrow {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}

.btn:hover:before, .btn:focus:before, .btn:active:before,
button:hover:before,
button:focus:before,
button:active:before {
  width: 100%;
}

.btn + .btn,
.btn + button,
button + .btn,
button + button {
  margin-left: 1rem;
}

.btn-login,
button-login {
  min-width: 10rem;
  min-height: 4rem;
  border-radius: 50px;
  background: var(--brand-blue);
  color: var(--white);
  overflow: hidden;
}

.btn-login::before,
button-login::before {
  background: var(--brand-blue-dark);
}

.btn-login:hover,
button-login:hover {
  color: var(--white);
}

.btn.btn-primary,
button.btn-primary {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color:var(--white);
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active,
button.btn-primary:hover,
button.btn-primary:focus,
button.btn-primary:active {
  color: var(--brand-blue);
}

.btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active,
button.btn-secondary:hover,
button.btn-secondary:focus,
button.btn-secondary:active {
  color: var(--brand-black);
}

.btn.btn-default,
button.btn-default {
  background: var(--white);
  border-color: var(--bdr);
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active,
button.btn-default:hover,
button.btn-default:focus,
button.btn-default:active {
  border: 1px solid var(--brand-blue);
  color: var(--brand-blue);
}

.btn.btn-default:hover:before, .btn.btn-default:focus:before, .btn.btn-default:active:before,
button.btn-default:hover:before,
button.btn-default:focus:before,
button.btn-default:active:before {
  background: var(--white);
}

.top-bar {
  background: var(--white);
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e7e8f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2rem 2rem 1rem;
}

.top-bar .appTitle {
  font-weight: 500;
}

.top-bar .appTitle:hover {
  color: var(--brand-black);
  text-decoration: none;
}

.top-bar .page-title {
  margin: 0 2rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.top-bar .user-name-block {
  margin-left: auto;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.top-bar .user-name-block .avatar {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: var(--brand-blue);
  color: var(--white);
  line-height: 40px;
  text-align: center;
  font-weight: 500;
}

.top-bar .user-name-block .name {
  display: inline-block;
  vertical-align: middle;
  color: var(--brand-black);
}

.top-bar .user-name-block a:hover {
  text-decoration: none;
}

.top-bar .user-name-block:before {
  border-left: 1px solid #e7e8f2;
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  margin: -0.65rem -1rem;
}

.top-bar .user-name-block .dropdown-menu {
  margin-top: 0.65rem !important;
  margin-left: 1.85rem !important;
  border-top: 0px !important;
  border-color: #d8d8d8 !important;
  min-width: 14rem !important;
  border-radius: 0px !important;
  -webkit-box-shadow: 0px 1px 8px rgba(var(--black-rgb), 0.1);
          box-shadow: 0px 1px 8px rgba(var(--black-rgb), 0.1);
}

.top-bar .user-name-block .dropdown-menu li > a {
  padding: 0.5rem 1rem;
  display: block;
  color: var(--brand-black);
}

.top-bar .user-name-block .dropdown-menu li > a:hover {
  color: var(--brand-blue);
}

.top-bar .user-name-block .dropdown-menu .dropdown-divider {
  border-top: 1px solid #d8d8d8;
}

.sidebar {
  width: 225px;
  position: fixed;
  background: var(--white);
  border-right: 1px solid #e7e8f2;
  height: 100%;
  overflow-y: auto;
  text-align: center;
}

.sidebar.min-sidebar {
  width: 80px;
}

.sidebar.min-sidebar #mainNav li.active > a.accordion-button,
.sidebar.min-sidebar #mainNav li a,
.sidebar.min-sidebar #mainNav li a.accordion-button {
  padding: .5rem 0rem;
}

.sidebar.min-sidebar #mainNav li.active > a.accordion-button .name,
.sidebar.min-sidebar #mainNav li a .name,
.sidebar.min-sidebar #mainNav li a.accordion-button .name {
  display: none;
}

.sidebar.min-sidebar #mainNav li.active > a.accordion-button .icon,
.sidebar.min-sidebar #mainNav li a .icon,
.sidebar.min-sidebar #mainNav li a.accordion-button .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 9;
  min-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidebar #mainNav {
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.sidebar #mainNav li {
  position: relative;
  width: 100%;
  list-style: none;
  font-size: 1rem;
  display: block;
}

.sidebar #mainNav li a {
  display: block;
  position: relative;
  width: 100%;
  cursor: pointer;
  color: var(--brand-black);
  padding: .5rem 1rem;
  white-space: nowrap;
}

.sidebar #mainNav li a:hover {
  text-decoration: none;
  color: var(--brand-blue);
}

.sidebar #mainNav li a.accordion-button {
  padding: .5rem 1rem;
}

.sidebar #mainNav li a.accordion-button:after {
  background: url("../images/down.svg") no-repeat;
  position: absolute;
  right: 2px;
  top: 12px;
}

.sidebar #mainNav li a.accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--brand-blue);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sidebar #mainNav li a.accordion-button:not(.collapsed):after {
  background: url("../images/up-b.svg") no-repeat;
}

.sidebar #mainNav li a .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.sidebar #mainNav li.active > a {
  background: var(--brand-blue) !important;
  color: var(--white) !important;
}

.sidebar #mainNav li.active > a.accordion-button {
  padding: .5rem 1rem;
}

.sidebar #mainNav li.active > a.accordion-button:after {
  background: url("../images/up-w.svg") no-repeat;
}

.sidebar #mainNav li ul li a {
  font-size: 12px;
}

.sidebar #mainNav > li {
  border-bottom: 1px solid var(--bdr);
}

.sidebar #mainNav li.active li.active a {
  background: none !important;
  color: var(--brand-blue) !important;
}

.sidebar #mainNav li.active li.active a.accordion-button:not(.collapsed):after {
  background: url(../images/up-b.svg) no-repeat;
}

.btn-toglr {
  margin-left: 4rem;
}

.btn-toglr.active {
  margin-left: 0rem;
}

.btn-toglr.active .angle {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  border-color: var(--brand-blue);
}

.btn-toglr.active:hover .angle {
  border-color: var(--brand-black);
}

.btn-toglr:hover .angle {
  border-color: var(--brand-blue);
}

.angle {
  border: solid var(--brand-black);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.angle.angle-right {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.angle.angle-left {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.angle.angle-up {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.angle.angle-down {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.content-wrap {
  width: calc(100% - 225px);
  height: calc(100vh - 60px);
  margin-left: 225px;
  padding: 1.6rem;
  overflow-x: hidden;
}

.content-wrap.min-content-wrap {
  width: calc(100% - 80px);
  margin-left: 80px;
}

.table-responsive {
  border: 1px solid var(--bdr);
  background: var(--white);
  margin: 1.5rem 0 0;
}

.table-custom, .dataTable  {
    color: var(--brand-black);
}

.table-custom thead, .dataTable thead {
  border-bottom: 2px solid var(--bdr);
}

.table-custom tbody, .dataTable tbody{
  height: calc(100vh - 270px);
  overflow: auto;
  display: block;
}

.table-custom tbody tr:hover, .dataTable tbody tr:hover {
  background: var(--body-bg);
}

.table-custom tbody tr:last-child th,
.table-custom tbody tr:last-child td,
.dataTable tbody tr:last-child th,
.dataTable tbody tr:last-child td  {
  border-bottom: 0px;
}

.table-custom tbody th,
.dataTable tbody th {
  padding: 0.5rem 1rem;
  font-weight: 500; 
  font-size: .9rem;
}

.table-custom th,
.dataTable  th
  {
  /* padding: 0.5rem; */
  padding: 1rem 0.5rem;
  font-weight: 500; 
  font-size: .9rem;
  vertical-align: middle;
}

.table-custom thead,
.table-custom tbody tr,
.dataTable thead,
.dataTable tbody tr  {
  display: table;
  width: 100%;  
  table-layout: fixed;
}

.table-custom td, .dataTable td {
  padding: .6rem;   
  font-size: .85rem; word-break: break-all;
}

.table-custom td > .td-data, .dataTable td > .td-data {
  width: 98%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .95rem;
}

.table-custom tbody tr:only-child td .no-data,
.dataTable  tbody tr:only-child td .no-data {
  height: calc(100vh - 310px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-custom tbody tr:only-child:hover,
.dataTable  tbody tr:only-child:hover  {
  background: none;
}

.table-custom caption {
  padding: 1rem 1rem 0.5rem;
  border-top: 1px solid var(--bdr);
  position: relative;
}

.table-custom caption .record-count {
  float: left;
  margin-top: 0.65rem;
  font-size: 12px;
  font-weight: 500;
  color: var(--brand-black);
  vertical-align: middle;
}

.table-custom caption .page-count {
  float: right;
}

.table-custom caption .page-count .page-item {
  margin: 0 2px;
  min-width: 30px;
  font-size: 12px;
  text-align: center;
}

.table-custom caption .page-count .page-item .page-link {
  text-decoration: none;
}

.table-custom caption .page-count .page-item:nth-child(1) .page-link, .table-custom caption .page-count .page-item:nth-last-child(1) .page-link {
  border-color: transparent;
}

.table-custom caption .page-count .page-item:nth-child(1) .page-link:hover, .table-custom caption .page-count .page-item:nth-last-child(1) .page-link:hover {
  border-color: #dee2e6;
}

.table-custom caption .page-count .page-item:nth-child(1) .page-link:hover .angle, .table-custom caption .page-count .page-item:nth-last-child(1) .page-link:hover .angle {
  border-color: var(--brand-blue);
}

.table-custom.no-table-scroll tbody {
  height: initial;
}

.table-custom.no-table-scroll th,
.table-custom.no-table-scroll td {
  padding: 1rem;
}

.table-custom.no-table-scroll th:first-child,
.table-custom.no-table-scroll td:first-child {
  border-right: 1px solid var(--bdr);
}

.table-custom.no-table-scroll .flag {
  display: block;
  position: relative;
}

.table-custom.no-table-scroll .flag:before {
  position: absolute;
  content: " ";
  border-left: 4px solid var(--brand-black);
  left: -1rem;
  top: 0;
  height: 100%;
}

.table-custom.no-table-scroll .flag:after {
  position: absolute;
  content: " ";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid var(--brand-black);
  right: -1.5rem;
  top: 2px;
}

.table-custom.no-table-scroll .flag.submitted:before, .table-custom.no-table-scroll .flag.submitted::after {
  border-left-color: var(--brand-blue);
}

.table-custom.no-table-scroll .flag.success:before, .table-custom.no-table-scroll .flag.success::after {
  border-left-color: var(--brand-success);
}

.table-custom.no-table-scroll .flag.failed:before, .table-custom.no-table-scroll .flag.failed::after {
  border-left-color: var(--brand-danger);
}

.table-custom.no-table-scroll .flag.count:before, .table-custom.no-table-scroll .flag.count::after {
  border-left-color: var(--brand-warning);
}

.sideModal .modal-dialog {
  position: fixed;
  right: 0;
  margin: 0;
  min-width: 35vw;
}

.sideModal .modal-dialog .modal-content {
  min-height: 100vh;
  border-radius: 0;
  border: 0;
  background: var(--white);
  color: var(--brand-black);
}

.sideModal .modal-dialog .modal-content .modal-body {
  padding: 2rem;
  overflow: auto;
  height: calc(100vh - 150px);
}

.sideModal .modal-dialog .modal-content .btn-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sideModal .modal-dialog .modal-content .btn-close:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.sideModal .modal-dialog .modal-content .btn-close:before {
  display: none;
}

.sideModal .modal-dialog .modal-content .modal-header {
  padding: 1rem 2rem;
}

.sideModal .modal-dialog .modal-content .modal-footer {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  padding: .5rem 2rem;
}

.d-card {
  background: var(--white);
  border: 1px solid var(--bdr);
  color: var(--brand-black);
  margin-bottom: 1.5rem;
}

.d-card .header {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--bdr);
  font-size: 1.15rem;
  font-weight: 500;
}

.d-card .body {
  padding: 1rem;
  min-height: 200px;
}

.d-card:only-child {
  margin-top: 1.5rem;
}

.bubble-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem 0rem;
}

.bubble-box .outer-bubble {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--brand-blue-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0rem 2rem 1rem;
  font-size: calc(100% + 1vw);
}

.bubble-box .outer-bubble .chart {
  margin: 0 auto;
  max-width: 675px;
  max-height: 675px;
}

.bubble-box .outer-bubble .chart-svg {
  width: 100%;
  height: 100%;
}

.bubble-box .outer-bubble .scrub-success {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--brand-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  font-weight: 700;
}

.bubble-box .outer-bubble .delivered-count {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: var(--brand-blue-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  font-weight: 700;
}

.bubble-box .outer-bubble .scrub-failed {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--brand-pink);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  font-weight: 700;
}

.bubble-box .bubble-info {
  min-width: 45%;
}

.bubble-box .bubble-info .time {
  color: var(--brand-blue);
  margin-bottom: .5rem;
}

.bubble-box .bubble-info .total {
  margin-bottom: .25rem;
}

.bubble-box .bubble-info .count {
  font-weight: 700;
}

.label-status {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.label-status li {
  padding: 0px 0px 5px 20px;
}

.label-status li .flag {
  width: 50%;
  display: inline-block;
  position: relative;
}

.label-status li .flag::before {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: var(--bdr);
  top: 5px;
  left: -20px;
}

.label-status li .flag.flag-s::before, .label-status li .flag.flag-t::before {
  background: var(--brand-blue);
}

.label-status li .flag.flag-d::before, .label-status li .flag.flag-p::before {
  background: var(--brand-blue-dark);
}

.label-status li .flag.flag-f::before {
  background: var(--brand-pink);
}

.label-status li .flag.flag-i::before {
  background: #fb78d9;
}

.label-status li .flag.flag-e::before {
  background: #fc03bc;
}

.label-status li .numbers {
  font-weight: 700;
}

.label-status-lg li {
  padding: 10px 20px;
  font-size: 1.15rem;
  font-weight: 500;
  white-space: nowrap;
}

.col-md-6:nth-child(odd) > .bubble-box {
  border-right: 1px solid var(--bdr);
}

.data_lbl {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
}

.data_lbl:after {
  content: ":";
  position: absolute;
  right: 0;
}

.data_info {
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#table-tabs {
  border-bottom-color: transparent;
}

#table-tabs.nav-tabs .nav-link {
  border-radius: 0px;
  min-width: 120px;
  background: var(--white);
  color: var(--brand-black);
  border: 1px solid rgba(var(--black-rgb), 0.1);
  border-bottom: 0px;
  position: relative;
}

#table-tabs.nav-tabs .nav-link + .nav-link {
  margin: 0;
  margin-left: -1px;
}

#table-tabs.nav-tabs .nav-link.active {
  color: var(--brand-blue);
}

#table-tabs.nav-tabs .nav-link.active:before {
  position: absolute;
  content: ' ';
  border-top: 2px solid var(--brand-blue) !important;
  top: -2px;
  width: 100%;
  background: none;
}

#table-tabs.nav-tabs .nav-link.active:after {
  position: absolute;
  content: ' ';
  border-top: 5px solid var(--brand-blue);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 99;
  bottom: -5px;
  left: calc(50% - 10px);
}

.tab-pane tbody {
  /* height: initial; */
  height: calc(100vh - 300px);

}

.credits {
  display: inline-block;
  background: var(--brand-blue);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  color: var(--white);
  margin-left: 1rem;
}

.credits.red {
  background: var(--brand-danger);
}

.credits.green {
  background: var(--brand-success);
}

.InputSearch {
  position: relative;
}

.InputSearch input.form-control {
  margin: .15rem .3rem;
  line-height: 32px;
  padding-right: 30px;
}

.InputSearch .bi-search {
  position: absolute;
  right: 10px;
  top: 15px;
}

.box_Drag {
  position: relative;
  padding: 1rem;
  border: 1px dashed rgba(var(--black-rgb), 0.1);
  overflow: hidden;
  text-align: center;
}

.box_Drag .box_Fileinput {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.box_Drag label {
  display: block;
  text-align: center;
  font-weight: normal;
}

.box_Drag:hover, .box_Drag:focus {
  border-color: var(--brand-blue);
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=styles.css.map */
  /* for select2 component */
  .select2-container--default .select2-selection--single  {
    padding: 1rem 1.2rem 0.75rem !important;
        border-color: var(--bdr) !important;
        border-radius: 0px !important;
        height: calc(3rem + 2px) !important;
    }
   .select2-container--default .select2-selection--single .select2-selection__rendered {
        color:  var(--brand-black);
        line-height: 28px;
        margin-top: -7px;
        margin-left: -10px;
    }
  .select2-container--default .select2-selection--single  .select2-selection__arrow {
        top: 15px !important;
        right: 15px !important;
        height: 7px !important;
        width: 7px !important;
        border: solid  var(--brand-black);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg); 
       }
   .select2-container--default .select2-selection--single  .select2-selection__arrow  b[role="presentation"]{
    display:none;
    }
    .select2-search--dropdown{
      padding: 8px !important;
      border-bottom: 1px solid var(--bdr);
    }
    .select2-dropdown--below {
      border-radius: 0px !important; 
      border: 1px solid var(--bdr)!important; 
      box-shadow: 0px 1px 8px rgba(var(--black-rgb), 0.1);
      margin-top: -1px;
  }
    [type=search]{
      outline-offset: 0px;
    }
    /*records and previous,next in same line*/
  /*for reset password error message*/
  .pad-bt20 {
    padding-bottom:20px !important;
  }
  /*table for more details + */
 
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before
{
  border: 0px !important;
  background: transparent !important;
  line-height: 14px !important;
  font-size: 22px !important;
  top: 0px !important;
  left: 0px !important;
  box-shadow: none !important;
  color: #0da3e2!important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before { margin-top: -5px; }
   table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,table.dataTable.dtr-inline.collapsed > tbody > tr > th:before
{top: auto !important;}
.table>:not(:last-child)>:last-child>*{
  border-color: transparent !important;
}
div.dataTables_paginate.paging_simple_numbers{
  border-top: 1px solid var(--bdr);
}
div.dataTables_wrapper div.dataTables_info {
  float: left;
  font-size: 12px;
  font-weight: 500;
  color: rgba(var(--black-rgb), 0.55);
  margin: .35rem 1rem;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
  margin: .5rem 1rem; font-size: 12px; 
}
.select2-results__option{word-break: break-all !important; }
 .table-responsive  table.dataTable{
   margin: 0px !important;
 }
 	
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {	
text-align: center;padding: 3rem 0px;	
}	
.bootbox-close-button{
  float: right; padding: .25rem;
  border: 0px;
  background: none;
  font-size: 1.75rem;

}
.bootbox-close-button::before{
  display: none;
}
.bootbox-close-button:hover{
  background: none;
  transform: rotate(
360deg);
}
.modal .modal-footer button, .modal .modal-footer .btn{
  padding: .5rem 1rem;
}
.from-to-date-error{
  list-style: none;
  position: absolute;
  right: 0;
  font-size: .9rem;
  color: #ff0000;
  width: 500px; 
  margin: 2px -160px 0px 0px;
}
 
 /* for temporary purposes only */
#ScrubberFailureDataTable th:nth-child(4),
#ScrubberFailureDataTable td:nth-child(4){
  width: 100px; 
}
#ScrubberFailureDataTable th:nth-child(5),
#ScrubberFailureDataTable td:nth-child(5){
  width: 200px;
  word-break: initial;
}
.searcherror {
    list-style: none;
    position: left;
    right: 0;
    font-size: 12px;
    color: #ff0000;
}

.bootbox  .btn:before, .bootbox button:before{
display:none;}
.bootbox .btn.btn-primary:hover, .bootbox .btn.btn-primary:focus,.bootbox .btn.btn-primary:active,.bootbox button.btn-primary:hover,.bootbox button.btn-primary:focus,.bootbox button.btn-primary:active {
    color: var(--white);
}