@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
@import url("https://unpkg.com/boxicons@2.0.7/css/boxicons.min.css");
@import url("../fonts/font-awesome-5.9/all.css");
/**
*
* Testing
*
**/
.custom-menu {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 225px;
  margin-right: 0px;
  transition: 0.3s;
  z-index: 22;
}
.custom-menu .btn.btn-primary {
  background: 0 0;
  border-color: transparent;
}
.custom-menu .btn.btn-primary:after {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  transform: rotate(45deg);
  background: #595959;
  border-radius: 10px;
}
.custom-menu .btn.btn-primary:focus {
  box-shadow: none;
}
.custom-menu .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: none;
  position: relative;
}
.custom-menu .btn i {
  margin-right: -40px;
  font-size: 14px;
}

.sidebar-wrapper {
  position: fixed;
  height: 100vh;
  z-index: 2;
}
.sidebar-wrapper .mini-sidebar {
  width: 62px;
  background-color: #0076BE;
  z-index: 5;
  transition: 0.5s ease;
  border-right: 1px solid #f4f4f4;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.sidebar-wrapper .mini-sidebar .logo-sec {
  margin: 10px auto;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px 1px rgba(10, 43, 85, 0.55);
}
.sidebar-wrapper .mini-sidebar .logo-sec img {
  height: 35px;
  margin: 5px auto;
}
.sidebar-wrapper .mini-sidebar .sticky-nav-items {
  list-style: none;
  padding: 10px 0;
  margin-top: 5px;
}
.sidebar-wrapper .mini-sidebar .sticky-nav-items li.nav-menu {
  text-align: center;
  font-size: 22px;
  margin: 15PX 0;
}
.sidebar-wrapper .mini-sidebar .sticky-nav-items li.nav-menu a.nav-item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid transparent;
  margin: 5px auto;
}
.sidebar-wrapper .mini-sidebar .sticky-nav-items li.nav-menu a.nav-item span.nav-icon {
  border-radius: 5px;
  line-height: 50px;
}
.sidebar-wrapper .mini-sidebar .sticky-nav-items li.nav-menu a.nav-item span.nav-icon i {
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.sidebar-wrapper .mini-sidebar .sticky-nav-items li.nav-menu a.nav-item.active {
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background-color: #0c406b;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.sidebar-wrapper .mini-sidebar .sticky-nav-items li.nav-menu:hover a.nav-item {
  color: #fff;
  margin: 5px auto;
}
.sidebar-wrapper .mini-sidebar .sticky-nav-items li.nav-menu:hover a.nav-item:hover {
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background-color: #0c406b;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.sidebar-wrapper .mini-sidebar .footer-actions {
  list-style: none;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 14px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.nav-menu {
  text-align: center;
  font-size: 22px;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.nav-menu a.nav-item {
  color: #fff;
  padding: 2px 5px;
  background-color: #092c4c;
  border-radius: 5px;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.nav-menu a.nav-item span.nav-icon > i {
  font-size: 20px;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.nav-menu a.nav-item.active {
  background-color: #f3994b;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.nav-menu a.nav-item:hover a.nav-item {
  color: #fff;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.nav-menu a.nav-item:hover a.nav-item:hover {
  background-color: #f3994b;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.nav-menu a.nav-item-custom {
  background-color: #fff;
  color: #092c4c;
  border: 1px solid #092c4c;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.nav-menu a.nav-item-custom span.nav-icon > i {
  font-size: 20px;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.nav-menu a.nav-item-custom.active {
  background-color: #f3994b;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.nav-menu a.nav-item-custom:hover a.nav-item {
  color: #fff;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.nav-menu a.nav-item-custom:hover a.nav-item:hover {
  background-color: #f3994b;
}
.sidebar-wrapper .mini-sidebar .footer-actions .user-action img {
  border-radius: 30px;
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 2px;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.dropdown .dropdown-menu {
  min-width: 12rem !important;
  padding: 0;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.dropdown .dropdown-menu .avatar-img {
  width: 40px;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.dropdown .dropdown-menu .username {
  font-weight: 600;
  font-size: 14px;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.dropdown .dropdown-menu .profile-img {
  font-size: 600;
  font-size: 12px;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.dropdown .dropdown-toggle::after {
  display: none;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.dropdown .dropdown-divider {
  height: 0;
  margin: 0.1rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.sidebar-wrapper .mini-sidebar .footer-actions li.dropdown a.dropdown-item {
  font-size: 13px;
  padding: 10px 17px;
}
.sidebar-wrapper .secondary-sidebar {
  width: 200px;
  z-index: 3;
  background: #fff;
}
.sidebar-wrapper .secondary-sidebar .big-logo {
  margin: 0 auto;
}
.sidebar-wrapper .secondary-sidebar .big-logo .logo-sec-big > img {
  padding: 0px;
  margin: 12px;
  height: 35px;
}
.sidebar-wrapper .secondary-sidebar .tagline {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sidebar-wrapper .secondary-sidebar .secondary-menu {
  padding: 10px;
  margin-top: 10px;
}
.sidebar-wrapper .secondary-sidebar .secondary-menu .menu-items {
  padding: 5px 0px;
}
.sidebar-wrapper .secondary-sidebar .secondary-menu .menu-title {
  font-size: 11px;
  margin-top: 5px;
  font-weight: 400;
  color: #9e9e9e;
  text-transform: uppercase;
}
.sidebar-wrapper .secondary-sidebar .secondary-menu .nav-menu.active {
  background: #f5f5ff;
  border-radius: 6px;
}
.sidebar-wrapper .secondary-sidebar .secondary-menu .nav-menu-items {
  list-style: none;
  padding-left: 0;
}
.sidebar-wrapper .secondary-sidebar .secondary-menu .nav-menu-items li {
  padding: 0;
}
.sidebar-wrapper .secondary-sidebar .secondary-menu .nav-menu-items li a.nav-link {
  display: flex;
  align-items: center;
  padding: 0 4px;
}
.sidebar-wrapper .secondary-sidebar .secondary-menu .nav-menu-items li a.nav-link .nav-icon {
  font-size: 16px;
  color: #092c4c;
  opacity: 0.5;
}
.sidebar-wrapper .secondary-sidebar .secondary-menu .nav-menu-items li a.nav-link .nav-text {
  display: inline;
  line-height: 1.125rem;
  font-weight: 500;
  color: #092c4c;
  font-size: 14px;
  opacity: 0.85;
  transition: opacity 0.15s ease-in-out;
  padding: 0.56rem 0;
}
.sidebar-wrapper .secondary-sidebar .secondary-menu .nav-menu-items li a.nav-link .nav-icon-alt {
  float: right;
  color: #092c4c;
  opacity: 0.5;
}
.sidebar-wrapper .secondary-sidebar.collapsed {
  margin-left: -270px;
  display: none;
}

.show-sidebar .custom-menu {
  left: 20px;
}
.show-sidebar .content-wrapper {
  margin-left: 62px;
}

.content-wrapper {
  width: 100%;
  background-color: #fdfdfd;
  margin-left: 265px;
  height: 100vh;
  padding: 20px 35px 0 42px;
  overflow: hidden;
  overflow-y: auto;
}

.footer.fixed-bottom {
  background: #fff;
  border-top: 1px solid #ededed;
  box-shadow: 0 10px 10px #ddd;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  z-index: 1 !important;
}

@media (max-width: 767px) {
  .sidebar-wrapper {
    margin-left: -265px;
  }
  .content-wrapper {
    margin-left: 0;
  }
  .custom-menu {
    left: -40px;
  }
  .show-sidebar .sidebar-wrapper {
    margin-left: 0px;
  }
  .show-sidebar .sidebar-wrapper .secondary-sidebar.collapsed {
    margin-left: 0px;
    display: block;
  }
  .show-sidebar .custom-menu {
    left: 230px;
  }
  .show-sidebar .content-wrapper {
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .sidebar-wrapper {
    margin-left: 0px;
  }
  .content-wrapper {
    margin-left: 262px;
  }
  .custom-menu {
    left: 222px;
  }
  .show-sidebar .sidebar-wrapper {
    margin-left: 0px;
  }
  .show-sidebar .sidebar-wrapper .secondary-sidebar.collapsed {
    margin-left: -235px;
  }
  .show-sidebar .custom-menu {
    left: 20px;
  }
  .show-sidebar .content-wrapper {
    margin-left: 60px;
  }
}
.logo-holder-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.logo-holder-sidebar h5 {
  margin-bottom: 0;
  font-size: 15px;
  margin-right: 10px;
}

#sidebar-toggle {
  background: #f8f8f8;
  border: 2px solid #f3f3f3;
  width: 40px;
  height: 40px;
  border-radius: 33px;
  margin-top: 12px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  color: #0b0c49;
}
#sidebar-toggle:focus {
  outline: none;
}

.show-sidebar #sidebar-toggle {
  background: #f8f8f8;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 33px;
  margin-top: 11px;
  margin-left: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  color: #0b0c49;
}

.page-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page-header-action {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  justify-content: flex-end;
}
.page-header-action .nav {
  flex-wrap: nowrap;
}
@media (max-width: 360px) {
  .page-header-action {
    margin-top: 10px;
  }
}
@media (min-width: 361px) and (max-width: 425px) {
  .page-header-action {
    margin-top: 10px;
  }
}
.page-header-action .nav-link {
  display: block;
  padding: 0.2rem 0.6rem;
  font-size: 14px;
  color: #212529;
}

.page-header-main .page-title {
  font-size: 18px;
  font-weight: 500;
}

.btn {
  white-space: nowrap;
}

.card {
  border: 1px solid #f3f3f3;
  border-radius: 0.25rem;
}

sup.required {
  color: #fb0202;
  top: -4px;
  font-size: 12px;
  font-weight: 700;
  padding-left: 5px;
}

.tooltip .arrow {
  display: none !important;
}

.info-section {
  text-align: center;
  margin: 30px 10px;
}
.info-section h6 {
  color: green;
}
.info-section .icon {
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #d5ffd7;
  color: green;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 16px;
}

.delete-section {
  text-align: center;
}
.delete-section h6 {
  color: #fa4747;
}
.delete-section .icon {
  font-size: 20px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgb(255, 231, 231);
  color: rgb(250, 71, 71);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 16px;
}

.fs-17 {
  font-size: 17px;
}

.danger-color {
  color: #f24d4d;
}

.delete-badge {
  background: #ffe4e4;
  padding: 3px 8px;
  border-radius: 4px;
  color: #8e1313;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.form-control:focus {
  box-shadow: none;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
  input[type=radio] {
    --active: #275EFE;
    --active-inner: #fff;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type=checkbox]:after,
  input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
  input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
  input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
  input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
  input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
  input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
  input[type=radio]:not(.switch) {
    width: 21px;
    min-width: 21px;
    max-width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
  input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
  input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
  input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type=checkbox]:not(.switch) {
    border-radius: 4px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  input[type=radio] {
    border-radius: 50%;
  }
  input[type=radio]:after {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
.modal-header .close {
  font-size: 22px;
}
.modal-header .close span {
  background-color: #c7c7c7;
  padding: 1px 7px;
  font-size: 18px;
  border-radius: 100%;
}
.modal-header .close:focus {
  outline: none;
}

.modal-header {
  padding: 0.7rem 1rem;
}

.modal-title {
  font-size: 16px;
  font-weight: 500;
}

.modal-footer {
  padding: 0.15rem 0.75rem;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-secondary,
.btn-secondary:disabled {
  color: #212529;
  background-color: #dde1e9;
  border-color: #dde1e9;
}

.password-control input[type=password] {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.password-control .input-group-prepend .input-group-text {
  background-color: transparent;
  border-left: 0 !important;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.no-wrap {
  white-space: nowrap;
}

.filters .btn:focus {
  box-shadow: none;
}

._500 {
  font-weight: 500;
}

.ins-card {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}
.ins-card .ins-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #3f4254;
  font-size: 28px;
  background-color: #f3f6f9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0.42rem;
}
.ins-card.ins-55 .ins-icon i {
  width: 55px;
  height: 55px;
}
.ins-card.ins-65 .ins-icon i {
  width: 65px;
  height: 65px;
}

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196f3;
  color: #2196f3;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}

.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196f3;
  color: #2196f3;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2196f3;
  color: #2196f3;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #2196f3;
  }
  50%, 100% {
    background-color: #ebe6ff;
  }
}
.no-border-top {
  border-top: none;
}

.no-border-bottom {
  border-bottom: none;
}

.bg-link {
  background-color: #fff;
  border: 1px solid #b1d9fd;
  padding: 2px 5px;
  padding: 3px 5px;
  border-radius: 3px;
}

.badge {
  line-height: unset;
}

.w-60 {
  width: 60px;
}

.form-custom {
  padding: 0px 25px 0px 10px;
}

.alert-section {
  text-align: center;
  margin: 30px 10px;
}
.alert-section .icon {
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #ddf0f8;
  color: #1c8ef9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 16px;
}

.table th {
  padding: 0.55rem 0.55rem;
  vertical-align: middle;
}

.table td {
  padding: 0.45rem 0.55rem;
  vertical-align: middle;
}

.table thead th {
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6 !important;
}

div.dataTables_wrapper div.dataTables_info {
  display: inline-block;
  margin-right: 14px;
}

.dataTables_length {
  display: inline-block;
  margin-right: 14px;
}

.no-data-table {
  text-align: center;
  display: none;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  right: 7px;
  font-family: "Font Awesome 5 Free";
  content: "\f0de";
  top: 8px;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  right: 7px;
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  top: 8px;
}

.dt-actions {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.dt-actions li {
  display: inline-block;
  list-style-type: none;
}

.btn-action, .btn-delete {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  background: #f9f9f9;
  color: #0a0e49;
}
.btn-action:hover, .btn-delete:hover {
  background: #092c4c;
  color: #fff;
}

.btn-delete {
  background: #ffd7d4;
  color: #f24d4d;
}
.btn-delete:hover {
  background: #f73e50;
  color: #fff;
}

.dt-width-1 {
  min-width: 80px !important;
  max-width: 80px !important;
  width: 80px !important;
}

.dt-width-2 {
  min-width: 100px !important;
  max-width: 100px !important;
  width: 100px !important;
}

.dt-width-3 {
  min-width: 120px !important;
  max-width: 120px !important;
  width: 120px !important;
}

.dt-width-4 {
  min-width: 160px !important;
  max-width: 160px !important;
  width: 160px !important;
}

.status-width {
  min-width: 140px !important;
  max-width: 140px !important;
  width: 140px !important;
}

.badge-main, .badge-blue, .badge-red, .badge-orange, .badge-green {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}

.badge-green {
  background: #baffc7;
  color: #090808;
}

.badge-orange {
  background: #ffc18b;
  color: #090808;
}

.badge-red {
  background: #ffbabf;
  color: #090808;
}

.badge-blue {
  background: #c7dcf3;
  color: #090808;
}

.dataTable {
  background: #fff;
}
.dataTable .table td,
.dataTable .table th {
  padding: 0.25rem 0.65rem !important;
}
.dataTable .table td {
  font-size: 14px !important;
}

.search-filter {
  width: 180px;
  margin-right: 10px;
}
.search-filter .input-group-text {
  height: 35px;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  font-size: 18px;
  padding: 0.375rem 0.35rem;
}
.search-filter .form-control {
  padding: 0.375rem 0.35rem;
  background-color: #f8f8f8;
  background-clip: padding-box;
  border: 1px solid #f8f8f8;
  font-size: 14px;
}

.table-search .search-filter {
  width: 360px;
}

.table-search-header {
  width: 390px;
}

.tab-title {
  font-size: 14px;
  font-weight: 600;
}

.tab-status-column {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
}

.dataTables_paginate .page-link {
  padding: 6.3px 0.75rem;
}

.show-entries-row {
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.show-entries-row h6 {
  color: #8f8f8f;
  margin-bottom: 4px;
}
.show-entries-row h6 strong {
  color: #222222;
}

.show-data-row {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.custom-dt-pagination .pagination {
  margin-bottom: 0;
}

.error {
  color: red !important;
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tbl-actions {
  display: none;
}

table tr:hover .tbl-actions {
  display: inline-block;
  white-space: nowrap;
  z-index: 9 !important;
}
table tr:hover .dt-text {
  display: none;
}

table tbody tr td {
  padding: 0.15rem 0.55rem !important;
  line-height: 2;
}

.sort-asc:after {
  content: "\f0de";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

.sort-default:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  opacity: 0.3;
}

.sort-desc:after {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

.tx-13 {
  font-size: 13px;
}

.permission-card {
  margin-bottom: 100px;
}

.permission-grid .grid-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 10px;
  margin: 20px;
}
.permission-grid .grid-group .grid-item .chk-checkbox label {
  display: flex;
}

.org-grid .grid-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
  grid-gap: 10px;
  margin: 20px 0;
}
.org-grid .grid-group .grid-item .chk-checkbox label {
  display: flex;
}

.profile-tbl tr th,
.profile-tbl tr td {
  padding: 15px !important;
}

.default {
  --primary-clr: #3d85b0;
}

.theme-blue {
  --primary-clr: #3d85b0;
}

.theme-dark {
  --primary-clr: #212121;
}

.theme-purple {
  --primary-clr:#ac107c;
}

.theme-voilet {
  --primary-clr:#734b8d;
}

.theme-blue-alt {
  --primary-clr:#544d91;
}

.pac-login {
  font-size: 14px;
}
.pac-login .swiper-container {
  width: 100%;
  height: 100%;
}
.pac-login .swiper-slide {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.pac-login .page-content {
  background: rgba(255, 255, 255, 0.9215686275);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  min-height: 100vh;
}
.pac-login .login-left-side {
  background: rgba(255, 255, 255, 0.8509803922);
}
.pac-login .left-info {
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
@media (max-width: 360px) {
  .pac-login .left-info {
    padding: 20px;
    justify-content: center;
  }
}
@media (min-width: 361px) and (max-width: 426px) {
  .pac-login .left-info {
    padding: 20px;
    justify-content: center;
  }
}
@media (max-width: 769px) {
  .pac-login .left-info {
    padding: 20px;
    justify-content: center;
  }
}
.pac-login .login-right-side {
  background-color: #0a0747;
  background-image: none;
}
@media (max-width: 360px) {
  .pac-login .login-right-side {
    display: none;
  }
}
@media (min-width: 361px) and (max-width: 426px) {
  .pac-login .login-right-side {
    display: none;
  }
}
.pac-login .login-right-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg-login.png");
  background-size: 100%;
  background-position-y: 90%;
  opacity: 0.15;
  background-size: cover;
}
.pac-login .logo {
  margin-bottom: 20px;
  margin-top: 20px;
}
.pac-login .logo img {
  width: 160px;
  margin-bottom: 30px;
}
.pac-login .login-illustration {
  margin: 0 auto;
  text-align: center;
  width: 440px;
}
.pac-login .login-illustration img {
  width: 380px;
  margin-bottom: 10px;
  padding: 30px;
}
.pac-login .login-form,
.pac-login .forgot-form {
  padding: 20px 0px;
}
.pac-login .w-text {
  color: #080839;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 30px;
}
.pac-login .btn {
  padding: 8px 14px;
}
.pac-login .footer-note {
  color: #301f3e;
  text-align: center;
  margin-bottom: 20px;
}
.pac-login .right-side-info {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pac-login .l-forgot {
  text-align: center;
  margin-top: 40px;
}
.pac-login .greeting {
  font-size: 18px;
  font-weight: 500;
  color: #f4f4f4;
}
.pac-login .onboard-desc {
  font-size: 14px;
  padding: 10px 50px;
  color: #bfbfbf;
}
.pac-login .modal-footer {
  padding: 0.05rem 0.35rem;
}
.pac-login .forgot-img {
  text-align: center;
  margin: 0 auto;
}
.pac-login .forgot-img img {
  width: 250px;
}
.pac-login .forgot-password-modal h6 {
  color: #08134c !important;
  font-size: 18px;
}
.pac-login .info-slide-container {
  width: 100%;
}

.input-group-append,
.input-group-prepend {
  color: #727686;
  width: auto;
  border: none;
}

.input-group-append .input-group-text,
.input-group-prepend .input-group-text {
  border-color: #e6e4e9;
  padding: 0.3rem 0.75rem;
  color: #727686;
}

.org-list-ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.org-list-ul ul li {
  display: inline-block;
  padding: 0px 0px;
}

.max-h-300 {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.count-badge {
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  background: #f6f6f6;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
}

.table-container {
  margin-top: 10px;
}

.email-wrap {
  word-break: break-all;
}

.action .dropdown-toggle::after {
  display: none;
}
.action i {
  font-size: 18px;
  color: #151817;
  background: #f3f3f3;
  border-radius: 30px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.role-card .card-body {
  padding: 0.85rem 0.85rem 0.85rem 1.15rem;
}

.clearable {
  position: relative;
  display: inline-block;
}

.text-clear {
  display: none;
  position: absolute;
  right: 0;
  top: -3px;
  padding: 8px;
  font-style: normal;
  font-size: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #c1b9b9;
}

.Org-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 12px;
  margin-bottom: 60px;
}
.Org-grid .Org-card {
  background-color: #fff;
  padding: 20px 12px;
  border-radius: 0.5rem;
  text-align: center;
  display: grid;
  box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2);
}
.Org-grid .Org-card:hover {
  background: rgba(10, 96, 167, 0.0509803922);
}
.Org-grid .Org-card:hover .btn-log {
  background-color: rgb(0, 146, 202);
  color: #fff;
}
.Org-grid .Org-card .Org-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.Org-grid .Org-card .Org-footer a {
  -webkit-text-decoration: done;
          text-decoration: done;
  font-weight: 500;
}

.color-2 {
  color: rgb(255, 255, 255);
  background: rgba(35, 177, 211, 0.54);
  border: 2px solid rgba(35, 177, 211, 0.54);
}

.color-3 {
  color: #fff;
  background: rgba(0, 209, 87, 0.4196078431);
  border: 2px solid rgba(0, 209, 87, 0.4196078431);
}

.color-4 {
  color: #fff;
  background: rgba(244, 67, 54, 0.3411764706);
  border: 2px solid rgba(244, 67, 54, 0.3411764706);
}

.tx-22 {
  font-size: 22px !important;
}

.card-disabled {
  background: #cdcdcd;
  opacity: 0.3;
  cursor: default;
  box-shadow: 0 0px 18px hsla(29, 44%, 8%, 0.21) !important;
}

.cursor-default {
  cursor: default !important;
}

.btn-log {
  background-color: rgba(108, 117, 125, 0.368627451);
  /* color: #000; */
  color: rgba(33, 37, 41, 0.7294117647);
}

.Org-card-2 {
  background-color: #fff;
  padding: 20px 12px;
  border-radius: 0.5rem;
  text-align: center;
  display: grid;
  box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2);
}

.Org-header {
  width: 100px;
  border-radius: 50%;
  display: grid;
  /* place-content: center; */
  /* place-items: center; */
  margin: 0 auto 0.75rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 110px;
}
.Org-header .card-img {
  border-radius: 50%;
  font-size: 24px;
  font-weight: 600;
  height: 64px;
  width: 64px;
  display: grid;
  place-content: center;
}
.Org-header img {
  max-width: 100%;
  height: auto;
}

.nav-tabs-list {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
}
.nav-tabs-list .nav-tab-list {
  border-bottom: 1px solid #f5f5f5;
}
.nav-tabs-list .nav-tab-list .nav-link {
  color: #0c406b;
  background-color: white !important;
  font-size: 14px;
  border-radius: 0.5rem 0.5rem 0 0;
  font-weight: 600;
}
.nav-tabs-list .nav-tab-list .nav-link.active {
  border-bottom: 2px solid #007bff !important;
  color: #007bff !important;
  background-color: white;
  font-weight: 600;
  font-size: 14px;
}
.nav-tabs-list .nav-tab-list .nav-link:hover {
  color: #007bff !important;
}

.pac-app {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
}
.pac-app .table {
  background: #fff;
}
.pac-app .nav-tabs .nav-link.active {
  color: #212529;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #212529;
  border-bottom-width: 3px;
  font-weight: 500;
  font-size: 14px;
}
.pac-app ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E0E0E0 !important;
  opacity: 0.5; /* Firefox */
}
.pac-app ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #E0E0E0 !important;
  opacity: 0.5; /* Firefox */
}
.pac-app :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E0E0E0 !important;
}
.pac-app ::-ms-input-placeholder { /* Microsoft Edge */
  color: #E0E0E0 !important;
}
.pac-app #content {
  margin-top: 20px;
}
.pac-app .nav-pills .nav-link.active,
.pac-app .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #46494d;
}
.pac-app .nav-tabs .nav-link {
  font-size: 14px;
  border: none;
}
.pac-app .nav-tabs .nav-item {
  margin-bottom: 0;
}
.pac-app .nav-tabs .nav-link:focus,
.pac-app .nav-tabs .nav-link:hover {
  border: inherit;
  color: #212529;
  font-size: 14px;
}
.pac-app .nav-tabs .nav-link.active {
  border-bottom: 2px solid #000;
  color: #212529;
  font-size: 14px;
}

.btn {
  padding: 0.275rem 0.75rem;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.td-width-4 {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}

.right-info-panel {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  border-left: 1px solid #e3e3e3;
}
.right-info-panel .close-right {
  position: absolute;
  top: 12px;
  right: 8px;
  font-size: 20px;
  color: #323030;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  height: 30px;
  width: 30px;
  box-shadow: 1px 3px 10px rgba(221, 221, 221, 0.2392156863);
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .right-info-panel {
    padding-top: 15px;
  }
}
.right-panel-content {
  margin-top: 10px;
}
.right-panel-content .msn-list-info, .right-panel-content .right-panel-content {
  border-left: none;
}
.right-panel-content .msn-list-info.m-status-up:hover, .right-panel-content .m-status-up.right-panel-content:hover {
  border-left: none;
}
.right-panel-content .msn-list-info, .right-panel-content .right-panel-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.right-panel-content .status-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.right-panel-content .m-primary-details {
  text-align: center;
}

.vertical-tabs ul {
  padding-left: 0px;
  margin: 0px;
}

.vertical-tabs ul li {
  list-style-type: none;
  color: #01021f;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 2px;
}

.vertical-tabs ul li a {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #ecf2f6;
  color: #0c406b;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vertical-tabs i {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.vertical-tabs ul li.active,
.vertical-tabs ul li a.active {
  border-radius: 4px;
  color: #fff !important;
  background: #0076be;
}

.vertical-tabs ul li.completed,
.vertical-tabs ul li.completed a:hover,
.vertical-tabs ul li.completed a:active {
  border: 1px solid #329a10;
  border-radius: 4px;
  color: #329a10;
}

.vertical-tabs ul li.completed a {
  color: #329a10;
}

.vertical-tabs ul li .nav-link.disabled {
  color: #b9b9b9;
}

.card.card-list-item.pdca-edit-tab {
  margin-top: 0px;
  z-index: 0;
  border: 2px solid #0076be;
}

.card.card-list-item.pdca-edit-tab .card-body {
  box-shadow: none;
}

.vertical-tabs ul li a:hover {
  border: 1px solid #0092ca;
  border-radius: 4px;
  color: #0092ca;
}

.vertical-tabs ul li.active a {
  color: #0092ca;
  font-size: 14px;
  border-top: 3px solid #0076be;
}

.form-label {
  font-size: 14px;
  font-weight: normal;
}

.details-label {
  font-size: 14px;
  font-weight: 500;
}

.secondary-formtitle {
  color: #0a60a7 !important;
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dcdcdc;
}

.secondary-subtitle {
  color: #0a60a7 !important;
  font-size: 14px;
  padding-bottom: 15px;
}

.secondary-form-title {
  color: #001322 !important;
  font-size: 14px;
}
.secondary-form-title:before {
  content: "\f30b";
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.section-formtitle {
  color: #0a60a7 !important;
  font-size: 14px;
}

.icon-wrapper {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid #eeeeef !important;
}

.card-list-item {
  position: relative;
  display: block;
  padding: 0.75rem 0.75rem;
  margin-bottom: -1px;
  background-color: #fff;
  webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* border: 1px solid #e0e0e0;*/
  margin-bottom: 15px;
}

.card.card-margin {
  margin-bottom: 15px;
}

.card-list-item {
  position: relative;
  display: block;
  padding: 0.75rem 0.75rem;
  margin-bottom: -1px;
  background-color: #fff;
  webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  /* border: 1px solid #e0e0e0;*/
  margin-bottom: 15px;
}

.card-content-wrapper {
  display: flex;
  flex: 1;
  position: relative;
  /* align-items: center; */
}

.icon-wrapper {
  text-align: center;
  /* display: flex;
  align-content: center;
  align-items: center; */
}

.icon-wrapper {
  border-width: 1px;
  border-style: solid;
}

.icon-wrapper {
  width: 42px;
  height: 42px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid #eeeeef !important;
}

.icon-wrapper .icon-wrapper-bg.bg-light {
  opacity: 0.08;
}

.icon-wrapper .text-avatar {
  margin: 0 auto;
  font-size: 1.7rem;
  position: relative;
  z-index: 5;
  color: #0092ca;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 42px;
}

.card-list-item .card-content .card-content-left .card-heading {
  opacity: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-list-item .card-content .card-content-right.card-content-actions {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s;
  margin-left: auto;
}

.card-list-item .card-content .card-content-left .card-heading a {
  color: #0092ca;
  font-size: 14px;
}

.card-content-left .tbl-w1 .td-text:hover > td > .action-list {
  display: inline-block;
  white-space: nowrap;
}

.card-list-item .card-content .card-content-left .card-heading a:hover {
  text-decoration: none;
  color: #091346;
}

.custom-switch {
  padding-left: 6px;
}

.dropify-wrapper .dropify-message p {
  margin: 5px 0 0 0;
  font-size: 14px;
}

.edit_profile {
  padding: 7px 20px;
  border: 1px solid #0092ca !important;
  border-radius: 5px;
}

.edit_profile:hover {
  text-decoration: none;
  background: #091346;
  color: #fff;
  border: 1px solid #091346 !important;
}

#full-width-sidebar .delete_user, .add_remove .delete_user {
  background: #fff;
  color: #d92550 !important;
  border: 1px solid #d92550;
  font-size: 13px !important;
  padding: 0px !important;
  width: 24px;
  display: block;
  text-align: center;
  height: 24px;
  line-height: 23px;
  border-radius: 3px !important;
}

#full-width-sidebar .delete_user:hover, #full-width-sidebar .delete_user:focus, .add_remove .delete_user:focus,
.add_remove .delete_user:hover {
  background: #f2b8c6;
  border-color: #f2b8c6;
  border: 1px solid #f2b8c6;
}

.edit_user {
  font-size: 13px !important;
  padding: 0px;
  width: 24px;
  height: 24px;
  line-height: 23px;
  border-radius: 3px !important;
  background: #fff;
  color: #0092ca;
  display: block;
  text-align: center;
  border: 1px solid #0092ca;
}

.card-footer {
  background: none;
}

.select2-container .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: calc(1.5em + 0.75rem + 2px);
}

.select2-search__field[type=search] {
  border: none !important;
  outline: none !important;
}

.select2-search__field[type=search]:focus {
  border: none !important;
  outline: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.dt-link {
  color: #0092ca;
}

.text-wrap {
  word-break: break-all;
}

.box-shadow-1 {
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.max-hgt {
  height: calc(100vh - 250px);
  overflow-y: auto;
  padding-top: 5px;
}

.divider {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 1px solid rgba(233, 233, 233, 0.34);
}

.counter-sec {
  background: #f5fbff;
  padding: 0px 0px;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: space-between;
}
.counter-sec .counter-info {
  margin: 0 10px;
  font-size: 14px;
}
.counter-sec .counter-info .counter-label {
  font-weight: normal;
}
.counter-sec .counts {
  text-align: center;
  background: #f8fcff;
  padding: 6px 10px;
  border-radius: 0px 3px 3px 0px;
}
.counter-sec .counts .value {
  font-size: 14px;
  font-weight: 600;
  color: #686969;
}

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #0092ca;
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0092ca;
}

::-webkit-scrollbar-thumb:active {
  background: #0092ca;
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.required {
  color: red;
}

.badge-soft-danger {
  background-color: #ffe7e9;
  color: #e21515;
  font-size: 100%;
  padding: 0 4px;
}

.badge-soft-primary {
  background-color: #e0eefd;
  color: #0e529a;
  font-size: 100%;
  padding: 0 4px;
}

.dropdown-item {
  font-size: 14px;
  color: #16181b;
  text-decoration: none;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  font-size: 14px;
  text-decoration: none;
  background-color: #f8f9fa !important;
}

.setup-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbfbfb;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.setup-container .typo {
  margin-right: 20px;
}
.setup-container .typo label {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
}
.setup-container .typo p {
  margin-bottom: 0;
  font-size: 13px;
}
.setup-container .typo .status .active {
  font-weight: bold;
  color: green;
}
.setup-container .typo .status .inactive {
  font-weight: bold;
  color: red;
}
.setup-container .setup-structure .dimension-1 {
  text-align: center;
}
.setup-container .setup-structure .dimension-2 {
  text-align: center;
}
.setup-container .setup-structure .dimension-3 {
  text-align: center;
}

#tree-view .dimension-1,
#tree-view .dimension-2,
#tree-view .dimension-3, #tree-view .dimension-4 {
  padding: 12px 10px;
  margin: 10px;
}

#tree-view .dimension-2 {
  padding: 12px 10px;
  margin: 10px;
}

#tree-view .dimension-3 {
  padding: 12px 10px;
  margin: 10px;
}

#tree-view .dimension-4 {
  padding: 12px 10px;
  margin: 10px;
}

p.tree,
ul.tree,
ul.tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.tree ul {
  margin-left: 1em;
}

.tree-intro,
ul.tree li {
  position: relative;
  margin-left: 0;
  padding-left: 1em;
  margin-top: 0;
  margin-bottom: 0;
  border-left: thin solid #000;
}

ul.tree li:last-child {
  border-left: none;
}

ul.tree li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  vertical-align: top;
  content: "";
  display: inline-block;
}

.dimension-1 {
  background: #B3E5FC;
  color: #068bc7;
  padding: 6px 10px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.dimension-2 {
  background: #b3fcbf;
  color: #07c548;
  padding: 6px 10px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.dimension-3 {
  background-color: #e7daff;
  color: #8646f7;
  padding: 6px 10px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.dimension-4 {
  background-color: #ffcee6;
  color: #f10075;
  padding: 6px 10px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.vertical-tabs-alt ul {
  padding-left: 0px;
  margin: 0px;
}

.vertical-tabs-alt ul li {
  list-style-type: none;
  color: #01021f;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 2px;
}

.vertical-tabs-alt ul li a {
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #ecf2f6;
  color: #0c406b;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.vertical-tabs-alt i {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.vertical-tabs-alt ul li.active,
.vertical-tabs-alt ul li a.active {
  border-radius: 4px;
  color: #0076be !important;
  border-right: 3px solid #0076be;
  font-weight: 500;
}

.vertical-tabs-alt ul li .nav-link.disabled {
  color: #b9b9b9;
}

.vertical-tabs-alt ul li a:hover {
  border: 1px solid #0092ca;
  border-radius: 4px;
  color: #0092ca;
}

.vertical-tabs-alt ul li.active a {
  color: #0092ca;
  font-size: 14px;
  border-top: 3px solid #0076be;
}

.app-main-right__sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: -20px 25px 20px -25px rgba(0, 0, 0, 0.75);
}

.app-main-right__sidebar .closebtn:hover,
.app-main-right__sidebar .closebtn:focus,
.app-main-right__sidebar .closebtn:visited {
  text-decoration: none;
}

.app-main-right__sidebar .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 18px;
  margin-right: 0;
  clear: both;
  font-family: HindVadodara-Bold;
  color: #383942;
}

.sidebar-card .card-header {
  background-color: transparent;
}
.sidebar-card .card-header .card-header-title {
  font-size: 18px;
  font-weight: 400;
  color: #212529;
}

.organization-setup .secondary-title i {
  color: #032231;
  opacity: 0.5;
}

.organization-setup .secondary-title {
  color: #000313;
}

.list-unstyle-alt {
  -moz-columns: 2;
       columns: 2;
}

.max-hgt-alt {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

input[type=checkbox] + label, input[type=radio] + label {
  line-height: 24px;
}

input[type=checkbox]:not(.switch), input[type=radio]:not(.switch) {
  width: 20px;
  height: 20px;
}

.form-control {
  font-size: 14px;
  font-weight: 500;
}
.form-control.error {
  color: inherit !important;
}

.divider-1 {
  border-bottom: 1px solid #f5f5f5;
}

.multiselect-dd.hidden {
  display: none;
}

.fs-label-wrap {
  border: 1px solid #ced4da;
  height: calc(1.75em + 0.75rem + 2px);
}

.input-group-text {
  font-size: 14px;
  font-weight: normal;
}

.routing-page .routing-container {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.routing-page .routing-container a.tile {
  outline: 0;
  background-color: #d7dae2;
}

.routing-page .routing-container .tile {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  background-color: #f1f5fd;
  line-height: 2rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 0.25rem;
}

.routing-page .routing-container .tile.tile-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.routing-page .routing-container .tile.tile-lg i {
  color: #333;
}

.routing-page .routing-container .item-card {
  max-width: 200px;
  min-width: 200px;
}

.routing-page .routing-container a {
  color: #373737;
  font-weight: 600;
}

.static-tabe tr td {
  line-height: 1.5;
}

.logo-upload-placeholder img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 200px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

.logo-upload-placeholder-alt img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 150px;
  margin-bottom: 15px;
}

.remove-img {
  position: absolute;
  font-size: 20px;
  margin-left: -10px;
  margin-top: -10px;
  color: #9eafb7;
  padding: 0 !important;
  border-radius: 50%;
  padding-bottom: 0;
}

#loader {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 1000;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(42, 43, 55, 0.6392156863);
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  left: 50%;
  top: 50%;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fdfdfd;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.pre-input {
  width: 23%;
}

.pre-input-custom {
  width: 23%;
}

.hor-divider {
  content: "|";
  vertical-align: middle;
  z-index: 9999;
  padding: 7px 0;
  color: #959595;
}

.text-field {
  border-left: none;
  margin-left: -5px;
  border-radius: 0 5px 5px 0;
}

.custom-input-field {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: 37px;
}
.custom-input-field .form-control {
  border: none;
}
.custom-input-field .form-control:focus {
  border: none;
}
.custom-input-field .input-group-append {
  margin-left: 0px;
}

.custom-input-field:focus-within {
  border: 1px solid #80bdff !important;
  border-radius: 0.25rem;
}

.log-timeline .sessions {
  border-radius: 12px;
  position: relative;
}
.log-timeline ul {
  padding-left: 0;
  list-style: none;
}
.log-timeline li {
  list-style: none;
  padding-bottom: 1.5rem;
  border-left: 0.5px dashed #d5d5d5;
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.log-timeline li:last-child {
  border: 0px;
  padding-bottom: 0;
}
.log-timeline li:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #d5d5d5;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: 1px;
}
.log-timeline .user {
  line-height: 1;
}
.log-timeline .user .userby {
  color: #000;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
}
@media screen and (min-width: 601px) {
  .log-timeline .user .userby {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .log-timeline .user .userby {
    margin-bottom: 0.3rem;
    font-size: 0.85rem;
  }
}
.log-timeline p {
  color: #4f4f4f !important;
  line-height: 1.5;
  margin-top: 0.4rem;
}
@media screen and (max-width: 600px) {
  .log-timeline p {
    font-size: 0.9rem;
  }
}

.workspace-modal .animation-block {
  text-align: center;
}
.workspace-modal .animation-block img {
  width: 80px;
  height: 80px;
}

#text-scroll-container {
  height: 18px;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 40px;
}

#scroll-text {
  height: 100%;
  text-align: center;
  transform: translateY(100%);
  animation: my-animation 5s linear infinite alternate;
}

@keyframes my-animation {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-350%);
  }
}
.org-floating-card {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 999;
  box-shadow: -3px 8px 40px rgba(0, 0, 0, 0.1098039216);
  min-width: 230px;
  max-width: 230px;
  border: 2px solid rgba(255, 153, 0, 0.3411764706);
}
.org-floating-card .card-body .warning-icon-holder {
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  background: #fff9c8;
  border-radius: 100px;
}
.org-floating-card .card-body .warning-icon-holder i {
  font-size: 16px;
  color: #ff9800;
}

.hint-dropdown-btn {
  height: 34px;
  width: 34px;
  background: #f3f3f3;
  border-radius: 50px;
  display: grid;
  place-content: center;
  color: #4e4e4e;
  border: 2px solid #fff;
}
.hint-dropdown-btn::after {
  display: none;
}
.hint-dropdown-btn:hover, .hint-dropdown-btn:active, .hint-dropdown-btn:focus {
  border: 2px solid #a2a2a2;
}

.list-of-items-dropdown {
  max-width: 200px;
  min-width: 200px;
  padding: 10px 0px 0px 0px;
}
.list-of-items-dropdown .title {
  font-size: 14px;
  color: #414141;
  margin-left: 10px;
}
.list-of-items-dropdown .avail-domain-list {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  margin-bottom: 10px;
  max-height: 140px;
  overflow: hidden;
  overflow-y: auto;
}
.list-of-items-dropdown .avail-domain-list::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.list-of-items-dropdown .avail-domain-list li {
  list-style-type: none;
  padding: 4px 8px;
}
.list-of-items-dropdown .avail-domain-list li:hover {
  cursor: default;
}

.pwdins {
  border: 1px solid #ddd;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  width: 90%;
}

.pwdins > ul {
  padding-left: 0px;
  white-space: nowrap;
}

.pwdins > ul > li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-size: 9px;
  padding-right: 5px;
}

.module-desc-text {
  margin-bottom: 0;
  white-space: inherit;
}

.alert-dismissible .close {
  padding: 10px;
}/*# sourceMappingURL=app.css.map */