.trigger {
  text-align: center;
  padding: 7px 13px;
  background: #0d39b1;
  color: #fff;
  font-size: 15px;
  outline: none;
  border: none;
  border-radius: 5px;
  font-family: cursive;
  margin-top: 10px;
}

.modal-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 1;
}

.modal-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 2rem 1.5rem 4em;
  width: 35rem;
  border-radius: 0.5rem;
  text-align: center;
}

.close-button {
  float: right;
  width: 1.5rem;
  line-height: 1.4rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: #cfcfcf;
  padding-bottom: 3px;
  font-size: 23px;
  display: none;
}

.close-button:hover {
  background-color: darkgray;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


/*********************** validation error message *****************/

div#emailError, div#emailFormatError, div#notfound, div#passwordError, div#invalidpassword{
  font-family: 'Poppins';
  font-size: 12px;
  margin-top: 3px;
}



/************************ loader css *************************/

.loader-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  text-align: center;
  text-align: -webkit-center;
  color: white;
}

.loader p {
  font-family: 'Poppins';
  font-weight: 500;
}

.spinner {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #0d39b1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.d-none {
  display: none;
}


/********************  Login Page CSS ******************************/

.openbtn:hover {
  background-color: #0d39b1 !important;
}

.sidepanel a:hover {
  color: #818181;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.bg {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#fff, #e5f0f7, #daecf8);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.logo-box {
  text-align: center;
  margin: 20px 0;
  width: 150px;
  height: 130px;
}

.login-section {
  margin-bottom: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-box img {
  width: 100%;
}

.login-form {
  width: 430px !important;
  background-color: #fff;
  border-radius: 7px;
  padding: 40px 50px !important;
}

.login-form .form-check {
  padding-left: 1.1em;
}

.login-form .form-control:focus {
  box-shadow: 0 0 0 1px rgb(215 226 242 / 25%);
}

.form-check-input[type=checkbox] {
  border-color: #343434;
}

.login-form .form-control {
  border-radius: 20px !important;
  height: 44px !important;
  border: 1px solid #e7e7e7 !important;
  font-size: 11px !important;
  font-family: "Poppins", serif;
  color: #343434;
}

.login-form .form-control::placeholder {
  color: #6c757d!important; /* Change this to your desired color */
  opacity: 0.5!important;    /* Adjust the opacity as needed, 1 is fully opaque */
}

.login-form .form-check-input:checked {
  background-color: #0d39b1;
  border-color: #0d39b1;
}

.login-form .submitbtn {
  width: 100%;
  background-color: #0d39b1;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  height: 44px;
  font-size: 11px;
  font-weight: bold;
}

.login-form .mb-3 label {
  font-size: 12px;
  font-family: "Poppins", serif;
  color: #343434;
}

.login-form .login-title {
  color: #0d39b1;
  font-family: "poppins", sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
}

.login-page-footer .copyright-info {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #101c42;
}

.login-page-footer {
  align-items: center;
  position: fixed;
  right: 0;
  margin: auto;
  bottom: 0px;
  z-index: 0;
  margin-top: 100px;
  background-color: #fff;
}

.login-page-footer .row {
  display: flex;
  align-items: end;
}

.footer-logo-box {
  display: flex;
  justify-content: right;
}

.log-out {
  display: flex;
  justify-content: right;
  width: 64px;
  height: 40px;
}

/********************  Query Search Page CSS ************************/
.query-search {
  display: flex;
  align-items: center;
  height: 400px;
  text-align: center;
}

.header-logo {
  width: 70px;
  height: 80px;
}

.header-logo img {
  width: 100%;
}

.searchbar-bg {
  background-image: radial-gradient(#fff, #e5f0f7, #daecf8);
}

.searchbar-strip {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.searchbar-strip button {
  border-radius: 8px;
}

.logged-in-user h2 {
  font-size: 11px;
  color: #18120f;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 0;
}

.logged-in-user span {
  font-size: 12px;
  color: #18120f;
  font-family: "Poppins";
  font-weight: 300;
}

.search-bar {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}

.search-bar .fake-input {
  width: 100%;
  border: 1px solid #e7e7e7;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #fff;
  padding-right: 5px;
}

.search-bar .fake-input button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #ffffff00;
  outline: none;
  color: #999;
  cursor: pointer;
}

.search-bar .fake-input input {
  padding: 10px 10px;
  width: calc(100% - 60px);
  border: none;
  outline: none;
  font-size: 13px;
  font-family: "Poppins", serif;
  color: #101c42;
  opacity: 0.53;
  ;
}

.search-bar .results {
  display: none;
  border: 1px solid #bcbcbc;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}

.search-bar .results.ativo {
  display: block;
}

.search-button {
  width: 40px;
  height: 40px;
}

.log-out-btn {
  width: 40px;
  height: 40px;
}

.log-out-btn img {
  width: 100%;
}

.search-button img {
  width: 100%;
}

.tap-to-start {
  margin-top: 10px;
}

.tap-to-start h1 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 600;
  color: #101c42;
}

.tap-to-start p {
  font-size: 16px;
  color: #101c42;
  font-family: "Poppins";
  font-weight: 300;
}

.logged-in-user {

  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e7e7e7;
  width: 175px;
  float: right;
  display: flex;
  align-items: center;
  height: auto;
  /* Allow height to adjust based on content */
  word-wrap: break-word;
  /* Ensures long names wrap within the width */
}

.long-name {
  padding: 5px 15px;
  /* Padding to be added when name is long */
}

.log-out-btn {
  text-align: right;
}

.footer-logo {
  width: 100px;
  height: 55px;
}

.footer-logo img {
  width: 100%;
}

.progress-bar {
  width: 100%;
  background-color: #e7e7e7;
  height: 7px;
  border-radius: 3px;
}

.progress {
  height: 5px;
  width: 0%;
}

.mic-recorder:hover {
  border-radius: 50%;
  transition: 0.15s linear;
  transform: scale(1.05);
}

.pulse {
  border-radius: 50%;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(252, 213, 215, 1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(252, 213, 215, 0);
  }
}

/********************  Analysing speech Page CSS ************************/

.analysing-speech {
  display: flex;
  align-items: center;
  height: 400px;
  text-align: center;
}

.result-verify p {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 700;
  color: #101c42;
}

.result-verify h1 {
  font-size: 20px;
  color: #ec1c24;
  font-family: "Poppins";
  font-weight: 700;
  margin-bottom: 5px;
}

.result-verify img {
  margin-bottom: 10px;
}

.speak-again-btn {
  background-color: #00bbdd;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 15px 52px;
  border-radius: 8px;
  border: 0;
}

.yes-btn {
  background-color: #0d39b1;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 15px 83px;
  border-radius: 8px;
}

.blank {
  width: 30px;
  height: 30px;
  display: inline-block;
}

/******************************** speak & listen page css ******************************/

.loading-process h1 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 600;
  color: #101c42;
  margin-top: 10px;
  margin-bottom: 20px;
}

.loader {
  position: relative;
}

.loader-img,
.loader-msg {
  position: absolute;
}

.loader-img {
  position: absolute;
  top: 25px;
  left: 15px;
}

.loader-msg {
  position: absolute;
  top: 46px;
  left: 85px;
}

.loader h3 {
  font-family: "Poppins";
  font-size: 16px;
  color: #101c42;
  font-weight: 500;
}

/************************* preparing db page css*************************/

.preparing-db,
.fetch-result,
.display-result {
  display: flex;
  align-items: center;
  height: 400px;
  text-align: center;
}

.preparing-db h1,
.fetch-result h1,
.display-result h1 {
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 600;
  color: #101c42;
  margin-top: 10px;
  margin-bottom: 20px;
}

/************************* failed query page *************************/

.failed-query-btn {
  margin-top: 40px;
}

.nav {
  list-style: none !important;
}

.nav-item {
  margin: 5px !important;
}

.nav-link:hover {
  background: #3c6ba4 !important;
  color: white !important;
}

li>.active {
  background: #3c6ba4 !important;
}

/************************** animation ******************************/
/*********************** pulse effect ********************/

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  80% {
    opacity: 0;
    transform: scale(2);
  }

  100% {
    opacity: 0;
    transform: scale(3);
  }
}

/********************  translate animation **********************/
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.loader-parent {
  margin-top: 10px;
  max-width: 200px;
  position: relative;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.loader-parent h3 {
  font-size: 15px !important;
  margin-left: 10px;
}

.loader-parent h4 {
  font-size: 12px !important;
  margin-left: 10px;
}

.img-parent {
  position: relative;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
}

.img-parent img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.animate-loader {
  animation: diagonal-move-anim 0.5s forwards;
  transition: transform 0.1s ease;
  animation-delay: 1s;
  margin-top: 10px;
  left: 0;
  top: 0;
  right: 0;
}

@keyframes diagonal-move-anim {
  0% {
    transform: translateX(0) translateY(0);
  }

  100% {
    transform: translatex(250%) translatey(250%) scale(2);
    /* transform: translate(calc(50vw), calc(35vh - 90%)) scale(2); */
  }
}

h4#loader-msg-bottom {
  margin-top: 10px;
}

.text-search {
  display: flex;
  justify-content: center;
  height: 400px;
  align-items: center;
}

.text-search .loader-parent h4 {
  font-size: 25px !important;
}

.text-search .loader-parent {
  margin-top: 10px;
  max-width: 370px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.text-search .loader-parent .img-parent {
  position: relative;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
}

div#hidden-content p {
  font-family: "Poppins";
  font-size: 13px;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.blinking {
  position: absolute;
  top: 24px;
  right: 137px;
}

.blinking.hide {
  display: none;
}

div#animation-container {
  margin-bottom: 244px;
}

/********************* tabs page***********************/
.btns ul li {
  list-style: none;
  /* margin-bottom: 30px; */
  text-align: right;
}

.table-responsive {
  border: 1px solid #E7E7E7;
  border-radius: 15px;
  overflow-x: auto;
  margin-bottom: 25px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: #000000;
  --bs-table-bg-type: rgb(234 243 248) !important;
}

.tab {
  overflow: hidden;
  display: flex;
  justify-content: left;
  margin-bottom: 25px;
  margin-top: 30px;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 20px 0 0;
  transition: 0.3s;
  font-size: 17px;
}

.disclaimer {
  margin-bottom: 60px;
  font-family: 'Poppins';
  font-size: 12px;
  color: #000;
}

p.note {
  font-family: 'Poppins';
  font-size: 13px;
  font-weight: 500;
  color: #000;
  margin-top: 25px;
}

div#chartContainer {
  width: 100%;
  /* height: 500px; */
}

/* Create an active/current tablink class */
.tab button.active {}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  width: 500px;
  height: 300px;
  margin-bottom: 100px;
}

.tabcontent img {
  width: 100%;
}

.save-dashboard {
  background-color: #f5a530;
  border: none;
  color: #fff;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 10px 17px;
  border-radius: 8px;
}

.download-csv {
  background-color: #0d39b1;
  border: none;
  color: #fff;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  border-radius: 8px;
  text-decoration: none;
  padding: 10px 24px;
}

.btns {
  position: absolute;
  top: 35px;
  right: 0;
}

.btns-mobile ul {
  padding-left: 0;
}

.btns-mobile ul li {
  list-style: none;
}


/********************** collapsible **************************/

.result-record {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
}

.result-showing {
  font-family: 'Poppins';
  font-size: 15px;
  margin-bottom: 0;
}

.get-result-time {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  color: #0d39b1;
  margin-top: 18px;
}

.download-csv-text {
  text-align: right;
  font-family: 'Poppins';
  font-size: 13px;
  color: #000;
}

.tableContainer {
  width: 100%;
}

.result-container {
  width: 80%;
  overflow-x: hidden;
}

.container-parent {
  display: flex;
  overflow: hidden;
}

.start-chat-btn {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #143cab;
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

a.start-chat-btn:before {
  content: url('images/edit-message.svg');
  vertical-align: middle;
  margin-right: 6px;
}

.collapse-toggle-btn {
  background-color: #0d39b1;
  border: none;
  color: #fff;
  border-radius: 10px;
}

button#sidebarCollapse {
  width: 45px;
  height: 45px;
  margin-left: 10px;
}

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0 !important;
  }

  #sidebarCollapse span {
    display: none;
  }
}

#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

#sidebar {
  width: 20%;
  background-color: #F0F8FF;
  min-width: 250px;
  max-width: 250px;
  color: #fff;
  transition: all 0.3s;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;

}

.list-unstyled li {
  margin-bottom: 10px;
}

#sidebar ul.components {
  padding: 10px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  font-size: 14px;
  display: block;
  color: #18120F;
  text-decoration: none;
  font-family: 'Poppins';
}

.sidebar-menu-heading {
  color: #18120F;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins';
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;

}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;

}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386D5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}