@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Roboto:wght@300;400;500&display=swap");

body {
  width: 100%;
  font-family: sans-serif;
  background-color: #393e46;
}
.navbar {
  background-color: #393e46 !important;
  border-bottom: solid 1.4px #14d4f3;
}
.navbar img {
  height: 60px;
}
.navbar-brand {
  color: white;
}
.navbar-toggler {
  color: white;
  border: solid 1.4px #14d4f3;
}
p {
  color: white;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #2a2a2a;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: rgb(66, 74, 86);
}
.footer-container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

a:visited {
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
}
.quillsmartDictationeditor .ql-editor.ql-blank::before {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: white;
}
.ql-snow .ql-fill {
  fill: white;
}
.ql-snow .ql-stroke {
  stroke: white;
}

.form-check-label {
  font-size: 14px;
  color: white;
  font-family: "Poppins";
}
#macro-value {
  background: #2d2c2c;
  color: white;
  border: solid 1px #14d4f3;
}
.ql-toolbar.ql-snow {
  border-radius: 10px 10px 0px 0px;
  background: #222;
  border-left: solid 1.4px #14d4f3;
  border-right: solid 1.4px #14d4f3;
  border-top: solid 1.4px #14d4f3;
}
#quilleditor {
  background-color: #2d2c2c;
  border-radius: 0px 0px 10px 10px;
}
#quilleditor .ql-editor {
  border-left: solid 1.4px #14d4f3;
  border-right: solid 1.4px #14d4f3;
  border-bottom: solid 1.6px #14d4f3;
  border-radius: 0px 0px 10px 10px;
}
.ql-editor p {
  color: white;
  font-family: "Poppins";
}
.ql-editor ol,
.ql-editor ul {
  color: white;
  font-family: "Poppins";
}
#quilleditor .ql-editor.ql-blank::before {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  color: white;
}
.offcanvas {
  background-color: #393e46;
}
.offcanvas-title {
  color: white;
  font-family: "Poppins";
}
audio {
  width: 300px;
  height: auto;
  background-color: red;
}

.navbar-toggler-icon {
  background-image: url("../images/burger.png") !important;
}
.macroUpdate {
  width: 100%;
  display: inline-flex;
}
.macroTitle {
  font-weight: bold;
  margin-bottom: 20px;
  text-decoration: underline;
}
.textarea {
  width: 200px;
  height: 50px;
  border: 1px solid black;
}

.wrapper {
  margin-top: 50px !important;
  padding-top: 50px;
  max-height: 88vw;
  width: 99vw;
  margin: 0 auto;
}

.greyText {
  opacity: 0.4;
}

.bodycenter {
  display: flex;
  justify-content: space-between;
  max-height: 38vw;
}

.left_side {
  width: 65%;
}

.context-menu {
  font-size: 12px;
  font-family: monospace;
  /* color: brown; */
  overflow-y: scroll;
  max-height: 150px;
  width: 100%;
  /* border-bottom-style: solid;
  border-bottom-color: coral; */
}
.context-menu a {
  color: white !important;
  font-family: Roboto;
  font-size: 14px;
  margin: 0.2rem 0;
  padding: 5px 5px 5px 5px !important;
}
#generateAIImpression {
  font-weight: 500;
  margin-left: 4px;
  margin-right: 4px;
  display: none;
}
#generateAIImpression,
#applyFindingButton,
#applyFindingButton:hover {
  background-color: #fcb842 !important;
}
.template-menu {
  font-size: 12px;
  font-family: monospace;
  color: brown;
  overflow-y: scroll;
  max-height: 350px;
  width: 100%;
}
.template-menu::-webkit-scrollbar-track {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2px 0;
  background-color: #393e46;
}

.template-menu::-webkit-scrollbar {
  width: 10px;
}

.template-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #737272;
  border: 1px solid #000;
}

.right-side-button {
  background: none !important;
  border: none;
  padding: 5px !important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
  text-align: left;
}

.flex-container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  padding: 1px;
  max-width: 200px;
  height: auto;
  font-weight: normal;
}

tr {
  height: 50px;
}

element.style {
  width: 487px;
}
table.dataTable {
  width: 100% !important;
}
/* Crucial */
.highlight {
  background-color: #eef43b;
}

.highlight_selected {
  background-color: #32e178;
}

#ResultText {
  width: 80vw;
}

#ResultText span {
  display: inline-block;
  margin-top: 10px;
}

#sessionSpeechData {
  width: 80vw;
}

#sessionSpeechData span {
  display: inline-block;
  margin-top: 10px;
}

.nl-Adjective {
  background-color: #1ada47;
  padding: 3px;
  border-radius: 5px;
}

.nl-Noun {
  background-color: #151ffa;
  padding: 3px;
  border-radius: 5px;
  color: white;
}

.nl-Verb {
  background-color: #ff1616;
  padding: 3px;
  border-radius: 5px;
}

.hiddenForms {
  opacity: 0.2;
}

h1 {
  color: black;
}
.apply-transparent-selection ::selection {
  background: transparent;
}
/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
  background: #be4c54;
}

/* Mark valid inputs during .invalid state */
.invalid input:required:valid {
  background: #17d654;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/*==========  Non-Mobile First Method  ==========*/

/*Above */

@media only screen and (min-width: 1201px) {
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
}

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
}

@media print,
  (-o-min-device-pixel-ratio: 5/4),
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
.index_container {
  zoom: 90%;
}
.clearfix {
  *zoom: 1;
}

.btn {
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  height: 50px;
}

#startRecButton {
  background: none;
  display: flex;
  align-items: center;
  border: solid 1px #fcbd42d9;
  padding: 20px 15px;
  height: 0px;
  margin-right: 5px;
  border-radius: 50px;
}
#startRecButton i {
  color: #fcbd42d9;
}
#startRecButton:hover {
  color: white !important;
  border: 1px solid #13d5f4;
}
#startRecButton:disabled {
  background-color: transparent !important;
}
#stopRecButton {
  margin-right: 0;
  margin-left: 0.2rem;
  cursor: pointer;
  background: none;
  border: solid 1px #fcbd42d9;
}
.form-check-input:checked {
  background-color: #fcb842;
}
#copytoClipboard i,
#next-field i,
#prev-field i {
  color: #fcb842;
}
#stopRecButton,
#stopRecButton:hover {
  height: fit-content;
  padding: 8px 12px;
  border-radius: 50px;
}
#stopRecButton:hover {
  border: 1px solid #13d5f4;
}
#stopRecButton i {
  color: #f89090;
  background: none;
}
#stopRecButton:disabled {
  background-color: transparent !important;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: white;
}
.line {
  color: white;
}
/* Darker background on mouse-over */
/* .btn:hover {
  background-color: RoyalBlue;
} */

.nav-right-section {
  display: flex;
  align-items: center;
}

.adminMenu {
  padding: 30px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
.adminMenu p {
  margin: auto;
  cursor: pointer;
}
.adminMenu p:hover {
  color: red;
}
div.metricswrapper {
  display: none;
  aspect-ratio: 5/3;
  height: auto;
  background: #393e46;
  color: #333;
  border-radius: 0.5rem;
}
/* .tooltip_help i{
 color:  #fcb842;
} */
.close,
.tooltip_help {
  background: transparent;
  border: 0;
  color: white;
  padding: 0 5px;
}
#help_modal button {
  height: max-content;
  font-size: 14px !important;
  font-weight: 500;
}
#help_modal .modal-content {
  background-color: rgb(66, 74, 86);
}
#help_modal .modal-content h5 {
  color: white;
  line-height: 25px;
  font-size: 16px;
  font-weight: 600;
}
#help_modal .modal-content span {
  color: white;
  line-height: 25px;
  font-size: 14px;
}
/* #181818 */

.metricscontent ul {
  display: flex;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  column-gap: 4px;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}
.metricscontent ul input {
  width: 100%;
  border: none;
  appearance: none;
  outline: 0;
  min-width: 10rem;
  font-size: 1rem;
  background-color: #393e46;
  color: #ffffff;
}
.metricscontent ul li {
  list-style: none;
  background: #2d2c2c;
  border-radius: 10px;
  padding: 7px 2.25rem 8px 8px;
  border: 1px solid #e3d1e1;
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.metricscontent ul li span {
  /* content: '\58';
  font-family: 'fontawesome'; */
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.9rem;
  color: red;
  margin-left: 0.5rem;
  /* z-index: 3000; */
}

.contextmenu {
  color: #ffffff;
  background-color: #000;
  border-radius: 12px;
  padding: 1rem;
  display: none;
  position: absolute;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* SnackBar */

.snackbar {
  visibility: hidden;
  min-width: 250px;
  /* margin-left: -125px; */
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 30000;
  left: 25%;
  width: 50%;
  bottom: 30px;
  font-size: 17px;
}

.snackbar_show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

.highlight-blue {
  /* background-color: #151ffa;
    color: white; */
  color: blue;
  font-weight: 600;
}
.highlight-orange {
  /* background-color: orange;
    color: red; */
  color: red;
  font-weight: 600;
}

.contentStyle {
  white-space: pre-wrap;
}

.btn:hover {
  background-position: right center;
  color: white !important;
  /* change the direction of the change here */
}

.btn-1 {
  background-image: linear-gradient(
    to right,
    #1034a6 0%,
    #7d383d 51%,
    #d3212d 100%
  );
}

.clinicalHelpContent {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  display: none;
  background-color: #2d2c2c !important;
  color: white;
  font-family: "Poppins";
}

.clinicHelpLabel {
  display: none;
}
.accordion-expand-holder {
  text-align: center;
  padding: 10px;
}
.toast-success {
  background-color: #51a351 !important;
  opacity: 1 !important;
}
.gender-text {
  margin-right: 5px;
}
.gender-icon {
  font-size: 11px;
}
.accodian {
  min-width: 30%;
  max-width: 30%;
  height: 100%;
  width: 30%;
  display: none;
  padding: 0 15px;
  padding-bottom: 15px !important;
  border-radius: 20px;
  border: 1px solid #13d5f4;
  background: #393e46;
}
.ui-accordion-content {
  padding-left: 8px !important;
  padding-right: 0 !important;

  font-size: 14px;
  background: #393e46 !important;
  border-radius: 5px !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.ui-accordion-content::-webkit-scrollbar-track {
  box-shadow: 0;
}
.template-menu button {
  color: white;
  font-family: Roboto;
  font-weight: 500;
}
.accordion-header {
  background: #393e46 !important;
  font-family: "Roboto" !important;
  font-weight: 500 !important;
  color: white !important;
  border: 0 !important;
}
.accordion-expand-all {
  color: white;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
