@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap");

.login-btn {
  cursor: pointer;
  background: #ffffff;
  border-radius: 8px;
  border: none;
  height: 3rem;
  width: 20.5rem;
  color: black;
  padding-left: 1rem;
  padding-right: 1rem;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.05));
}

.login-btn:focus-visible {
  outline: none !important;
}

html,
body {
  height: 100%;
  background-color: #fbfbfb !important;
  font-family: "IBM Plex Sans", sans-serif !important;
}

.main {
  height: 100%;
  width: 100%;
  display: table;
}

.wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

h1 {
  font-family: -webkit-pictograph;
  font-size: 3rem;
}

.logout-btn {
  width: 3.5rem;
  border: none;
  color: gray;
  background: none;
  float: right;
  margin-top: 25px;
  font-size: 1rem;
  cursor: pointer;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-title {
  text-decoration: none !important;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.header-welcome-text {
  cursor: pointer;
  padding: 0 4px;
  color: #020d4d;
}

.fa-caret-down:before {
  color: #020d4d;
}

.start-data-pull-text {
  /* margin-top: 1rem;
  width: 7rem; */
  text-decoration: underline;
  color: cornflowerblue;
  cursor: pointer;
  display: inline;
}

#message-logs {
  margin-bottom: 1rem;
}
.first-login-message {
  display: inline;
  margin-bottom: 1rem;
}
.enrich-other-data-text {
  text-decoration: underline;
  color: brown;
  cursor: pointer;
  display: inline;
}

.enrich-other-data-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1b40e3;
  text-decoration: none;
  display: flex;
  align-items: center;
  display: none !important;
}

#emailTable,
#emailTableEnriched,
#emailTableIgnored,
#userDetailsTable {
  font-size: 10pt;
  white-space: nowrap;
}

#userDetailsTable thead tr {
  position: relative;
  z-index: 9999;
}

#userDetailsTable {
  height: 85% !important;
}
.logo {
  width: 3.4rem;
  vertical-align: inherit;
}
.total-mails-pulled {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 11pt;
  font-weight: 300;
}
.dataTables_sizing {
  height: 25px !important;
  display: contents !important;
}
.dataTables_scrollHead {
  display: none;
}
.intouch-title {
  display: inline;
  color: #2d2550;
}
.custom-select {
  width: 10rem !important;
  float: right;
}
.select-view {
  margin-bottom: 20px;
  width: 100%;
}

#userDetailsTable th {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #0b1340;
  padding: 14px 0px !important;
  background: #f1f2f9 !important;
}

#userDetailsTable td {
  padding-right: 14px;
  padding-left: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #0b1340;
  border: unset !important;
  border-bottom: 1px solid #9da2bf !important;
}

#userDetailsTable tr.odd,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.order-column.stripe tbody tr > .sorting_1 {
  background: #fff !important;
}

#userDetailsTable tr.odd:hover,
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.stripe tbody tr:hover > .sorting_1 {
  background-color: #f6f6f6 !important;
}

.dataTables_filter input {
  border: unset !important;
  padding: 6.5px 8px !important;
  background: #f6f7fa !important;
  border-bottom: 1px solid #7d83a6 !important;
  border-radius: 4px !important;
  width: 200px;
}
.dt-button {
  background: #007bff;
  mix-blend-mode: normal;
  border-radius: 4px;
  padding: 6px 9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #007bff !important;
}

.dt-button.buttons-excel {
  color: #020d4d !important;
  background: #ffffff !important;
  mix-blend-mode: normal !important;
  border: 1px solid #9da2bf !important;
  border-radius: 4px;
}

.dataTables_info,
.dataTables_filter,
.dataTables_length,
.dataTables_paginate,
.paging_simple_numbers {
  font-size: 10pt;
}
.dt-button {
  background: none !important;
  background-color: #007bff !important;
  line-height: 1.3em !important;
  color: white !important;
}
.dt-button span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.dt-buttons {
  margin-bottom: 10px;
  display: inline;
  float: right !important;
  margin-left: 40px;
}

table.dataTable.compact thead th {
  padding-left: 4px !important;
  padding-right: 25px !important;
}

table.dataTable.compact tbody td {
  padding-right: 25px !important;
}

#signInEmailId {
  height: 2.8rem;
  width: 20.4rem;
  position: initial;
  display: list-item;
  margin-bottom: 24px;
  margin-right: 2px;
  border: 0px solid transparent;
  border-radius: 4px;
  background: #ffffff30;
  color: #fff;
  padding: 8px 16px;
}

#signInEmailId::placeholder {
  color: #ffffff70;
}

#signInEmailId:focus-visible {
  outline: 1.5px solid #fff;
}

.box {
  display: block;
  width: 200px;
  height: 100px;
  background-color: #ddd;
}
#pop {
  padding: 0px 0px;
}
#example {
  position: relative;
}
.close {
  border: 1px solid red;
  display: none;
}
.popover {
  max-width: 450px !important; /*bs override*/
}

@media only screen and (max-width: 768px) {
  .popover {
    left: 0 !important;
    top: 0 !important;
  }
}
.popover-content {
  display: flex;
  flex-direction: column;
}
.popover-body {
  padding: 8px 0 !important;
}

.popover {
  background: #ffffff;
  box-shadow: 0px 0px 1px rgba(2, 13, 75, 0.3), 0px 4px 8px -2px rgba(2, 13, 75, 0.25);
  border-radius: 4px !important;
  border: none !important;
}

.popover .arrow {
  display: none !important;
}

.popover-footer {
  margin-left: -14px;
  margin-right: -14px;
}
.popover-footer ul {
  margin: 0;
  padding: 0;
}
.popover-footer li {
  display: inline-block;
  list-style-type: none;
  margin-left: 14px;
}
.menu-link {
  background-color: #fff !important;
  border: none;
  cursor: pointer;
  width: 100%;
  padding: 8px 16px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #020d4d;
  mix-blend-mode: normal;
  display: flex;
  align-items: center;
  gap: 8px;
}

.menu-link:hover {
  background-color: #f5f5f5 !important;
}

.sign-in-section {
  position: relative;
  width: 24.5rem;
  padding: 2rem;
  margin: 0 auto;
  background: #101f58;
  box-shadow: 0px 30px 120px rgba(8, 29, 49, 0.5);
  border-radius: 12px;
}
.login-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 16px;
  margin-bottom: 12px;
}
.font-1 {
  font-size: 0.8rem;
  font-weight: 400;
}
.login-section {
  background: #0f1b59;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: inline-flex;
}
/* .container {
    vertical-align: middle !important;
    display: inline-flex !important;
    margin-right: 0px !important;
} */
.user-details {
  margin: 0 auto;
  /* min-width: 25%; */
  display: table;
}
.user-info-item-header {
  margin: 1rem;
}
#error {
  color: red;
}
.select-sourcedby {
  height: 2.5rem;
  margin-right: 1rem;
  padding-left: 0.5rem;
  width: 12rem;
  border-radius: 5px;
  font-size: 11pt;
}
#actionBtns {
  margin: 1rem 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 98% !important;
  }
}

.btnEnrich {
  position: absolute;
  background-color: #019875 !important;
}

.width-m {
  white-space: break-spaces;
  word-wrap: break-word;
  max-width: 9rem !important;
  min-width: 9rem !important;
}

.width-ms {
  white-space: break-spaces;
  word-wrap: break-word;
  max-width: 6rem !important;
  min-width: 6rem !important;
}

.width-s {
  width: 3rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.width-l {
  max-width: 150px !important;
  white-space: break-spaces;
  word-wrap: break-word;
}

.align-right {
  text-align: right;
}

.refresh-user-details {
  margin-left: 50em;
  position: absolute;
  margin-top: 1.6em;
  display: inline;
  z-index: 100;
  cursor: pointer;
}

.align-center {
  text-align: center;
}

table {
  width: 100% !important;
  position: relative;
  border-collapse: collapse;
}

.data-table-container {
  /* height: 77vh !important;
  overflow-y: scroll;
   border: 1px solid #efefef; 
  padding: 2px; */
}

th {
  background-color: #efefef;
  border: 1px solid #efefef;
  padding-top: 5px !important;
  padding-bottom: 3px !important;
  padding-left: 2px !important;
  padding-right: 2px !important;
  text-align: center !important;

  position: sticky;
  top: 0px !important; /* Don't forget this, required for the stickiness */
}

#myTab {
  position: sticky;
  top: -2px;
  z-index: 5;
  /* margin-bottom: 10px; */
  background-color: #fbfbfb;
}

.container-box {
  background: url("assests/login-bg.svg"), #f5f5f5;
  background-size: auto 278px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  flex: 1;
  max-height: 86vh;
  padding: 80px 12% 0 12%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1024px) {
    .container-box {
      flex-direction: column;
      padding: 4%;
      justify-content: start;
      max-height: 100vh;
      width: 100%;
    }
    .container-box .sign-in-section, .sign-in-section input, .sign-in-section button, .sign-in-section img {
      width: 100% !important;
      max-width: 392px !important;
    }
}

.container-box::before {
  content: "";
  background: url("assests/login-bg-2.svg");
  background-repeat: no-repeat;
  width: 380px;
  height: 380px;
  position: absolute;
  right: 0;
  top: 0;
}

.container-box .left h1 {
  font-weight: 600;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.01em;
  color: #101f58;
  margin: 40px 0 8px 0;
}

.container-box .left p {
  font-weight: 300;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: -0.01em;
  color: #101f58;
  max-width: 355px;
}

.error-message {
  position: absolute;
  top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.navbar-section {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 16px 0;
}

.navbar-section .refresh-user-details {
  margin-left: unset;
  position: relative;
  margin-top: unset;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #1b40e3;
  display: flex;
  align-items: center;
  gap: 4px;
}

.navbar-section .enrich-other-data-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1b40e3;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.enrich-other-data-text svg,
.refresh-user-details svg {
  width: 16px;
  height: 16px;
}

.width-ms.AuthTokenStatus.Working::before {
  content: "";
  display: inline-block;
  width: 8px;
  vertical-align: middle;
  height: 8px;
  margin-right: 4px;
  background-color: #49cf55;
  border-radius: 50%;
}
.width-ms.AuthTokenStatus.Expired::before {
  content: "";
  display: inline-block;
  width: 8px;
  vertical-align: middle;
  height: 8px;
  margin-right: 4px;
  background-color: #f04f6d;
  border-radius: 50%;
}

.user-info-item-header b {
  width: 220px;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #0B1340;
}

.btn-primary.btnHardPull {
  background: #101F58 !important;
  mix-blend-mode: normal;
  border-color: #101F58 !important;
}

.btn-primary.btnHardPull:hover {
  background: #101e58e7 !important;
  border-color: #101e58e7 !important;
}

.btn-primary.btnDataSync {
  color: #020d4d !important;
  background: #ffffff !important;
  mix-blend-mode: normal !important;
  border: 1px solid #9da2bf !important;
  border-radius: 4px;
}

.btn-primary.btnDataSync:disabled {
  background: #e2e2e2 !important;
}

.btn-primary.btnDataSync:hover {
  background: #ffffffce !important;
}

.dataTables_wrapper {
  z-index: 999;
}
