@import 'ngx-guided-tour/css/guided-tour-base-theme.css';
@import url('https://fonts.google.com/specimen/Poppins&display=swap');

@keyframes spin {
  0% {
    transform: translateZ(0) rotate(0);
  }

  100% {
    transform: translateZ(0) rotate(360deg);
  }
}

.freeze-ui {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background-color: #fff;
  opacity: 0.8;
  transition: opacity 0.25s;

}

.freeze-ui.is-unfreezing {
  opacity: 0;
}

.freeze-ui:after {
  content: attr(data-text);
  display: block;
  max-width: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-family: sans-serif;
  color: #343a40;
  text-align: center;
  text-transform: uppercase;
}

.freeze-ui:before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent #228ae6 #228ae6;
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
  will-change: transform;
  animation: spin 0.75s infinite ease-in-out;
}

.currentTenant {
  color: #fff !important;
  background-color: #5CA8D1 !important;
}

.custom-header {
  border: 1px solid transparent;
  color: #212325;
  background-color: #e5ebf1;
  border-color: #e2dbdb;
  padding: 1px 6px !important;
  font-size: 12px !important;
  border-radius: 2px;
  margin-bottom: 5px;
  height: 26px !important;
}

.btn {
  padding: 1px 6px !important;
  font-size: 12px !important;
}

.form-control,
.btn {
  min-height: 38px;
  border-radius: 2px;
}

.form-control,
.btn {
  min-height: 0px;
}

.form-control {
  padding: 1px 5px !important;
  height: 18px !important;
  font-size: 12px !important;
}

label {
  font-size: 12px !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 4px 4px 4px 4px !important;
  line-height: 1.25 !important;
  vertical-align: middle !important;
  font-size: 12px !important;
}

.selected-list[_ngcontent-c1] .c-btn[_ngcontent-c1] {
  height: 15px !important;
  min-height: 16px !important;
  box-shadow: none !important;
  padding: 6px !important;
  line-height: 0.25 !important;
  padding: 1px 1px 1px 6px !important;
}

.dropdown-list[_ngcontent-c1] {
  z-index: 9999 !important;
}

.dropdown-list {
  z-index: 9999 !important;
}

.selected-list .c-btn {
  height: 15px !important;
  min-height: 16px !important;
  box-shadow: none !important;
  padding: 6px !important;
  line-height: 0.25 !important;
  padding: 1px 1px 1px 6px !important;
}

.brand-link {
  color: #c4c0d6 !important;
}

.sidebar a {
  /* color: #c4c0d6 !important;
  font-size: 15px !important; */
  /*  

font-family: Poppins !important;
font-style: normal !important;
font-weight: normal !important;
font-size: 14px !important;
line-height: 20px !important;


letter-spacing: 0.04em !important; */
  /* Primary Blue */
  color: #fff !important;
  /* Inside Auto Layout */
}

.navbar-light .navbar-nav .nav-link {
  font-size: 15px !important;
  color: rgb(70 94 118) !important;
}

.content-wrapper {
  background: #f9fafb !important
}

.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
  /* padding: 8px 0px 0px 8px !important;
  width: 192px !important;
  height: 40px !important;
  left: 0px !important;
  top: 0px !; */
  /* Secondary Blue */
  background: #00B4D8 !important;
  border-radius: 8px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  padding: 8px 0px 0px 8px !important;
  width: 192px !important;
  height: 40px !important;
  left: 0px !important;
  top: 0px !;
  /* Secondary Blue */
  background: #00B4D8 !important;
  border-radius: 8px !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  /* display: flex; */
  /* flex-direction: column;
  align-items: flex-start; */
  padding: 8px 0px 0px 8px !important;
  width: 192px !important;
  height: 40px !important;
  left: 0px !important;
  top: 0px !;
  /* Secondary Blue */
  background: #00B4D8 !important;
  border-radius: 8px !important;
  /* Inside Auto Layout */
  /*   
  flex: none; */
  /* order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 0px 16px; */
}

.nav-sidebar .nav-item .nav-link {
  font-size: 15px;
  margin-top: 7px;
}

.main-header {
  -moz-box-shadow: inset 0 0 1px #000000 !important;
  -webkit-box-shadow: inset 0 0 1px #000000 !important;
  box-shadow: inset 0 0 1px #000000 !important;
  border-bottom: 2px solid #dee2e6 !;
}

.border-left-primary {
  border-left: .25rem solid #4e73df !important;
}

.border-left-warning {
  border-left: .25rem solid #f6c23e !important;
}

.border-left-success {
  border-left: .25rem solid #1cc88a !important;
}

.border-left-error {
  border-left: .25rem solid red !important;
}

.border-left-info {
  border-left: .25rem solid #45a3ad !important;
}

.text-xs {
  font-size: .7rem;
}

.text-success {
  color: #1cc88a !important;
}

.text-primary {
  color: #4e73df !important;
}

.text-error {
  color: red !important;
}

.text-warning {
  color: #f6c23e !important;
}

.text-gray-300 {
  color: #b3b4bb !important;
}

.text-uiblue {
  color: #16a9ca !important;
}

.custom-box {
  border: 1px solid#06D6A0;
  box-sizing: border-box;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 90px !important;
}

.custom-box1 {
  border: 1px solid #00B4D8;
  box-sizing: border-box;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 90px !important;
}

.custom-box2 {
  border: 1px solid #FFD166;
  box-sizing: border-box;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 90px !important;
}

.custom-box3 {
  border: 1px solid #EF476F;
  box-sizing: border-box;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 90px !important;
}

.custom-box4 {
  border: 1px solid #1cc88a;
  box-sizing: border-box;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 90px !important;
}

.dasbard-button {
  width: 50% !important;
  border-radius: unset !important;
}

.insight-button {
  width: 33.3% !important;
  border-radius: unset !important;
}

.vendor-filter {
  width: 25% !important;
  border-radius: unset !important;
}

.btn-info {
  background-color: #00B4D8 !important;
  border-radius: unset !important;
}

:not(.layout-fixed) .main-sidebar {
  position: fixed !important;
  /* height: none !important;
  max-height: calc(100vh - 9rem);
  overflow-y: auto; */

}

/* .inlineScroll  {
    display: inline-block;
    width: 236px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
} */

.wrapper {
  /* height: 100%;
  margin: 0px auto; */
  overflow-y: hidden;
  overflow-x: hidden;

}

body,
html {
  height: 100%;
}

/* .user-panel, .user-panel .info
  {
    overflow: visible !important;
  } */

.browse {
  padding: 2px 6px !important;
  height: 26px !important;
  font-size: 12px !important;
}

textarea.inputarea-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.table-responsive {
  overflow-x: inherit;
}

.carousel-control {
  position: relative;
  right: 18px;
  margin-top: 58px !important;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("assets/img/loader.gif") center no-repeat #fff;
}

.custom-menu {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 0;
  margin-right: -20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.width100 {
  width: 120px !important;
}

.wrapper {
  position: relative;
}

.tt-dropdown-menu {
  position: static;
}

.hide-header {
  display: none;
}

.custom-sub-header {
  border: 1px solid transparent;
  color: #f7f7f7;
  background-color: #03a9f4;
  border-color: #03a9f4;
  padding: 1px 6px !important;
  font-size: 12px !important;
  border-radius: 2px;
  margin-bottom: 5px;
}

.custom-sub-header-inv {
  border: 1px solid transparent;
  color: #f7f7f7;
  background-color: #5167f5;
  border-color: #5167f5;
  padding: 1px 6px !important;
  font-size: 12px !important;
  border-radius: 2px;
  margin-bottom: 5px;
}

.custom-header-success {
  border: 1px solid transparent;
  color: #f7f7f7;
  background-color: #4caf50;
  border-color: #4caf50;
  padding: 1px 6px !important;
  font-size: 12px !important;
  border-radius: 2px;
  margin-bottom: 5px;
}

.custom-header-danger {
  border: 1px solid transparent;
  color: #f7f7f7;
  background-color: #dc3545;
  border-color: #dc3545;
  padding: 1px 6px !important;
  font-size: 12px !important;
  border-radius: 2px;
  margin-bottom: 5px;
}

.custom-header-orange {
  border: 1px solid transparent;
  color: #f7f7f7;
  background-color: #3F51B5;
  border-color: #3F51B5;
  padding: 1px 6px !important;
  font-size: 12px !important;
  border-radius: 2px;
  margin-bottom: 5px;
}

.custom-header-info {
  border: 1px solid transparent;
  color: #f7f7f7;
  background-color: #ffc107;
  border-color: #ffc107;
  padding: 1px 6px !important;
  font-size: 12px !important;
  border-radius: 2px;
  margin-bottom: 5px;
}

.custom-header-info-inv {
  border: 1px solid transparent;
  color: #f7f7f7;
  background-color: #03a9f4;
  border-color: #03a9f4;
  padding: 1px 6px !important;
  font-size: 12px !important;
  border-radius: 2px;
  margin-bottom: 5px;
}

.custom-header-waiting {
  border: 1px solid transparent;
  color: #f7f7f7;
  background-color: #3F51B5;
  border-color: #3F51B5;
  padding: 1px 6px !important;
  font-size: 12px !important;
  border-radius: 2px;
  margin-bottom: 5px;
}

.custom-header-warning {
  border: 1px solid transparent;
  color: #f7f7f7;
  background-color: #ff9800;
  border-color: #ff9800;
  padding: 1px 6px !important;
  font-size: 12px !important;
  border-radius: 2px;
  margin-bottom: 5px;
}

.custom-header-label {
  border: 1px solid transparent;
  color: #f7f7f7;
  background-color: #02C39A;
  ;
  border-color: #02C39A;
  ;
  padding: 1px 6px !important;
  font-size: 12px !important;
  border-radius: 2px;
  margin-bottom: 5px;
}

.menu-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px 0px 8px;
  position: static;
  width: 192px;
  height: 40px;
  left: 0px;
  top: 0px;
  /* Secondary Blue */
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  /* margin: 0px 16px; */
}

.dropdown-menu-outside {
  position: fixed !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0px 0px 24px;
  left: 60px !important;
  /* top: 350px !important; */
  top: auto !important;
  background: #FFFFFF;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;

}

.active-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0px 0px 8px;
  position: static;
  width: 192px;
  height: 40px;
  left: 0px;
  top: 0px;
  /* Secondary Blue */
  background: #00B4D8;
  border-radius: 8px;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  margin: 0px 16px;
}

.nav-link {
  cursor: pointer;
}

.dropdown-menu a {
  color: #27374B !important;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  /* identical to box height, or 16px */
  line-height: 150%;
  /* identical to box height, or 16px */
  letter-spacing: 0.04em;
  /* Dark */
  color: #27374B;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  align-self: center;
  flex-grow: 0;
  letter-spacing: 0.04em;
}

.nav-icon {
  color: #00B4D8 !important;
}

.nav-sidebar>.nav-item .nav-icon:hover,
.nav-sidebar>.nav-item .nav-icon:focus {
  color: #ffff !important;
}

.logo {
  position: fixed;
  max-width: 135px;
  max-height: 135px;
  left: 50px;
  top: 14px;
}

.userLogo {
  padding: 10px;
  padding-left: 0px;
  width: 100%;
  height: auto;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  text-align: center;
  /* background: #1d3872; */
  margin-top: -15px;
}

.userLogoHeader {
  display: flex;
  justify-content: center;
}

.exlogo {
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  top: 20px;
  left: 6px;
  border-radius: 50%;
}

.ex-logo {
  position: fixed;
  max-width: 55px;
  max-height: 55px;
  left: 8px;
  bottom: 70px;
}

.reactangle-side {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #023E8A;
}

.imgwrap {
  width: 50%;
  margin: auto;
}

.imgwrap img {
  display: block;
  width: 80%;
  max-width: 500px;
  height: auto;
  margin: auto;
}

.imgwraps img {
  display: block;
  width: 48%;
  max-width: 500px;
  height: auto;
  margin: auto;
}

.sidebar {
  padding-top: 123px !important;
}

.overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

.column {
  float: left;
  padding: 10px;
}

.text-section {
  /* text section */
  /* Auto Layout */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  width: 122px;
  height: 64px;
  left: 24px;
  top: calc(50% - 64px/2);
}

.title {
  position: static;
  width: 122px;
  height: 20px;
  left: 0px;
  top: 44px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* grey */
  color: #99AFB4;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  align-self: flex-start;
  flex-grow: 0;
}

.number-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  position: static;
  width: 83px;
  height: 36px;
  left: 0px;
  top: 0px;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  align-self: flex-start;
  flex-grow: 0;
  margin: 0px 8px;
}

.number {
  position: static;
  width: 49px;
  height: 36px;
  left: 34px;
  top: 0px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  /* identical to box height, or 138% */
  font-feature-settings: 'ss04' on;
  color: #EF476F;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  align-self: center;
  flex-grow: 0;
  margin: 10px 0px;
}

.total {
  position: static;
  left: 0%;
  right: 80.17%;
  top: 16.67%;
  bottom: 16.67%;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  align-self: center;
  flex-grow: 0;
  margin: 10px 0px;
}

.vector {
  position: absolute;
  left: 20.83%;
  right: 20.83%;
  top: 16.67%;
  bottom: 16.67%;
  /* Green */
  background: #02C39A;
}

.rectangle {
  position: absolute;
  visibility: hidden;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #F9F9F9;
  opacity: 0.6;
  border: 1px solid #06D6A0;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* .exlogo {
  position: absolute;
  width: 63px;
  height: 74px;
  left: calc(50% - 100px/3);
  right: 17.83%;
  top: 5.33%;
  bottom: 86.34%;
} */

.default-box {
  border: 1px solid #48CAE4;
  box-sizing: border-box;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: 75px !important;
}

.dashboard-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: static;
  width: 107px;
  height: 56px;
  right: 24px;
  top: calc(50% - 56px/2);
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  align-self: center;
  flex-grow: 0;
  margin: 0px 10px;
}

.dashboard-label {
  position: static;
  width: 107px;
  height: 24px;
  left: 0px;
  top: 0px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  /* or 200% */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  /* Grey 500 */
  color: #9CA0A6;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 0px 8px;
}

.dashboard-text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  position: static;
  width: 107px;
  height: 24px;
  right: 0px;
  top: 32px;
  /* Inside Auto Layout */
  flex: none;
  order: 1;
  align-self: flex-start;
  flex-grow: 0;
  margin: 0px 8px;
}

@media all and (min-width:991px) {
  .dropdown:after {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .15s ease-in-out !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background-color: rgba(0, 0, 0, .7) !important;
    pointer-events: none;
  }

  .dropdown.show .nav-link {
    position: relative !important;
    z-index: 12 !important;
  }

  .dropdown.show:after {
    z-index: 10;
    opacity: 1 !important;
    visibility: visible !important;
    position: fixed !important;
  }
}

/* integration status page*/

.table-search-section {
  /* position: absolute;
  width: 1252px; */
  height: 40px;
  /* right: 48px; */
  /* top: 96px; */
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(2, 62, 138, 0.2);
  border-radius: 8px;
}

.page-header {
  height: 36px;
  left: 40px;
  top: 44px;
  /* font-family: Poppins; */
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
  color: #27374B;
}

.right-btn {
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  border: 1px solid #5CA8D1;
  box-sizing: border-box;
  border-radius: 4px;
  float: right;
}

.btn-title {
  top: 0px;
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #023E8A;
  flex: none;
  align-self: center;
  flex-grow: 0;
}

.filter-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 12px;
  /* position: absolute; */
  width: 570px;
}

.borderless-btn {
  margin: -5px 0px;
  padding-left: 5px;
}

.delete-btn {
  position: absolute;
  width: 80px;
  /* height: 80px; */
  left: 700px;
  top: 59px;
  border: 1px solid #EF476F;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  color: #EF476F;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

.right-buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  width: 370px !important;
  height: 36px;
  right: 5px;
  top: 62px;
}

.no-rows {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px;
  position: absolute;
  width: 209px;
  height: 36px;
  left: 0px;
}

.modal-mlg {
  width: 100% !important;
  max-width: 100% !important;
}

.modal-mlg-con {
  width: 70% !important;
  max-width: 100% !important;
}

.modal-fitlg {
  width: 85% !important;
  max-width: 85% !important;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 600;
  font-size: 22px !important;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase !important;
  color: #27374B !important;
}

.borderless-default-btn {
  background-color: #ffff !important;
  border-color: #023E8A !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #023E8A !important;
}

.custom-info-header {
  background: #EFF7FB;
  color: #023E8A;
  text-transform: uppercase;
  font-weight: bold;
  height: 25px;
  font-size: 13px;
  margin-bottom: 10px;
}

.invoice-label {
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  /* align-items: center; */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #7B8189;
}

.pr-label {
  font-weight: bold;
  font-size: 10px !important;
  line-height: 150%;
  display: flex;
  /* align-items: center; */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #7B8189;
}

.user-label {
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  /* align-items: center; */
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #7B8189;
}

.email-label {
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  display: flex;
  /* align-items: center; */
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #7B8189;
  float: left;
}

.text-border {
  /* position: static; */
  width: 200px;
  height: 36px;
  left: 0px;
  top: 0px;
  flex: none;
  order: 0;
  align-self: flex-start;
  flex-grow: 0;
}

.text-border1 {
  /* position: absolute; */
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: #FFFFFF;
  border: 1px solid #5CA8D1;
  box-sizing: border-box;
  border-radius: 5px;
}

.text-label {
  position: absolute;
  top: 20px;
  left: 33px;
  background-color: white;
  font-size: 10px !important;
  color: #9CA0A6;
}

.float-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 40px;
  /* right: 40px; */
  background-color: #ffff;
  color: #0096C7;
  ;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.pfloat-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 40px;
  /* right: 40px; */
  background-color: #ffff;
  color: #0096C7;
  ;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.hfloat-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  /* bottom: 40px; */
  /* right: 40px; */
  right: 12px;
  bottom: -12px;
  background-color: #ffff;
  color: #0096C7;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.my-float {
  margin-top: 5px;
}

input[type="text"].input-validation-error {
  border: 1px solid #ff0000 !important;
  background-color: #ffeeee;
}

.custom-popup typeahead-container {
  margin-top: -27px;
  margin-left: -11px;
}

.custom-popup .custom-typehead~typeahead-container {
  margin-top: 0px;
  margin-left: 0px;
}


textarea.inputarea-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.borderless-success-btn {
  background-color: #ffff !important;
  border-color: #02C39A !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #02C39A !important;
}

.borderless-danger-btn {
  background-color: #ffff !important;
  border-color: #ff0000 !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  color: #ff0000 !important;
}

.pageloaddiv {
  position: fixed;
  margin: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  left: 0;
  background: url("assets/img/loader.gif") center no-repeat #fff;
}

.dtext-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  position: absolute;
  width: auto;
  height: 64px;
  left: 13px;
  top: calc(50% - 64px/2);
}

.dnumber-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  position: static;
  width: 121px;
  height: 36px;
  left: 0px;
  top: 0px;
  flex: none;
  order: 0;
  align-self: flex-start;
  flex-grow: 0;
  margin: 0px 8px;
}

.dtitle-section {
  position: static;
  width: auto;
  height: 20px;
  left: 0px;
  top: 44px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #99AFB4;
  flex: none;
  order: 1;
  align-self: flex-start;
  flex-grow: 0;
  margin: 0px 8px;
}

.dall-text {
  color: #06D6A0;
}

.dnumber {
  position: static;
  width: 87px;
  height: 56px;
  left: 34px;
  top: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  font-feature-settings: 'ss04' on;
  flex: none;
  order: 1;
  align-self: center;
  flex-grow: 0;
  margin: 10px 10px;
}

.dnumber-vendor {
  position: static;
  width: 87px;
  height: 56px;
  left: 34px;
  top: 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
  font-feature-settings: 'ss04' on;
  flex: none;
  order: 1;
  align-self: center;
  flex-grow: 0;
  margin: 10px 10px;
  margin-top: 16px;
}

.dprocess-text {
  color: #00B4D8;
}

.table {
  font-family: Poppins !important;
}

.custom-line {
  position: absolute;
  height: 1px;
  left: 24px;
  right: 30px;
  /* bottom: 160px; */
  background: #F5F5F5;
}

.col {
  flex: 1;
  /* additionally, equal width */
  padding: 1em;
}

.dfloat-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 40px;
  /* right: 40px; */
  background-color: #ffff;
  color: #0096C7;
  ;
  border-radius: 50px;
  text-align: center;
}

.modal {
  overflow: auto !important;
}

.popup-label {
  position: static;
  width: auto;
  height: 45px;
  left: 0px;
  top: 0px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  /* line-height: 20px; */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #9CA0A6;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: -8px 8px;
}

.popup-text {
  position: static;
  width: auto;
  height: 45px;
  left: 24px;
  top: 2px;
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #27374B;
  flex: none;
  order: 1;
  /* align-self: center; */
  flex-grow: 0;
  margin: -8px 0px;
}

.bs-datepicker-container {
  padding: 0 !important;
  top: calc(100vh - 6rem) !important;
}

.bs-datepicker-multiple {
  padding: 0px !important;
  margin: 0px !important;
  height: 240px !important;

}

.bs-datepicker-body {
  padding: 0px !important;
  margin: 0px !important;
  border: none;
}

.bs-datepicker-head {
  height: 30px !important;
  padding: 0px !important;
}

.bs-datepicker-container,
.bs-daterangepicker-container {
  top: calc(100vh - 6rem) !important;
}

.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
  color: #dadada;
}

.login-page {
  display: block !important;
  background: #f9f9f9 !important;
}

.customAlert {
  /* display: none; */
  position: fixed;
  max-width: 25%;
  min-width: 250px !important;
  min-height: 20%;
  height: 200px;
  left: 50%;
  top: 50%;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -12.5%;
  margin-top: -5.2%;
  background: #0e3e8a;
}

.jobcode-dropdown .selected-list+.dropdown-list {
  position: absolute !important;
  top: auto !important;
  left: auto !important;

}

.jobcode-dropdown angular2-multiselect {
  padding: 0px !important;
}

.jobcode-dropdown .selected-list .c-btn {
  min-height: 26px !important;
  font-size: 13px !important;
  line-height: 10px !important;
  padding: 1px 1px 1px 6px !important;
  border: none;
  margin-top: 2px;
  /* height: 15px !important;
  min-height: 16px !important;
  box-shadow: none !important;
  padding: 6px !important;
  font-size: 13px !important;
  line-height: 0.25 !important;
  padding: 1px 1px 1px 6px !important; */
}

@media all and (max-width: 1300px) {
  .message {
    font-size: 14px !important;
  }

  .confirmButton {
    height: 15% !important;
  }
}



.message {
  padding: 5px;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
}

.confirmButton {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 36px;
  margin-top: -45px;
  margin-left: -25%;
  outline: 0;
  border: 0;
  background: #2e6fd6;
  color: white;

}

.yesbtn {
  position: absolute;
  top: 100%;
  right: 30%;
  width: 20%;
  height: 36px;
  margin-top: -45px;
  margin-left: -25%;
  outline: 0;
  border: 0;
  background: #2e6fd6;
  color: white;

}

.nobtn {
  position: absolute;
  top: 100%;
  right: 5%;
  width: 20%;
  height: 36px;
  margin-top: -45px;
  margin-left: -25%;
  outline: 0;
  border: 0;
  background: #f5eeed;
  color: #191414;

}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #9696a0;
  border-radius: 2px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #a6a9abed;
  border-radius: 5px;
  transform: rotate(90deg);
}

.scroller {
  overflow-y: scroll;
  scrollbar-color: #9696a0 #a6a9abed;
}

.dropdown-menu-inv {
  position: fixed !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0px 0px 24px;
  left: 250px !important;
  top: auto !important;
  background: #FFFFFF;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

.dropdown-menu-logout {
  position: fixed !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0px 0px 24px;
  left: 254px !important;
  background: #FFFFFF;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 7px !important;
  /* top: calc(100vh - 202px) !important; */
  top: auto !important;
  /* max-height: calc(100vh - 30rem); */
  overflow-y: auto;
}

.dropdown-menu-help {
  position: fixed !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0px 0px 24px;

  left: 254px !important;
  background: #FFFFFF;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  /* top: calc(100vh - 330px) !important; */
  top: auto !important;
  max-height: calc(100vh - 9rem);
  overflow-y: auto;
}

.dropdown-menu-notification {
  position: fixed !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0px 0px 24px;
  left: 254px !important;
  top: auto !important;
  bottom: 10vh !important;
  background: #FFFFFF;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 7px !important;
}

.loader {
  display: flex;
  height: 3rem;
  margin-top: 150px;
  margin-left: 40%;
}

.loader span {
  display: block;
  background: #183975;
  width: 0.2rem;
  margin: auto 0.25rem;
  -webkit-animation: loading 1s infinite;
  animation: loading 1s infinite;
}

.loader span:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loader span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loader span:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loader span:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loader span:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.loader span:nth-child(6) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.loader span:nth-child(7) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.loader span:nth-child(8) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.loader span:nth-child(9) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.loader span:nth-child(10) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.loader span:nth-child(11) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@-webkit-keyframes loading {
  0% {
    height: 1rem;
  }

  30% {
    height: 1rem;
  }

  50% {
    height: 3rem;
  }

  70% {
    height: 1rem;
  }

  100% {
    height: 1rem;
  }
}

@keyframes loading {
  0% {
    height: 1rem;
  }

  30% {
    height: 1rem;
  }

  50% {
    height: 3rem;
  }

  70% {
    height: 1rem;
  }

  100% {
    height: 1rem;
  }
}

/* notifiation css*/
.notification .badge {
  position: absolute;
  top: -3px;
  left: 40px;
  padding: 5px 9px;
  border-radius: 50%;
  background: red;
  color: white;
}

#notification-list {
  max-height: 200px;
  overflow-y: scroll;
}

.dropdown-menu>.panel {
  border: none;
  margin: -5px 0;
}

/* 
.panel-heading {
	background-color: #f1f1f1;
	border-bottom: 1px solid #dedede;
  border-radius: 9px;
} */

.activity-item i {
  float: left;
  margin-top: 3px;
  font-size: 16px;
}

div.activity {
  margin-left: 28px;
}

div.activity-item {
  padding: 7px 12px;
}

#notification-list div.activity-item {
  border-top: 1px solid #f5f5f5;
}

#notification-list div.activity-item a {
  font-weight: 600;
}

div.activity span {
  display: block;
  color: #999;
  font-size: 11px;
  line-height: 16px;
}

#notifications i.fa {
  font-size: 17px;
}

.noty_type_error * {
  font-weight: normal !important;
}

.noty_type_error a {
  font-weight: bold !important;
}

.noty_bar.noty_type_error a,
.noty_bar.noty_type_error i {
  color: #fff
}

.noty_bar.noty_type_information a {
  color: #fff;
  font-weight: bold;
}

.noty_type_error div.activity span {
  color: #fff
}

.noty_type_information div.activity span {
  color: #fefefe
}

.no-notification {
  padding: 10px 5px;
  text-align: center;
}

.noty-manager-wrapper {
  position: relative;
  display: inline-block !important;
}

.noty-manager-bubble {
  position: absolute;
  top: -8px;
  background-color: #fb6b5b;
  color: #fff;
  padding: 2px 5px !important;
  font-size: 9px;
  line-height: 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  cursor: pointer;
  height: 15px;
  font-weight: bold;

  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
  opacity: 0;
}

.modal-elg {
  width: 100% !important;
  max-width: 75% !important;
}

.expensepageloaddiv {
  position: fixed;
  margin: 0px;
  width: 50%;
  height: 100%;
  z-index: 100000;
  background: url("assets/img/loader.gif") center no-repeat #fff;
}

.mdropdown-menu-logout {
  position: fixed !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0px 0px 24px;
  width: 250px;
  left: 19px !important;

  background: #FFFFFF;
  /* Big Shadow */
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 16px !important;
  top: calc(100vh - 6rem) !important;
  max-height: calc(100vh - 9rem);
  overflow-y: auto;
  /* bottom: 0px !important; */
}

.mdropdown-menu-notification {
  position: fixed !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 20px 0px 0px 24px;
  width: 250px;
  left: 10px !important;
  /* top: calc(100vh - 6rem) !important; */
  top: auto !important;
  background: #FFFFFF;
  box-shadow: 0px 2px 26px -5px rgba(0, 0, 0, 0.1) !important;
  border-radius: 7px !important;
}

.ctext-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.required:after {
  content: " *";
  text-indent: 2px;
  color: red;
}

.attachment-content .ng2-pdf-viewer-container {
  overflow: hidden !important;
}

.attachment-content .ng2-pdf-viewer-container .pdfViewer div {
  width: 100% !important;
}

.workflow .arrow-down.arrow-2 {
  top: -1px !important;
  transform: none !important;
}

.workflow .arrow-down {
  top: 1px !important;
  bottom: 0 !important;
  transform: none !important;
}

.workflow .dropdown-list.tagToBody {
  position: fixed;
  margin-top: 30px;
}

.mailbox .cuppa-dropdown {
  padding: 5px 0px;
}


@media only screen and (max-height: 710px) and (min-height: 600px) {
  .exp-report {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media only screen and (max-height: 800px) and (min-height: 710px) {
  .exp-report {
    max-height: calc(100vh - 386px);;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media only screen and (max-height: 992px) and (min-height: 800px) {
  .exp-report {
    max-height: 430px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media only screen and (max-height: 1200px) and (min-height: 992px) {
  .exp-report {
    max-height: 650px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media only screen and (max-height: 1400px) and (min-height: 1200px) {
  .exp-report {
    max-height: 750px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.custom-modal-size {
  width: 700px !important;
  /* Adjust the width as needed */
  max-width: 700px !important;
}

@media only screen and (max-width: 767px) {
  .sidebar {
    padding-top: 150px !important;
  }

  .ex-logo {
    display: none !important;
  }

  .exlogo {
    display: none !important;
  }

  .scrollable-dropdown {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .exchange-header {
    height: 65px !important;
  }

  .selectType {
    width: 96px !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .scrollable-dropdown {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}


@media only screen and (max-width: 380px) {

  .sidebar {
    padding-top: 126px !important;
  }

  .logo {
    position: fixed;
    max-width: 135px;
    max-height: 135px;
    left: 60px;
    top: 20px;
  }

  .ex-logo {
    display: none !important;
  }

  .exlogo {
    display: none !important;
  }

  .scrollable-dropdown {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .selectType {
    width: 83px !important;
    font-size: 9px !important
  }

  .exchangeFont {
    font-size: 10px !important;
  }
}

.collapseScroll {
  width: 68px;
  max-height: calc(100vh - 435px);;
  overflow-y: auto;
  overflow-x: hidden;
}

.expandScroll {
  max-height: calc(100vh - 470px);
  overflow-y: auto;
  overflow-x: hidden;
}

.vendor-card {
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 300px;
}

.row {
  display: flex;
  justify-content: space-between;
}

.icon {
  background-color: #007bff;
  color: #fff;
  border-radius: 50%;
  padding: 15px;
}

.icon i {
  font-size: 24px;
}

.count {
  margin-left: 10px;
  /* Add space between icon and count */
}

.vendor-count {
  font-size: 36px;
  font-weight: bold;
  color: #007bff;
}

.help-text {
  width: 100%;
  /* Ensure text spans the entire width */
}

.vendor-card h2 {
  margin: 0;
  color: #333;
}


.custom-box-blue {
  border: 1px solid #007bff;
  box-sizing: border-box;
  box-shadow: 0px 2px 26px -5px rgba(0, 123, 255, 0.4);
  border-radius: 16px;
  height: 90px !important;
}

.dvendor-text {
  color: #007bff;
}

.additionallink ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.additionallink li {
  padding: 0 5px;
}

.additionallink li a {
  text-decoration: none;
}

.modal-backdrop {
  position: static !important;
}

.currency-input {
  border: 1px solid #ddd;
  border-radius: 5px;
  & span {
    padding: 0px 0px 0 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }

  & input {
    border: none;
    box-shadow: none !important;
    padding-left: 2px !important;
    &:focus {
      outline: none;
    }
  }

  & textarea {
    border: none;
    box-shadow: none !important;

    &:focus {
      outline: none;
    }
  }
}

.currency-input:focus-within {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.currency-inputnew {
  border: 1px solid #ddd;
  border-radius: 5px;

  /* width: max-content; */
  /* padding: 0.5rem 0; */
  /* margin-top: 0.5rem; */
  & span {
    padding: 0px 0px 0 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
  }

  & input {
    border: none;
    box-shadow: none !important;
    padding-left: 2px !important;

    &:focus {
      outline: none;
    }
  }

  & textarea {
    border: none;
    box-shadow: none !important;

    &:focus {
      outline: none;
    }
  }
}

.currency-inputnew:focus-within {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
angular2-multiselect.mycustomsect .cuppa-dropdown .selected-list .c-btn span span {
    white-space: nowrap;
    max-width: calc(100% - 50px);
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    position: absolute;
    top: 2px;
}
.right-btns{
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
  margin-right: 5px;
}
.custom-swal-width {
  width: 600px !important; /* Or whatever width you prefer */
}
.custom-swal-icon {
  font-size: 13px !important; /* Decrease icon size */
}

.custom-swal-icon .swal2-icon {
  width: 50px;
  height: 50px;
}