:root {
  --toggleImgSrc: "./assets/Texture2D/Icon/OnOff.png";
}

body {
  padding-bottom: 70px;
}
.flex-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flex-container img {
  margin-bottom: 10px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  z-index: 999;
}
#collapseBtn {
  width: 110%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  z-index: 109 !important;
}
.titleContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 5%;
}
.definitionContainer {
  padding-left: 5%;
}

.play-sound {
  z-index: 111;
  position: relative;
}
.title-images {
  width: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
}
button {
  border: none;
  background-color: transparent;
}
.btn-group {
  z-index: 108 important;
}

.voice-Img {
  width: 25px;
  z-index: 107;
  cursor: pointer;
}

.add-image {
  width: 20px;
  height: 20px;
  margin: auto;
}

.form-control {
  width: 30rem;
}
.custom-card-body {
  background-color: white !important;
}
.modal-body {
  box-shadow: none !important;
  overflow-x: hidden;
}
.collapse-custom-btn {
  display: none;
}
.custom-card-body {
  margin-bottom: 3px;
}

.form-control {
  border: none;
}

.collapse-custom-btn {
  width: 100%;
}
.custom-progress {
  width: 90%;
  height: 5px;
}
.card {
  background-color: #eaffed;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.big-card {
  min-width: 220px !important;
  min-height: 220px !important;
}
.progress {
  margin-top: 5px;
}
.circle {
  width: 50px;
  height: 30px;
  border-radius: 50%;
  background-color: green;
  color: white;
  line-height: 30px;
  margin-left: auto;
}

#navbarSupportedContent {
  max-width: 375px !important;
}
.navBarImage {
  margin-left: 0.5rem;
}

[data-bs-theme="light"] .navBarImage {
  filter: brightness(0) saturate(100%) !important;
}

.navBarImageSmall {
  height: 1.5rem !important;
}

.navBarImageVerySmall {
  height: 1.25rem !important;
}

.navBarImageBig {
  height: 1.75rem !important;
}

.p15 {
  padding-left: 0.15rem !important;
  margin-right: 2rem !important;
}

.navBarButton {
  margin-left: auto;
  width: fit-content;
}
.BahmanImg {
  height: 3rem;
  margin: 4rem 5.5rem 0rem 0rem;
}
.themeTogglerImg {
  height: 2rem !important;
  margin-left: 0 !important;
  position: relative;
  bottom: 0.3rem;
  padding-right: 2rem;
  bottom: 0;
}
.mainLogo {
  height: 1.9rem;
  margin-left: 5%;
}
