@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
:root,
body {
  font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans,
    sans-serif !important;
  /* background-color: white !important; */
  margin: 0;
  box-sizing: border-box;
  position: relative;
  font-size: 1rem;

  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

html, body {
  min-height: 100%;
}

body {
  background-image: url("../images/riverbotBackground.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 992px) {
  body { background-attachment: scroll; }
}


p,
p .h6 {
  font-size: 1rem;
}

/* First Header */
.universal-nav {
  background-color: #e8e8e8;
  min-height: 24px;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.19, 1) 0s;
  margin-right: 0;
  .nav-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    .list-inline {
      padding: 1px;
      margin: 0px;
    }
    .list-inline-item:not(:last-child) {
      margin-right: 0;
    }
  }
  .nav-container ul > li.list-inline-item {
    font-size: 12px;

    .nav-link {
      color: rgb(72, 72, 72);
      font-size: 0.75rem;
      line-height: 0.75rem;
      padding: 0.25rem 0.5rem;
      margin-right: 0.5rem;
      white-space: nowrap;
      text-decoration: none;
    }
  }
}

#basic-addon1 {
  padding: 0.675rem 0.75rem;
}

/* Second Header */

@media (min-width: 993px) {
  .title-subunit-name {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    display: block;
    font-weight: 700;
    margin: 0.5rem 0px 0px 0px;
    letter-spacing: -0.06rem;
  }
  .subunit-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0px;
    display: inline-block;
    letter-spacing: -0.06rem;
  }
}

.second-header {
  padding: 0 12px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(208, 208, 208);
}

.container-xl {
  height: 100%;
  max-width: 1224px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 1rem;
}

.asu-logo {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.asu-logo.vert {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
  max-height: 72px;
  margin: 20px 1rem 20px 0;
  object-fit: contain;
}

.title-subunit-name {
  background-image: linear-gradient(
    to right,
    transparent 51%,
    rgb(255, 198, 38) 51%,
    95%,
    transparent
  );
  background-position: 0px 0px;
  background-size: 200%;
  text-decoration: none;
  display: inline-block;
  color: black;
  transition: all 1.5s cubic-bezier(0.19, 1, 0.19, 1) 0s;
}
.title-subunit-name.active {
  background-position: -200% center;
}
.expand-title {
  width: 100%;
}

.itdiqF {
  position: relative;
  padding: 0px;
  margin: 0px 0.5rem 0px 0px;
  border-bottom: 0px solid #ffc627;

  .active {
    border-bottom: 5px solid #ffc627;
  }
  a {
    display: inline-block;
    position: relative;
    padding: 0.5rem 0.75rem;
    line-height: 1rem;
    color: black;
  }
}
.chat-row {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

/* Top-right dropdown (match Waterbot behavior, maroon theme) */
.top-right-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-items {
  position: absolute;
  right: -8px;
  top: -11px;
  width: 80px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  border-radius: 47px;
  background: #800000;
  transition: height 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}

.top-right-icon:hover .nav-items,
.nav-items:hover {
  height: 170px;
  opacity: 1;
  pointer-events: auto;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 12px auto;
  border-radius: 60%;
  background: #fff;
  color: #800000;
  text-decoration: none;
  font-size: 35px;
}


.col-11 {
  flex: 0 0 auto;
  width: 6rem;
}

.ps-10 {
  padding-left: 6rem !important;
}

.cVsgpr {
  position: fixed;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(208, 208, 208);
  margin: 0px;
  z-index: 1031;
  visibility: hidden;
  white-space: normal;
}

.btn-new-chat {
  background-color: #254C63;
  font-size: 1rem;
  font-weight: 600;
  border-color: transparent;
  border-radius: 3rem;
  padding: 8px 24px;
}
.btn-new-chat:hover {
  background-color: #254C63;
  color: white;
  transform: scale(1.05);
}

.chatbot-guidelines {
  padding: 1rem 2rem;
  gap: 0.25rem;
  /* display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0; */

  .waterdrop1 {
    width: 6.8125rem;
    height: 6.8125rem;
    content: url(../images/riverspiritIcon.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .waterdrop2 {
    width: 5.8125rem;
    height: 6.8125rem;
    content: url(../images/riverspiritIcon.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .waterdrop3 {
    width: 4.25rem;
    height: 4.25rem;
    content: url(../images/WaterDrop3.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .waterdrop4 {
    width: 5.8125rem;
    height: 6.8125rem;
    content: url(../images/WaterDrop4.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .waterdrop5 {
    width: 5.8125rem;
    height: 6.8125rem;
    content: url(../images/WaterDrop5.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .chatbot-welcome {
    /*display: flex; */
    align-items: center;
    gap: 1rem;

    .chatbottext-cta {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.5rem;
    }
  }
  .chatbot-history {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.welcome-message-scroll {
  display: inline-flex;
  flex-direction: column;
  justify-items: left;
  align-items: stretch;
  gap: 0.5rem;
  height: calc(100vh - 555px);
  overflow-y: auto;
}
.accordion-button:not(.collapsed) {
  background-color: #b8dfe6;
}
.links-resources {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.links-resources > ul.list-unstyled > li > a {
  position: relative;
  /* display: inline-block; */
}
.links-resources > ul.list-unstyled > li > a:after {
  content: "";
  position: absolute;
  padding-top: 4px;
  left: 0;
  top: 100%;
  width: 0;
  height: 6px;
  background-color: #ffc627;
  transition: width 0.3s ease-in-out;
}
.links-resources > ul.list-unstyled > li > a:hover:after {
  width: 100%;
}

.waterdrop1 {
  width: 5.8125rem;
  height: 6.8125rem;
  content: url(../images/riverspiritIcon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.waterdrop2 {
  width: 5.8125rem;
  height: 6.8125rem;
  content: url(../images/WaterDrop2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.waterdrop3 {
  width: 4.25rem;
  height: 4.25rem;
  content: url(../images/WaterDrop3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.waterdrop4 {
  width: 5.8125rem;
  height: 6.8125rem;
  content: url(../images/WaterDrop4.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.waterdrop5 {
  width: 4.8125rem;
  height: 5.8125rem;
  content: url(../images/WaterDrop5.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.chatbottext-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.0625rem;
  justify-content: center;
}

a {
  text-decoration: none;
  color: black;
}

/* Chatbot-prompt */
.chatbot-prompt-container {
  padding: 1rem 1.5rem 1rem 1.5rem;
  background-color: transparent;
  min-width: auto;
  max-width: 100%;
  margin-left: 20px;
  margin-right: 200px;
  width: calc(100% - 180px); /* trims 240px from the right */
  margin-right: auto;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
@media (max-width: 992px) {
  .chatbot-prompt-container {
    padding: 1rem 1rem 2rem 1rem;
    width: calc(100% - 16px);
    margin: 0 8px;
  }
}
.chatbot-prompt {
  /* margin-right: 80px; */
  display: flex;
  flex-direction: column; /* this aligns internal items to the left */
  justify-content: flex-start;
  gap: 0.5rem;
  height: auto; /* calc(100vh - 310px); */
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
  padding-bottom: 10px;
  max-width: 100%;
  margin-left: 0;
  padding-bottom: 2rem; /* keeps the last bubble from hugging the bar */
}

#userBox {
  margin-top: auto;
  align-self: stretch;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}
.card-footer {
  background-color: inherit;
  border-radius: 20px;
}
.card {
  display: flex;
  position: relative;
  border: transparent;
  background-color: transparent;
}

.reactions {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  cursor: pointer;
}
.dislike-buttons {
  border: 1px solid #254C63;
  border-radius: 20px;
  margin-right: 5 rem;
}
.waterdrop1,
.waterdrop2,
waterdrop5 {
  width: 4.25rem;
  height: 4.25rem;
  flex-shrink: 0;
}
.waterdrop3 {
  width: 4.25rem;
  height: 4.25rem;
  flex-shrink: 0;
}
.waterdrop4 {
  width: 8.25rem;
  height: 8.25rem;
  flex-shrink: 0;
}
.welcome-message-body {
  width: 800px; /* fixed */
  max-width: 90vw; /* don’t overflow small screens */
  display: block; /* or flex, but NOT inline-flex */
  padding: 1rem;
  background: #eee;

  white-space: normal;
  overflow-wrap: anywhere; /* break long words/URLs */
  border-radius: 35px 35px 35px 35px;
}

.bot-message-body,
.welcome-message-body {
  width: 100%; /* 800px; /* fixed */ 
  max-width: 90vw; /* don’t overflow small screens */
  display: block; /* or flex, but NOT inline-flex */
  padding: 1rem;
  border-radius: 35px 35px 35px 35px;
  background: #eee;

  white-space: normal;
  overflow-wrap: anywhere; /* break long words/URLs */
  margin-left: 0;
}
.message-body {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  /* gap: 0.5rem; */
  word-wrap: break-word;
  flex-grow: 1;
  padding: 1rem;
  background: #eee;
  border-radius: 1rem;
}
.chxatbot-question {
  display: flex;
  /* flex-direction: row; */
  align-items: flex-start;
  align-self: right;
  padding: 0;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
.user-message {
  display: flex;
  justify-content: flex-end;
}
.chatbot-question {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.message-body {
  background: #eeeeee;
  background-attachment: local; /* fixed; */
  color: #1f1d1d;
  border-radius: 20px 20px 20px 20px;
  height: fit-content;
  width: fit-content;
  padding: 1rem 1rem;
  margin: 0.12rem 0.5rem;
  /* margin-left: 20%; */
}

.chatbot-question > div:first-child {
  border-radius: 0.5rem 1rem 0.2rem 0.5rem;
}
.chatbot-question > div:last-child {
  border-radius: 0.5rem 0.2rem 1rem 0.5rem;
}

.chatbot-response {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.fa-1x {
  font-size: 1.25rem;
}

.bi-hand-thumbs-up,
.bi-hand-thumbs-down,
.followup-buttons,
.dislike-buttons {
  cursor: pointer;
  color: #254C63;
  background: white;
  border: 1px solid #254C63;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}

@media (max-width: 768px) {
  .card.bot-message .card-footer .row.mb-4 > .col-11 {
    display: none;
  }

  .card.bot-message .card-footer .row.mb-4 > .col-10 {
    margin-left: 5rem;
    flex: 0 0 calc(100% - 5rem);
    max-width: calc(100% - 5rem);
    width: calc(100% - 5rem);
    min-width: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
  }
}

/* Feedback card inner container - white background */
.feedback-card-inner {
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #ffffff !important;
}

.feedback-card-inner .card-body {
  background: #ffffff !important;
}

.feedback-button,
.feedback-other-button,
.modal-feedback-button {
  background: #ffc627;
  border-radius: 20px;
  border: 1px solid #ffc627;
}

.feedback-button:hover,
.feedback-other-button:hover,
.modal-feedback-button:hover {
  border: 1px solid black;
}

.reaction-feedback {
  /* content: "\F407" !important; */
  color: white !important;
  background: #254C63 !important;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.btn-group {
  text-align: center; /* Align buttons in the center */
}

.dislikeButton-feedback {
  /* content: "\F407" !important; */
  color: white !important;
  background: #254C63 !important;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
  align-self: center;
}
.bi-hand-thumbs-up:hover,
.bi-hand-thumbs-down:hover,
.followup-buttons:hover,
.dislike-buttons:hover {
  color: white;
  background: #254C63;
  border: 1px solid black;
  cursor: pointer;
}

.followup-selected {
  color: white;
  background: #254C63;
}

.input-chatbot-question {
  border: 1px solid black;
  align-self: right;
  background-color: #eee !important;
}
.user-icon-background {
  color: #254C63;
}

.btn-submit {
  background-color: #254C63;
  color: white;
  border-radius: 0rem 1rem 1rem 0rem;
  padding: 0.75rem 1.25rem;
}
.btn-submit:hover {
  background-color: #254C63;
  color: white;
  transform: scale(1.05);
}
.disclosure {
  color: #747474;
  margin: 0;
  font-size: 14px;
}

.loading-animation {
  display: none;
  /* Align with input field - match Riverbot's input positioning */
  margin-left: 0;
  max-width: 90%;
}

.card.loading-animation,
.loading-animation-card {
  background: #eee;
  border-radius: 35px 35px 35px 0px;
  box-shadow: 1px 3px 8px 0px rgb(11 11 10 / 96%), 5px 5px 6px 0px rgb(13 12 12 / 36%) !important;
  width: fit-content;
  max-width: min(320px, 90%);
  border: none;
}

/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #254C63;
  color: #254C63;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #254C63;
  color: #254C63;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #254C63;
  color: #254C63;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #254C63;
  }
  50%,
  100% {
    background-color: rgba(152, 128, 255, 0.2);
  }
}

.left {
  float: left;
  max-width: 90%;
  justify-content: flex-end;
}
.right {
  margin-left: 50%;
  justify-content: flex-end;
}

.loader {
  width: 24px;
  height: 24px;
  border: 3px solid hsl(207, 55%, 54%);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: pulse 1s linear infinite;
}
.loader:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border: 3px solid hsl(210, 64%, 65%);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
  0% {
    transform: translate(-50%, -50%) scale(0);
  }
  60%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pulse {
  0%,
  60%,
  100% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.2);
  }
}
.btn-mic:hover svg {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
}
.btn-mic:hover {
  background-color: #254C63;
  color: white;
}
.language-text {
  width: 83px;
  height: 18px;
  flex-shrink: 0;
  color: #191919;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.language-toggle-container {
  width: 140px; /* Adjusted width to fit the buttons */
  height: 35px; /* Adjusted height to fit the buttons */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25.5px; /* Ensure it matches the button border-radius */
  background-color: #606060;
  overflow: hidden; /* Ensure buttons fit within the container */
  margin-bottom: 20px; /* Add margin-bottom to create space below the button */
}

.language-toggle {
  display: none;
  /* display: flex; */
  width: 100%;
  height: 100%;
  border-radius: 25.5px;
  overflow: hidden;
}

.language-button {
  flex: 1;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.language-button.english-button {
  background: #254C63;
  color: #ffffff;
  border-top-left-radius: 25.5px;
  border-bottom-left-radius: 25.5px;
  border-top-right-radius: 0; /* Adjust border radius */
  border-bottom-right-radius: 0; /* Adjust border radius */
  width: 70px; /* Adjusted width */
  height: 35px; /* Adjusted height */
  font-size: 12px; /* Adjusted font size */
  padding: 5px 0; /* Adjusted padding */
  display: flex;
  justify-content: center;
  align-items: center;
}

.language-button.spanish-button {
  background: #606060;
  color: #ffffff;
  border-top-right-radius: 25.5px;
  border-bottom-right-radius: 25.5px;
  border-top-left-radius: 0; /* Adjust border radius */
  border-bottom-left-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px; /* Adjusted font size */
  text-transform: uppercase;
  width: 70px; /* Adjusted width */
  height: 35px; /* Adjusted height */
  padding: 5px 0; /* Adjusted padding */
  display: flex;
  justify-content: center;
  align-items: center;
}

.language-button.spanish-button:hover {
  background-color: #787878; /* Lighter shade for hover */
  color: #f0f0f0; /* Light greyish white for better contrast */
}

.language-button.english-button:hover {
  background-color: #254c63; /* Slightly lighter shade for hover */
  color: #f0f0f0; /* Light greyish white for text */
}

.language-button.active {
  background-color: #254C63;
  color: #ffffff;
}

.language-transcript-row {
  padding: 20px;
}

.language-section,
.transcript-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align content to the left */
  padding: 10px;
}

.language-text {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
}

.transcript-heading {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.transcript-button {
  width: 125px; /* Set the button width */
  height: 40px; /* Set the button height */
  margin-top: 0;
  flex-shrink: 0; /* Prevent the button from shrinking */
  background-color: #254C63; /* Background color */
  padding: 5px 0;
  color: white; /* Text color for visibility */
  border: none; /* Remove default border */
  border-radius: 25px; /* Rounded corners */
  font-family: Arial, sans-serif; /* Font styling */
  font-size: 16px; /* Font size */
  font-weight: bold; /* Font weight */
  cursor: pointer; /* Cursor indicates it's clickable */
  outline: none; /* Remove focus outline */
  display: flex; /* Flexbox for center alignment */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
}

.transcript-button:hover {
  background-color: #254c63; /* Slightly lighter shade of the original color for the hover state */
  color: #f0f0f0; /* A slightly off-white color for better contrast */
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  .language-toggle-container {
    margin-bottom: 10px;
  }
}

/* Main body */
main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

main > div:first-of-type {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

main > div:first-of-type > .row:first-of-type {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

/* Add these new styles */
.navbar-toggler {
  display: none;
  border: none;
  padding: 0.5rem;
  color: #254C63;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

@media (max-width: 1199px) {
  .navbar-toggler {
    display: block;
    order: 1;
  }

  .expand-title {
    order: 0;
    width: calc(100% - 160px); /* Adjust based on logo width + padding */
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    z-index: 1000;
    padding: 1rem;
    border-top: 1px solid #d0d0d0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav {
    flex-direction: column;
  }

  .nav-item {
    width: 100%;
  }

  .dropdown-menu {
    border: none;
    padding-left: 1rem;
  }

  .navbar-collapse.collapse:not(.show) {
    display: none;
  }
}

/* Ensure desktop view remains unchanged */
@media (min-width: 1200px) {
  .navbar-collapse {
    display: flex !important;
  }

  .navbar-toggler {
    display: none !important;
  }
}

/* Update navigation button styles */
.nav-item .nav-link[href="/"],
.nav-item .nav-link#transcript-button {
  background-color: #254C63;
  color: white !important;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 3rem;
  padding: 8px 24px !important;
  margin: 0.25rem 0 0.75rem 0;
  transition: transform 0.2s ease-in-out;
}

.nav-item .nav-link[href="/"]:hover,
.nav-item .nav-link#transcript-button:hover {
  background-color: #254c63;
  color: white !important;
  transform: scale(1.05);
}

/* Remove the default border bottom on hover */
.itdiqF .nav-link[href="/"],
.itdiqF .nav-link#transcript-button {
  border-bottom: none !important;
}

.itdiqF .nav-link[href="/"].active,
.itdiqF .nav-link#transcript-button.active {
  border-bottom: none !important;
}
