/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Accuratist';
  font-style: normal;
  font-weight: 400;
  src: local('Accuratist'), url('https://fonts.cdnfonts.com/s/47835/Accuratist.woff') format('woff');
}

html,
body {
  font-family: 'Poppins';
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  height: 99%;
}

.sub-body {
  overflow: auto
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #131720;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #770000;
}

.theme-black {
  background-color: #131720;
}

.theme-light-black {
  background-color: #131720;
}

.main-topBar {
  background: #131720;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.company-name {
  height: 30px;
  padding: 10px;
}

.main-body-container {
  display: flex;
}

.main-headering {
  font-weight: bold;
  font-size: x-large;
  margin-bottom: 20px;
  margin-top: 10px;
}

.main-upgrade {
  font-size: small;
  background: linear-gradient(#673AB7, #8039ff);
  width: 150px;
  border-radius: 50px;
  text-align: center;
  height: 22px;
  margin: 10px;
  color: white;
  cursor: pointer;
  padding: 3px;
}

.loading {
  position: fixed;
  background: #131720ed;
  width: 100%;
  height: 100%;
  padding-left: 45%;
  padding-top: 25%;
  z-index: 10;
}

.index-body {
  overflow: scroll;
}

.loading-img {
  width: 80px;
}

.error-window {
  color: red;
  font-size: smaller;
  text-align: center;
}

#confirm-dialog {
  position: absolute;
  background: #f6f6f6;
  border: 1px solid #a9a9a9;
  left: 30%;
  top: 20%;
  padding-left: 20px;
  z-index: 100;
  padding-right: 20px;
  width: 40%;
  min-height: 300px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

#confirm-dialog-title {
  margin-top: 5px;
  padding-left: 10px;
  font-size: x-large;
  font-weight: bold;
  border-bottom: 1px solid #a5a5a5;
  background: #131720;
  color: white;
  margin-top: 20px;
  border-radius: 5px;
}

#confirm-dialog-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

#confirm-dialog-textBox {
  height: 30px;
  border-radius: 2px;
  border: 1px solid #a4a4a4;
  width: 50%;
  justify-self: center;
}

#confirm-dialog-button {
  /* border: 1px solid black; */
  text-align: center;
  width: 30%;
  border-radius: 25px;
  background: #116dff;
  padding: 5px;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

#confirm-dialog-button-container {
  margin-top: 10px;
  display: flex;
  justify-content: right;
  /* width: 108%; */
  border-top: 1px solid #c4c4c4;
  padding-top: 10px;
  /* background: #d4d4d4; */
  /* margin-left: -4%; */
  padding-bottom: 20px;
  /* padding-right: 20px; */
  position: relative;
  bottom: 1%;
}

#confirm-dialog-close {
  position: absolute;
  right: 10px;
  /* width: 100%; */
  top: -15px;
  float: right;
  right: -15px;
  padding: 3px;
  border-radius: 50px;
  cursor: pointer;
  font-family: cursive;
  background: white;
  width: 20px;
  border: 1px solid black;
  text-align: center;
}

.main-button-loading {
  width: 30px;
  margin: -10px;
  padding-left: 10px;
  display: none;
}

.right-arrow {
  margin: 8px;
}

.text-input {
  /* height: 50px; */
  border: unset;
  border-bottom: 1px solid black;
  font-size: medium;
  outline: none;
  background: white;
  width: 100%;
}

#confirm-dark-background {
  position: fixed;
  left: 0px;
  width: 100%;
  bottom: 0px;
  background: #131720e3;
  display: block;
  z-index: 99;
  border: 1px solid #13172057;
  top: 0px;
}

.main-footer {
  height: 3%;
  background: #131720;
  width: 100%;
  position: absolute;
  bottom: 0px;
  border-top: 1px solid #5d5d5d;
  color: white;
  display: flex;
  font-size: small;
}

.main-footer-item {
  margin-left: 10px;
  margin-right: 40px;
  text-wrap-mode: nowrap;
}

.main-footer-item-left {
  width: 70%;
}

.main-footer-item-right {
  display: flex;
  justify-content: right;
}

.main-footer-link {
  cursor: pointer;
}

.index-company-name {}

.date-select {
  font-family: 'Poppins';
  /* color: #009688; */
  background: #ffffff;
  border-radius: 5px;
  padding: 5px;
}

.tab-container {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
  /* padding-bottom: 10px; */
}

.tab-item {
  padding-left: 10px;
  border: 1px solid #b6b6b6;
  border-top-left-radius: 10px;
  /* margin: 3px; */
  padding-right: 10px;
  background: white;
  border-top-right-radius: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  text-wrap-mode: nowrap;
}

.tab-select {
  background: #131720;
  color: white;
}

.dashboard-container {
  background-color: white;
  width: 100%;
  padding-top: 1%;
  /* padding-left: 2%; */
  width: 100%;
  background: #ebebeb;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.dashboard-date-bar {
  display: flex;
}

.table-container {
  width: 99%;
  background-color: #ffffff;
  border-spacing: 0px;
}

.table-header {
  width: auto;
}

.table-header-col {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}

.table-container-div {
  height: 500px;
  overflow: auto;
  margin-left: 1%;
  padding: 10px;
  background: white;
  border-radius: 25px;
  padding-top: 0px;
}

.table-row-col {
  border-right: 1px solid #e4e4e4;
}

.table-header-container {
  position: sticky;
  z-index: 1;
  background: white;
  top: 0;
}

.pagination-container {
  display: flex;
  font-size: small;
}

.pagination {
  padding: 5px;
  background: #f0e8ff;
  margin: 5px;
  border-radius: 5px;
}

.pagination-icon {
  height: 15px;
  cursor: pointer;
}

.pagination-value {
  width: 30px;
  text-align: center;
  border: 1px solid #cfcfcf;
  margin: 5px;
  border-radius: 5px;
  font-size: larger;
  cursor: pointer;
}

.filter-icon {

  height: 25px;
}

.action-container {
  margin-right: 40px;
  margin-left: 30px;
  border: 1px solid #bababa;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
}

.export-container {
  background: white;
  display: none;
}

.export-selection {}

.export-schedule {
  display: flex;
}

.export-view-progress {}

.export-context {
  font-size: small;
  /* padding-bottom: 10px; */
}

.export-schedule-dropdown {
  margin-left: 25px;
  width: 200px;
  height: 25px;
  border-radius: 25px;
  padding-left: 20px;
  margin-right: 10px;
}

.v-title {
  font-size: x-large;
  margin-right: 10%;
  border-bottom: 1px dashed #4a5764;
  color: #4a5764;
  font-weight: bolder;
  text-wrap: nowrap;
}

.popup-highlight {
  color: #8039ff;
  font-weight: bolder;
  padding-left: 30px;
  border-left: 1px solid black;
}

.less-imp-text {
  font-size: x-small;
}

.copy-icon {
  height: 20px;
  cursor: pointer;
}

.info-icon {
  height: 15px;
  margin-left: 10px;
  cursor: pointer;
}

.single-line-display {
  display: flex;
}

.info-inline {
  border: 1px solid black;
  margin-left: 20px;
  font-size: small;
  padding: unset;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
  background: beige;
  color: #665aff;
}

.max-title {
  width: 75%;
  border: unset
}

.action-button-icon {
  height: 20px;
  padding-right: 10px;
  padding-left: 10px;
  max-height: 20px;
}

.action-button-text {}

.action-button:hover {
  background: #116dff;
  border: 1px solid #116dff;
  color: #ffffff;
}

.action-button {
  cursor: pointer;
  padding: 5px;
  background: white;
  width: 100px;
  display: flex;
  border-radius: 10px;
  /* box-shadow: 2px 2px 6px 2px #afafaf; */
  border: 1px solid #116dff;
  margin-right: 10px;
  max-height: 25px;
  /* max-width: 300px; */
  text-wrap-mode: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.drawer-container {
  position: absolute;
  top: 3px;
  background: rgb(255, 255, 255);
  /* padding-left: 20px; */
  border: 1px solid black;
  width: 70%;
  height: 99%;
  z-index: 10;
  right: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.hidden {
  transform: translate3d(150%, 0, 0);
  /* <- starts off hidden, out of the viewport */
  will-change: transform;
  transition: .2s cubic-bezier(.4, 0, .2, 1);
  /* 
    for the transition, you can use keywords like ease or linear, 
    or define your own timing function as above
  */
}

.shown {
  transform: translate3d(0, 0, 0);
  /* <- animating in is actually a case of resetting its translation (away from its origin) to 0 */
}

.drawer-icons {
  height: 30px;
  cursor: pointer;
}

.drawer-heading-container {
  display: flex;
  border-bottom: 1px solid black;
  padding-top: 10px;
  padding-bottom: 5px;
}

.drawer-heading-text {
  width: 40%;
  font-size: larger;
  font-weight: bolder;
  padding-left: 20px;
  text-wrap-mode: nowrap;
}

.drawer-tool-bar {
  position: absolute;
  float: right;
  right: 10px;
  border-left: 1px solid #999999;
}

.bubble-popup {
  position: absolute;
  width: 500px;
  background: #ffffff;
  border: 1px solid black;
  min-height: 150px;
  z-index: 100;
  left: 20%;
  box-shadow: 1px 0px 20px 20px #858585;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-flow: wrap;
  /* align-content: space-around; */
  flex-direction: column;
  justify-content: space-between;
  display: none;
  top: 20%;
}

.bubble-header {
  padding: 2px;
  background: #131720;
  color: white;
  padding-left: 10px;
  border-radius: 2px;
  display: flex;

  /* border-bottom: 1px solid black; */

  /* font-weight: bolder; */
}

.bubble-button-container {
  display: flex;
  justify-content: flex-end;
}

.bubble-button {
  width: 100px;
  /* border: 1px solid black; */
  text-align: center;
  margin: 2px;
  border-radius: 5px;
  cursor: pointer;
}

.bubble-button-less {
  color: #878787;
  background: #d2d2d2;
}

.bubble-button-more {
  border: 1px solid #116dff;
}

.bubble-body {
  font-size: smaller;
  padding: 5px;
}

.bubble-button-more:hover {
  background: #116dff;
  color: white;
}

.heading-line {
  width: 100%;
  height: 1px;
  background: black;
}

.wizard-container {
  display: flex;
  width: 100%;
  background: white;
  padding: 10px;
  box-shadow: 2px 2px 2px 2px #d4d4d4;
}

.wizard-step {
  display: flex;
  padding-left: 5px;
  padding-right: 5px;
  align-content: flex-end;
  flex-wrap: nowrap;
  align-items: baseline;
}

.wizard-step-index {
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 25px;
  width: 25px;
  text-align: center;
  background: #f2f2f2;
}

.wizard-step-selected {
  background: #116dff;
  color: white;
}

.wizard-step-title {
  text-wrap: nowrap;
  margin-left: 10px;
}

.wizard-step-content {
  margin: 15px;
}

.wizard-title {
  font-size: x-large;
  font-weight: bolder;
  margin-bottom: 10px;
}

.wizard-desc {
  font-size: small;
  color: #404040;
  margin-bottom: 20px;
  font-weight: bold;
}

.wizard-step-line {
  width: 31px;
  height: 2px;
  background: #e2e2e2;
  align-content: space-between;
  align-items: flex-end;
  margin-top: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

.form-item {
  display: flex;
  margin-bottom: 25px;
}

.form-name {
  color: #585858;
  margin-right: 25px;
}

.form-field {
  width: 300px;
  border-radius: 3px;
  border: 1px solid #b0b0b0;
}
.form-item-wrap {
  
flex-wrap: wrap;
}