﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.abas-nav-underline .tab-pane.show {
  display: block !important;
}
.abas-nav-underline .tab-pane.fade {
  display: none;
}

.btn-format {
  -moz-border-radius: 36px !important;
  -webkit-border-radius: 36px !important;
  border-radius: 36px !important;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  justify-content: center;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  height: 36px;
  margin: 0;
  padding: 0 16px;
}
.btn-format i {
  align-self: center;
  font-size: 0.875rem;
}

.btn-format-medium {
  -moz-border-radius: 32px !important;
  -webkit-border-radius: 32px !important;
  border-radius: 32px !important;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  justify-content: center;
  font-family: "Roboto Flex", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.875rem;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  height: 32px;
  margin: 0;
  min-width: 90.81px;
  padding: 0 10px;
}

.btn-round {
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  border: none;
  cursor: pointer;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-width: 32px;
  width: 32px;
}
@media (max-width: 270px) {
  .btn-round {
    height: 25px;
    width: 25px;
  }
}
.btn-round i {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 32px;
}
@media (max-width: 270px) {
  .btn-round i {
    font-size: 0.75rem;
  }
}
@media (max-width: 270px) {
  .btn-round svg {
    height: 10px;
    width: 10px;
  }
}

.btn-round-small {
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  height: 20px;
  width: 20px;
}
.btn-round-small i {
  font-size: 0.75rem;
}

.btn-go-back {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  justify-content: center;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .btn-go-back {
    display: none;
  }
}

.dark-mode {
  background-color: #212529 !important;
}
.dark-mode .bg-blue0 {
  background-color: #e7f5ff;
}
.dark-mode .border-blue0 {
  border-color: #e7f5ff;
}
.dark-mode .btn-blue0 {
  background-color: #e7f5ff;
  transition: all 0.3s ease;
}
.dark-mode .btn-blue0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-blue0:not(:disabled):focus {
  background-color: #68c0ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-blue0:not(:disabled):hover {
  background-color: #81cbff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-blue0 {
  color: #e7f5ff !important;
}
.dark-mode .bg-blue1 {
  background-color: #d0ebff;
}
.dark-mode .border-blue1 {
  border-color: #d0ebff;
}
.dark-mode .btn-blue1 {
  background-color: #d0ebff;
  transition: all 0.3s ease;
}
.dark-mode .btn-blue1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-blue1:not(:disabled):focus {
  background-color: #51b5ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-blue1:not(:disabled):hover {
  background-color: #6ac0ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-blue1 {
  color: #d0ebff !important;
}
.dark-mode .bg-blue2 {
  background-color: #a5d8ff;
}
.dark-mode .border-blue2 {
  border-color: #a5d8ff;
}
.dark-mode .btn-blue2 {
  background-color: #a5d8ff;
  transition: all 0.3s ease;
}
.dark-mode .btn-blue2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-blue2:not(:disabled):focus {
  background-color: #26a1ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-blue2:not(:disabled):hover {
  background-color: #3facff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-blue2 {
  color: #a5d8ff !important;
}
.dark-mode .bg-blue3 {
  background-color: #74c0fc;
}
.dark-mode .border-blue3 {
  border-color: #74c0fc;
}
.dark-mode .btn-blue3 {
  background-color: #74c0fc;
  transition: all 0.3s ease;
}
.dark-mode .btn-blue3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-blue3:not(:disabled):focus {
  background-color: #0586eb !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-blue3:not(:disabled):hover {
  background-color: #1093fa !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-blue3 {
  color: #74c0fc !important;
}
.dark-mode .bg-blue4 {
  background-color: #4dabf7;
}
.dark-mode .border-blue4 {
  border-color: #4dabf7;
}
.dark-mode .btn-blue4 {
  background-color: #4dabf7;
  transition: all 0.3s ease;
}
.dark-mode .btn-blue4:disabled {
  background-color: #dff0fe !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-blue4:not(:disabled):focus {
  background-color: #086cbc !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-blue4:not(:disabled):hover {
  background-color: #0a7ad4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-blue4 {
  color: #4dabf7 !important;
}
.dark-mode .bg-blue5 {
  background-color: #339af0;
}
.dark-mode .border-blue5 {
  border-color: #339af0;
}
.dark-mode .btn-blue5 {
  background-color: #339af0;
  transition: all 0.3s ease;
}
.dark-mode .btn-blue5:disabled {
  background-color: #c2e1fa !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-blue5:not(:disabled):focus {
  background-color: #0b5898 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-blue5:not(:disabled):hover {
  background-color: #0d66b0 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-blue5 {
  color: #339af0 !important;
}
.dark-mode .bg-blue6 {
  background-color: #228be6;
}
.dark-mode .border-blue6 {
  border-color: #228be6;
}
.dark-mode .btn-blue6 {
  background-color: #228be6;
  transition: all 0.3s ease;
}
.dark-mode .btn-blue6:disabled {
  background-color: #abd3f6 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-blue6:not(:disabled):focus {
  background-color: #0e487b !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-blue6:not(:disabled):hover {
  background-color: #105692 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-blue6 {
  color: #228be6 !important;
}
.dark-mode .bg-blue7 {
  background-color: #1c7ed6;
}
.dark-mode .border-blue7 {
  border-color: #1c7ed6;
}
.dark-mode .btn-blue7 {
  background-color: #1c7ed6;
  transition: all 0.3s ease;
}
.dark-mode .btn-blue7:disabled {
  background-color: #99c8f2 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-blue7:not(:disabled):focus {
  background-color: #0d3c65 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-blue7:not(:disabled):hover {
  background-color: #10497c !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-blue7 {
  color: #1c7ed6 !important;
}
.dark-mode .bg-blue8 {
  background-color: #1971c2;
}
.dark-mode .border-blue8 {
  border-color: #1971c2;
}
.dark-mode .btn-blue8 {
  background-color: #1971c2;
  transition: all 0.3s ease;
}
.dark-mode .btn-blue8:disabled {
  background-color: #85bcef !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-blue8:not(:disabled):focus {
  background-color: #0a2f51 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-blue8:not(:disabled):hover {
  background-color: #0d3c68 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-blue8 {
  color: #1971c2 !important;
}
.dark-mode .bg-blue9 {
  background-color: #1864ab;
}
.dark-mode .border-blue9 {
  border-color: #1864ab;
}
.dark-mode .btn-blue9 {
  background-color: #1864ab;
  transition: all 0.3s ease;
}
.dark-mode .btn-blue9:disabled {
  background-color: #71b0eb !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-blue9:not(:disabled):focus {
  background-color: #08233b !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-blue9:not(:disabled):hover {
  background-color: #0b3052 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-blue9 {
  color: #1864ab !important;
}
.dark-mode .bg-cyan0 {
  background-color: #e3fafc;
}
.dark-mode .border-cyan0 {
  border-color: #e3fafc;
}
.dark-mode .btn-cyan0 {
  background-color: #e3fafc;
  transition: all 0.3s ease;
}
.dark-mode .btn-cyan0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-cyan0:not(:disabled):focus {
  background-color: #70e5f0 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-cyan0:not(:disabled):hover {
  background-color: #87eaf2 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-cyan0 {
  color: #e3fafc !important;
}
.dark-mode .bg-cyan1 {
  background-color: #c5f6fa;
}
.dark-mode .border-cyan1 {
  border-color: #c5f6fa;
}
.dark-mode .btn-cyan1 {
  background-color: #c5f6fa;
  transition: all 0.3s ease;
}
.dark-mode .btn-cyan1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-cyan1:not(:disabled):focus {
  background-color: #50e4f0 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-cyan1:not(:disabled):hover {
  background-color: #67e7f2 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-cyan1 {
  color: #c5f6fa !important;
}
.dark-mode .bg-cyan2 {
  background-color: #99e9f2;
}
.dark-mode .border-cyan2 {
  border-color: #99e9f2;
}
.dark-mode .btn-cyan2 {
  background-color: #99e9f2;
  transition: all 0.3s ease;
}
.dark-mode .btn-cyan2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-cyan2:not(:disabled):focus {
  background-color: #28d1e4 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-cyan2:not(:disabled):hover {
  background-color: #3fd5e6 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-cyan2 {
  color: #99e9f2 !important;
}
.dark-mode .bg-cyan3 {
  background-color: #66d9e8;
}
.dark-mode .border-cyan3 {
  border-color: #66d9e8;
}
.dark-mode .btn-cyan3 {
  background-color: #66d9e8;
  transition: all 0.3s ease;
}
.dark-mode .btn-cyan3:disabled {
  background-color: #ebfafc !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-cyan3:not(:disabled):focus {
  background-color: #1ba2b4 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-cyan3:not(:disabled):hover {
  background-color: #1eb6ca !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-cyan3 {
  color: #66d9e8 !important;
}
.dark-mode .bg-cyan4 {
  background-color: #3bc9db;
}
.dark-mode .border-cyan4 {
  border-color: #3bc9db;
}
.dark-mode .btn-cyan4 {
  background-color: #3bc9db;
  transition: all 0.3s ease;
}
.dark-mode .btn-cyan4:disabled {
  background-color: #bcedf3 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-cyan4:not(:disabled):focus {
  background-color: #17737f !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-cyan4:not(:disabled):hover {
  background-color: #1b8795 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-cyan4 {
  color: #3bc9db !important;
}
.dark-mode .bg-cyan5 {
  background-color: #22b8cf;
}
.dark-mode .border-cyan5 {
  border-color: #22b8cf;
}
.dark-mode .btn-cyan5 {
  background-color: #22b8cf;
  transition: all 0.3s ease;
}
.dark-mode .btn-cyan5:disabled {
  background-color: #9be4ef !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-cyan5:not(:disabled):focus {
  background-color: #105761 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-cyan5:not(:disabled):hover {
  background-color: #146a77 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-cyan5 {
  color: #22b8cf !important;
}
.dark-mode .bg-cyan6 {
  background-color: #15aabf;
}
.dark-mode .border-cyan6 {
  border-color: #15aabf;
}
.dark-mode .btn-cyan6 {
  background-color: #15aabf;
  transition: all 0.3s ease;
}
.dark-mode .btn-cyan6:disabled {
  background-color: #7ce2f1 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-cyan6:not(:disabled):focus {
  background-color: #08444c !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-cyan6:not(:disabled):hover {
  background-color: #0b5863 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-cyan6 {
  color: #15aabf !important;
}
.dark-mode .bg-cyan7 {
  background-color: #1098ad;
}
.dark-mode .border-cyan7 {
  border-color: #1098ad;
}
.dark-mode .btn-cyan7 {
  background-color: #1098ad;
  transition: all 0.3s ease;
}
.dark-mode .btn-cyan7:disabled {
  background-color: #65def1 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-cyan7:not(:disabled):focus {
  background-color: #053138 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-cyan7:not(:disabled):hover {
  background-color: #074650 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-cyan7 {
  color: #1098ad !important;
}
.dark-mode .bg-cyan8 {
  background-color: #0c8599;
}
.dark-mode .border-cyan8 {
  border-color: #0c8599;
}
.dark-mode .btn-cyan8 {
  background-color: #0c8599;
  transition: all 0.3s ease;
}
.dark-mode .btn-cyan8:disabled {
  background-color: #4ddaf1 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-cyan8:not(:disabled):focus {
  background-color: #031e23 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-cyan8:not(:disabled):hover {
  background-color: #05333a !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-cyan8 {
  color: #0c8599 !important;
}
.dark-mode .bg-cyan9 {
  background-color: #0b7285;
}
.dark-mode .border-cyan9 {
  border-color: #0b7285;
}
.dark-mode .btn-cyan9 {
  background-color: #0b7285;
  transition: all 0.3s ease;
}
.dark-mode .btn-cyan9:disabled {
  background-color: #3ad3ef !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-cyan9:not(:disabled):focus {
  background-color: #010d0f !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-cyan9:not(:disabled):hover {
  background-color: #032127 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-cyan9 {
  color: #0b7285 !important;
}
.dark-mode .bg-grape0 {
  background-color: #f8f0fc;
}
.dark-mode .border-grape0 {
  border-color: #f8f0fc;
}
.dark-mode .btn-grape0 {
  background-color: #f8f0fc;
  transition: all 0.3s ease;
}
.dark-mode .btn-grape0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-grape0:not(:disabled):focus {
  background-color: #c686e7 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-grape0:not(:disabled):hover {
  background-color: #d09beb !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-grape0 {
  color: #f8f0fc !important;
}
.dark-mode .bg-grape1 {
  background-color: #f3d9fa;
}
.dark-mode .border-grape1 {
  border-color: #f3d9fa;
}
.dark-mode .btn-grape1 {
  background-color: #f3d9fa;
  transition: all 0.3s ease;
}
.dark-mode .btn-grape1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-grape1:not(:disabled):focus {
  background-color: #cf68eb !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-grape1:not(:disabled):hover {
  background-color: #d77fee !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-grape1 {
  color: #f3d9fa !important;
}
.dark-mode .bg-grape2 {
  background-color: #eebefe;
}
.dark-mode .border-grape2 {
  border-color: #eebefe;
}
.dark-mode .btn-grape2 {
  background-color: #eebefe;
  transition: all 0.3s ease;
}
.dark-mode .btn-grape2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-grape2:not(:disabled):focus {
  background-color: #cd40fc !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-grape2:not(:disabled):hover {
  background-color: #d45afc !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-grape2 {
  color: #eebefe !important;
}
.dark-mode .bg-grape3 {
  background-color: #e599f7;
}
.dark-mode .border-grape3 {
  border-color: #e599f7;
}
.dark-mode .btn-grape3 {
  background-color: #e599f7;
  transition: all 0.3s ease;
}
.dark-mode .btn-grape3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-grape3:not(:disabled):focus {
  background-color: #c723ee !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-grape3:not(:disabled):hover {
  background-color: #cd3af0 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-grape3 {
  color: #e599f7 !important;
}
.dark-mode .bg-grape4 {
  background-color: #da77f2;
}
.dark-mode .border-grape4 {
  border-color: #da77f2;
}
.dark-mode .btn-grape4 {
  background-color: #da77f2;
  transition: all 0.3s ease;
}
.dark-mode .btn-grape4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-grape4:not(:disabled):focus {
  background-color: #b014d5 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-grape4:not(:disabled):hover {
  background-color: #c11ae9 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-grape4 {
  color: #da77f2 !important;
}
.dark-mode .bg-grape5 {
  background-color: #cc5de8;
}
.dark-mode .border-grape5 {
  border-color: #cc5de8;
}
.dark-mode .btn-grape5 {
  background-color: #cc5de8;
  transition: all 0.3s ease;
}
.dark-mode .btn-grape5:disabled {
  background-color: #f6e3fb !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-grape5:not(:disabled):focus {
  background-color: #8f19ad !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-grape5:not(:disabled):hover {
  background-color: #a21cc3 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-grape5 {
  color: #cc5de8 !important;
}
.dark-mode .bg-grape6 {
  background-color: #be4bdb;
}
.dark-mode .border-grape6 {
  border-color: #be4bdb;
}
.dark-mode .btn-grape6 {
  background-color: #be4bdb;
  transition: all 0.3s ease;
}
.dark-mode .btn-grape6:disabled {
  background-color: #eccbf5 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-grape6:not(:disabled):focus {
  background-color: #741c8b !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-grape6:not(:disabled):hover {
  background-color: #8620a0 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-grape6 {
  color: #be4bdb !important;
}
.dark-mode .bg-grape7 {
  background-color: #ae3ec9;
}
.dark-mode .border-grape7 {
  border-color: #ae3ec9;
}
.dark-mode .btn-grape7 {
  background-color: #ae3ec9;
  transition: all 0.3s ease;
}
.dark-mode .btn-grape7:disabled {
  background-color: #e0b6ea !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-grape7:not(:disabled):focus {
  background-color: #5b1e6a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-grape7:not(:disabled):hover {
  background-color: #6c237e !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-grape7 {
  color: #ae3ec9 !important;
}
.dark-mode .bg-grape8 {
  background-color: #9c36b5;
}
.dark-mode .border-grape8 {
  border-color: #9c36b5;
}
.dark-mode .btn-grape8 {
  background-color: #9c36b5;
  transition: all 0.3s ease;
}
.dark-mode .btn-grape8:disabled {
  background-color: #d6a1e3 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-grape8:not(:disabled):focus {
  background-color: #471953 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-grape8:not(:disabled):hover {
  background-color: #581f66 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-grape8 {
  color: #9c36b5 !important;
}
.dark-mode .bg-grape9 {
  background-color: #862e9c;
}
.dark-mode .border-grape9 {
  border-color: #862e9c;
}
.dark-mode .btn-grape9 {
  background-color: #862e9c;
  transition: all 0.3s ease;
}
.dark-mode .btn-grape9:disabled {
  background-color: #cb87dc !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-grape9:not(:disabled):focus {
  background-color: #31113a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-grape9:not(:disabled):hover {
  background-color: #42174d !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-grape9 {
  color: #862e9c !important;
}
.dark-mode .bg-gray0 {
  background-color: #f8f9fa;
}
.dark-mode .border-gray0 {
  border-color: #f8f9fa;
}
.dark-mode .btn-gray0 {
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}
.dark-mode .btn-gray0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-gray0:not(:disabled):focus {
  background-color: #aeb9c5 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-gray0:not(:disabled):hover {
  background-color: #bdc6d0 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-gray0 {
  color: #f8f9fa !important;
}
.dark-mode .bg-gray1 {
  background-color: #f1f3f5;
}
.dark-mode .border-gray1 {
  border-color: #f1f3f5;
}
.dark-mode .btn-gray1 {
  background-color: #f1f3f5;
  transition: all 0.3s ease;
}
.dark-mode .btn-gray1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-gray1:not(:disabled):focus {
  background-color: #a7b3c0 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-gray1:not(:disabled):hover {
  background-color: #b6c0cb !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-gray1 {
  color: #f1f3f5 !important;
}
.dark-mode .bg-gray2 {
  background-color: #e9ecef;
}
.dark-mode .border-gray2 {
  border-color: #e9ecef;
}
.dark-mode .btn-gray2 {
  background-color: #e9ecef;
  transition: all 0.3s ease;
}
.dark-mode .btn-gray2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-gray2:not(:disabled):focus {
  background-color: #9facb9 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-gray2:not(:disabled):hover {
  background-color: #aeb9c4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-gray2 {
  color: #e9ecef !important;
}
.dark-mode .bg-gray3 {
  background-color: #dee2e6;
}
.dark-mode .border-gray3 {
  border-color: #dee2e6;
}
.dark-mode .btn-gray3 {
  background-color: #dee2e6;
  transition: all 0.3s ease;
}
.dark-mode .btn-gray3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-gray3:not(:disabled):focus {
  background-color: #95a2af !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-gray3:not(:disabled):hover {
  background-color: #a4afba !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-gray3 {
  color: #dee2e6 !important;
}
.dark-mode .bg-gray4 {
  background-color: #ced4da;
}
.dark-mode .border-gray4 {
  border-color: #ced4da;
}
.dark-mode .btn-gray4 {
  background-color: #ced4da;
  transition: all 0.3s ease;
}
.dark-mode .btn-gray4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-gray4:not(:disabled):focus {
  background-color: #8594a3 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-gray4:not(:disabled):hover {
  background-color: #94a1ae !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-gray4 {
  color: #ced4da !important;
}
.dark-mode .bg-gray5 {
  background-color: #adb5bd;
}
.dark-mode .border-gray5 {
  border-color: #adb5bd;
}
.dark-mode .btn-gray5 {
  background-color: #adb5bd;
  transition: all 0.3s ease;
}
.dark-mode .btn-gray5:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-gray5:not(:disabled):focus {
  background-color: #697582 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-gray5:not(:disabled):hover {
  background-color: #748290 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-gray5 {
  color: #adb5bd !important;
}
.dark-mode .bg-gray6 {
  background-color: #868e96;
}
.dark-mode .border-gray6 {
  border-color: #868e96;
}
.dark-mode .btn-gray6 {
  background-color: #868e96;
  transition: all 0.3s ease;
}
.dark-mode .btn-gray6:disabled {
  background-color: #d8dbdd !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-gray6:not(:disabled):focus {
  background-color: #494e54 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-gray6:not(:disabled):hover {
  background-color: #555b61 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-gray6 {
  color: #868e96 !important;
}
.dark-mode .bg-gray7 {
  background-color: #495057;
}
.dark-mode .border-gray7 {
  border-color: #495057;
}
.dark-mode .btn-gray7 {
  background-color: #495057;
  transition: all 0.3s ease;
}
.dark-mode .btn-gray7:disabled {
  background-color: #949da5 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-gray7:not(:disabled):focus {
  background-color: #0f1012 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-gray7:not(:disabled):hover {
  background-color: #1a1d20 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-gray7 {
  color: #495057 !important;
}
.dark-mode .bg-gray8 {
  background-color: #343a40;
}
.dark-mode .border-gray8 {
  border-color: #343a40;
}
.dark-mode .btn-gray8 {
  background-color: #343a40;
  transition: all 0.3s ease;
}
.dark-mode .btn-gray8:disabled {
  background-color: #7a8793 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-gray8:not(:disabled):focus {
  background-color: black !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-gray8:not(:disabled):hover {
  background-color: #060708 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-gray8 {
  color: #343a40 !important;
}
.dark-mode .bg-gray9 {
  background-color: #212529;
}
.dark-mode .border-gray9 {
  border-color: #212529;
}
.dark-mode .btn-gray9 {
  background-color: #212529;
  transition: all 0.3s ease;
}
.dark-mode .btn-gray9:disabled {
  background-color: #65727e !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-gray9:not(:disabled):focus {
  background-color: black !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-gray9:not(:disabled):hover {
  background-color: black !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-gray9 {
  color: #212529 !important;
}
.dark-mode .bg-green0 {
  background-color: #ebfbee;
}
.dark-mode .border-green0 {
  border-color: #ebfbee;
}
.dark-mode .btn-green0 {
  background-color: #ebfbee;
  transition: all 0.3s ease;
}
.dark-mode .btn-green0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-green0:not(:disabled):focus {
  background-color: #81e694 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-green0:not(:disabled):hover {
  background-color: #96eaa6 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-green0 {
  color: #ebfbee !important;
}
.dark-mode .bg-green1 {
  background-color: #d3f9d8;
}
.dark-mode .border-green1 {
  border-color: #d3f9d8;
}
.dark-mode .btn-green1 {
  background-color: #d3f9d8;
  transition: all 0.3s ease;
}
.dark-mode .btn-green1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-green1:not(:disabled):focus {
  background-color: #63ea75 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-green1:not(:disabled):hover {
  background-color: #79ed88 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-green1 {
  color: #d3f9d8 !important;
}
.dark-mode .bg-green2 {
  background-color: #b2f2bb;
}
.dark-mode .border-green2 {
  border-color: #b2f2bb;
}
.dark-mode .btn-green2 {
  background-color: #b2f2bb;
  transition: all 0.3s ease;
}
.dark-mode .btn-green2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-green2:not(:disabled):focus {
  background-color: #45e05b !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-green2:not(:disabled):hover {
  background-color: #5be36e !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-green2 {
  color: #b2f2bb !important;
}
.dark-mode .bg-green3 {
  background-color: #8ce99a;
}
.dark-mode .border-green3 {
  border-color: #8ce99a;
}
.dark-mode .btn-green3 {
  background-color: #8ce99a;
  transition: all 0.3s ease;
}
.dark-mode .btn-green3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-green3:not(:disabled):focus {
  background-color: #27ce41 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-green3:not(:disabled):hover {
  background-color: #36d94f !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-green3 {
  color: #8ce99a !important;
}
.dark-mode .bg-green4 {
  background-color: #69db7c;
}
.dark-mode .border-green4 {
  border-color: #69db7c;
}
.dark-mode .btn-green4 {
  background-color: #69db7c;
  transition: all 0.3s ease;
}
.dark-mode .btn-green4:disabled {
  background-color: #e4f9e8 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-green4:not(:disabled):focus {
  background-color: #269e3a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-green4:not(:disabled):hover {
  background-color: #2bb342 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-green4 {
  color: #69db7c !important;
}
.dark-mode .bg-green5 {
  background-color: #51cf66;
}
.dark-mode .border-green5 {
  border-color: #51cf66;
}
.dark-mode .btn-green5 {
  background-color: #51cf66;
  transition: all 0.3s ease;
}
.dark-mode .btn-green5:disabled {
  background-color: #c9f0cf !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-green5:not(:disabled):focus {
  background-color: #237e32 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-green5:not(:disabled):hover {
  background-color: #28923a !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-green5 {
  color: #51cf66 !important;
}
.dark-mode .bg-green6 {
  background-color: #40c057;
}
.dark-mode .border-green6 {
  border-color: #40c057;
}
.dark-mode .btn-green6 {
  background-color: #40c057;
  transition: all 0.3s ease;
}
.dark-mode .btn-green6:disabled {
  background-color: #b3e6bc !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-green6:not(:disabled):focus {
  background-color: #20612c !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-green6:not(:disabled):hover {
  background-color: #267434 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-green6 {
  color: #40c057 !important;
}
.dark-mode .bg-green7 {
  background-color: #37b24d;
}
.dark-mode .border-green7 {
  border-color: #37b24d;
}
.dark-mode .btn-green7 {
  background-color: #37b24d;
  transition: all 0.3s ease;
}
.dark-mode .btn-green7:disabled {
  background-color: #a0e2ac !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-green7:not(:disabled):focus {
  background-color: #195123 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-green7:not(:disabled):hover {
  background-color: #1f642b !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-green7 {
  color: #37b24d !important;
}
.dark-mode .bg-green8 {
  background-color: #2f9e44;
}
.dark-mode .border-green8 {
  border-color: #2f9e44;
}
.dark-mode .btn-green8 {
  background-color: #2f9e44;
  transition: all 0.3s ease;
}
.dark-mode .btn-green8:disabled {
  background-color: #8adc99 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-green8:not(:disabled):focus {
  background-color: #123c1a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-green8:not(:disabled):hover {
  background-color: #184f22 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-green8 {
  color: #2f9e44 !important;
}
.dark-mode .bg-green9 {
  background-color: #2b8a3e;
}
.dark-mode .border-green9 {
  border-color: #2b8a3e;
}
.dark-mode .btn-green9 {
  background-color: #2b8a3e;
  transition: all 0.3s ease;
}
.dark-mode .btn-green9:disabled {
  background-color: #79d58b !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-green9:not(:disabled):focus {
  background-color: #0d2912 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-green9:not(:disabled):hover {
  background-color: #133c1b !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-green9 {
  color: #2b8a3e !important;
}
.dark-mode .bg-indigo0 {
  background-color: #edf2ff;
}
.dark-mode .border-indigo0 {
  border-color: #edf2ff;
}
.dark-mode .btn-indigo0 {
  background-color: #edf2ff;
  transition: all 0.3s ease;
}
.dark-mode .btn-indigo0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-indigo0:not(:disabled):focus {
  background-color: #6e96ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-indigo0:not(:disabled):hover {
  background-color: #87a8ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-indigo0 {
  color: #edf2ff !important;
}
.dark-mode .bg-indigo1 {
  background-color: #dbe4ff;
}
.dark-mode .border-indigo1 {
  border-color: #dbe4ff;
}
.dark-mode .btn-indigo1 {
  background-color: #dbe4ff;
  transition: all 0.3s ease;
}
.dark-mode .btn-indigo1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-indigo1:not(:disabled):focus {
  background-color: #5c84ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-indigo1:not(:disabled):hover {
  background-color: #7598ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-indigo1 {
  color: #dbe4ff !important;
}
.dark-mode .bg-indigo2 {
  background-color: #bac8ff;
}
.dark-mode .border-indigo2 {
  border-color: #bac8ff;
}
.dark-mode .btn-indigo2 {
  background-color: #bac8ff;
  transition: all 0.3s ease;
}
.dark-mode .btn-indigo2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-indigo2:not(:disabled):focus {
  background-color: #3b62ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-indigo2:not(:disabled):hover {
  background-color: #5477ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-indigo2 {
  color: #bac8ff !important;
}
.dark-mode .bg-indigo3 {
  background-color: #91a7ff;
}
.dark-mode .border-indigo3 {
  border-color: #91a7ff;
}
.dark-mode .btn-indigo3 {
  background-color: #91a7ff;
  transition: all 0.3s ease;
}
.dark-mode .btn-indigo3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-indigo3:not(:disabled):focus {
  background-color: #1241ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-indigo3:not(:disabled):hover {
  background-color: #2b55ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-indigo3 {
  color: #91a7ff !important;
}
.dark-mode .bg-indigo4 {
  background-color: #748ffc;
}
.dark-mode .border-indigo4 {
  border-color: #748ffc;
}
.dark-mode .btn-indigo4 {
  background-color: #748ffc;
  transition: all 0.3s ease;
}
.dark-mode .btn-indigo4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-indigo4:not(:disabled):focus {
  background-color: #0533eb !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-indigo4:not(:disabled):hover {
  background-color: #103ffa !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-indigo4 {
  color: #748ffc !important;
}
.dark-mode .bg-indigo5 {
  background-color: #5c7cfa;
}
.dark-mode .border-indigo5 {
  border-color: #5c7cfa;
}
.dark-mode .btn-indigo5 {
  background-color: #5c7cfa;
  transition: all 0.3s ease;
}
.dark-mode .btn-indigo5:disabled {
  background-color: #f0f3ff !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-indigo5:not(:disabled):focus {
  background-color: #062fd0 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-indigo5:not(:disabled):hover {
  background-color: #0735e9 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-indigo5 {
  color: #5c7cfa !important;
}
.dark-mode .bg-indigo6 {
  background-color: #4c6ef5;
}
.dark-mode .border-indigo6 {
  border-color: #4c6ef5;
}
.dark-mode .btn-indigo6 {
  background-color: #4c6ef5;
  transition: all 0.3s ease;
}
.dark-mode .btn-indigo6:disabled {
  background-color: #dde3fd !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-indigo6:not(:disabled):focus {
  background-color: #0a2db7 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-indigo6:not(:disabled):hover {
  background-color: #0c33cf !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-indigo6 {
  color: #4c6ef5 !important;
}
.dark-mode .bg-indigo7 {
  background-color: #4263eb;
}
.dark-mode .border-indigo7 {
  border-color: #4263eb;
}
.dark-mode .btn-indigo7 {
  background-color: #4263eb;
  transition: all 0.3s ease;
}
.dark-mode .btn-indigo7:disabled {
  background-color: #ccd5fa !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-indigo7:not(:disabled):focus {
  background-color: #112c9d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-indigo7:not(:disabled):hover {
  background-color: #1332b4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-indigo7 {
  color: #4263eb !important;
}
.dark-mode .bg-indigo8 {
  background-color: #3b5bdb;
}
.dark-mode .border-indigo8 {
  border-color: #3b5bdb;
}
.dark-mode .btn-indigo8 {
  background-color: #3b5bdb;
  transition: all 0.3s ease;
}
.dark-mode .btn-indigo8:disabled {
  background-color: #bcc7f3 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-indigo8:not(:disabled):focus {
  background-color: #172c7f !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-indigo8:not(:disabled):hover {
  background-color: #1b3495 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-indigo8 {
  color: #3b5bdb !important;
}
.dark-mode .bg-indigo9 {
  background-color: #364fc7;
}
.dark-mode .border-indigo9 {
  border-color: #364fc7;
}
.dark-mode .btn-indigo9 {
  background-color: #364fc7;
  transition: all 0.3s ease;
}
.dark-mode .btn-indigo9:disabled {
  background-color: #adb7e9 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-indigo9:not(:disabled):focus {
  background-color: #1b2763 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-indigo9:not(:disabled):hover {
  background-color: #202f77 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-indigo9 {
  color: #364fc7 !important;
}
.dark-mode .bg-lime0 {
  background-color: #f4fce3;
}
.dark-mode .border-lime0 {
  border-color: #f4fce3;
}
.dark-mode .btn-lime0 {
  background-color: #f4fce3;
  transition: all 0.3s ease;
}
.dark-mode .btn-lime0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-lime0:not(:disabled):focus {
  background-color: #c7f070 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-lime0:not(:disabled):hover {
  background-color: #d0f287 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-lime0 {
  color: #f4fce3 !important;
}
.dark-mode .bg-lime1 {
  background-color: #e9fac8;
}
.dark-mode .border-lime1 {
  border-color: #e9fac8;
}
.dark-mode .btn-lime1 {
  background-color: #e9fac8;
  transition: all 0.3s ease;
}
.dark-mode .btn-lime1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-lime1:not(:disabled):focus {
  background-color: #baef53 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-lime1:not(:disabled):hover {
  background-color: #c4f26b !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-lime1 {
  color: #e9fac8 !important;
}
.dark-mode .bg-lime2 {
  background-color: #d8f5a2;
}
.dark-mode .border-lime2 {
  border-color: #d8f5a2;
}
.dark-mode .btn-lime2 {
  background-color: #d8f5a2;
  transition: all 0.3s ease;
}
.dark-mode .btn-lime2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-lime2:not(:disabled):focus {
  background-color: #a8e92f !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-lime2:not(:disabled):hover {
  background-color: #b1eb46 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-lime2 {
  color: #d8f5a2 !important;
}
.dark-mode .bg-lime3 {
  background-color: #c0eb75;
}
.dark-mode .border-lime3 {
  border-color: #c0eb75;
}
.dark-mode .btn-lime3 {
  background-color: #c0eb75;
  transition: all 0.3s ease;
}
.dark-mode .btn-lime3:disabled {
  background-color: #fdfefb !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-lime3:not(:disabled):focus {
  background-color: #87c41c !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-lime3:not(:disabled):hover {
  background-color: #96da20 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-lime3 {
  color: #c0eb75 !important;
}
.dark-mode .bg-lime4 {
  background-color: #a9e34b;
}
.dark-mode .border-lime4 {
  border-color: #a9e34b;
}
.dark-mode .btn-lime4 {
  background-color: #a9e34b;
  transition: all 0.3s ease;
}
.dark-mode .btn-lime4:disabled {
  background-color: #e8f8cf !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-lime4:not(:disabled):focus {
  background-color: #669717 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-lime4:not(:disabled):hover {
  background-color: #75ad1b !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-lime4 {
  color: #a9e34b !important;
}
.dark-mode .bg-lime5 {
  background-color: #94d82d;
}
.dark-mode .border-lime5 {
  border-color: #94d82d;
}
.dark-mode .btn-lime5 {
  background-color: #94d82d;
  transition: all 0.3s ease;
}
.dark-mode .btn-lime5:disabled {
  background-color: #d6f0ae !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-lime5:not(:disabled):focus {
  background-color: #4c7115 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-lime5:not(:disabled):hover {
  background-color: #5b8619 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-lime5 {
  color: #94d82d !important;
}
.dark-mode .bg-lime6 {
  background-color: #82c91e;
}
.dark-mode .border-lime6 {
  border-color: #82c91e;
}
.dark-mode .btn-lime6 {
  background-color: #82c91e;
  transition: all 0.3s ease;
}
.dark-mode .btn-lime6:disabled {
  background-color: #c8ef91 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-lime6:not(:disabled):focus {
  background-color: #3a5a0d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-lime6:not(:disabled):hover {
  background-color: #497011 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-lime6 {
  color: #82c91e !important;
}
.dark-mode .bg-lime7 {
  background-color: #74b816;
}
.dark-mode .border-lime7 {
  border-color: #74b816;
}
.dark-mode .btn-lime7 {
  background-color: #74b816;
  transition: all 0.3s ease;
}
.dark-mode .btn-lime7:disabled {
  background-color: #bdef78 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-lime7:not(:disabled):focus {
  background-color: #2c4608 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-lime7:not(:disabled):hover {
  background-color: #3b5d0b !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-lime7 {
  color: #74b816 !important;
}
.dark-mode .bg-lime8 {
  background-color: #66a80f;
}
.dark-mode .border-lime8 {
  border-color: #66a80f;
}
.dark-mode .btn-lime8 {
  background-color: #66a80f;
  transition: all 0.3s ease;
}
.dark-mode .btn-lime8:disabled {
  background-color: #b2f15f !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-lime8:not(:disabled):focus {
  background-color: #1f3305 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-lime8:not(:disabled):hover {
  background-color: #2d4a07 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-lime8 {
  color: #66a80f !important;
}
.dark-mode .bg-lime9 {
  background-color: #5c940d;
}
.dark-mode .border-lime9 {
  border-color: #5c940d;
}
.dark-mode .btn-lime9 {
  background-color: #5c940d;
  transition: all 0.3s ease;
}
.dark-mode .btn-lime9:disabled {
  background-color: #abef4b !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-lime9:not(:disabled):focus {
  background-color: #131f03 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-lime9:not(:disabled):hover {
  background-color: #223605 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-lime9 {
  color: #5c940d !important;
}
.dark-mode .bg-orange0 {
  background-color: #fff4e6;
}
.dark-mode .border-orange0 {
  border-color: #fff4e6;
}
.dark-mode .btn-orange0 {
  background-color: #fff4e6;
  transition: all 0.3s ease;
}
.dark-mode .btn-orange0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-orange0:not(:disabled):focus {
  background-color: #ffbc67 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-orange0:not(:disabled):hover {
  background-color: #ffc780 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-orange0 {
  color: #fff4e6 !important;
}
.dark-mode .bg-orange1 {
  background-color: #ffe8cc;
}
.dark-mode .border-orange1 {
  border-color: #ffe8cc;
}
.dark-mode .btn-orange1 {
  background-color: #ffe8cc;
  transition: all 0.3s ease;
}
.dark-mode .btn-orange1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-orange1:not(:disabled):focus {
  background-color: #ffaf4d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-orange1:not(:disabled):hover {
  background-color: #ffba66 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-orange1 {
  color: #ffe8cc !important;
}
.dark-mode .bg-orange2 {
  background-color: #ffd8a8;
}
.dark-mode .border-orange2 {
  border-color: #ffd8a8;
}
.dark-mode .btn-orange2 {
  background-color: #ffd8a8;
  transition: all 0.3s ease;
}
.dark-mode .btn-orange2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-orange2:not(:disabled):focus {
  background-color: #ff9f29 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-orange2:not(:disabled):hover {
  background-color: #ffaa42 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-orange2 {
  color: #ffd8a8 !important;
}
.dark-mode .bg-orange3 {
  background-color: #ffc078;
}
.dark-mode .border-orange3 {
  border-color: #ffc078;
}
.dark-mode .btn-orange3 {
  background-color: #ffc078;
  transition: all 0.3s ease;
}
.dark-mode .btn-orange3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-orange3:not(:disabled):focus {
  background-color: #f88400 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-orange3:not(:disabled):hover {
  background-color: #ff9012 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-orange3 {
  color: #ffc078 !important;
}
.dark-mode .bg-orange4 {
  background-color: #ffa94d;
}
.dark-mode .border-orange4 {
  border-color: #ffa94d;
}
.dark-mode .btn-orange4 {
  background-color: #ffa94d;
  transition: all 0.3s ease;
}
.dark-mode .btn-orange4:disabled {
  background-color: #fff3e6 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-orange4:not(:disabled):focus {
  background-color: #cd6a00 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-orange4:not(:disabled):hover {
  background-color: #e67700 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-orange4 {
  color: #ffa94d !important;
}
.dark-mode .bg-orange5 {
  background-color: #ff922b;
}
.dark-mode .border-orange5 {
  border-color: #ff922b;
}
.dark-mode .btn-orange5 {
  background-color: #ff922b;
  transition: all 0.3s ease;
}
.dark-mode .btn-orange5:disabled {
  background-color: #ffe1c4 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-orange5:not(:disabled):focus {
  background-color: #ab5300 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-orange5:not(:disabled):hover {
  background-color: #c45f00 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-orange5 {
  color: #ff922b !important;
}
.dark-mode .bg-orange6 {
  background-color: #fd7e14;
}
.dark-mode .border-orange6 {
  border-color: #fd7e14;
}
.dark-mode .btn-orange6 {
  background-color: #fd7e14;
  transition: all 0.3s ease;
}
.dark-mode .btn-orange6:disabled {
  background-color: #fed1ac !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-orange6:not(:disabled):focus {
  background-color: #904201 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-orange6:not(:disabled):hover {
  background-color: #aa4e01 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-orange6 {
  color: #fd7e14 !important;
}
.dark-mode .bg-orange7 {
  background-color: #f76707;
}
.dark-mode .border-orange7 {
  border-color: #f76707;
}
.dark-mode .btn-orange7 {
  background-color: #f76707;
  transition: all 0.3s ease;
}
.dark-mode .btn-orange7:disabled {
  background-color: #fcc29b !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-orange7:not(:disabled):focus {
  background-color: #7b3303 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-orange7:not(:disabled):hover {
  background-color: #943e04 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-orange7 {
  color: #f76707 !important;
}
.dark-mode .bg-orange8 {
  background-color: #e8590c;
}
.dark-mode .border-orange8 {
  border-color: #e8590c;
}
.dark-mode .btn-orange8 {
  background-color: #e8590c;
  transition: all 0.3s ease;
}
.dark-mode .btn-orange8:disabled {
  background-color: #f9b794 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-orange8:not(:disabled):focus {
  background-color: #6f2a06 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-orange8:not(:disabled):hover {
  background-color: #873407 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-orange8 {
  color: #e8590c !important;
}
.dark-mode .bg-orange9 {
  background-color: #d9480f;
}
.dark-mode .border-orange9 {
  border-color: #d9480f;
}
.dark-mode .btn-orange9 {
  background-color: #d9480f;
  transition: all 0.3s ease;
}
.dark-mode .btn-orange9:disabled {
  background-color: #f7a98a !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-orange9:not(:disabled):focus {
  background-color: #622007 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-orange9:not(:disabled):hover {
  background-color: #7a2808 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-orange9 {
  color: #d9480f !important;
}
.dark-mode .bg-pink0 {
  background-color: #fff0f6;
}
.dark-mode .border-pink0 {
  border-color: #fff0f6;
}
.dark-mode .btn-pink0 {
  background-color: #fff0f6;
  transition: all 0.3s ease;
}
.dark-mode .btn-pink0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-pink0:not(:disabled):focus {
  background-color: #ff71aa !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-pink0:not(:disabled):hover {
  background-color: #ff8ab9 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-pink0 {
  color: #fff0f6 !important;
}
.dark-mode .bg-pink1 {
  background-color: #ffdeeb;
}
.dark-mode .border-pink1 {
  border-color: #ffdeeb;
}
.dark-mode .btn-pink1 {
  background-color: #ffdeeb;
  transition: all 0.3s ease;
}
.dark-mode .btn-pink1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-pink1:not(:disabled):focus {
  background-color: #ff5f9e !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-pink1:not(:disabled):hover {
  background-color: #ff78ad !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-pink1 {
  color: #ffdeeb !important;
}
.dark-mode .bg-pink2 {
  background-color: #fcc2d7;
}
.dark-mode .border-pink2 {
  border-color: #fcc2d7;
}
.dark-mode .btn-pink2 {
  background-color: #fcc2d7;
  transition: all 0.3s ease;
}
.dark-mode .btn-pink2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-pink2:not(:disabled):focus {
  background-color: #f64887 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-pink2:not(:disabled):hover {
  background-color: #f76197 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-pink2 {
  color: #fcc2d7 !important;
}
.dark-mode .bg-pink3 {
  background-color: #faa2c1;
}
.dark-mode .border-pink3 {
  border-color: #faa2c1;
}
.dark-mode .btn-pink3 {
  background-color: #faa2c1;
  transition: all 0.3s ease;
}
.dark-mode .btn-pink3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-pink3:not(:disabled):focus {
  background-color: #f32970 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-pink3:not(:disabled):hover {
  background-color: #f54180 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-pink3 {
  color: #faa2c1 !important;
}
.dark-mode .bg-pink4 {
  background-color: #f783ac;
}
.dark-mode .border-pink4 {
  border-color: #f783ac;
}
.dark-mode .btn-pink4 {
  background-color: #f783ac;
  transition: all 0.3s ease;
}
.dark-mode .btn-pink4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-pink4:not(:disabled):focus {
  background-color: #eb0f5d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-pink4:not(:disabled):hover {
  background-color: #f1236c !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-pink4 {
  color: #f783ac !important;
}
.dark-mode .bg-pink5 {
  background-color: #f06595;
}
.dark-mode .border-pink5 {
  border-color: #f06595;
}
.dark-mode .btn-pink5 {
  background-color: #f06595;
  transition: all 0.3s ease;
}
.dark-mode .btn-pink5:disabled {
  background-color: #fef0f5 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-pink5:not(:disabled):focus {
  background-color: #c31350 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-pink5:not(:disabled):hover {
  background-color: #da1559 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-pink5 {
  color: #f06595 !important;
}
.dark-mode .bg-pink6 {
  background-color: #e64980;
}
.dark-mode .border-pink6 {
  border-color: #e64980;
}
.dark-mode .btn-pink6 {
  background-color: #e64980;
  transition: all 0.3s ease;
}
.dark-mode .btn-pink6:disabled {
  background-color: #f8d0de !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-pink6:not(:disabled):focus {
  background-color: #9a1544 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-pink6:not(:disabled):hover {
  background-color: #b1184e !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-pink6 {
  color: #e64980 !important;
}
.dark-mode .bg-pink7 {
  background-color: #d6336c;
}
.dark-mode .border-pink7 {
  border-color: #d6336c;
}
.dark-mode .btn-pink7 {
  background-color: #d6336c;
  transition: all 0.3s ease;
}
.dark-mode .btn-pink7:disabled {
  background-color: #f0b2c8 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-pink7:not(:disabled):focus {
  background-color: #721737 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-pink7:not(:disabled):hover {
  background-color: #881b41 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-pink7 {
  color: #d6336c !important;
}
.dark-mode .bg-pink8 {
  background-color: #c2255c;
}
.dark-mode .border-pink8 {
  border-color: #c2255c;
}
.dark-mode .btn-pink8 {
  background-color: #c2255c;
  transition: all 0.3s ease;
}
.dark-mode .btn-pink8:disabled {
  background-color: #eb95b3 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-pink8:not(:disabled):focus {
  background-color: #571129 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-pink8:not(:disabled):hover {
  background-color: #6c1533 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-pink8 {
  color: #c2255c !important;
}
.dark-mode .bg-pink9 {
  background-color: #a61e4d;
}
.dark-mode .border-pink9 {
  border-color: #a61e4d;
}
.dark-mode .btn-pink9 {
  background-color: #a61e4d;
  transition: all 0.3s ease;
}
.dark-mode .btn-pink9:disabled {
  background-color: #e6779d !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-pink9:not(:disabled):focus {
  background-color: #3a0a1b !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-pink9:not(:disabled):hover {
  background-color: #500e25 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-pink9 {
  color: #a61e4d !important;
}
.dark-mode .bg-red0 {
  background-color: #fff5f5;
}
.dark-mode .border-red0 {
  border-color: #fff5f5;
}
.dark-mode .btn-red0 {
  background-color: #fff5f5;
  transition: all 0.3s ease;
}
.dark-mode .btn-red0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-red0:not(:disabled):focus {
  background-color: #ff7676 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-red0:not(:disabled):hover {
  background-color: #ff8f8f !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-red0 {
  color: #fff5f5 !important;
}
.dark-mode .bg-red1 {
  background-color: #ffe3e3;
}
.dark-mode .border-red1 {
  border-color: #ffe3e3;
}
.dark-mode .btn-red1 {
  background-color: #ffe3e3;
  transition: all 0.3s ease;
}
.dark-mode .btn-red1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-red1:not(:disabled):focus {
  background-color: #ff6464 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-red1:not(:disabled):hover {
  background-color: #ff7d7d !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-red1 {
  color: #ffe3e3 !important;
}
.dark-mode .bg-red2 {
  background-color: #ffc9c9;
}
.dark-mode .border-red2 {
  border-color: #ffc9c9;
}
.dark-mode .btn-red2 {
  background-color: #ffc9c9;
  transition: all 0.3s ease;
}
.dark-mode .btn-red2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-red2:not(:disabled):focus {
  background-color: #ff4a4a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-red2:not(:disabled):hover {
  background-color: #ff6363 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-red2 {
  color: #ffc9c9 !important;
}
.dark-mode .bg-red3 {
  background-color: #ffa8a8;
}
.dark-mode .border-red3 {
  border-color: #ffa8a8;
}
.dark-mode .btn-red3 {
  background-color: #ffa8a8;
  transition: all 0.3s ease;
}
.dark-mode .btn-red3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-red3:not(:disabled):focus {
  background-color: #ff2929 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-red3:not(:disabled):hover {
  background-color: #ff4242 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-red3 {
  color: #ffa8a8 !important;
}
.dark-mode .bg-red4 {
  background-color: #ff8787;
}
.dark-mode .border-red4 {
  border-color: #ff8787;
}
.dark-mode .btn-red4 {
  background-color: #ff8787;
  transition: all 0.3s ease;
}
.dark-mode .btn-red4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-red4:not(:disabled):focus {
  background-color: #ff0808 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-red4:not(:disabled):hover {
  background-color: #ff2121 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-red4 {
  color: #ff8787 !important;
}
.dark-mode .bg-red5 {
  background-color: #ff6b6b;
}
.dark-mode .border-red5 {
  border-color: #ff6b6b;
}
.dark-mode .btn-red5 {
  background-color: #ff6b6b;
  transition: all 0.3s ease;
}
.dark-mode .btn-red5:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-red5:not(:disabled):focus {
  background-color: #eb0000 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-red5:not(:disabled):hover {
  background-color: #ff0505 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-red5 {
  color: #ff6b6b !important;
}
.dark-mode .bg-red6 {
  background-color: #fa5252;
}
.dark-mode .border-red6 {
  border-color: #fa5252;
}
.dark-mode .btn-red6 {
  background-color: #fa5252;
  transition: all 0.3s ease;
}
.dark-mode .btn-red6:disabled {
  background-color: #fee7e7 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-red6:not(:disabled):focus {
  background-color: #c70606 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-red6:not(:disabled):hover {
  background-color: #e00606 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-red6 {
  color: #fa5252 !important;
}
.dark-mode .bg-red7 {
  background-color: #f03e3e;
}
.dark-mode .border-red7 {
  border-color: #f03e3e;
}
.dark-mode .btn-red7 {
  background-color: #f03e3e;
  transition: all 0.3s ease;
}
.dark-mode .btn-red7:disabled {
  background-color: #fbcccc !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-red7:not(:disabled):focus {
  background-color: #a20d0d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-red7:not(:disabled):hover {
  background-color: #ba0e0e !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-red7 {
  color: #f03e3e !important;
}
.dark-mode .bg-red8 {
  background-color: #e03131;
}
.dark-mode .border-red8 {
  border-color: #e03131;
}
.dark-mode .btn-red8 {
  background-color: #e03131;
  transition: all 0.3s ease;
}
.dark-mode .btn-red8:disabled {
  background-color: #f4b6b6 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-red8:not(:disabled):focus {
  background-color: #7e1313 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-red8:not(:disabled):hover {
  background-color: #951616 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-red8 {
  color: #e03131 !important;
}
.dark-mode .bg-red9 {
  background-color: #c92a2a;
}
.dark-mode .border-red9 {
  border-color: #c92a2a;
}
.dark-mode .btn-red9 {
  background-color: #c92a2a;
  transition: all 0.3s ease;
}
.dark-mode .btn-red9:disabled {
  background-color: #eba1a1 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-red9:not(:disabled):focus {
  background-color: #601414 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-red9:not(:disabled):hover {
  background-color: #751818 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-red9 {
  color: #c92a2a !important;
}
.dark-mode .bg-teal0 {
  background-color: #e6fcf5;
}
.dark-mode .border-teal0 {
  border-color: #e6fcf5;
}
.dark-mode .btn-teal0 {
  background-color: #e6fcf5;
  transition: all 0.3s ease;
}
.dark-mode .btn-teal0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-teal0:not(:disabled):focus {
  background-color: #74eec7 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-teal0:not(:disabled):hover {
  background-color: #8bf1d1 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-teal0 {
  color: #e6fcf5 !important;
}
.dark-mode .bg-teal1 {
  background-color: #c3fae8;
}
.dark-mode .border-teal1 {
  border-color: #c3fae8;
}
.dark-mode .btn-teal1 {
  background-color: #c3fae8;
  transition: all 0.3s ease;
}
.dark-mode .btn-teal1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-teal1:not(:disabled):focus {
  background-color: #4df0bb !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-teal1:not(:disabled):hover {
  background-color: #65f2c4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-teal1 {
  color: #c3fae8 !important;
}
.dark-mode .bg-teal2 {
  background-color: #96f2d7;
}
.dark-mode .border-teal2 {
  border-color: #96f2d7;
}
.dark-mode .btn-teal2 {
  background-color: #96f2d7;
  transition: all 0.3s ease;
}
.dark-mode .btn-teal2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-teal2:not(:disabled):focus {
  background-color: #25e4ac !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-teal2:not(:disabled):hover {
  background-color: #3be7b4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-teal2 {
  color: #96f2d7 !important;
}
.dark-mode .bg-teal3 {
  background-color: #63e6be;
}
.dark-mode .border-teal3 {
  border-color: #63e6be;
}
.dark-mode .btn-teal3 {
  background-color: #63e6be;
  transition: all 0.3s ease;
}
.dark-mode .btn-teal3:disabled {
  background-color: #e7fbf5 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-teal3:not(:disabled):focus {
  background-color: #1cae81 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-teal3:not(:disabled):hover {
  background-color: #1fc491 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-teal3 {
  color: #63e6be !important;
}
.dark-mode .bg-teal4 {
  background-color: #38d9a9;
}
.dark-mode .border-teal4 {
  border-color: #38d9a9;
}
.dark-mode .btn-teal4 {
  background-color: #38d9a9;
  transition: all 0.3s ease;
}
.dark-mode .btn-teal4:disabled {
  background-color: #b8f2e1 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-teal4:not(:disabled):focus {
  background-color: #177a5d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-teal4:not(:disabled):hover {
  background-color: #1b906d !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-teal4 {
  color: #38d9a9 !important;
}
.dark-mode .bg-teal5 {
  background-color: #20c997;
}
.dark-mode .border-teal5 {
  border-color: #20c997;
}
.dark-mode .btn-teal5 {
  background-color: #20c997;
  transition: all 0.3s ease;
}
.dark-mode .btn-teal5:disabled {
  background-color: #94eed3 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-teal5:not(:disabled):focus {
  background-color: #0e5b44 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-teal5:not(:disabled):hover {
  background-color: #127155 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-teal5 {
  color: #20c997 !important;
}
.dark-mode .bg-teal6 {
  background-color: #12b886;
}
.dark-mode .border-teal6 {
  border-color: #12b886;
}
.dark-mode .btn-teal6 {
  background-color: #12b886;
  transition: all 0.3s ease;
}
.dark-mode .btn-teal6:disabled {
  background-color: #72f1cb !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-teal6:not(:disabled):focus {
  background-color: #074431 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-teal6:not(:disabled):hover {
  background-color: #095b42 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-teal6 {
  color: #12b886 !important;
}
.dark-mode .bg-teal7 {
  background-color: #0ca678;
}
.dark-mode .border-teal7 {
  border-color: #0ca678;
}
.dark-mode .btn-teal7 {
  background-color: #0ca678;
  transition: all 0.3s ease;
}
.dark-mode .btn-teal7:disabled {
  background-color: #58f3c5 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-teal7:not(:disabled):focus {
  background-color: #032f22 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-teal7:not(:disabled):hover {
  background-color: #054733 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-teal7 {
  color: #0ca678 !important;
}
.dark-mode .bg-teal8 {
  background-color: #099268;
}
.dark-mode .border-teal8 {
  border-color: #099268;
}
.dark-mode .btn-teal8 {
  background-color: #099268;
  transition: all 0.3s ease;
}
.dark-mode .btn-teal8:disabled {
  background-color: #41f3bd !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-teal8:not(:disabled):focus {
  background-color: #021a12 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-teal8:not(:disabled):hover {
  background-color: #033224 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-teal8 {
  color: #099268 !important;
}
.dark-mode .bg-teal9 {
  background-color: #087f5b;
}
.dark-mode .border-teal9 {
  border-color: #087f5b;
}
.dark-mode .btn-teal9 {
  background-color: #087f5b;
  transition: all 0.3s ease;
}
.dark-mode .btn-teal9:disabled {
  background-color: #2ef2b7 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-teal9:not(:disabled):focus {
  background-color: #000705 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-teal9:not(:disabled):hover {
  background-color: #021f16 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-teal9 {
  color: #087f5b !important;
}
.dark-mode .bg-violet0 {
  background-color: #f3f0ff;
}
.dark-mode .border-violet0 {
  border-color: #f3f0ff;
}
.dark-mode .btn-violet0 {
  background-color: #f3f0ff;
  transition: all 0.3s ease;
}
.dark-mode .btn-violet0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-violet0:not(:disabled):focus {
  background-color: #8d71ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-violet0:not(:disabled):hover {
  background-color: #a18aff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-violet0 {
  color: #f3f0ff !important;
}
.dark-mode .bg-violet1 {
  background-color: #e5dbff;
}
.dark-mode .border-violet1 {
  border-color: #e5dbff;
}
.dark-mode .btn-violet1 {
  background-color: #e5dbff;
  transition: all 0.3s ease;
}
.dark-mode .btn-violet1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-violet1:not(:disabled):focus {
  background-color: #895cff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-violet1:not(:disabled):hover {
  background-color: #9b75ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-violet1 {
  color: #e5dbff !important;
}
.dark-mode .bg-violet2 {
  background-color: #d0bfff;
}
.dark-mode .border-violet2 {
  border-color: #d0bfff;
}
.dark-mode .btn-violet2 {
  background-color: #d0bfff;
  transition: all 0.3s ease;
}
.dark-mode .btn-violet2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-violet2:not(:disabled):focus {
  background-color: #7240ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-violet2:not(:disabled):hover {
  background-color: #8559ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-violet2 {
  color: #d0bfff !important;
}
.dark-mode .bg-violet3 {
  background-color: #b197fc;
}
.dark-mode .border-violet3 {
  border-color: #b197fc;
}
.dark-mode .btn-violet3 {
  background-color: #b197fc;
  transition: all 0.3s ease;
}
.dark-mode .btn-violet3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-violet3:not(:disabled):focus {
  background-color: #541bf8 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-violet3:not(:disabled):hover {
  background-color: #6734f9 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-violet3 {
  color: #b197fc !important;
}
.dark-mode .bg-violet4 {
  background-color: #9775fa;
}
.dark-mode .border-violet4 {
  border-color: #9775fa;
}
.dark-mode .btn-violet4 {
  background-color: #9775fa;
  transition: all 0.3s ease;
}
.dark-mode .btn-violet4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-violet4:not(:disabled):focus {
  background-color: #4108e7 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-violet4:not(:disabled):hover {
  background-color: #4d13f6 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-violet4 {
  color: #9775fa !important;
}
.dark-mode .bg-violet5 {
  background-color: #845ef7;
}
.dark-mode .border-violet5 {
  border-color: #845ef7;
}
.dark-mode .btn-violet5 {
  background-color: #845ef7;
  transition: all 0.3s ease;
}
.dark-mode .btn-violet5:disabled {
  background-color: #f3f0fe !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-violet5:not(:disabled):focus {
  background-color: #3a0acb !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-violet5:not(:disabled):hover {
  background-color: #410be4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-violet5 {
  color: #845ef7 !important;
}
.dark-mode .bg-violet6 {
  background-color: #7950f2;
}
.dark-mode .border-violet6 {
  border-color: #7950f2;
}
.dark-mode .btn-violet6 {
  background-color: #7950f2;
  transition: all 0.3s ease;
}
.dark-mode .btn-violet6:disabled {
  background-color: #e6defd !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-violet6:not(:disabled):focus {
  background-color: #380db5 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-violet6:not(:disabled):hover {
  background-color: #3f0fcd !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-violet6 {
  color: #7950f2 !important;
}
.dark-mode .bg-violet7 {
  background-color: #7048e8;
}
.dark-mode .border-violet7 {
  border-color: #7048e8;
}
.dark-mode .btn-violet7 {
  background-color: #7048e8;
  transition: all 0.3s ease;
}
.dark-mode .btn-violet7:disabled {
  background-color: #dad0f9 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-violet7:not(:disabled):focus {
  background-color: #36149d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-violet7:not(:disabled):hover {
  background-color: #3e17b3 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-violet7 {
  color: #7048e8 !important;
}
.dark-mode .bg-violet8 {
  background-color: #6741d9;
}
.dark-mode .border-violet8 {
  border-color: #6741d9;
}
.dark-mode .btn-violet8 {
  background-color: #6741d9;
  transition: all 0.3s ease;
}
.dark-mode .btn-violet8:disabled {
  background-color: #cdc1f3 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-violet8:not(:disabled):focus {
  background-color: #341a81 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-violet8:not(:disabled):hover {
  background-color: #3c1e96 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-violet8 {
  color: #6741d9 !important;
}
.dark-mode .bg-violet9 {
  background-color: #5f3dc4;
}
.dark-mode .border-violet9 {
  border-color: #5f3dc4;
}
.dark-mode .btn-violet9 {
  background-color: #5f3dc4;
  transition: all 0.3s ease;
}
.dark-mode .btn-violet9:disabled {
  background-color: #c0b2e8 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-violet9:not(:disabled):focus {
  background-color: #301e63 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-violet9:not(:disabled):hover {
  background-color: #392477 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-violet9 {
  color: #5f3dc4 !important;
}
.dark-mode .bg-yellow0 {
  background-color: #fff9db;
}
.dark-mode .border-yellow0 {
  border-color: #fff9db;
}
.dark-mode .btn-yellow0 {
  background-color: #fff9db;
  transition: all 0.3s ease;
}
.dark-mode .btn-yellow0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-yellow0:not(:disabled):focus {
  background-color: #ffe45c !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-yellow0:not(:disabled):hover {
  background-color: #ffe875 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-yellow0 {
  color: #fff9db !important;
}
.dark-mode .bg-yellow1 {
  background-color: #fff3bf;
}
.dark-mode .border-yellow1 {
  border-color: #fff3bf;
}
.dark-mode .btn-yellow1 {
  background-color: #fff3bf;
  transition: all 0.3s ease;
}
.dark-mode .btn-yellow1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-yellow1:not(:disabled):focus {
  background-color: #ffdb40 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-yellow1:not(:disabled):hover {
  background-color: #ffe059 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-yellow1 {
  color: #fff3bf !important;
}
.dark-mode .bg-yellow2 {
  background-color: #ffec99;
}
.dark-mode .border-yellow2 {
  border-color: #ffec99;
}
.dark-mode .btn-yellow2 {
  background-color: #ffec99;
  transition: all 0.3s ease;
}
.dark-mode .btn-yellow2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-yellow2:not(:disabled):focus {
  background-color: #ffd41a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-yellow2:not(:disabled):hover {
  background-color: #ffd933 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-yellow2 {
  color: #ffec99 !important;
}
.dark-mode .bg-yellow3 {
  background-color: #ffe066;
}
.dark-mode .border-yellow3 {
  border-color: #ffe066;
}
.dark-mode .btn-yellow3 {
  background-color: #ffe066;
  transition: all 0.3s ease;
}
.dark-mode .btn-yellow3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-yellow3:not(:disabled):focus {
  background-color: #e6b700 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-yellow3:not(:disabled):hover {
  background-color: #ffcb00 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-yellow3 {
  color: #ffe066 !important;
}
.dark-mode .bg-yellow4 {
  background-color: #ffd43b;
}
.dark-mode .border-yellow4 {
  border-color: #ffd43b;
}
.dark-mode .btn-yellow4 {
  background-color: #ffd43b;
  transition: all 0.3s ease;
}
.dark-mode .btn-yellow4:disabled {
  background-color: #fff6d4 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-yellow4:not(:disabled):focus {
  background-color: #bb9200 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-yellow4:not(:disabled):hover {
  background-color: #d4a500 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-yellow4 {
  color: #ffd43b !important;
}
.dark-mode .bg-yellow5 {
  background-color: #fcc419;
}
.dark-mode .border-yellow5 {
  border-color: #fcc419;
}
.dark-mode .btn-yellow5 {
  background-color: #fcc419;
  transition: all 0.3s ease;
}
.dark-mode .btn-yellow5:disabled {
  background-color: #feebb0 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-yellow5:not(:disabled):focus {
  background-color: #947002 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-yellow5:not(:disabled):hover {
  background-color: #ad8302 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-yellow5 {
  color: #fcc419 !important;
}
.dark-mode .bg-yellow6 {
  background-color: #fab005;
}
.dark-mode .border-yellow6 {
  border-color: #fab005;
}
.dark-mode .btn-yellow6 {
  background-color: #fab005;
  transition: all 0.3s ease;
}
.dark-mode .btn-yellow6:disabled {
  background-color: #fddf9b !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-yellow6:not(:disabled):focus {
  background-color: #7d5803 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-yellow6:not(:disabled):hover {
  background-color: #966a03 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-yellow6 {
  color: #fab005 !important;
}
.dark-mode .bg-yellow7 {
  background-color: #f59f00;
}
.dark-mode .border-yellow7 {
  border-color: #f59f00;
}
.dark-mode .btn-yellow7 {
  background-color: #f59f00;
  transition: all 0.3s ease;
}
.dark-mode .btn-yellow7:disabled {
  background-color: #ffd88f !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-yellow7:not(:disabled):focus {
  background-color: #764c00 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-yellow7:not(:disabled):hover {
  background-color: #8f5d00 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-yellow7 {
  color: #f59f00 !important;
}
.dark-mode .bg-yellow8 {
  background-color: #f08c00;
}
.dark-mode .border-yellow8 {
  border-color: #f08c00;
}
.dark-mode .btn-yellow8 {
  background-color: #f08c00;
  transition: all 0.3s ease;
}
.dark-mode .btn-yellow8:disabled {
  background-color: #ffce8a !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-yellow8:not(:disabled):focus {
  background-color: #714200 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-yellow8:not(:disabled):hover {
  background-color: #8a5100 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-yellow8 {
  color: #f08c00 !important;
}
.dark-mode .bg-yellow9 {
  background-color: #e67700;
}
.dark-mode .border-yellow9 {
  border-color: #e67700;
}
.dark-mode .btn-yellow9 {
  background-color: #e67700;
  transition: all 0.3s ease;
}
.dark-mode .btn-yellow9:disabled {
  background-color: #ffc280 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-yellow9:not(:disabled):focus {
  background-color: #673500 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-yellow9:not(:disabled):hover {
  background-color: #804200 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-yellow9 {
  color: #e67700 !important;
}
.dark-mode .bg-color-main {
  background-color: #8636bb;
}
.dark-mode .bg-gradient {
  background: linear-gradient(90deg, #8636bb 20%, #0086cd 100%) !important;
}
.dark-mode .bg-none, .dark-mode .table {
  --bs-table-bg: transparent;
  background-color: transparent !important;
}
.dark-mode .btn-color-main {
  background-color: #8636bb;
  transition: all 0.3s ease;
}
.dark-mode .btn-color-main:disabled {
  background-color: #cba5e5 !important;
  cursor: default;
  opacity: 0.7;
}
.dark-mode .btn-color-main:not(:disabled):focus {
  background-color: #3f1958 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-color-main:not(:disabled):hover {
  background-color: #4d1f6c !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .btn-border-main {
  border: 1.5px solid #8636bb;
  color: #8636bb;
  transition: all 0.3s ease;
}
.dark-mode .btn-border-main:not(:disabled):focus {
  background-color: #8636bb !important;
  color: #fff;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.dark-mode .btn-border-main:not(:disabled):hover {
  border: 2px solid #8636bb;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.dark-mode .text-color-main {
  color: #8636bb;
}
.dark-mode .box-shadow,
.dark-mode .hover-box-shadow:hover {
  -moz-box-shadow: 0 2px 10px 0 rgba(140, 109, 202, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(140, 109, 202, 0.1);
  box-shadow: 0 2px 10px 0 rgba(140, 109, 202, 0.1);
}
.dark-mode .form-nav .active {
  background-color: #e5dbff !important;
}
.dark-mode input.input-validation-error, .dark-mode select.input-validation-error {
  border-color: #e03131 !important;
}
.dark-mode input.input-validation-error:focus, .dark-mode select.input-validation-error:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.2509803922) !important;
}
.dark-mode .input-validation-error {
  color: #e03131 !important;
}
.dark-mode .btn-blue0 {
  background-color: #b4e0ff !important;
}
.dark-mode .bg-blue0 {
  background-color: #b4e0ff !important;
}
.dark-mode .border-blue0 {
  border-color: #e7f5ff;
}
.dark-mode .text-blue0 {
  color: #b4e0ff !important;
}
.dark-mode .btn-blue1 {
  background-color: #9dd5ff !important;
}
.dark-mode .bg-blue1 {
  background-color: #9dd5ff !important;
}
.dark-mode .border-blue1 {
  border-color: #d0ebff;
}
.dark-mode .text-blue1 {
  color: #9dd5ff !important;
}
.dark-mode .btn-blue2 {
  background-color: #72c2ff !important;
}
.dark-mode .bg-blue2 {
  background-color: #72c2ff !important;
}
.dark-mode .border-blue2 {
  border-color: #a5d8ff;
}
.dark-mode .text-blue2 {
  color: #72c2ff !important;
}
.dark-mode .btn-blue3 {
  background-color: #42a9fb !important;
}
.dark-mode .bg-blue3 {
  background-color: #42a9fb !important;
}
.dark-mode .border-blue3 {
  border-color: #74c0fc;
}
.dark-mode .text-blue3 {
  color: #42a9fb !important;
}
.dark-mode .btn-blue4 {
  background-color: #1c94f5 !important;
}
.dark-mode .bg-blue4 {
  background-color: #1c94f5 !important;
}
.dark-mode .border-blue4 {
  border-color: #4dabf7;
}
.dark-mode .text-blue4 {
  color: #1c94f5 !important;
}
.dark-mode .btn-blue5 {
  background-color: #1081e0 !important;
}
.dark-mode .bg-blue5 {
  background-color: #1081e0 !important;
}
.dark-mode .border-blue5 {
  border-color: #339af0;
}
.dark-mode .text-blue5 {
  color: #1081e0 !important;
}
.dark-mode .btn-blue6 {
  background-color: #1671bf !important;
}
.dark-mode .bg-blue6 {
  background-color: #1671bf !important;
}
.dark-mode .border-blue6 {
  border-color: #228be6;
}
.dark-mode .text-blue6 {
  color: #1671bf !important;
}
.dark-mode .btn-blue7 {
  background-color: #1663a9 !important;
}
.dark-mode .bg-blue7 {
  background-color: #1663a9 !important;
}
.dark-mode .border-blue7 {
  border-color: #1c7ed6;
}
.dark-mode .text-blue7 {
  color: #1663a9 !important;
}
.dark-mode .btn-blue8 {
  background-color: #135795 !important;
}
.dark-mode .bg-blue8 {
  background-color: #135795 !important;
}
.dark-mode .border-blue8 {
  border-color: #1971c2;
}
.dark-mode .text-blue8 {
  color: #135795 !important;
}
.dark-mode .btn-blue9 {
  background-color: #124a7e !important;
}
.dark-mode .bg-blue9 {
  background-color: #124a7e !important;
}
.dark-mode .border-blue9 {
  border-color: #1864ab;
}
.dark-mode .text-blue9 {
  color: #124a7e !important;
}
.dark-mode .btn-cyan0 {
  background-color: #b5f2f7 !important;
}
.dark-mode .bg-cyan0 {
  background-color: #b5f2f7 !important;
}
.dark-mode .border-cyan0 {
  border-color: #e3fafc;
}
.dark-mode .text-cyan0 {
  color: #b5f2f7 !important;
}
.dark-mode .btn-cyan1 {
  background-color: #96eff6 !important;
}
.dark-mode .bg-cyan1 {
  background-color: #96eff6 !important;
}
.dark-mode .border-cyan1 {
  border-color: #c5f6fa;
}
.dark-mode .text-cyan1 {
  color: #96eff6 !important;
}
.dark-mode .btn-cyan2 {
  background-color: #6cdfec !important;
}
.dark-mode .bg-cyan2 {
  background-color: #6cdfec !important;
}
.dark-mode .border-cyan2 {
  border-color: #99e9f2;
}
.dark-mode .text-cyan2 {
  color: #6cdfec !important;
}
.dark-mode .btn-cyan3 {
  background-color: #3acee1 !important;
}
.dark-mode .bg-cyan3 {
  background-color: #3acee1 !important;
}
.dark-mode .border-cyan3 {
  border-color: #66d9e8;
}
.dark-mode .text-cyan3 {
  color: #3acee1 !important;
}
.dark-mode .btn-cyan4 {
  background-color: #23aec0 !important;
}
.dark-mode .bg-cyan4 {
  background-color: #23aec0 !important;
}
.dark-mode .border-cyan4 {
  border-color: #3bc9db;
}
.dark-mode .text-cyan4 {
  color: #23aec0 !important;
}
.dark-mode .btn-cyan5 {
  background-color: #1b91a3 !important;
}
.dark-mode .bg-cyan5 {
  background-color: #1b91a3 !important;
}
.dark-mode .border-cyan5 {
  border-color: #22b8cf;
}
.dark-mode .text-cyan5 {
  color: #1b91a3 !important;
}
.dark-mode .btn-cyan6 {
  background-color: #108191 !important;
}
.dark-mode .bg-cyan6 {
  background-color: #108191 !important;
}
.dark-mode .border-cyan6 {
  border-color: #15aabf;
}
.dark-mode .text-cyan6 {
  color: #108191 !important;
}
.dark-mode .btn-cyan7 {
  background-color: #0c6f7e !important;
}
.dark-mode .bg-cyan7 {
  background-color: #0c6f7e !important;
}
.dark-mode .border-cyan7 {
  border-color: #1098ad;
}
.dark-mode .text-cyan7 {
  color: #0c6f7e !important;
}
.dark-mode .btn-cyan8 {
  background-color: #085c6a !important;
}
.dark-mode .bg-cyan8 {
  background-color: #085c6a !important;
}
.dark-mode .border-cyan8 {
  border-color: #0c8599;
}
.dark-mode .text-cyan8 {
  color: #085c6a !important;
}
.dark-mode .btn-cyan9 {
  background-color: #074a56 !important;
}
.dark-mode .bg-cyan9 {
  background-color: #074a56 !important;
}
.dark-mode .border-cyan9 {
  border-color: #0b7285;
}
.dark-mode .text-cyan9 {
  color: #074a56 !important;
}
.dark-mode .btn-grape0 {
  background-color: #e4c6f4 !important;
}
.dark-mode .bg-grape0 {
  background-color: #e4c6f4 !important;
}
.dark-mode .border-grape0 {
  border-color: #f8f0fc;
}
.dark-mode .text-grape0 {
  color: #e4c6f4 !important;
}
.dark-mode .btn-grape1 {
  background-color: #e5acf4 !important;
}
.dark-mode .bg-grape1 {
  background-color: #e5acf4 !important;
}
.dark-mode .border-grape1 {
  border-color: #f3d9fa;
}
.dark-mode .text-grape1 {
  color: #e5acf4 !important;
}
.dark-mode .btn-grape2 {
  background-color: #e18cfd !important;
}
.dark-mode .bg-grape2 {
  background-color: #e18cfd !important;
}
.dark-mode .border-grape2 {
  border-color: #eebefe;
}
.dark-mode .text-grape2 {
  color: #e18cfd !important;
}
.dark-mode .btn-grape3 {
  background-color: #d96af3 !important;
}
.dark-mode .bg-grape3 {
  background-color: #d96af3 !important;
}
.dark-mode .border-grape3 {
  border-color: #e599f7;
}
.dark-mode .text-grape3 {
  color: #d96af3 !important;
}
.dark-mode .btn-grape4 {
  background-color: #cd48ee !important;
}
.dark-mode .bg-grape4 {
  background-color: #cd48ee !important;
}
.dark-mode .border-grape4 {
  border-color: #da77f2;
}
.dark-mode .text-grape4 {
  color: #cd48ee !important;
}
.dark-mode .btn-grape5 {
  background-color: #be30e2 !important;
}
.dark-mode .bg-grape5 {
  background-color: #be30e2 !important;
}
.dark-mode .border-grape5 {
  border-color: #cc5de8;
}
.dark-mode .text-grape5 {
  color: #be30e2 !important;
}
.dark-mode .btn-grape6 {
  background-color: #aa29cb !important;
}
.dark-mode .bg-grape6 {
  background-color: #aa29cb !important;
}
.dark-mode .border-grape6 {
  border-color: #be4bdb;
}
.dark-mode .text-grape6 {
  color: #aa29cb !important;
}
.dark-mode .btn-grape7 {
  background-color: #8e2ea6 !important;
}
.dark-mode .bg-grape7 {
  background-color: #8e2ea6 !important;
}
.dark-mode .border-grape7 {
  border-color: #ae3ec9;
}
.dark-mode .text-grape7 {
  color: #8e2ea6 !important;
}
.dark-mode .btn-grape8 {
  background-color: #7a2a8e !important;
}
.dark-mode .bg-grape8 {
  background-color: #7a2a8e !important;
}
.dark-mode .border-grape8 {
  border-color: #9c36b5;
}
.dark-mode .text-grape8 {
  color: #7a2a8e !important;
}
.dark-mode .btn-grape9 {
  background-color: #642275 !important;
}
.dark-mode .bg-grape9 {
  background-color: #642275 !important;
}
.dark-mode .border-grape9 {
  border-color: #862e9c;
}
.dark-mode .text-grape9 {
  color: #642275 !important;
}
.dark-mode .btn-gray0 {
  background-color: #dae0e5 !important;
}
.dark-mode .bg-gray0 {
  background-color: #dae0e5 !important;
}
.dark-mode .border-gray0 {
  border-color: #f8f9fa;
}
.dark-mode .text-gray0 {
  color: #dae0e5 !important;
}
.dark-mode .btn-gray1 {
  background-color: #d3dae0 !important;
}
.dark-mode .bg-gray1 {
  background-color: #000 !important;
}
.dark-mode .border-gray1 {
  border-color: #ced4da !important;
}
.dark-mode .text-gray1 {
  color: #fff !important;
}
.dark-mode .btn-gray2 {
  background-color: #cbd3da !important;
}
.dark-mode .bg-gray2 {
  background-color: #000 !important;
}
.dark-mode .border-gray2 {
  border-color: #ced4da !important;
}
.dark-mode .text-gray2 {
  color: #fff !important;
}
.dark-mode .btn-gray3 {
  background-color: #c1c9d0 !important;
}
.dark-mode .bg-gray3 {
  background-color: #000 !important;
}
.dark-mode .border-gray3 {
  border-color: #ced4da !important;
}
.dark-mode .text-gray3 {
  color: #fff !important;
}
.dark-mode .btn-gray4 {
  background-color: #b1bbc4 !important;
}
.dark-mode .bg-gray4 {
  background-color: #000 !important;
}
.dark-mode .border-gray4 {
  border-color: #ced4da !important;
}
.dark-mode .text-gray4 {
  color: #fff !important;
}
.dark-mode .btn-gray5 {
  background-color: #919ca6 !important;
}
.dark-mode .bg-gray5 {
  background-color: #000 !important;
}
.dark-mode .border-gray5 {
  border-color: #ced4da !important;
}
.dark-mode .text-gray5 {
  color: #fff !important;
}
.dark-mode .btn-gray6 {
  background-color: #6c757d !important;
}
.dark-mode .bg-gray6 {
  background-color: #000 !important;
}
.dark-mode .border-gray6 {
  border-color: #ced4da !important;
}
.dark-mode .text-gray6 {
  color: #fff !important;
}
.dark-mode .btn-gray7 {
  background-color: #32373b !important;
}
.dark-mode .bg-gray7 {
  background-color: #000 !important;
}
.dark-mode .border-gray7 {
  border-color: #ced4da !important;
}
.dark-mode .text-gray7 {
  color: #fff !important;
}
.dark-mode .btn-gray8 {
  background-color: #1d2124 !important;
}
.dark-mode .bg-gray8 {
  background-color: #000 !important;
}
.dark-mode .border-gray8 {
  border-color: #ced4da !important;
}
.dark-mode .text-gray8 {
  color: #fff !important;
}
.dark-mode .btn-gray9 {
  background-color: #0a0c0d !important;
}
.dark-mode .bg-gray9 {
  background-color: #000 !important;
}
.dark-mode .border-gray9 {
  border-color: #ced4da !important;
}
.dark-mode .text-gray9 {
  color: #fff !important;
}
.dark-mode .btn-green0 {
  background-color: #c1f3ca !important;
}
.dark-mode .bg-green0 {
  background-color: #c1f3ca !important;
}
.dark-mode .border-green0 {
  border-color: #ebfbee;
}
.dark-mode .text-green0 {
  color: #c1f3ca !important;
}
.dark-mode .btn-green1 {
  background-color: #a6f3b0 !important;
}
.dark-mode .bg-green1 {
  background-color: #a6f3b0 !important;
}
.dark-mode .border-green1 {
  border-color: #d3f9d8;
}
.dark-mode .text-green1 {
  color: #a6f3b0 !important;
}
.dark-mode .btn-green2 {
  background-color: #86eb94 !important;
}
.dark-mode .bg-green2 {
  background-color: #86eb94 !important;
}
.dark-mode .border-green2 {
  border-color: #b2f2bb;
}
.dark-mode .text-green2 {
  color: #86eb94 !important;
}
.dark-mode .btn-green3 {
  background-color: #61e174 !important;
}
.dark-mode .bg-green3 {
  background-color: #61e174 !important;
}
.dark-mode .border-green3 {
  border-color: #8ce99a;
}
.dark-mode .text-green3 {
  color: #61e174 !important;
}
.dark-mode .btn-green4 {
  background-color: #40d158 !important;
}
.dark-mode .bg-green4 {
  background-color: #40d158 !important;
}
.dark-mode .border-green4 {
  border-color: #69db7c;
}
.dark-mode .text-green4 {
  color: #40d158 !important;
}
.dark-mode .btn-green5 {
  background-color: #33ba4a !important;
}
.dark-mode .bg-green5 {
  background-color: #33ba4a !important;
}
.dark-mode .border-green5 {
  border-color: #51cf66;
}
.dark-mode .text-green5 {
  color: #33ba4a !important;
}
.dark-mode .btn-green6 {
  background-color: #339a45 !important;
}
.dark-mode .bg-green6 {
  background-color: #339a45 !important;
}
.dark-mode .border-green6 {
  border-color: #40c057;
}
.dark-mode .text-green6 {
  color: #339a45 !important;
}
.dark-mode .btn-green7 {
  background-color: #2b8b3c !important;
}
.dark-mode .bg-green7 {
  background-color: #2b8b3c !important;
}
.dark-mode .border-green7 {
  border-color: #37b24d;
}
.dark-mode .text-green7 {
  color: #2b8b3c !important;
}
.dark-mode .btn-green8 {
  background-color: #237733 !important;
}
.dark-mode .bg-green8 {
  background-color: #237733 !important;
}
.dark-mode .border-green8 {
  border-color: #2f9e44;
}
.dark-mode .text-green8 {
  color: #237733 !important;
}
.dark-mode .btn-green9 {
  background-color: #1f632d !important;
}
.dark-mode .bg-green9 {
  background-color: #1f632d !important;
}
.dark-mode .border-green9 {
  border-color: #2b8a3e;
}
.dark-mode .text-green9 {
  color: #1f632d !important;
}
.dark-mode .btn-indigo0 {
  background-color: #bacdff !important;
}
.dark-mode .bg-indigo0 {
  background-color: #bacdff !important;
}
.dark-mode .border-indigo0 {
  border-color: #edf2ff;
}
.dark-mode .text-indigo0 {
  color: #bacdff !important;
}
.dark-mode .btn-indigo1 {
  background-color: #a8beff !important;
}
.dark-mode .bg-indigo1 {
  background-color: #a8beff !important;
}
.dark-mode .border-indigo1 {
  border-color: #dbe4ff;
}
.dark-mode .text-indigo1 {
  color: #a8beff !important;
}
.dark-mode .btn-indigo2 {
  background-color: #879fff !important;
}
.dark-mode .bg-indigo2 {
  background-color: #879fff !important;
}
.dark-mode .border-indigo2 {
  border-color: #bac8ff;
}
.dark-mode .text-indigo2 {
  color: #879fff !important;
}
.dark-mode .btn-indigo3 {
  background-color: #5e7eff !important;
}
.dark-mode .bg-indigo3 {
  background-color: #5e7eff !important;
}
.dark-mode .border-indigo3 {
  border-color: #91a7ff;
}
.dark-mode .text-indigo3 {
  color: #5e7eff !important;
}
.dark-mode .btn-indigo4 {
  background-color: #4267fb !important;
}
.dark-mode .bg-indigo4 {
  background-color: #4267fb !important;
}
.dark-mode .border-indigo4 {
  border-color: #748ffc;
}
.dark-mode .text-indigo4 {
  color: #4267fb !important;
}
.dark-mode .btn-indigo5 {
  background-color: #2b54f8 !important;
}
.dark-mode .bg-indigo5 {
  background-color: #2b54f8 !important;
}
.dark-mode .border-indigo5 {
  border-color: #5c7cfa;
}
.dark-mode .text-indigo5 {
  color: #2b54f8 !important;
}
.dark-mode .btn-indigo6 {
  background-color: #1c47f2 !important;
}
.dark-mode .bg-indigo6 {
  background-color: #1c47f2 !important;
}
.dark-mode .border-indigo6 {
  border-color: #4c6ef5;
}
.dark-mode .text-indigo6 {
  color: #1c47f2 !important;
}
.dark-mode .btn-indigo7 {
  background-color: #183fe2 !important;
}
.dark-mode .bg-indigo7 {
  background-color: #183fe2 !important;
}
.dark-mode .border-indigo7 {
  border-color: #4263eb;
}
.dark-mode .text-indigo7 {
  color: #183fe2 !important;
}
.dark-mode .btn-indigo8 {
  background-color: #2343c0 !important;
}
.dark-mode .bg-indigo8 {
  background-color: #2343c0 !important;
}
.dark-mode .border-indigo8 {
  border-color: #3b5bdb;
}
.dark-mode .text-indigo8 {
  color: #2343c0 !important;
}
.dark-mode .btn-indigo9 {
  background-color: #2b3f9f !important;
}
.dark-mode .bg-indigo9 {
  background-color: #2b3f9f !important;
}
.dark-mode .border-indigo9 {
  border-color: #364fc7;
}
.dark-mode .text-indigo9 {
  color: #2b3f9f !important;
}
.dark-mode .btn-lime0 {
  background-color: #e2f7b5 !important;
}
.dark-mode .bg-lime0 {
  background-color: #e2f7b5 !important;
}
.dark-mode .border-lime0 {
  border-color: #f4fce3;
}
.dark-mode .text-lime0 {
  color: #e2f7b5 !important;
}
.dark-mode .btn-lime1 {
  background-color: #d6f699 !important;
}
.dark-mode .bg-lime1 {
  background-color: #d6f699 !important;
}
.dark-mode .border-lime1 {
  border-color: #e9fac8;
}
.dark-mode .text-lime1 {
  color: #d6f699 !important;
}
.dark-mode .btn-lime2 {
  background-color: #c5f074 !important;
}
.dark-mode .bg-lime2 {
  background-color: #c5f074 !important;
}
.dark-mode .border-lime2 {
  border-color: #d8f5a2;
}
.dark-mode .text-lime2 {
  color: #c5f074 !important;
}
.dark-mode .btn-lime3 {
  background-color: #ace548 !important;
}
.dark-mode .bg-lime3 {
  background-color: #ace548 !important;
}
.dark-mode .border-lime3 {
  border-color: #c0eb75;
}
.dark-mode .text-lime3 {
  color: #ace548 !important;
}
.dark-mode .btn-lime4 {
  background-color: #93d922 !important;
}
.dark-mode .bg-lime4 {
  background-color: #93d922 !important;
}
.dark-mode .border-lime4 {
  border-color: #a9e34b;
}
.dark-mode .text-lime4 {
  color: #93d922 !important;
}
.dark-mode .btn-lime5 {
  background-color: #78b121 !important;
}
.dark-mode .bg-lime5 {
  background-color: #78b121 !important;
}
.dark-mode .border-lime5 {
  border-color: #94d82d;
}
.dark-mode .text-lime5 {
  color: #78b121 !important;
}
.dark-mode .btn-lime6 {
  background-color: #659d17 !important;
}
.dark-mode .bg-lime6 {
  background-color: #659d17 !important;
}
.dark-mode .border-lime6 {
  border-color: #82c91e;
}
.dark-mode .text-lime6 {
  color: #659d17 !important;
}
.dark-mode .btn-lime7 {
  background-color: #578a11 !important;
}
.dark-mode .bg-lime7 {
  background-color: #578a11 !important;
}
.dark-mode .border-lime7 {
  border-color: #74b816;
}
.dark-mode .text-lime7 {
  color: #578a11 !important;
}
.dark-mode .btn-lime8 {
  background-color: #4a790b !important;
}
.dark-mode .bg-lime8 {
  background-color: #4a790b !important;
}
.dark-mode .border-lime8 {
  border-color: #66a80f;
}
.dark-mode .text-lime8 {
  color: #4a790b !important;
}
.dark-mode .btn-lime9 {
  background-color: #3f6509 !important;
}
.dark-mode .bg-lime9 {
  background-color: #3f6509 !important;
}
.dark-mode .border-lime9 {
  border-color: #5c940d;
}
.dark-mode .text-lime9 {
  color: #3f6509 !important;
}
.dark-mode .btn-orange0 {
  background-color: #ffdeb3 !important;
}
.dark-mode .bg-orange0 {
  background-color: #ffdeb3 !important;
}
.dark-mode .border-orange0 {
  border-color: #fff4e6;
}
.dark-mode .text-orange0 {
  color: #ffdeb3 !important;
}
.dark-mode .btn-orange1 {
  background-color: #ffd199 !important;
}
.dark-mode .bg-orange1 {
  background-color: #ffd199 !important;
}
.dark-mode .border-orange1 {
  border-color: #ffe8cc;
}
.dark-mode .text-orange1 {
  color: #ffd199 !important;
}
.dark-mode .btn-orange2 {
  background-color: #ffc175 !important;
}
.dark-mode .bg-orange2 {
  background-color: #ffc175 !important;
}
.dark-mode .border-orange2 {
  border-color: #ffd8a8;
}
.dark-mode .text-orange2 {
  color: #ffc175 !important;
}
.dark-mode .btn-orange3 {
  background-color: #ffa845 !important;
}
.dark-mode .bg-orange3 {
  background-color: #ffa845 !important;
}
.dark-mode .border-orange3 {
  border-color: #ffc078;
}
.dark-mode .text-orange3 {
  color: #ffa845 !important;
}
.dark-mode .btn-orange4 {
  background-color: #ff901a !important;
}
.dark-mode .bg-orange4 {
  background-color: #ff901a !important;
}
.dark-mode .border-orange4 {
  border-color: #ffa94d;
}
.dark-mode .text-orange4 {
  color: #ff901a !important;
}
.dark-mode .btn-orange5 {
  background-color: #f77800 !important;
}
.dark-mode .bg-orange5 {
  background-color: #f77800 !important;
}
.dark-mode .border-orange5 {
  border-color: #ff922b;
}
.dark-mode .text-orange5 {
  color: #f77800 !important;
}
.dark-mode .btn-orange6 {
  background-color: #dc6502 !important;
}
.dark-mode .bg-orange6 {
  background-color: #dc6502 !important;
}
.dark-mode .border-orange6 {
  border-color: #fd7e14;
}
.dark-mode .text-orange6 {
  color: #dc6502 !important;
}
.dark-mode .btn-orange7 {
  background-color: #c55206 !important;
}
.dark-mode .bg-orange7 {
  background-color: #c55206 !important;
}
.dark-mode .border-orange7 {
  border-color: #f76707;
}
.dark-mode .text-orange7 {
  color: #c55206 !important;
}
.dark-mode .btn-orange8 {
  background-color: #b84609 !important;
}
.dark-mode .bg-orange8 {
  background-color: #b84609 !important;
}
.dark-mode .border-orange8 {
  border-color: #e8590c;
}
.dark-mode .text-orange8 {
  color: #b84609 !important;
}
.dark-mode .btn-orange9 {
  background-color: #a9380c !important;
}
.dark-mode .bg-orange9 {
  background-color: #a9380c !important;
}
.dark-mode .border-orange9 {
  border-color: #d9480f;
}
.dark-mode .text-orange9 {
  color: #a9380c !important;
}
.dark-mode .btn-pink0 {
  background-color: #ffbdd7 !important;
}
.dark-mode .bg-pink0 {
  background-color: #ffbdd7 !important;
}
.dark-mode .border-pink0 {
  border-color: #fff0f6;
}
.dark-mode .text-pink0 {
  color: #ffbdd7 !important;
}
.dark-mode .btn-pink1 {
  background-color: #ffabcc !important;
}
.dark-mode .bg-pink1 {
  background-color: #ffabcc !important;
}
.dark-mode .border-pink1 {
  border-color: #ffdeeb;
}
.dark-mode .text-pink1 {
  color: #ffabcc !important;
}
.dark-mode .btn-pink2 {
  background-color: #fa91b7 !important;
}
.dark-mode .bg-pink2 {
  background-color: #fa91b7 !important;
}
.dark-mode .border-pink2 {
  border-color: #fcc2d7;
}
.dark-mode .text-pink2 {
  color: #fa91b7 !important;
}
.dark-mode .btn-pink3 {
  background-color: #f772a1 !important;
}
.dark-mode .bg-pink3 {
  background-color: #f772a1 !important;
}
.dark-mode .border-pink3 {
  border-color: #faa2c1;
}
.dark-mode .text-pink3 {
  color: #f772a1 !important;
}
.dark-mode .btn-pink4 {
  background-color: #f4538c !important;
}
.dark-mode .bg-pink4 {
  background-color: #f4538c !important;
}
.dark-mode .border-pink4 {
  border-color: #f783ac;
}
.dark-mode .text-pink4 {
  color: #f4538c !important;
}
.dark-mode .btn-pink5 {
  background-color: #eb3775 !important;
}
.dark-mode .bg-pink5 {
  background-color: #eb3775 !important;
}
.dark-mode .border-pink5 {
  border-color: #f06595;
}
.dark-mode .text-pink5 {
  color: #eb3775 !important;
}
.dark-mode .btn-pink6 {
  background-color: #de1e61 !important;
}
.dark-mode .bg-pink6 {
  background-color: #de1e61 !important;
}
.dark-mode .border-pink6 {
  border-color: #e64980;
}
.dark-mode .text-pink6 {
  color: #de1e61 !important;
}
.dark-mode .btn-pink7 {
  background-color: #b22456 !important;
}
.dark-mode .bg-pink7 {
  background-color: #b22456 !important;
}
.dark-mode .border-pink7 {
  border-color: #d6336c;
}
.dark-mode .text-pink7 {
  color: #b22456 !important;
}
.dark-mode .btn-pink8 {
  background-color: #971d48 !important;
}
.dark-mode .bg-pink8 {
  background-color: #971d48 !important;
}
.dark-mode .border-pink8 {
  border-color: #c2255c;
}
.dark-mode .text-pink8 {
  color: #971d48 !important;
}
.dark-mode .btn-pink9 {
  background-color: #7b1639 !important;
}
.dark-mode .bg-pink9 {
  background-color: #7b1639 !important;
}
.dark-mode .border-pink9 {
  border-color: #a61e4d;
}
.dark-mode .text-pink9 {
  color: #7b1639 !important;
}
.dark-mode .btn-red0 {
  background-color: #ffc2c2 !important;
}
.dark-mode .bg-red0 {
  background-color: #ffc2c2 !important;
}
.dark-mode .border-red0 {
  border-color: #fff5f5;
}
.dark-mode .text-red0 {
  color: #ffc2c2 !important;
}
.dark-mode .btn-red1 {
  background-color: #ffb0b0 !important;
}
.dark-mode .bg-red1 {
  background-color: #ffb0b0 !important;
}
.dark-mode .border-red1 {
  border-color: #ffe3e3;
}
.dark-mode .text-red1 {
  color: #ffb0b0 !important;
}
.dark-mode .btn-red2 {
  background-color: #ff9696 !important;
}
.dark-mode .bg-red2 {
  background-color: #ff9696 !important;
}
.dark-mode .border-red2 {
  border-color: #ffc9c9;
}
.dark-mode .text-red2 {
  color: #ff9696 !important;
}
.dark-mode .btn-red3 {
  background-color: #ff7575 !important;
}
.dark-mode .bg-red3 {
  background-color: #ff7575 !important;
}
.dark-mode .border-red3 {
  border-color: #ffa8a8;
}
.dark-mode .text-red3 {
  color: #ff7575 !important;
}
.dark-mode .btn-red4 {
  background-color: #ff5454 !important;
}
.dark-mode .bg-red4 {
  background-color: #ff5454 !important;
}
.dark-mode .border-red4 {
  border-color: #ff8787;
}
.dark-mode .text-red4 {
  color: #ff5454 !important;
}
.dark-mode .btn-red5 {
  background-color: #ff3838 !important;
}
.dark-mode .bg-red5 {
  background-color: #ff3838 !important;
}
.dark-mode .border-red5 {
  border-color: #ff6b6b;
}
.dark-mode .text-red5 {
  color: #ff3838 !important;
}
.dark-mode .btn-red6 {
  background-color: #f92020 !important;
}
.dark-mode .bg-red6 {
  background-color: #f92020 !important;
}
.dark-mode .border-red6 {
  border-color: #fa5252;
}
.dark-mode .text-red6 {
  color: #f92020 !important;
}
.dark-mode .btn-red7 {
  background-color: #e91212 !important;
}
.dark-mode .bg-red7 {
  background-color: #e91212 !important;
}
.dark-mode .border-red7 {
  border-color: #f03e3e;
}
.dark-mode .text-red7 {
  color: #e91212 !important;
}
.dark-mode .btn-red8 {
  background-color: #c11d1d !important;
}
.dark-mode .bg-red8 {
  background-color: #c11d1d !important;
}
.dark-mode .border-red8 {
  border-color: #e03131;
}
.dark-mode .text-red8 {
  color: #c11d1d !important;
}
.dark-mode .btn-red9 {
  background-color: #9f2121 !important;
}
.dark-mode .bg-red9 {
  background-color: #9f2121 !important;
}
.dark-mode .border-red9 {
  border-color: #c92a2a;
}
.dark-mode .text-red9 {
  color: #9f2121 !important;
}
.dark-mode .btn-teal0 {
  background-color: #b8f7e3 !important;
}
.dark-mode .bg-teal0 {
  background-color: #b8f7e3 !important;
}
.dark-mode .border-teal0 {
  border-color: #e6fcf5;
}
.dark-mode .text-teal0 {
  color: #b8f7e3 !important;
}
.dark-mode .btn-teal1 {
  background-color: #94f6d6 !important;
}
.dark-mode .bg-teal1 {
  background-color: #94f6d6 !important;
}
.dark-mode .border-teal1 {
  border-color: #c3fae8;
}
.dark-mode .text-teal1 {
  color: #94f6d6 !important;
}
.dark-mode .btn-teal2 {
  background-color: #69ecc6 !important;
}
.dark-mode .bg-teal2 {
  background-color: #69ecc6 !important;
}
.dark-mode .border-teal2 {
  border-color: #96f2d7;
}
.dark-mode .text-teal2 {
  color: #69ecc6 !important;
}
.dark-mode .btn-teal3 {
  background-color: #37dfac !important;
}
.dark-mode .bg-teal3 {
  background-color: #37dfac !important;
}
.dark-mode .border-teal3 {
  border-color: #63e6be;
}
.dark-mode .text-teal3 {
  color: #37dfac !important;
}
.dark-mode .btn-teal4 {
  background-color: #24ba8d !important;
}
.dark-mode .bg-teal4 {
  background-color: #24ba8d !important;
}
.dark-mode .border-teal4 {
  border-color: #38d9a9;
}
.dark-mode .text-teal4 {
  color: #24ba8d !important;
}
.dark-mode .btn-teal5 {
  background-color: #199d76 !important;
}
.dark-mode .bg-teal5 {
  background-color: #199d76 !important;
}
.dark-mode .border-teal5 {
  border-color: #20c997;
}
.dark-mode .text-teal5 {
  color: #199d76 !important;
}
.dark-mode .btn-teal6 {
  background-color: #0d8a64 !important;
}
.dark-mode .bg-teal6 {
  background-color: #0d8a64 !important;
}
.dark-mode .border-teal6 {
  border-color: #12b886;
}
.dark-mode .text-teal6 {
  color: #0d8a64 !important;
}
.dark-mode .btn-teal7 {
  background-color: #097656 !important;
}
.dark-mode .bg-teal7 {
  background-color: #097656 !important;
}
.dark-mode .border-teal7 {
  border-color: #0ca678;
}
.dark-mode .text-teal7 {
  color: #097656 !important;
}
.dark-mode .btn-teal8 {
  background-color: #066246 !important;
}
.dark-mode .bg-teal8 {
  background-color: #066246 !important;
}
.dark-mode .border-teal8 {
  border-color: #099268;
}
.dark-mode .text-teal8 {
  color: #066246 !important;
}
.dark-mode .btn-teal9 {
  background-color: #054f39 !important;
}
.dark-mode .bg-teal9 {
  background-color: #054f39 !important;
}
.dark-mode .border-teal9 {
  border-color: #087f5b;
}
.dark-mode .text-teal9 {
  color: #054f39 !important;
}
.dark-mode .btn-violet0 {
  background-color: #cabdff !important;
}
.dark-mode .bg-violet0 {
  background-color: #cabdff !important;
}
.dark-mode .border-violet0 {
  border-color: #f3f0ff;
}
.dark-mode .text-violet0 {
  color: #cabdff !important;
}
.dark-mode .btn-violet1 {
  background-color: #c0a8ff !important;
}
.dark-mode .bg-violet1 {
  background-color: #c0a8ff !important;
}
.dark-mode .border-violet1 {
  border-color: #e5dbff;
}
.dark-mode .text-violet1 {
  color: #c0a8ff !important;
}
.dark-mode .btn-violet2 {
  background-color: #ab8cff !important;
}
.dark-mode .bg-violet2 {
  background-color: #ab8cff !important;
}
.dark-mode .border-violet2 {
  border-color: #d0bfff;
}
.dark-mode .text-violet2 {
  color: #ab8cff !important;
}
.dark-mode .btn-violet3 {
  background-color: #8c65fb !important;
}
.dark-mode .bg-violet3 {
  background-color: #8c65fb !important;
}
.dark-mode .border-violet3 {
  border-color: #b197fc;
}
.dark-mode .text-violet3 {
  color: #8c65fb !important;
}
.dark-mode .btn-violet4 {
  background-color: #7244f8 !important;
}
.dark-mode .bg-violet4 {
  background-color: #7244f8 !important;
}
.dark-mode .border-violet4 {
  border-color: #9775fa;
}
.dark-mode .text-violet4 {
  color: #7244f8 !important;
}
.dark-mode .btn-violet5 {
  background-color: #5f2df5 !important;
}
.dark-mode .bg-violet5 {
  background-color: #5f2df5 !important;
}
.dark-mode .border-violet5 {
  border-color: #845ef7;
}
.dark-mode .text-violet5 {
  color: #5f2df5 !important;
}
.dark-mode .btn-violet6 {
  background-color: #5521ee !important;
}
.dark-mode .bg-violet6 {
  background-color: #5521ee !important;
}
.dark-mode .border-violet6 {
  border-color: #7950f2;
}
.dark-mode .text-violet6 {
  color: #5521ee !important;
}
.dark-mode .btn-violet7 {
  background-color: #4d1ce1 !important;
}
.dark-mode .bg-violet7 {
  background-color: #4d1ce1 !important;
}
.dark-mode .border-violet7 {
  border-color: #7048e8;
}
.dark-mode .text-violet7 {
  color: #4d1ce1 !important;
}
.dark-mode .btn-violet8 {
  background-color: #4d27c1 !important;
}
.dark-mode .bg-violet8 {
  background-color: #4d27c1 !important;
}
.dark-mode .border-violet8 {
  border-color: #6741d9;
}
.dark-mode .text-violet8 {
  color: #4d27c1 !important;
}
.dark-mode .btn-violet9 {
  background-color: #4c309e !important;
}
.dark-mode .bg-violet9 {
  background-color: #4c309e !important;
}
.dark-mode .border-violet9 {
  border-color: #5f3dc4;
}
.dark-mode .text-violet9 {
  color: #4c309e !important;
}
.dark-mode .btn-yellow0 {
  background-color: #fff1a8 !important;
}
.dark-mode .bg-yellow0 {
  background-color: #fff1a8 !important;
}
.dark-mode .border-yellow0 {
  border-color: #fff9db;
}
.dark-mode .text-yellow0 {
  color: #fff1a8 !important;
}
.dark-mode .btn-yellow1 {
  background-color: #ffe98c !important;
}
.dark-mode .bg-yellow1 {
  background-color: #ffe98c !important;
}
.dark-mode .border-yellow1 {
  border-color: #fff3bf;
}
.dark-mode .text-yellow1 {
  color: #ffe98c !important;
}
.dark-mode .btn-yellow2 {
  background-color: #ffe366 !important;
}
.dark-mode .bg-yellow2 {
  background-color: #ffe366 !important;
}
.dark-mode .border-yellow2 {
  border-color: #ffec99;
}
.dark-mode .text-yellow2 {
  color: #ffe366 !important;
}
.dark-mode .btn-yellow3 {
  background-color: #ffd633 !important;
}
.dark-mode .bg-yellow3 {
  background-color: #ffd633 !important;
}
.dark-mode .border-yellow3 {
  border-color: #ffe066;
}
.dark-mode .text-yellow3 {
  color: #ffd633 !important;
}
.dark-mode .btn-yellow4 {
  background-color: #ffc908 !important;
}
.dark-mode .bg-yellow4 {
  background-color: #ffc908 !important;
}
.dark-mode .border-yellow4 {
  border-color: #ffd43b;
}
.dark-mode .text-yellow4 {
  color: #ffc908 !important;
}
.dark-mode .btn-yellow5 {
  background-color: #dfa903 !important;
}
.dark-mode .bg-yellow5 {
  background-color: #dfa903 !important;
}
.dark-mode .border-yellow5 {
  border-color: #fcc419;
}
.dark-mode .text-yellow5 {
  color: #dfa903 !important;
}
.dark-mode .btn-yellow6 {
  background-color: #c88d04 !important;
}
.dark-mode .bg-yellow6 {
  background-color: #c88d04 !important;
}
.dark-mode .border-yellow6 {
  border-color: #fab005;
}
.dark-mode .text-yellow6 {
  color: #c88d04 !important;
}
.dark-mode .btn-yellow7 {
  background-color: #c27e00 !important;
}
.dark-mode .bg-yellow7 {
  background-color: #c27e00 !important;
}
.dark-mode .border-yellow7 {
  border-color: #f59f00;
}
.dark-mode .text-yellow7 {
  color: #c27e00 !important;
}
.dark-mode .btn-yellow8 {
  background-color: #bd6e00 !important;
}
.dark-mode .bg-yellow8 {
  background-color: #bd6e00 !important;
}
.dark-mode .border-yellow8 {
  border-color: #f08c00;
}
.dark-mode .text-yellow8 {
  color: #bd6e00 !important;
}
.dark-mode .btn-yellow9 {
  background-color: #b35d00 !important;
}
.dark-mode .bg-yellow9 {
  background-color: #b35d00 !important;
}
.dark-mode .border-yellow9 {
  border-color: #e67700;
}
.dark-mode .text-yellow9 {
  color: #b35d00 !important;
}
.dark-mode h1, .dark-mode h2, .dark-mode h3, .dark-mode h4, .dark-mode h5, .dark-mode h6, .dark-mode label, .dark-mode legend, .dark-mode p, .dark-mode span {
  color: #fff !important;
}
.dark-mode .active {
  background-color: #c0a8ff !important;
  border-color: #212529 !important;
  color: #000 !important;
}
.dark-mode .active h5, .dark-mode .active p {
  color: #000 !important;
}
.dark-mode .bg-tr:nth-child(odd) {
  background-color: #212529 !important;
  border-color: #212529 !important;
}
.dark-mode .bg-tr:nth-child(even) {
  background-color: #000;
  border-color: #000 !important;
}
.dark-mode .bg-neutral {
  background-color: #000;
}
.dark-mode .table th, .dark-mode .table td {
  color: #fff !important;
}
.dark-mode .dt-container .dt-info {
  color: #fff !important;
}
.dark-mode .dt-container .dt-paging .dt-paging-button {
  color: #fff !important;
  transition: 0.3s;
}
.dark-mode .dt-container .dt-paging .dt-paging-button:hover {
  background: #a5d8ff !important;
  color: #212529 !important;
}
.dark-mode .dt-container .dt-paging .dt-paging-button.disabled {
  color: rgba(219, 219, 219, 0.5019607843) !important;
}
.dark-mode .dt-container .dt-paging .dt-paging-button.current {
  background: #339af0 !important;
}
.dark-mode .dt-input, .dark-mode input, .dark-mode .input-group label, .dark-mode option, .dark-mode select, .dark-mode textarea, .dark-mode input:focus, .dark-mode select:focus, .dark-mode textarea:focus {
  background-color: #212529;
  border-color: #212529 !important;
  color: #fff !important;
}
.dark-mode input:disabled, .dark-mode select:disabled, .dark-mode textarea:disabled {
  background-color: #212529 !important;
}
.dark-mode .border, .dark-mode .border-bottom, .dark-mode thead tr, .dark-mode .nav-tabs, .dark-mode .nav-link:hover {
  border-color: #343a40 !important;
}

.light-mode {
  background-color: #f8f9fa;
}
.light-mode .bg-blue0 {
  background-color: #e7f5ff;
}
.light-mode .border-blue0 {
  border-color: #e7f5ff;
}
.light-mode .btn-blue0 {
  background-color: #e7f5ff;
  transition: all 0.3s ease;
}
.light-mode .btn-blue0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-blue0:not(:disabled):focus {
  background-color: #68c0ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-blue0:not(:disabled):hover {
  background-color: #81cbff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-blue0 {
  color: #e7f5ff !important;
}
.light-mode .bg-blue1 {
  background-color: #d0ebff;
}
.light-mode .border-blue1 {
  border-color: #d0ebff;
}
.light-mode .btn-blue1 {
  background-color: #d0ebff;
  transition: all 0.3s ease;
}
.light-mode .btn-blue1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-blue1:not(:disabled):focus {
  background-color: #51b5ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-blue1:not(:disabled):hover {
  background-color: #6ac0ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-blue1 {
  color: #d0ebff !important;
}
.light-mode .bg-blue2 {
  background-color: #a5d8ff;
}
.light-mode .border-blue2 {
  border-color: #a5d8ff;
}
.light-mode .btn-blue2 {
  background-color: #a5d8ff;
  transition: all 0.3s ease;
}
.light-mode .btn-blue2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-blue2:not(:disabled):focus {
  background-color: #26a1ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-blue2:not(:disabled):hover {
  background-color: #3facff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-blue2 {
  color: #a5d8ff !important;
}
.light-mode .bg-blue3 {
  background-color: #74c0fc;
}
.light-mode .border-blue3 {
  border-color: #74c0fc;
}
.light-mode .btn-blue3 {
  background-color: #74c0fc;
  transition: all 0.3s ease;
}
.light-mode .btn-blue3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-blue3:not(:disabled):focus {
  background-color: #0586eb !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-blue3:not(:disabled):hover {
  background-color: #1093fa !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-blue3 {
  color: #74c0fc !important;
}
.light-mode .bg-blue4 {
  background-color: #4dabf7;
}
.light-mode .border-blue4 {
  border-color: #4dabf7;
}
.light-mode .btn-blue4 {
  background-color: #4dabf7;
  transition: all 0.3s ease;
}
.light-mode .btn-blue4:disabled {
  background-color: #dff0fe !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-blue4:not(:disabled):focus {
  background-color: #086cbc !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-blue4:not(:disabled):hover {
  background-color: #0a7ad4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-blue4 {
  color: #4dabf7 !important;
}
.light-mode .bg-blue5 {
  background-color: #339af0;
}
.light-mode .border-blue5 {
  border-color: #339af0;
}
.light-mode .btn-blue5 {
  background-color: #339af0;
  transition: all 0.3s ease;
}
.light-mode .btn-blue5:disabled {
  background-color: #c2e1fa !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-blue5:not(:disabled):focus {
  background-color: #0b5898 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-blue5:not(:disabled):hover {
  background-color: #0d66b0 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-blue5 {
  color: #339af0 !important;
}
.light-mode .bg-blue6 {
  background-color: #228be6;
}
.light-mode .border-blue6 {
  border-color: #228be6;
}
.light-mode .btn-blue6 {
  background-color: #228be6;
  transition: all 0.3s ease;
}
.light-mode .btn-blue6:disabled {
  background-color: #abd3f6 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-blue6:not(:disabled):focus {
  background-color: #0e487b !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-blue6:not(:disabled):hover {
  background-color: #105692 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-blue6 {
  color: #228be6 !important;
}
.light-mode .bg-blue7 {
  background-color: #1c7ed6;
}
.light-mode .border-blue7 {
  border-color: #1c7ed6;
}
.light-mode .btn-blue7 {
  background-color: #1c7ed6;
  transition: all 0.3s ease;
}
.light-mode .btn-blue7:disabled {
  background-color: #99c8f2 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-blue7:not(:disabled):focus {
  background-color: #0d3c65 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-blue7:not(:disabled):hover {
  background-color: #10497c !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-blue7 {
  color: #1c7ed6 !important;
}
.light-mode .bg-blue8 {
  background-color: #1971c2;
}
.light-mode .border-blue8 {
  border-color: #1971c2;
}
.light-mode .btn-blue8 {
  background-color: #1971c2;
  transition: all 0.3s ease;
}
.light-mode .btn-blue8:disabled {
  background-color: #85bcef !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-blue8:not(:disabled):focus {
  background-color: #0a2f51 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-blue8:not(:disabled):hover {
  background-color: #0d3c68 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-blue8 {
  color: #1971c2 !important;
}
.light-mode .bg-blue9 {
  background-color: #1864ab;
}
.light-mode .border-blue9 {
  border-color: #1864ab;
}
.light-mode .btn-blue9 {
  background-color: #1864ab;
  transition: all 0.3s ease;
}
.light-mode .btn-blue9:disabled {
  background-color: #71b0eb !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-blue9:not(:disabled):focus {
  background-color: #08233b !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-blue9:not(:disabled):hover {
  background-color: #0b3052 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-blue9 {
  color: #1864ab !important;
}
.light-mode .bg-cyan0 {
  background-color: #e3fafc;
}
.light-mode .border-cyan0 {
  border-color: #e3fafc;
}
.light-mode .btn-cyan0 {
  background-color: #e3fafc;
  transition: all 0.3s ease;
}
.light-mode .btn-cyan0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-cyan0:not(:disabled):focus {
  background-color: #70e5f0 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-cyan0:not(:disabled):hover {
  background-color: #87eaf2 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-cyan0 {
  color: #e3fafc !important;
}
.light-mode .bg-cyan1 {
  background-color: #c5f6fa;
}
.light-mode .border-cyan1 {
  border-color: #c5f6fa;
}
.light-mode .btn-cyan1 {
  background-color: #c5f6fa;
  transition: all 0.3s ease;
}
.light-mode .btn-cyan1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-cyan1:not(:disabled):focus {
  background-color: #50e4f0 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-cyan1:not(:disabled):hover {
  background-color: #67e7f2 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-cyan1 {
  color: #c5f6fa !important;
}
.light-mode .bg-cyan2 {
  background-color: #99e9f2;
}
.light-mode .border-cyan2 {
  border-color: #99e9f2;
}
.light-mode .btn-cyan2 {
  background-color: #99e9f2;
  transition: all 0.3s ease;
}
.light-mode .btn-cyan2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-cyan2:not(:disabled):focus {
  background-color: #28d1e4 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-cyan2:not(:disabled):hover {
  background-color: #3fd5e6 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-cyan2 {
  color: #99e9f2 !important;
}
.light-mode .bg-cyan3 {
  background-color: #66d9e8;
}
.light-mode .border-cyan3 {
  border-color: #66d9e8;
}
.light-mode .btn-cyan3 {
  background-color: #66d9e8;
  transition: all 0.3s ease;
}
.light-mode .btn-cyan3:disabled {
  background-color: #ebfafc !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-cyan3:not(:disabled):focus {
  background-color: #1ba2b4 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-cyan3:not(:disabled):hover {
  background-color: #1eb6ca !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-cyan3 {
  color: #66d9e8 !important;
}
.light-mode .bg-cyan4 {
  background-color: #3bc9db;
}
.light-mode .border-cyan4 {
  border-color: #3bc9db;
}
.light-mode .btn-cyan4 {
  background-color: #3bc9db;
  transition: all 0.3s ease;
}
.light-mode .btn-cyan4:disabled {
  background-color: #bcedf3 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-cyan4:not(:disabled):focus {
  background-color: #17737f !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-cyan4:not(:disabled):hover {
  background-color: #1b8795 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-cyan4 {
  color: #3bc9db !important;
}
.light-mode .bg-cyan5 {
  background-color: #22b8cf;
}
.light-mode .border-cyan5 {
  border-color: #22b8cf;
}
.light-mode .btn-cyan5 {
  background-color: #22b8cf;
  transition: all 0.3s ease;
}
.light-mode .btn-cyan5:disabled {
  background-color: #9be4ef !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-cyan5:not(:disabled):focus {
  background-color: #105761 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-cyan5:not(:disabled):hover {
  background-color: #146a77 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-cyan5 {
  color: #22b8cf !important;
}
.light-mode .bg-cyan6 {
  background-color: #15aabf;
}
.light-mode .border-cyan6 {
  border-color: #15aabf;
}
.light-mode .btn-cyan6 {
  background-color: #15aabf;
  transition: all 0.3s ease;
}
.light-mode .btn-cyan6:disabled {
  background-color: #7ce2f1 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-cyan6:not(:disabled):focus {
  background-color: #08444c !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-cyan6:not(:disabled):hover {
  background-color: #0b5863 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-cyan6 {
  color: #15aabf !important;
}
.light-mode .bg-cyan7 {
  background-color: #1098ad;
}
.light-mode .border-cyan7 {
  border-color: #1098ad;
}
.light-mode .btn-cyan7 {
  background-color: #1098ad;
  transition: all 0.3s ease;
}
.light-mode .btn-cyan7:disabled {
  background-color: #65def1 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-cyan7:not(:disabled):focus {
  background-color: #053138 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-cyan7:not(:disabled):hover {
  background-color: #074650 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-cyan7 {
  color: #1098ad !important;
}
.light-mode .bg-cyan8 {
  background-color: #0c8599;
}
.light-mode .border-cyan8 {
  border-color: #0c8599;
}
.light-mode .btn-cyan8 {
  background-color: #0c8599;
  transition: all 0.3s ease;
}
.light-mode .btn-cyan8:disabled {
  background-color: #4ddaf1 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-cyan8:not(:disabled):focus {
  background-color: #031e23 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-cyan8:not(:disabled):hover {
  background-color: #05333a !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-cyan8 {
  color: #0c8599 !important;
}
.light-mode .bg-cyan9 {
  background-color: #0b7285;
}
.light-mode .border-cyan9 {
  border-color: #0b7285;
}
.light-mode .btn-cyan9 {
  background-color: #0b7285;
  transition: all 0.3s ease;
}
.light-mode .btn-cyan9:disabled {
  background-color: #3ad3ef !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-cyan9:not(:disabled):focus {
  background-color: #010d0f !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-cyan9:not(:disabled):hover {
  background-color: #032127 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-cyan9 {
  color: #0b7285 !important;
}
.light-mode .bg-grape0 {
  background-color: #f8f0fc;
}
.light-mode .border-grape0 {
  border-color: #f8f0fc;
}
.light-mode .btn-grape0 {
  background-color: #f8f0fc;
  transition: all 0.3s ease;
}
.light-mode .btn-grape0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-grape0:not(:disabled):focus {
  background-color: #c686e7 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-grape0:not(:disabled):hover {
  background-color: #d09beb !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-grape0 {
  color: #f8f0fc !important;
}
.light-mode .bg-grape1 {
  background-color: #f3d9fa;
}
.light-mode .border-grape1 {
  border-color: #f3d9fa;
}
.light-mode .btn-grape1 {
  background-color: #f3d9fa;
  transition: all 0.3s ease;
}
.light-mode .btn-grape1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-grape1:not(:disabled):focus {
  background-color: #cf68eb !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-grape1:not(:disabled):hover {
  background-color: #d77fee !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-grape1 {
  color: #f3d9fa !important;
}
.light-mode .bg-grape2 {
  background-color: #eebefe;
}
.light-mode .border-grape2 {
  border-color: #eebefe;
}
.light-mode .btn-grape2 {
  background-color: #eebefe;
  transition: all 0.3s ease;
}
.light-mode .btn-grape2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-grape2:not(:disabled):focus {
  background-color: #cd40fc !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-grape2:not(:disabled):hover {
  background-color: #d45afc !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-grape2 {
  color: #eebefe !important;
}
.light-mode .bg-grape3 {
  background-color: #e599f7;
}
.light-mode .border-grape3 {
  border-color: #e599f7;
}
.light-mode .btn-grape3 {
  background-color: #e599f7;
  transition: all 0.3s ease;
}
.light-mode .btn-grape3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-grape3:not(:disabled):focus {
  background-color: #c723ee !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-grape3:not(:disabled):hover {
  background-color: #cd3af0 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-grape3 {
  color: #e599f7 !important;
}
.light-mode .bg-grape4 {
  background-color: #da77f2;
}
.light-mode .border-grape4 {
  border-color: #da77f2;
}
.light-mode .btn-grape4 {
  background-color: #da77f2;
  transition: all 0.3s ease;
}
.light-mode .btn-grape4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-grape4:not(:disabled):focus {
  background-color: #b014d5 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-grape4:not(:disabled):hover {
  background-color: #c11ae9 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-grape4 {
  color: #da77f2 !important;
}
.light-mode .bg-grape5 {
  background-color: #cc5de8;
}
.light-mode .border-grape5 {
  border-color: #cc5de8;
}
.light-mode .btn-grape5 {
  background-color: #cc5de8;
  transition: all 0.3s ease;
}
.light-mode .btn-grape5:disabled {
  background-color: #f6e3fb !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-grape5:not(:disabled):focus {
  background-color: #8f19ad !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-grape5:not(:disabled):hover {
  background-color: #a21cc3 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-grape5 {
  color: #cc5de8 !important;
}
.light-mode .bg-grape6 {
  background-color: #be4bdb;
}
.light-mode .border-grape6 {
  border-color: #be4bdb;
}
.light-mode .btn-grape6 {
  background-color: #be4bdb;
  transition: all 0.3s ease;
}
.light-mode .btn-grape6:disabled {
  background-color: #eccbf5 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-grape6:not(:disabled):focus {
  background-color: #741c8b !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-grape6:not(:disabled):hover {
  background-color: #8620a0 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-grape6 {
  color: #be4bdb !important;
}
.light-mode .bg-grape7 {
  background-color: #ae3ec9;
}
.light-mode .border-grape7 {
  border-color: #ae3ec9;
}
.light-mode .btn-grape7 {
  background-color: #ae3ec9;
  transition: all 0.3s ease;
}
.light-mode .btn-grape7:disabled {
  background-color: #e0b6ea !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-grape7:not(:disabled):focus {
  background-color: #5b1e6a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-grape7:not(:disabled):hover {
  background-color: #6c237e !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-grape7 {
  color: #ae3ec9 !important;
}
.light-mode .bg-grape8 {
  background-color: #9c36b5;
}
.light-mode .border-grape8 {
  border-color: #9c36b5;
}
.light-mode .btn-grape8 {
  background-color: #9c36b5;
  transition: all 0.3s ease;
}
.light-mode .btn-grape8:disabled {
  background-color: #d6a1e3 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-grape8:not(:disabled):focus {
  background-color: #471953 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-grape8:not(:disabled):hover {
  background-color: #581f66 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-grape8 {
  color: #9c36b5 !important;
}
.light-mode .bg-grape9 {
  background-color: #862e9c;
}
.light-mode .border-grape9 {
  border-color: #862e9c;
}
.light-mode .btn-grape9 {
  background-color: #862e9c;
  transition: all 0.3s ease;
}
.light-mode .btn-grape9:disabled {
  background-color: #cb87dc !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-grape9:not(:disabled):focus {
  background-color: #31113a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-grape9:not(:disabled):hover {
  background-color: #42174d !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-grape9 {
  color: #862e9c !important;
}
.light-mode .bg-gray0 {
  background-color: #f8f9fa;
}
.light-mode .border-gray0 {
  border-color: #f8f9fa;
}
.light-mode .btn-gray0 {
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}
.light-mode .btn-gray0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-gray0:not(:disabled):focus {
  background-color: #aeb9c5 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-gray0:not(:disabled):hover {
  background-color: #bdc6d0 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-gray0 {
  color: #f8f9fa !important;
}
.light-mode .bg-gray1 {
  background-color: #f1f3f5;
}
.light-mode .border-gray1 {
  border-color: #f1f3f5;
}
.light-mode .btn-gray1 {
  background-color: #f1f3f5;
  transition: all 0.3s ease;
}
.light-mode .btn-gray1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-gray1:not(:disabled):focus {
  background-color: #a7b3c0 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-gray1:not(:disabled):hover {
  background-color: #b6c0cb !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-gray1 {
  color: #f1f3f5 !important;
}
.light-mode .bg-gray2 {
  background-color: #e9ecef;
}
.light-mode .border-gray2 {
  border-color: #e9ecef;
}
.light-mode .btn-gray2 {
  background-color: #e9ecef;
  transition: all 0.3s ease;
}
.light-mode .btn-gray2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-gray2:not(:disabled):focus {
  background-color: #9facb9 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-gray2:not(:disabled):hover {
  background-color: #aeb9c4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-gray2 {
  color: #e9ecef !important;
}
.light-mode .bg-gray3 {
  background-color: #dee2e6;
}
.light-mode .border-gray3 {
  border-color: #dee2e6;
}
.light-mode .btn-gray3 {
  background-color: #dee2e6;
  transition: all 0.3s ease;
}
.light-mode .btn-gray3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-gray3:not(:disabled):focus {
  background-color: #95a2af !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-gray3:not(:disabled):hover {
  background-color: #a4afba !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-gray3 {
  color: #dee2e6 !important;
}
.light-mode .bg-gray4 {
  background-color: #ced4da;
}
.light-mode .border-gray4 {
  border-color: #ced4da;
}
.light-mode .btn-gray4 {
  background-color: #ced4da;
  transition: all 0.3s ease;
}
.light-mode .btn-gray4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-gray4:not(:disabled):focus {
  background-color: #8594a3 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-gray4:not(:disabled):hover {
  background-color: #94a1ae !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-gray4 {
  color: #ced4da !important;
}
.light-mode .bg-gray5 {
  background-color: #adb5bd;
}
.light-mode .border-gray5 {
  border-color: #adb5bd;
}
.light-mode .btn-gray5 {
  background-color: #adb5bd;
  transition: all 0.3s ease;
}
.light-mode .btn-gray5:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-gray5:not(:disabled):focus {
  background-color: #697582 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-gray5:not(:disabled):hover {
  background-color: #748290 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-gray5 {
  color: #adb5bd !important;
}
.light-mode .bg-gray6 {
  background-color: #868e96;
}
.light-mode .border-gray6 {
  border-color: #868e96;
}
.light-mode .btn-gray6 {
  background-color: #868e96;
  transition: all 0.3s ease;
}
.light-mode .btn-gray6:disabled {
  background-color: #d8dbdd !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-gray6:not(:disabled):focus {
  background-color: #494e54 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-gray6:not(:disabled):hover {
  background-color: #555b61 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-gray6 {
  color: #868e96 !important;
}
.light-mode .bg-gray7 {
  background-color: #495057;
}
.light-mode .border-gray7 {
  border-color: #495057;
}
.light-mode .btn-gray7 {
  background-color: #495057;
  transition: all 0.3s ease;
}
.light-mode .btn-gray7:disabled {
  background-color: #949da5 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-gray7:not(:disabled):focus {
  background-color: #0f1012 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-gray7:not(:disabled):hover {
  background-color: #1a1d20 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-gray7 {
  color: #495057 !important;
}
.light-mode .bg-gray8 {
  background-color: #343a40;
}
.light-mode .border-gray8 {
  border-color: #343a40;
}
.light-mode .btn-gray8 {
  background-color: #343a40;
  transition: all 0.3s ease;
}
.light-mode .btn-gray8:disabled {
  background-color: #7a8793 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-gray8:not(:disabled):focus {
  background-color: black !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-gray8:not(:disabled):hover {
  background-color: #060708 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-gray8 {
  color: #343a40 !important;
}
.light-mode .bg-gray9 {
  background-color: #212529;
}
.light-mode .border-gray9 {
  border-color: #212529;
}
.light-mode .btn-gray9 {
  background-color: #212529;
  transition: all 0.3s ease;
}
.light-mode .btn-gray9:disabled {
  background-color: #65727e !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-gray9:not(:disabled):focus {
  background-color: black !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-gray9:not(:disabled):hover {
  background-color: black !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-gray9 {
  color: #212529 !important;
}
.light-mode .bg-green0 {
  background-color: #ebfbee;
}
.light-mode .border-green0 {
  border-color: #ebfbee;
}
.light-mode .btn-green0 {
  background-color: #ebfbee;
  transition: all 0.3s ease;
}
.light-mode .btn-green0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-green0:not(:disabled):focus {
  background-color: #81e694 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-green0:not(:disabled):hover {
  background-color: #96eaa6 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-green0 {
  color: #ebfbee !important;
}
.light-mode .bg-green1 {
  background-color: #d3f9d8;
}
.light-mode .border-green1 {
  border-color: #d3f9d8;
}
.light-mode .btn-green1 {
  background-color: #d3f9d8;
  transition: all 0.3s ease;
}
.light-mode .btn-green1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-green1:not(:disabled):focus {
  background-color: #63ea75 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-green1:not(:disabled):hover {
  background-color: #79ed88 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-green1 {
  color: #d3f9d8 !important;
}
.light-mode .bg-green2 {
  background-color: #b2f2bb;
}
.light-mode .border-green2 {
  border-color: #b2f2bb;
}
.light-mode .btn-green2 {
  background-color: #b2f2bb;
  transition: all 0.3s ease;
}
.light-mode .btn-green2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-green2:not(:disabled):focus {
  background-color: #45e05b !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-green2:not(:disabled):hover {
  background-color: #5be36e !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-green2 {
  color: #b2f2bb !important;
}
.light-mode .bg-green3 {
  background-color: #8ce99a;
}
.light-mode .border-green3 {
  border-color: #8ce99a;
}
.light-mode .btn-green3 {
  background-color: #8ce99a;
  transition: all 0.3s ease;
}
.light-mode .btn-green3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-green3:not(:disabled):focus {
  background-color: #27ce41 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-green3:not(:disabled):hover {
  background-color: #36d94f !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-green3 {
  color: #8ce99a !important;
}
.light-mode .bg-green4 {
  background-color: #69db7c;
}
.light-mode .border-green4 {
  border-color: #69db7c;
}
.light-mode .btn-green4 {
  background-color: #69db7c;
  transition: all 0.3s ease;
}
.light-mode .btn-green4:disabled {
  background-color: #e4f9e8 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-green4:not(:disabled):focus {
  background-color: #269e3a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-green4:not(:disabled):hover {
  background-color: #2bb342 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-green4 {
  color: #69db7c !important;
}
.light-mode .bg-green5 {
  background-color: #51cf66;
}
.light-mode .border-green5 {
  border-color: #51cf66;
}
.light-mode .btn-green5 {
  background-color: #51cf66;
  transition: all 0.3s ease;
}
.light-mode .btn-green5:disabled {
  background-color: #c9f0cf !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-green5:not(:disabled):focus {
  background-color: #237e32 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-green5:not(:disabled):hover {
  background-color: #28923a !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-green5 {
  color: #51cf66 !important;
}
.light-mode .bg-green6 {
  background-color: #40c057;
}
.light-mode .border-green6 {
  border-color: #40c057;
}
.light-mode .btn-green6 {
  background-color: #40c057;
  transition: all 0.3s ease;
}
.light-mode .btn-green6:disabled {
  background-color: #b3e6bc !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-green6:not(:disabled):focus {
  background-color: #20612c !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-green6:not(:disabled):hover {
  background-color: #267434 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-green6 {
  color: #40c057 !important;
}
.light-mode .bg-green7 {
  background-color: #37b24d;
}
.light-mode .border-green7 {
  border-color: #37b24d;
}
.light-mode .btn-green7 {
  background-color: #37b24d;
  transition: all 0.3s ease;
}
.light-mode .btn-green7:disabled {
  background-color: #a0e2ac !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-green7:not(:disabled):focus {
  background-color: #195123 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-green7:not(:disabled):hover {
  background-color: #1f642b !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-green7 {
  color: #37b24d !important;
}
.light-mode .bg-green8 {
  background-color: #2f9e44;
}
.light-mode .border-green8 {
  border-color: #2f9e44;
}
.light-mode .btn-green8 {
  background-color: #2f9e44;
  transition: all 0.3s ease;
}
.light-mode .btn-green8:disabled {
  background-color: #8adc99 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-green8:not(:disabled):focus {
  background-color: #123c1a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-green8:not(:disabled):hover {
  background-color: #184f22 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-green8 {
  color: #2f9e44 !important;
}
.light-mode .bg-green9 {
  background-color: #2b8a3e;
}
.light-mode .border-green9 {
  border-color: #2b8a3e;
}
.light-mode .btn-green9 {
  background-color: #2b8a3e;
  transition: all 0.3s ease;
}
.light-mode .btn-green9:disabled {
  background-color: #79d58b !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-green9:not(:disabled):focus {
  background-color: #0d2912 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-green9:not(:disabled):hover {
  background-color: #133c1b !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-green9 {
  color: #2b8a3e !important;
}
.light-mode .bg-indigo0 {
  background-color: #edf2ff;
}
.light-mode .border-indigo0 {
  border-color: #edf2ff;
}
.light-mode .btn-indigo0 {
  background-color: #edf2ff;
  transition: all 0.3s ease;
}
.light-mode .btn-indigo0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-indigo0:not(:disabled):focus {
  background-color: #6e96ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-indigo0:not(:disabled):hover {
  background-color: #87a8ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-indigo0 {
  color: #edf2ff !important;
}
.light-mode .bg-indigo1 {
  background-color: #dbe4ff;
}
.light-mode .border-indigo1 {
  border-color: #dbe4ff;
}
.light-mode .btn-indigo1 {
  background-color: #dbe4ff;
  transition: all 0.3s ease;
}
.light-mode .btn-indigo1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-indigo1:not(:disabled):focus {
  background-color: #5c84ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-indigo1:not(:disabled):hover {
  background-color: #7598ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-indigo1 {
  color: #dbe4ff !important;
}
.light-mode .bg-indigo2 {
  background-color: #bac8ff;
}
.light-mode .border-indigo2 {
  border-color: #bac8ff;
}
.light-mode .btn-indigo2 {
  background-color: #bac8ff;
  transition: all 0.3s ease;
}
.light-mode .btn-indigo2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-indigo2:not(:disabled):focus {
  background-color: #3b62ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-indigo2:not(:disabled):hover {
  background-color: #5477ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-indigo2 {
  color: #bac8ff !important;
}
.light-mode .bg-indigo3 {
  background-color: #91a7ff;
}
.light-mode .border-indigo3 {
  border-color: #91a7ff;
}
.light-mode .btn-indigo3 {
  background-color: #91a7ff;
  transition: all 0.3s ease;
}
.light-mode .btn-indigo3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-indigo3:not(:disabled):focus {
  background-color: #1241ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-indigo3:not(:disabled):hover {
  background-color: #2b55ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-indigo3 {
  color: #91a7ff !important;
}
.light-mode .bg-indigo4 {
  background-color: #748ffc;
}
.light-mode .border-indigo4 {
  border-color: #748ffc;
}
.light-mode .btn-indigo4 {
  background-color: #748ffc;
  transition: all 0.3s ease;
}
.light-mode .btn-indigo4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-indigo4:not(:disabled):focus {
  background-color: #0533eb !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-indigo4:not(:disabled):hover {
  background-color: #103ffa !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-indigo4 {
  color: #748ffc !important;
}
.light-mode .bg-indigo5 {
  background-color: #5c7cfa;
}
.light-mode .border-indigo5 {
  border-color: #5c7cfa;
}
.light-mode .btn-indigo5 {
  background-color: #5c7cfa;
  transition: all 0.3s ease;
}
.light-mode .btn-indigo5:disabled {
  background-color: #f0f3ff !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-indigo5:not(:disabled):focus {
  background-color: #062fd0 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-indigo5:not(:disabled):hover {
  background-color: #0735e9 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-indigo5 {
  color: #5c7cfa !important;
}
.light-mode .bg-indigo6 {
  background-color: #4c6ef5;
}
.light-mode .border-indigo6 {
  border-color: #4c6ef5;
}
.light-mode .btn-indigo6 {
  background-color: #4c6ef5;
  transition: all 0.3s ease;
}
.light-mode .btn-indigo6:disabled {
  background-color: #dde3fd !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-indigo6:not(:disabled):focus {
  background-color: #0a2db7 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-indigo6:not(:disabled):hover {
  background-color: #0c33cf !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-indigo6 {
  color: #4c6ef5 !important;
}
.light-mode .bg-indigo7 {
  background-color: #4263eb;
}
.light-mode .border-indigo7 {
  border-color: #4263eb;
}
.light-mode .btn-indigo7 {
  background-color: #4263eb;
  transition: all 0.3s ease;
}
.light-mode .btn-indigo7:disabled {
  background-color: #ccd5fa !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-indigo7:not(:disabled):focus {
  background-color: #112c9d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-indigo7:not(:disabled):hover {
  background-color: #1332b4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-indigo7 {
  color: #4263eb !important;
}
.light-mode .bg-indigo8 {
  background-color: #3b5bdb;
}
.light-mode .border-indigo8 {
  border-color: #3b5bdb;
}
.light-mode .btn-indigo8 {
  background-color: #3b5bdb;
  transition: all 0.3s ease;
}
.light-mode .btn-indigo8:disabled {
  background-color: #bcc7f3 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-indigo8:not(:disabled):focus {
  background-color: #172c7f !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-indigo8:not(:disabled):hover {
  background-color: #1b3495 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-indigo8 {
  color: #3b5bdb !important;
}
.light-mode .bg-indigo9 {
  background-color: #364fc7;
}
.light-mode .border-indigo9 {
  border-color: #364fc7;
}
.light-mode .btn-indigo9 {
  background-color: #364fc7;
  transition: all 0.3s ease;
}
.light-mode .btn-indigo9:disabled {
  background-color: #adb7e9 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-indigo9:not(:disabled):focus {
  background-color: #1b2763 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-indigo9:not(:disabled):hover {
  background-color: #202f77 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-indigo9 {
  color: #364fc7 !important;
}
.light-mode .bg-lime0 {
  background-color: #f4fce3;
}
.light-mode .border-lime0 {
  border-color: #f4fce3;
}
.light-mode .btn-lime0 {
  background-color: #f4fce3;
  transition: all 0.3s ease;
}
.light-mode .btn-lime0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-lime0:not(:disabled):focus {
  background-color: #c7f070 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-lime0:not(:disabled):hover {
  background-color: #d0f287 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-lime0 {
  color: #f4fce3 !important;
}
.light-mode .bg-lime1 {
  background-color: #e9fac8;
}
.light-mode .border-lime1 {
  border-color: #e9fac8;
}
.light-mode .btn-lime1 {
  background-color: #e9fac8;
  transition: all 0.3s ease;
}
.light-mode .btn-lime1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-lime1:not(:disabled):focus {
  background-color: #baef53 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-lime1:not(:disabled):hover {
  background-color: #c4f26b !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-lime1 {
  color: #e9fac8 !important;
}
.light-mode .bg-lime2 {
  background-color: #d8f5a2;
}
.light-mode .border-lime2 {
  border-color: #d8f5a2;
}
.light-mode .btn-lime2 {
  background-color: #d8f5a2;
  transition: all 0.3s ease;
}
.light-mode .btn-lime2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-lime2:not(:disabled):focus {
  background-color: #a8e92f !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-lime2:not(:disabled):hover {
  background-color: #b1eb46 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-lime2 {
  color: #d8f5a2 !important;
}
.light-mode .bg-lime3 {
  background-color: #c0eb75;
}
.light-mode .border-lime3 {
  border-color: #c0eb75;
}
.light-mode .btn-lime3 {
  background-color: #c0eb75;
  transition: all 0.3s ease;
}
.light-mode .btn-lime3:disabled {
  background-color: #fdfefb !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-lime3:not(:disabled):focus {
  background-color: #87c41c !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-lime3:not(:disabled):hover {
  background-color: #96da20 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-lime3 {
  color: #c0eb75 !important;
}
.light-mode .bg-lime4 {
  background-color: #a9e34b;
}
.light-mode .border-lime4 {
  border-color: #a9e34b;
}
.light-mode .btn-lime4 {
  background-color: #a9e34b;
  transition: all 0.3s ease;
}
.light-mode .btn-lime4:disabled {
  background-color: #e8f8cf !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-lime4:not(:disabled):focus {
  background-color: #669717 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-lime4:not(:disabled):hover {
  background-color: #75ad1b !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-lime4 {
  color: #a9e34b !important;
}
.light-mode .bg-lime5 {
  background-color: #94d82d;
}
.light-mode .border-lime5 {
  border-color: #94d82d;
}
.light-mode .btn-lime5 {
  background-color: #94d82d;
  transition: all 0.3s ease;
}
.light-mode .btn-lime5:disabled {
  background-color: #d6f0ae !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-lime5:not(:disabled):focus {
  background-color: #4c7115 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-lime5:not(:disabled):hover {
  background-color: #5b8619 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-lime5 {
  color: #94d82d !important;
}
.light-mode .bg-lime6 {
  background-color: #82c91e;
}
.light-mode .border-lime6 {
  border-color: #82c91e;
}
.light-mode .btn-lime6 {
  background-color: #82c91e;
  transition: all 0.3s ease;
}
.light-mode .btn-lime6:disabled {
  background-color: #c8ef91 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-lime6:not(:disabled):focus {
  background-color: #3a5a0d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-lime6:not(:disabled):hover {
  background-color: #497011 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-lime6 {
  color: #82c91e !important;
}
.light-mode .bg-lime7 {
  background-color: #74b816;
}
.light-mode .border-lime7 {
  border-color: #74b816;
}
.light-mode .btn-lime7 {
  background-color: #74b816;
  transition: all 0.3s ease;
}
.light-mode .btn-lime7:disabled {
  background-color: #bdef78 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-lime7:not(:disabled):focus {
  background-color: #2c4608 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-lime7:not(:disabled):hover {
  background-color: #3b5d0b !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-lime7 {
  color: #74b816 !important;
}
.light-mode .bg-lime8 {
  background-color: #66a80f;
}
.light-mode .border-lime8 {
  border-color: #66a80f;
}
.light-mode .btn-lime8 {
  background-color: #66a80f;
  transition: all 0.3s ease;
}
.light-mode .btn-lime8:disabled {
  background-color: #b2f15f !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-lime8:not(:disabled):focus {
  background-color: #1f3305 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-lime8:not(:disabled):hover {
  background-color: #2d4a07 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-lime8 {
  color: #66a80f !important;
}
.light-mode .bg-lime9 {
  background-color: #5c940d;
}
.light-mode .border-lime9 {
  border-color: #5c940d;
}
.light-mode .btn-lime9 {
  background-color: #5c940d;
  transition: all 0.3s ease;
}
.light-mode .btn-lime9:disabled {
  background-color: #abef4b !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-lime9:not(:disabled):focus {
  background-color: #131f03 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-lime9:not(:disabled):hover {
  background-color: #223605 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-lime9 {
  color: #5c940d !important;
}
.light-mode .bg-orange0 {
  background-color: #fff4e6;
}
.light-mode .border-orange0 {
  border-color: #fff4e6;
}
.light-mode .btn-orange0 {
  background-color: #fff4e6;
  transition: all 0.3s ease;
}
.light-mode .btn-orange0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-orange0:not(:disabled):focus {
  background-color: #ffbc67 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-orange0:not(:disabled):hover {
  background-color: #ffc780 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-orange0 {
  color: #fff4e6 !important;
}
.light-mode .bg-orange1 {
  background-color: #ffe8cc;
}
.light-mode .border-orange1 {
  border-color: #ffe8cc;
}
.light-mode .btn-orange1 {
  background-color: #ffe8cc;
  transition: all 0.3s ease;
}
.light-mode .btn-orange1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-orange1:not(:disabled):focus {
  background-color: #ffaf4d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-orange1:not(:disabled):hover {
  background-color: #ffba66 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-orange1 {
  color: #ffe8cc !important;
}
.light-mode .bg-orange2 {
  background-color: #ffd8a8;
}
.light-mode .border-orange2 {
  border-color: #ffd8a8;
}
.light-mode .btn-orange2 {
  background-color: #ffd8a8;
  transition: all 0.3s ease;
}
.light-mode .btn-orange2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-orange2:not(:disabled):focus {
  background-color: #ff9f29 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-orange2:not(:disabled):hover {
  background-color: #ffaa42 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-orange2 {
  color: #ffd8a8 !important;
}
.light-mode .bg-orange3 {
  background-color: #ffc078;
}
.light-mode .border-orange3 {
  border-color: #ffc078;
}
.light-mode .btn-orange3 {
  background-color: #ffc078;
  transition: all 0.3s ease;
}
.light-mode .btn-orange3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-orange3:not(:disabled):focus {
  background-color: #f88400 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-orange3:not(:disabled):hover {
  background-color: #ff9012 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-orange3 {
  color: #ffc078 !important;
}
.light-mode .bg-orange4 {
  background-color: #ffa94d;
}
.light-mode .border-orange4 {
  border-color: #ffa94d;
}
.light-mode .btn-orange4 {
  background-color: #ffa94d;
  transition: all 0.3s ease;
}
.light-mode .btn-orange4:disabled {
  background-color: #fff3e6 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-orange4:not(:disabled):focus {
  background-color: #cd6a00 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-orange4:not(:disabled):hover {
  background-color: #e67700 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-orange4 {
  color: #ffa94d !important;
}
.light-mode .bg-orange5 {
  background-color: #ff922b;
}
.light-mode .border-orange5 {
  border-color: #ff922b;
}
.light-mode .btn-orange5 {
  background-color: #ff922b;
  transition: all 0.3s ease;
}
.light-mode .btn-orange5:disabled {
  background-color: #ffe1c4 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-orange5:not(:disabled):focus {
  background-color: #ab5300 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-orange5:not(:disabled):hover {
  background-color: #c45f00 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-orange5 {
  color: #ff922b !important;
}
.light-mode .bg-orange6 {
  background-color: #fd7e14;
}
.light-mode .border-orange6 {
  border-color: #fd7e14;
}
.light-mode .btn-orange6 {
  background-color: #fd7e14;
  transition: all 0.3s ease;
}
.light-mode .btn-orange6:disabled {
  background-color: #fed1ac !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-orange6:not(:disabled):focus {
  background-color: #904201 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-orange6:not(:disabled):hover {
  background-color: #aa4e01 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-orange6 {
  color: #fd7e14 !important;
}
.light-mode .bg-orange7 {
  background-color: #f76707;
}
.light-mode .border-orange7 {
  border-color: #f76707;
}
.light-mode .btn-orange7 {
  background-color: #f76707;
  transition: all 0.3s ease;
}
.light-mode .btn-orange7:disabled {
  background-color: #fcc29b !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-orange7:not(:disabled):focus {
  background-color: #7b3303 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-orange7:not(:disabled):hover {
  background-color: #943e04 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-orange7 {
  color: #f76707 !important;
}
.light-mode .bg-orange8 {
  background-color: #e8590c;
}
.light-mode .border-orange8 {
  border-color: #e8590c;
}
.light-mode .btn-orange8 {
  background-color: #e8590c;
  transition: all 0.3s ease;
}
.light-mode .btn-orange8:disabled {
  background-color: #f9b794 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-orange8:not(:disabled):focus {
  background-color: #6f2a06 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-orange8:not(:disabled):hover {
  background-color: #873407 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-orange8 {
  color: #e8590c !important;
}
.light-mode .bg-orange9 {
  background-color: #d9480f;
}
.light-mode .border-orange9 {
  border-color: #d9480f;
}
.light-mode .btn-orange9 {
  background-color: #d9480f;
  transition: all 0.3s ease;
}
.light-mode .btn-orange9:disabled {
  background-color: #f7a98a !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-orange9:not(:disabled):focus {
  background-color: #622007 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-orange9:not(:disabled):hover {
  background-color: #7a2808 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-orange9 {
  color: #d9480f !important;
}
.light-mode .bg-pink0 {
  background-color: #fff0f6;
}
.light-mode .border-pink0 {
  border-color: #fff0f6;
}
.light-mode .btn-pink0 {
  background-color: #fff0f6;
  transition: all 0.3s ease;
}
.light-mode .btn-pink0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-pink0:not(:disabled):focus {
  background-color: #ff71aa !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-pink0:not(:disabled):hover {
  background-color: #ff8ab9 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-pink0 {
  color: #fff0f6 !important;
}
.light-mode .bg-pink1 {
  background-color: #ffdeeb;
}
.light-mode .border-pink1 {
  border-color: #ffdeeb;
}
.light-mode .btn-pink1 {
  background-color: #ffdeeb;
  transition: all 0.3s ease;
}
.light-mode .btn-pink1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-pink1:not(:disabled):focus {
  background-color: #ff5f9e !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-pink1:not(:disabled):hover {
  background-color: #ff78ad !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-pink1 {
  color: #ffdeeb !important;
}
.light-mode .bg-pink2 {
  background-color: #fcc2d7;
}
.light-mode .border-pink2 {
  border-color: #fcc2d7;
}
.light-mode .btn-pink2 {
  background-color: #fcc2d7;
  transition: all 0.3s ease;
}
.light-mode .btn-pink2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-pink2:not(:disabled):focus {
  background-color: #f64887 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-pink2:not(:disabled):hover {
  background-color: #f76197 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-pink2 {
  color: #fcc2d7 !important;
}
.light-mode .bg-pink3 {
  background-color: #faa2c1;
}
.light-mode .border-pink3 {
  border-color: #faa2c1;
}
.light-mode .btn-pink3 {
  background-color: #faa2c1;
  transition: all 0.3s ease;
}
.light-mode .btn-pink3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-pink3:not(:disabled):focus {
  background-color: #f32970 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-pink3:not(:disabled):hover {
  background-color: #f54180 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-pink3 {
  color: #faa2c1 !important;
}
.light-mode .bg-pink4 {
  background-color: #f783ac;
}
.light-mode .border-pink4 {
  border-color: #f783ac;
}
.light-mode .btn-pink4 {
  background-color: #f783ac;
  transition: all 0.3s ease;
}
.light-mode .btn-pink4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-pink4:not(:disabled):focus {
  background-color: #eb0f5d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-pink4:not(:disabled):hover {
  background-color: #f1236c !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-pink4 {
  color: #f783ac !important;
}
.light-mode .bg-pink5 {
  background-color: #f06595;
}
.light-mode .border-pink5 {
  border-color: #f06595;
}
.light-mode .btn-pink5 {
  background-color: #f06595;
  transition: all 0.3s ease;
}
.light-mode .btn-pink5:disabled {
  background-color: #fef0f5 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-pink5:not(:disabled):focus {
  background-color: #c31350 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-pink5:not(:disabled):hover {
  background-color: #da1559 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-pink5 {
  color: #f06595 !important;
}
.light-mode .bg-pink6 {
  background-color: #e64980;
}
.light-mode .border-pink6 {
  border-color: #e64980;
}
.light-mode .btn-pink6 {
  background-color: #e64980;
  transition: all 0.3s ease;
}
.light-mode .btn-pink6:disabled {
  background-color: #f8d0de !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-pink6:not(:disabled):focus {
  background-color: #9a1544 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-pink6:not(:disabled):hover {
  background-color: #b1184e !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-pink6 {
  color: #e64980 !important;
}
.light-mode .bg-pink7 {
  background-color: #d6336c;
}
.light-mode .border-pink7 {
  border-color: #d6336c;
}
.light-mode .btn-pink7 {
  background-color: #d6336c;
  transition: all 0.3s ease;
}
.light-mode .btn-pink7:disabled {
  background-color: #f0b2c8 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-pink7:not(:disabled):focus {
  background-color: #721737 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-pink7:not(:disabled):hover {
  background-color: #881b41 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-pink7 {
  color: #d6336c !important;
}
.light-mode .bg-pink8 {
  background-color: #c2255c;
}
.light-mode .border-pink8 {
  border-color: #c2255c;
}
.light-mode .btn-pink8 {
  background-color: #c2255c;
  transition: all 0.3s ease;
}
.light-mode .btn-pink8:disabled {
  background-color: #eb95b3 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-pink8:not(:disabled):focus {
  background-color: #571129 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-pink8:not(:disabled):hover {
  background-color: #6c1533 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-pink8 {
  color: #c2255c !important;
}
.light-mode .bg-pink9 {
  background-color: #a61e4d;
}
.light-mode .border-pink9 {
  border-color: #a61e4d;
}
.light-mode .btn-pink9 {
  background-color: #a61e4d;
  transition: all 0.3s ease;
}
.light-mode .btn-pink9:disabled {
  background-color: #e6779d !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-pink9:not(:disabled):focus {
  background-color: #3a0a1b !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-pink9:not(:disabled):hover {
  background-color: #500e25 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-pink9 {
  color: #a61e4d !important;
}
.light-mode .bg-red0 {
  background-color: #fff5f5;
}
.light-mode .border-red0 {
  border-color: #fff5f5;
}
.light-mode .btn-red0 {
  background-color: #fff5f5;
  transition: all 0.3s ease;
}
.light-mode .btn-red0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-red0:not(:disabled):focus {
  background-color: #ff7676 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-red0:not(:disabled):hover {
  background-color: #ff8f8f !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-red0 {
  color: #fff5f5 !important;
}
.light-mode .bg-red1 {
  background-color: #ffe3e3;
}
.light-mode .border-red1 {
  border-color: #ffe3e3;
}
.light-mode .btn-red1 {
  background-color: #ffe3e3;
  transition: all 0.3s ease;
}
.light-mode .btn-red1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-red1:not(:disabled):focus {
  background-color: #ff6464 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-red1:not(:disabled):hover {
  background-color: #ff7d7d !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-red1 {
  color: #ffe3e3 !important;
}
.light-mode .bg-red2 {
  background-color: #ffc9c9;
}
.light-mode .border-red2 {
  border-color: #ffc9c9;
}
.light-mode .btn-red2 {
  background-color: #ffc9c9;
  transition: all 0.3s ease;
}
.light-mode .btn-red2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-red2:not(:disabled):focus {
  background-color: #ff4a4a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-red2:not(:disabled):hover {
  background-color: #ff6363 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-red2 {
  color: #ffc9c9 !important;
}
.light-mode .bg-red3 {
  background-color: #ffa8a8;
}
.light-mode .border-red3 {
  border-color: #ffa8a8;
}
.light-mode .btn-red3 {
  background-color: #ffa8a8;
  transition: all 0.3s ease;
}
.light-mode .btn-red3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-red3:not(:disabled):focus {
  background-color: #ff2929 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-red3:not(:disabled):hover {
  background-color: #ff4242 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-red3 {
  color: #ffa8a8 !important;
}
.light-mode .bg-red4 {
  background-color: #ff8787;
}
.light-mode .border-red4 {
  border-color: #ff8787;
}
.light-mode .btn-red4 {
  background-color: #ff8787;
  transition: all 0.3s ease;
}
.light-mode .btn-red4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-red4:not(:disabled):focus {
  background-color: #ff0808 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-red4:not(:disabled):hover {
  background-color: #ff2121 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-red4 {
  color: #ff8787 !important;
}
.light-mode .bg-red5 {
  background-color: #ff6b6b;
}
.light-mode .border-red5 {
  border-color: #ff6b6b;
}
.light-mode .btn-red5 {
  background-color: #ff6b6b;
  transition: all 0.3s ease;
}
.light-mode .btn-red5:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-red5:not(:disabled):focus {
  background-color: #eb0000 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-red5:not(:disabled):hover {
  background-color: #ff0505 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-red5 {
  color: #ff6b6b !important;
}
.light-mode .bg-red6 {
  background-color: #fa5252;
}
.light-mode .border-red6 {
  border-color: #fa5252;
}
.light-mode .btn-red6 {
  background-color: #fa5252;
  transition: all 0.3s ease;
}
.light-mode .btn-red6:disabled {
  background-color: #fee7e7 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-red6:not(:disabled):focus {
  background-color: #c70606 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-red6:not(:disabled):hover {
  background-color: #e00606 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-red6 {
  color: #fa5252 !important;
}
.light-mode .bg-red7 {
  background-color: #f03e3e;
}
.light-mode .border-red7 {
  border-color: #f03e3e;
}
.light-mode .btn-red7 {
  background-color: #f03e3e;
  transition: all 0.3s ease;
}
.light-mode .btn-red7:disabled {
  background-color: #fbcccc !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-red7:not(:disabled):focus {
  background-color: #a20d0d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-red7:not(:disabled):hover {
  background-color: #ba0e0e !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-red7 {
  color: #f03e3e !important;
}
.light-mode .bg-red8 {
  background-color: #e03131;
}
.light-mode .border-red8 {
  border-color: #e03131;
}
.light-mode .btn-red8 {
  background-color: #e03131;
  transition: all 0.3s ease;
}
.light-mode .btn-red8:disabled {
  background-color: #f4b6b6 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-red8:not(:disabled):focus {
  background-color: #7e1313 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-red8:not(:disabled):hover {
  background-color: #951616 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-red8 {
  color: #e03131 !important;
}
.light-mode .bg-red9 {
  background-color: #c92a2a;
}
.light-mode .border-red9 {
  border-color: #c92a2a;
}
.light-mode .btn-red9 {
  background-color: #c92a2a;
  transition: all 0.3s ease;
}
.light-mode .btn-red9:disabled {
  background-color: #eba1a1 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-red9:not(:disabled):focus {
  background-color: #601414 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-red9:not(:disabled):hover {
  background-color: #751818 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-red9 {
  color: #c92a2a !important;
}
.light-mode .bg-teal0 {
  background-color: #e6fcf5;
}
.light-mode .border-teal0 {
  border-color: #e6fcf5;
}
.light-mode .btn-teal0 {
  background-color: #e6fcf5;
  transition: all 0.3s ease;
}
.light-mode .btn-teal0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-teal0:not(:disabled):focus {
  background-color: #74eec7 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-teal0:not(:disabled):hover {
  background-color: #8bf1d1 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-teal0 {
  color: #e6fcf5 !important;
}
.light-mode .bg-teal1 {
  background-color: #c3fae8;
}
.light-mode .border-teal1 {
  border-color: #c3fae8;
}
.light-mode .btn-teal1 {
  background-color: #c3fae8;
  transition: all 0.3s ease;
}
.light-mode .btn-teal1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-teal1:not(:disabled):focus {
  background-color: #4df0bb !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-teal1:not(:disabled):hover {
  background-color: #65f2c4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-teal1 {
  color: #c3fae8 !important;
}
.light-mode .bg-teal2 {
  background-color: #96f2d7;
}
.light-mode .border-teal2 {
  border-color: #96f2d7;
}
.light-mode .btn-teal2 {
  background-color: #96f2d7;
  transition: all 0.3s ease;
}
.light-mode .btn-teal2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-teal2:not(:disabled):focus {
  background-color: #25e4ac !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-teal2:not(:disabled):hover {
  background-color: #3be7b4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-teal2 {
  color: #96f2d7 !important;
}
.light-mode .bg-teal3 {
  background-color: #63e6be;
}
.light-mode .border-teal3 {
  border-color: #63e6be;
}
.light-mode .btn-teal3 {
  background-color: #63e6be;
  transition: all 0.3s ease;
}
.light-mode .btn-teal3:disabled {
  background-color: #e7fbf5 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-teal3:not(:disabled):focus {
  background-color: #1cae81 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-teal3:not(:disabled):hover {
  background-color: #1fc491 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-teal3 {
  color: #63e6be !important;
}
.light-mode .bg-teal4 {
  background-color: #38d9a9;
}
.light-mode .border-teal4 {
  border-color: #38d9a9;
}
.light-mode .btn-teal4 {
  background-color: #38d9a9;
  transition: all 0.3s ease;
}
.light-mode .btn-teal4:disabled {
  background-color: #b8f2e1 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-teal4:not(:disabled):focus {
  background-color: #177a5d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-teal4:not(:disabled):hover {
  background-color: #1b906d !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-teal4 {
  color: #38d9a9 !important;
}
.light-mode .bg-teal5 {
  background-color: #20c997;
}
.light-mode .border-teal5 {
  border-color: #20c997;
}
.light-mode .btn-teal5 {
  background-color: #20c997;
  transition: all 0.3s ease;
}
.light-mode .btn-teal5:disabled {
  background-color: #94eed3 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-teal5:not(:disabled):focus {
  background-color: #0e5b44 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-teal5:not(:disabled):hover {
  background-color: #127155 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-teal5 {
  color: #20c997 !important;
}
.light-mode .bg-teal6 {
  background-color: #12b886;
}
.light-mode .border-teal6 {
  border-color: #12b886;
}
.light-mode .btn-teal6 {
  background-color: #12b886;
  transition: all 0.3s ease;
}
.light-mode .btn-teal6:disabled {
  background-color: #72f1cb !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-teal6:not(:disabled):focus {
  background-color: #074431 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-teal6:not(:disabled):hover {
  background-color: #095b42 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-teal6 {
  color: #12b886 !important;
}
.light-mode .bg-teal7 {
  background-color: #0ca678;
}
.light-mode .border-teal7 {
  border-color: #0ca678;
}
.light-mode .btn-teal7 {
  background-color: #0ca678;
  transition: all 0.3s ease;
}
.light-mode .btn-teal7:disabled {
  background-color: #58f3c5 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-teal7:not(:disabled):focus {
  background-color: #032f22 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-teal7:not(:disabled):hover {
  background-color: #054733 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-teal7 {
  color: #0ca678 !important;
}
.light-mode .bg-teal8 {
  background-color: #099268;
}
.light-mode .border-teal8 {
  border-color: #099268;
}
.light-mode .btn-teal8 {
  background-color: #099268;
  transition: all 0.3s ease;
}
.light-mode .btn-teal8:disabled {
  background-color: #41f3bd !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-teal8:not(:disabled):focus {
  background-color: #021a12 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-teal8:not(:disabled):hover {
  background-color: #033224 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-teal8 {
  color: #099268 !important;
}
.light-mode .bg-teal9 {
  background-color: #087f5b;
}
.light-mode .border-teal9 {
  border-color: #087f5b;
}
.light-mode .btn-teal9 {
  background-color: #087f5b;
  transition: all 0.3s ease;
}
.light-mode .btn-teal9:disabled {
  background-color: #2ef2b7 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-teal9:not(:disabled):focus {
  background-color: #000705 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-teal9:not(:disabled):hover {
  background-color: #021f16 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-teal9 {
  color: #087f5b !important;
}
.light-mode .bg-violet0 {
  background-color: #f3f0ff;
}
.light-mode .border-violet0 {
  border-color: #f3f0ff;
}
.light-mode .btn-violet0 {
  background-color: #f3f0ff;
  transition: all 0.3s ease;
}
.light-mode .btn-violet0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-violet0:not(:disabled):focus {
  background-color: #8d71ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-violet0:not(:disabled):hover {
  background-color: #a18aff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-violet0 {
  color: #f3f0ff !important;
}
.light-mode .bg-violet1 {
  background-color: #e5dbff;
}
.light-mode .border-violet1 {
  border-color: #e5dbff;
}
.light-mode .btn-violet1 {
  background-color: #e5dbff;
  transition: all 0.3s ease;
}
.light-mode .btn-violet1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-violet1:not(:disabled):focus {
  background-color: #895cff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-violet1:not(:disabled):hover {
  background-color: #9b75ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-violet1 {
  color: #e5dbff !important;
}
.light-mode .bg-violet2 {
  background-color: #d0bfff;
}
.light-mode .border-violet2 {
  border-color: #d0bfff;
}
.light-mode .btn-violet2 {
  background-color: #d0bfff;
  transition: all 0.3s ease;
}
.light-mode .btn-violet2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-violet2:not(:disabled):focus {
  background-color: #7240ff !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-violet2:not(:disabled):hover {
  background-color: #8559ff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-violet2 {
  color: #d0bfff !important;
}
.light-mode .bg-violet3 {
  background-color: #b197fc;
}
.light-mode .border-violet3 {
  border-color: #b197fc;
}
.light-mode .btn-violet3 {
  background-color: #b197fc;
  transition: all 0.3s ease;
}
.light-mode .btn-violet3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-violet3:not(:disabled):focus {
  background-color: #541bf8 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-violet3:not(:disabled):hover {
  background-color: #6734f9 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-violet3 {
  color: #b197fc !important;
}
.light-mode .bg-violet4 {
  background-color: #9775fa;
}
.light-mode .border-violet4 {
  border-color: #9775fa;
}
.light-mode .btn-violet4 {
  background-color: #9775fa;
  transition: all 0.3s ease;
}
.light-mode .btn-violet4:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-violet4:not(:disabled):focus {
  background-color: #4108e7 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-violet4:not(:disabled):hover {
  background-color: #4d13f6 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-violet4 {
  color: #9775fa !important;
}
.light-mode .bg-violet5 {
  background-color: #845ef7;
}
.light-mode .border-violet5 {
  border-color: #845ef7;
}
.light-mode .btn-violet5 {
  background-color: #845ef7;
  transition: all 0.3s ease;
}
.light-mode .btn-violet5:disabled {
  background-color: #f3f0fe !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-violet5:not(:disabled):focus {
  background-color: #3a0acb !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-violet5:not(:disabled):hover {
  background-color: #410be4 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-violet5 {
  color: #845ef7 !important;
}
.light-mode .bg-violet6 {
  background-color: #7950f2;
}
.light-mode .border-violet6 {
  border-color: #7950f2;
}
.light-mode .btn-violet6 {
  background-color: #7950f2;
  transition: all 0.3s ease;
}
.light-mode .btn-violet6:disabled {
  background-color: #e6defd !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-violet6:not(:disabled):focus {
  background-color: #380db5 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-violet6:not(:disabled):hover {
  background-color: #3f0fcd !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-violet6 {
  color: #7950f2 !important;
}
.light-mode .bg-violet7 {
  background-color: #7048e8;
}
.light-mode .border-violet7 {
  border-color: #7048e8;
}
.light-mode .btn-violet7 {
  background-color: #7048e8;
  transition: all 0.3s ease;
}
.light-mode .btn-violet7:disabled {
  background-color: #dad0f9 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-violet7:not(:disabled):focus {
  background-color: #36149d !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-violet7:not(:disabled):hover {
  background-color: #3e17b3 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-violet7 {
  color: #7048e8 !important;
}
.light-mode .bg-violet8 {
  background-color: #6741d9;
}
.light-mode .border-violet8 {
  border-color: #6741d9;
}
.light-mode .btn-violet8 {
  background-color: #6741d9;
  transition: all 0.3s ease;
}
.light-mode .btn-violet8:disabled {
  background-color: #cdc1f3 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-violet8:not(:disabled):focus {
  background-color: #341a81 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-violet8:not(:disabled):hover {
  background-color: #3c1e96 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-violet8 {
  color: #6741d9 !important;
}
.light-mode .bg-violet9 {
  background-color: #5f3dc4;
}
.light-mode .border-violet9 {
  border-color: #5f3dc4;
}
.light-mode .btn-violet9 {
  background-color: #5f3dc4;
  transition: all 0.3s ease;
}
.light-mode .btn-violet9:disabled {
  background-color: #c0b2e8 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-violet9:not(:disabled):focus {
  background-color: #301e63 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-violet9:not(:disabled):hover {
  background-color: #392477 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-violet9 {
  color: #5f3dc4 !important;
}
.light-mode .bg-yellow0 {
  background-color: #fff9db;
}
.light-mode .border-yellow0 {
  border-color: #fff9db;
}
.light-mode .btn-yellow0 {
  background-color: #fff9db;
  transition: all 0.3s ease;
}
.light-mode .btn-yellow0:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-yellow0:not(:disabled):focus {
  background-color: #ffe45c !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-yellow0:not(:disabled):hover {
  background-color: #ffe875 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-yellow0 {
  color: #fff9db !important;
}
.light-mode .bg-yellow1 {
  background-color: #fff3bf;
}
.light-mode .border-yellow1 {
  border-color: #fff3bf;
}
.light-mode .btn-yellow1 {
  background-color: #fff3bf;
  transition: all 0.3s ease;
}
.light-mode .btn-yellow1:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-yellow1:not(:disabled):focus {
  background-color: #ffdb40 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-yellow1:not(:disabled):hover {
  background-color: #ffe059 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-yellow1 {
  color: #fff3bf !important;
}
.light-mode .bg-yellow2 {
  background-color: #ffec99;
}
.light-mode .border-yellow2 {
  border-color: #ffec99;
}
.light-mode .btn-yellow2 {
  background-color: #ffec99;
  transition: all 0.3s ease;
}
.light-mode .btn-yellow2:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-yellow2:not(:disabled):focus {
  background-color: #ffd41a !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-yellow2:not(:disabled):hover {
  background-color: #ffd933 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-yellow2 {
  color: #ffec99 !important;
}
.light-mode .bg-yellow3 {
  background-color: #ffe066;
}
.light-mode .border-yellow3 {
  border-color: #ffe066;
}
.light-mode .btn-yellow3 {
  background-color: #ffe066;
  transition: all 0.3s ease;
}
.light-mode .btn-yellow3:disabled {
  background-color: white !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-yellow3:not(:disabled):focus {
  background-color: #e6b700 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-yellow3:not(:disabled):hover {
  background-color: #ffcb00 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-yellow3 {
  color: #ffe066 !important;
}
.light-mode .bg-yellow4 {
  background-color: #ffd43b;
}
.light-mode .border-yellow4 {
  border-color: #ffd43b;
}
.light-mode .btn-yellow4 {
  background-color: #ffd43b;
  transition: all 0.3s ease;
}
.light-mode .btn-yellow4:disabled {
  background-color: #fff6d4 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-yellow4:not(:disabled):focus {
  background-color: #bb9200 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-yellow4:not(:disabled):hover {
  background-color: #d4a500 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-yellow4 {
  color: #ffd43b !important;
}
.light-mode .bg-yellow5 {
  background-color: #fcc419;
}
.light-mode .border-yellow5 {
  border-color: #fcc419;
}
.light-mode .btn-yellow5 {
  background-color: #fcc419;
  transition: all 0.3s ease;
}
.light-mode .btn-yellow5:disabled {
  background-color: #feebb0 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-yellow5:not(:disabled):focus {
  background-color: #947002 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-yellow5:not(:disabled):hover {
  background-color: #ad8302 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-yellow5 {
  color: #fcc419 !important;
}
.light-mode .bg-yellow6 {
  background-color: #fab005;
}
.light-mode .border-yellow6 {
  border-color: #fab005;
}
.light-mode .btn-yellow6 {
  background-color: #fab005;
  transition: all 0.3s ease;
}
.light-mode .btn-yellow6:disabled {
  background-color: #fddf9b !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-yellow6:not(:disabled):focus {
  background-color: #7d5803 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-yellow6:not(:disabled):hover {
  background-color: #966a03 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-yellow6 {
  color: #fab005 !important;
}
.light-mode .bg-yellow7 {
  background-color: #f59f00;
}
.light-mode .border-yellow7 {
  border-color: #f59f00;
}
.light-mode .btn-yellow7 {
  background-color: #f59f00;
  transition: all 0.3s ease;
}
.light-mode .btn-yellow7:disabled {
  background-color: #ffd88f !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-yellow7:not(:disabled):focus {
  background-color: #764c00 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-yellow7:not(:disabled):hover {
  background-color: #8f5d00 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-yellow7 {
  color: #f59f00 !important;
}
.light-mode .bg-yellow8 {
  background-color: #f08c00;
}
.light-mode .border-yellow8 {
  border-color: #f08c00;
}
.light-mode .btn-yellow8 {
  background-color: #f08c00;
  transition: all 0.3s ease;
}
.light-mode .btn-yellow8:disabled {
  background-color: #ffce8a !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-yellow8:not(:disabled):focus {
  background-color: #714200 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-yellow8:not(:disabled):hover {
  background-color: #8a5100 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-yellow8 {
  color: #f08c00 !important;
}
.light-mode .bg-yellow9 {
  background-color: #e67700;
}
.light-mode .border-yellow9 {
  border-color: #e67700;
}
.light-mode .btn-yellow9 {
  background-color: #e67700;
  transition: all 0.3s ease;
}
.light-mode .btn-yellow9:disabled {
  background-color: #ffc280 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-yellow9:not(:disabled):focus {
  background-color: #673500 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-yellow9:not(:disabled):hover {
  background-color: #804200 !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-yellow9 {
  color: #e67700 !important;
}
.light-mode .bg-color-main {
  background-color: #8636bb;
}
.light-mode .bg-gradient {
  background: linear-gradient(90deg, #8636bb 20%, #0086cd 100%) !important;
}
.light-mode .bg-none, .light-mode .table {
  --bs-table-bg: transparent;
  background-color: transparent !important;
}
.light-mode .btn-color-main {
  background-color: #8636bb;
  transition: all 0.3s ease;
}
.light-mode .btn-color-main:disabled {
  background-color: #cba5e5 !important;
  cursor: default;
  opacity: 0.7;
}
.light-mode .btn-color-main:not(:disabled):focus {
  background-color: #3f1958 !important;
  color: #fff !important;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-color-main:not(:disabled):hover {
  background-color: #4d1f6c !important;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .btn-border-main {
  border: 1.5px solid #8636bb;
  color: #8636bb;
  transition: all 0.3s ease;
}
.light-mode .btn-border-main:not(:disabled):focus {
  background-color: #8636bb !important;
  color: #fff;
  transform: scale(1.01);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  outline: none;
}
.light-mode .btn-border-main:not(:disabled):hover {
  border: 2px solid #8636bb;
  transform: scale(1.01);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.light-mode .text-color-main {
  color: #8636bb;
}
.light-mode .box-shadow,
.light-mode .hover-box-shadow:hover {
  -moz-box-shadow: 0 2px 10px 0 rgba(140, 109, 202, 0.1);
  -webkit-box-shadow: 0 2px 10px 0 rgba(140, 109, 202, 0.1);
  box-shadow: 0 2px 10px 0 rgba(140, 109, 202, 0.1);
}
.light-mode .form-nav .active {
  background-color: #e5dbff !important;
}
.light-mode input.input-validation-error, .light-mode select.input-validation-error {
  border-color: #e03131 !important;
}
.light-mode input.input-validation-error:focus, .light-mode select.input-validation-error:focus {
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.2509803922) !important;
}
.light-mode .input-validation-error {
  color: #e03131 !important;
}
.light-mode .bg-neutral {
  background-color: #fff;
}
.light-mode .bg-tr:nth-child(odd) {
  background-color: #fff;
}
.light-mode .bg-tr:nth-child(even) {
  background-color: #f8f9fa;
}
.light-mode .dt-container .dt-paging .dt-paging-button {
  color: #212529 !important;
  transition: 0.3s;
}
.light-mode .dt-container .dt-paging .dt-paging-button:hover {
  background: #a5d8ff !important;
  color: #212529 !important;
}
.light-mode .dt-container .dt-paging .dt-paging-button.current {
  background: #339af0 !important;
}

@media (max-width: 991px) {
  .logo img {
    width: 138px;
  }
}
@media (max-width: 400px) {
  .logo img {
    width: 115px;
  }
}
.logo span {
  margin: 44px 0 0 -132px;
}
@media (max-width: 991px) {
  .logo span {
    margin: 40px 0 0 -106px;
  }
}
@media (max-width: 400px) {
  .logo span {
    margin: 32px 0 0 -88px;
  }
}

.box-main {
  width: -moz-available;
  width: -webkit-fill-available;
  width: -moz-fill-available;
  margin-left: 232px;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .box-main {
    margin: 0;
    padding: 0 1.5rem;
  }
}

@media (min-width: 2000px) {
  .container-xxxl {
    width: 72% !important;
  }
}
@media (min-width: 4000px) {
  .container-xxxl {
    width: 50% !important;
  }
}

.container-main-box {
  padding-top: 120px;
  padding-bottom: 32px;
}
@media (max-width: 991px) {
  .container-main-box {
    padding-top: 160px;
  }
}

.container-two-columns4 {
  display: grid;
  grid-template-columns: 6fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 1200px) {
  .container-two-columns4 {
    display: flex;
    flex-direction: column-reverse;
  }
}

/*.th-container-aluno {
    min-width: 324px;
}

.container-aluno {
    display: flex;
    grid-column-gap: $gap8;
    min-width: 312px;

    @media (max-width: 1200px) {
        min-width: inherit;
    }
    // foto
    .container-foto {
        @include border-radius(50%);
        height: 45px;
        min-width: 45px;
        width: 45px;
        overflow: hidden;
        transition: 0.2s;
        cursor: zoom-in;

        &:hover {
            height: 65px;
            min-width: 65px;
            width: 65px;
        }
    }
} 

.container-loading {
    display: flex;
    gap: $gap8;

    .loader {
        @include border-radius(50%);
        border: 4px solid #e9ebff;
        border-top: 4px solid var(--bs-purple);
        height: 20px;
        width: 20px;
        animation: spin 2s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
}



.container-twoColumns {
    display: grid;
    grid-template-columns: 3fr 410px;
    gap: $gap24;

    @media(max-width: 1400px) {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;

        .conselho-classe_right {
            order: 1;
        }

        .conselho-classe_left {
            order: 2;
        }
    }
}

.container-twoColumns2 {
    display: grid;
    grid-template-columns: 240px 3fr;
    gap: $gap24;

    @media(max-width: 1400px) {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; 
    }
}

.container-twoColumns3 {
    display: grid;
    grid-template-columns: 3fr 52px;
    gap: $gap24;

    @media(max-width: 1400px) {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto; 
    }
}



.container-twoColumns5 {
    display: grid;
    grid-template-columns: 6fr 1fr;
    gap: $gap16;

    @media(max-width: 1500px) {
        grid-template-columns: 5fr 1fr;
    }

    @media(max-width: 1200px) {
        display: flex;
        flex-direction: column-reverse; 
    } 
}

.aside-conselho {
    grid-area: aside-conselho;
}

.box-conselho {
    grid-area: box-conselho;
}

.box-paginacao {
    grid-area: box-paginacao;
}

.container-threeColumns {
    display: grid;
    grid-template-columns: 320px 1fr 52px;
    gap: $gap24;
    grid-template-areas:
        "aside-conselho box-conselho box-paginacao";

    @media(max-width: 1756px) {
        grid-template-columns: 1fr 52px;
        grid-template-areas:
            "aside-conselho box-paginacao" "box-conselho box-paginacao";
    }

    @media(max-width: 1300px) {
        gap: $gap16;
        grid-template-columns: 1fr;
        grid-template-areas:
            "box-paginacao" "aside-conselho" "box-conselho";
    }

    @media(max-width: 991px) {
        grid-template-columns: 1fr;
        grid-template-areas:
            "aside-conselho" "box-conselho" "box-paginacao";
    }
}

.main.container-fluid {
    @media(max-width: 991px) {
        padding-left: $gap16 !important;
        padding-right: $gap16 !important;
    }
}

.turma-item {
    @include border-radius(8px);
    flex: 1;
    padding: 12px;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all .5s;
    min-width: 234px;

    @media(max-width: 768px) {
        min-width: inherit;
    }
}

.box-opcoes-filtro {
    display: flex;
    flex-direction: column;

    @media(max-width: 1400px) {
        flex-direction: row;
    }

    @media(max-width: 991px) {
        flex-direction: column;
    }

    button {
        @include border-radius(8px);
        padding: 8px 12px;
        font-size: $rem15;
        min-height: 36px;
        height: 100%;
    }
}

.header-aluno {
    div.bg-gradient {
        height: 72px;
    }

    &-div {
        margin-top: -40px;
    }

    .box-foto-lg {
        margin-left: 16px;

        @media(max-width: 270px) {
            height: 100px;
            width: 100px;
        }

        @media(min-width: 576px) and (max-width: 1400px) {
            display: flex;
            align-items: center;
            margin-top: -32px;
        }
    }

    button.bg-gradient::after {
        @include border-radius(36px);
        content: "Ficha do Aluno";
        background: rgba(0, 0, 0, .1294117647);
        height: 36px;
        width: 140px;
        align-self: center;
        text-align: center;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
}


*/
.barra-progresso {
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  background-color: #f1f3f5;
  height: 10px;
  overflow: hidden;
  position: relative;
  transition: background-color 0.5s ease;
}

.loading {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.loading::after {
  animation: progressBar 8s linear infinite;
  background: #51cf66;
  box-sizing: border-box;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

@keyframes progressBar {
  0% {
    background-color: transparent;
    width: 0;
  }
  25% {
    background-color: #51cf66;
    width: 25%;
  }
  50% {
    background-color: #51cf66;
    width: 50%;
  }
  75% {
    background-color: #51cf66;
    width: 75%;
  }
  100% {
    background-color: #51cf66;
    width: 100%;
  }
}
/*.skeleton-list {
    .skeleton-item {
        @include border-radius-parameters1(8px);
        height: 80px;
    }

    .skeleton-text {
        flex: 1;
    }

    .skeleton-line {
        @include border-radius-parameters1(4px);
        animation: skeleton-loading 1.2s infinite;
        background-color: #e0e0e0;
        height: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .skeleton-line:last-child {
        margin-bottom: 0;
        width: 80%;
    }
}

@keyframes skeleton-loading {
    0% {
        background-color: #e0e0e0;
    }

    50% {
        background-color: #f0f0f0;
    }

    100% {
        background-color: #e0e0e0;
    }
}
*/
html, body, div {
  font-family: "Roboto Flex", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

.ff-exo {
  font-family: "Exo", sans-serif;
}

.ff-poppins {
  font-family: "Poppins", sans-serif;
}

.ff-robotoFlex {
  font-family: "Roboto Flex", sans-serif;
}

.fs-2 {
  font-size: 0.125rem !important;
}

.fs-4 {
  font-size: 0.25rem !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.fs-32 {
  font-size: 2rem !important;
}

.fs-40 {
  font-size: 2.5rem !important;
}

.fs-48 {
  font-size: 3rem !important;
}

.fs-56 {
  font-size: 3.5rem !important;
}

.fs-64 {
  font-size: 4rem !important;
}

.fs-72 {
  font-size: 4.5rem !important;
}

.fs-80 {
  font-size: 5rem !important;
}

.fs-88 {
  font-size: 5.5rem !important;
}

.fs-96 {
  font-size: 6rem !important;
}

.pre-wrap {
  white-space: pre-wrap;
}

.word-break {
  width: 90%;
  word-break: break-word !important;
}

.border-radius0 {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}

.border-radius1 {
  -moz-border-radius: 0.25rem !important;
  -webkit-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important;
}

.border-radius2 {
  -moz-border-radius: 0.5rem !important;
  -webkit-border-radius: 0.5rem !important;
  border-radius: 0.5rem !important;
}

.border-radius3 {
  -moz-border-radius: 1rem !important;
  -webkit-border-radius: 1rem !important;
  border-radius: 1rem !important;
}

.border-radius4 {
  -moz-border-radius: 1.5rem !important;
  -webkit-border-radius: 1.5rem !important;
  border-radius: 1.5rem !important;
}

.border-radius5 {
  -moz-border-radius: 3rem !important;
  -webkit-border-radius: 3rem !important;
  border-radius: 3rem !important;
}

.box-border {
  -moz-border-radius: 1rem !important;
  -webkit-border-radius: 1rem !important;
  border-radius: 1rem !important;
  border: 0.12rem solid;
}
@media (max-width: 270px) {
  .box-border {
    padding: 9px 8px;
  }
}

.box-tag {
  -moz-border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  border-radius: 16px !important;
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 600;
}

.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer;
}

span.field-validation-error,
label.field-validation-error {
  font-size: 0.875rem;
}
span.field-validation-error::before,
label.field-validation-error::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
  transform: translateY(-50%);
}

.i-input {
  align-items: center;
  display: flex;
  height: 100%;
  left: 18px;
  position: absolute;
}

.carregamento-progresso {
  align-items: center;
  border: 8px solid;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  top: 0;
  right: 16px;
  width: 100px;
}

/*.arrow {
    display: inline-block;
    transition: transform 0.3s ease;
}

.rotate-arrow {
    transform: rotate(180deg);
}

.border-right {
    border-right: 1px solid;
}



.box-foto-sm {
    @include border-radius(50%);
    height: 40px;
    width: 40px;
    min-width: 40px;
    min-height: 40px;  
    overflow: hidden;
}

.box-foto-md {
    @include border-radius(50%);
    height: 72px;
    width: 72px;
    min-width: 72px;
    min-height: 72px;
    border: 3px solid #fff;
    overflow: hidden; 
}

.box-foto-lg {
    @include border-radius(50%);
    height: 82px;
    width: 82px;
    border: 3px solid #fff;
    overflow: hidden;

    @media(max-width: 1400px) {
        height: 80px;
        width: 80px;
    }
}

.box-foto-xl2 {
    @include border-radius(50%);
    height: 80px;
    width: 80px;
    border: 3px solid #fff;
    overflow: hidden;
}

.box-icon {
    @include display-flex(center, center, row, $gap4);
    @include border-radius(10px);
    height: 32px;
    width: 32px;
}

.box-icon-small {
    @include display-flex(center, center, row, $gap4);
    @include border-radius(10px);
    height: 14px;
    width: 14px;
}


.box-selecionados .box-selecionados-tag {
    @include border-radius(40px);
    padding: 6px 10px;

    &.bt-delete {
        display: none;
    }

    i {
        transition: 0.3s;
    }
}

.box-paginacao {
    @media(min-width: 992px) {
        background: none !important;
    }

    @media(max-width: 991px) {
        position: fixed;
        bottom: 0;
        left: 0;
        height: 48px;
        z-index: 888;
    }


    div {
        display: flex;
        justify-content: flex-end;

        @media(max-width: 991px) {
            flex-direction: row;
            gap: $rem16;
            padding: 8px 16px;
            width: 100%;
        }
    }
} 

.box-tag.tag-avaliacao {
    @include border-radius(10px);
}

.box-tagCheckbox {
    @include border-radius(24px);
    display: flex;
    justify-content: center;
    gap: $gap8;
    padding: 6px 16px;
    font-size: 15px;

    input {
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        background: #ededed;
        border: 0px;
        margin-left: inherit !important;
    }
}


.gap2 {
    gap: $gap2;
}

.gap32 {
    gap: $gap32;
}

.gap4 {
    gap: $gap4;
}

.gap40 {
    gap: $gap40;
}

.gap48 {
    gap: $gap48;
}

.gap8 {
    gap: $gap8;
}

.gap16 {
    gap: $gap16;
}

.gap24 {
    gap: $gap24;
}

.form {
    @include display-flex(start, normal, column, $gap8);

    .row {
        display: flex;
        grid-row-gap: $gap8;
    }
}

.lista-opcoes {
    min-width: 452px;

    @media(max-width: 1200px) {
        min-width: 300px;
    }

    @media(max-width: 576px) {
        width: 100%;
    }

    .lista-opcoes-container {
        @include border-radius(12.56px);
        display: flex;
        gap: $rem8;
        flex-wrap: wrap;
        align-items: center;
        padding: 8px 16px 8px 8px;
        border: 1px solid;
        cursor: pointer;

        .item-selecionado .lista-radio-texto span {
            @include border-radius(4px);
            padding: 4px 8px;
        }
    }

    .lista-dropdown {
        @include border-radius(12.56px);
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        border: 1px solid;
        z-index: 10;
        display: none;

        .lista-search {
            position: relative;
            padding: 8px;

            input {
                @include border-radius(42px);
                width: 100%;
                padding: 8px 8px 8px 44px;
                border: 1px solid;
            }

            i {
                position: absolute;
                left: 24px;
                top: 20px;
            }
        }

        .lista-dropdown-menu {
            padding: 8px;
            max-height: 200px; 

            li {
                display: flex;
                align-items: center;
                padding: 8px;
                cursor: pointer;

                span {
                    background: none !important;
                }
            }

            .item-selecionado {
                @include border-radius(5px);
                background: $gray200;
                color: $black;
            }
        }
    }
}  

.max-height272 {
    max-height: 272px;
}

.notas {
    .box-notas, .box-nota {
        width: 90px;
        min-width: 90px;
    }

    .nota-atitudinal {
        min-width: 40px;
        overflow: hidden;
        padding: 5px;
        text-align: center;

        @media (max-width: 500px) {
            width: 50px;
        }
    }
}

.scroll-topo {
    @include border-radius(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 12px;
    right: 48px;
    height: 44px;
    width: 44px;
    text-align: center;
    transition: all 0.4s ease;
    z-index: 666;
    overflow: hidden;

    i {
        font-size: $rem16;
        line-height: 40px;
    }

    .barra-progresso {
        position: absolute;
        top: 2px;
        left: 0;
        height: 90%;
        width: 100%;
        transform: rotate(-90deg);
        transform-origin: center;
    }

    .barra-progresso circle {
        stroke-dasharray: 0 126;
        transition: stroke-dasharray 0.25s ease;
    }
} 

.scrollbar {
    cursor: pointer;

    &::-webkit-scrollbar-track {
        @include border-radius(8px);
        height: 3px;
    }

    &::-webkit-scrollbar {
        @include border-radius(8px);
        width: 3px;
        height: 3px;
    }

    &::-webkit-scrollbar-thumb {
        @include border-radius(8px);
        height: 3px;
    }
}

.scrollbar-none {
    &::-webkit-scrollbar {
        height: 0;
        width: 0;
    }

    &::-webkit-scrollbar-thumb {
        background: none;
    }

    &::-webkit-scrollbar-track {
        background: none;
    }
}

.sticky-table {
    left: 0;
    z-index: 2;
}

.table-fixed {
    table-layout: fixed;
} 

.w-100px {
    width: 100px !important;
}

.w-20px {
    @include width(20px);
}

.w-32px {
    @include width(32px);
}

.w-66px {
    @include width(66px);
}

.w-max-content {
    width: max-content;
}

.box-input {
    position: relative;

    i {
        position: absolute;
        left: 16px;
        font-size: 14px;
        line-height: 40.5px;
    }

    .input-search {
        @include border-radius(32px);
        @include width(356px);
        padding: 8px 16px 8px 48px !important;
        font-size: $rem15;
        font-weight: 500;

        @media(max-width: 576px) {
            @include width(100%);
        }
    }
}

.cursor-grabbing {
    cursor: grabbing;
}

.no-select {
    user-select: none;
    -webkit-user-select: none;*/ /* Safari */
/*-moz-user-select: none;*/ /* Firefox */
/*-ms-user-select: none;*/ /* IE10+/Edge */
/*}

.aside-filtro {
    display: flex;

    @media(max-width: 1400px) {
        height: 52px;
        width: 100%;
        padding: 16px !important;
    }

    @media(max-width: 991px) {
        @include border-radius(0);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 888;
    }

    .aside-box-filtro {
        @media(min-width: 992px) and (max-width: 1400px) {
            position: absolute;
            height: 216px;
        }

        @media(max-width: 991px) {
            position: fixed;
            bottom: 0;
            left: 18%;
            padding: 1rem;
            -moz-border-radius: 16px 16px 0 0;
            -webkit-border-radius: 16px 16px 0 0;
            border-radius: 16px 16px 0 0;
            height: 216px;
            width: 60%;
            z-index: 99;
        }

        @media(max-width: 500px) {
            left: 10%;
            width: 80%;
        }

        ul {
            @media(max-width: 1400px) {
                @include border-radius(16px);
                height: 100%;
                overflow-y: scroll;
            }
        }

        .diamond {
            left: 16px !important;
        }
    }


    li {
        @include border-radius(8px);
        cursor: pointer;

        .box-icon-small {
            @include border-radius(5px);
        }
    }

    .form-control {
        @include border-radius(5px);
    }
}

.aside-filtro1 {
    @media(max-width: 991px) {
        @include border-radius(0);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 888;
    }

    .aside-box-filtro1 {
        display: flex;

        @media(max-width: 1200px) {
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            padding: 24px;
            height: 100vh;
            width: 252px;
            z-index: 888;
        }

        .header-aside-filtro {
            display: none;

            @media(max-width: 1200px) {
                display: flex;
            }
        }

        ul li {
            @include border-radius(8px);
        }
    }
}

.nav-border-bottom .active {
    font-weight: 600;
    border-bottom: 2px solid !important;
}

}*/
.header-main {
  box-sizing: border-box;
  height: 76px;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 888;
}
.header-main .box-header-main {
  height: 76px;
  padding: 0 1.5rem;
}
.header-main .btn-menu-bars {
  -moz-border-radius: 42px !important;
  -webkit-border-radius: 42px !important;
  border-radius: 42px !important;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 0;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1490196078);
  border: none;
  box-sizing: border-box;
  height: 36px;
  width: 36px;
}
.header-main .btn-menu-bars i {
  line-height: 20px;
}
.header-main .box-profile .btn-profile-photo {
  -moz-border-radius: 36px !important;
  -webkit-border-radius: 36px !important;
  border-radius: 36px !important;
  height: 36px;
  min-width: 36px;
  overflow: hidden;
  width: 36px;
}
.header-main .box-profile .menu-profile {
  -moz-border-radius: 0 0 8px 8px !important;
  -webkit-border-radius: 0 0 8px 8px !important;
  border-radius: 0 0 8px 8px !important;
  border-top: none;
  display: none;
  padding: 16px;
  right: 0;
  top: 55.7px;
  width: 18rem;
  z-index: 88;
}
.header-main .box-profile .menu-profile a {
  position: absolute;
  right: 16px;
}
.header-main .box-profile .menu-profile .menu-profile-content {
  margin-top: 35px;
}
.header-main .box-profile .menu-profile .menu-profile-content .menu-photo {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  border: 1px solid;
  height: 48px;
  min-width: 48px;
  overflow: hidden;
  width: 48px;
}

.box-photo {
  display: none;
}
@media (max-width: 991px) {
  .box-photo {
    -moz-border-radius: 40px !important;
    -webkit-border-radius: 40px !important;
    border-radius: 40px !important;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0;
    justify-content: center;
    border: none;
    height: 36px;
    overflow: hidden;
    width: 36px;
  }
}
@media (max-width: 400px) {
  .box-photo {
    display: none;
  }
}

.sidebar {
  margin: -46.55px 0 0 -12px;
  transition: 0.5s ease;
}
@media (min-width: 2000px) {
  .sidebar {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .sidebar {
    margin: 0;
  }
}
.sidebar .menu {
  height: 100vh;
  left: 0;
  padding: 36px 16px;
  top: 0;
  transition: left 0.3s ease-in-out;
  width: 180px;
  z-index: 1000;
}
@media (min-width: 2000px) {
  .sidebar .menu {
    -moz-border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
    height: calc(100vh - 36px);
    left: inherit;
    margin: 16px 0;
  }
}
@media (max-width: 1400px) {
  .sidebar .menu {
    padding: 30px 18px;
  }
}
@media (max-width: 991px) {
  .sidebar .menu {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    -moz-box-shadow: 6px 8px 8px 6px rgba(80, 34, 175, 0.09);
    -webkit-box-shadow: 6px 8px 8px 6px rgba(80, 34, 175, 0.09);
    box-shadow: 6px 8px 8px 6px rgba(80, 34, 175, 0.09);
    border-left: 1px solid rgba(173, 173, 173, 0.1215686275);
    display: none;
    height: 102vh;
    left: 0;
    padding: 0px;
    position: fixed;
    top: -3px;
    width: 300px;
    z-index: 999;
  }
}
@media (max-width: 300px) {
  .sidebar .menu {
    width: 240px;
  }
}
@media (max-width: 220px) {
  .sidebar .menu {
    width: 200px;
  }
}
.sidebar .menu .btn-menu-close {
  display: none;
}
@media (max-width: 991px) {
  .sidebar .menu .btn-menu-close {
    background: none;
    border: none;
    color: #eee;
    display: block;
    position: absolute;
    right: 16px;
    top: 24px;
    transition: all 0.3s;
  }
}
.sidebar .menu .btn-menu-close:hover {
  transform: scale(1.1);
}
.sidebar .menu .menu-profile {
  display: none;
}
@media (max-width: 991px) {
  .sidebar .menu .menu-profile {
    border-bottom: 1px solid rgba(238, 238, 238, 0.1098039216);
    display: block;
    min-width: 200px;
    padding: 56px 24px 24px 24px;
  }
}
@media (max-width: 300px) {
  .sidebar .menu .menu-profile {
    padding: 40px 16px 16px 16px;
  }
}
.sidebar .menu-links {
  height: 88%;
}
@media (max-width: 991px) {
  .sidebar .menu-links {
    height: 85%;
    padding: 32px 24px;
  }
}
@media (max-width: 300px) {
  .sidebar .menu-links {
    padding: 32px 16px;
  }
}
.sidebar .menu-links ul {
  gap: 1rem;
}
.sidebar .menu-links ul .li-reduzir-menu {
  right: -28px;
  top: 20px;
}
@media (max-width: 1400px) {
  .sidebar .menu-links ul .li-reduzir-menu {
    right: -28px;
  }
}
.sidebar .menu-links ul .li-reduzir-menu div {
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  box-sizing: border-box;
  height: 24px;
  width: 24px;
}
@media (max-width: 991px) {
  .sidebar .menu-links ul .li-reduzir-menu {
    display: none;
  }
}
.sidebar .menu-links ul li {
  list-style: none;
}
@media (max-width: 991px) {
  .sidebar .menu-links ul li {
    min-width: 200px;
  }
}
.sidebar .menu-links ul li:hover {
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  background-color: rgba(0, 0, 0, 0.15);
  transition-delay: 0.2s;
}
.sidebar .menu-links ul li a {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
  color: rgba(238, 238, 238, 0.6117647059) !important;
  text-decoration: none;
  transition: 0.5s;
}
.sidebar .menu-links ul li a:hover {
  color: #fff !important;
}
.sidebar .menu-links ul li a i {
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 1.5rem;
  height: 40px;
  width: 28px;
}
@media (max-width: 1400px) {
  .sidebar .menu-links ul li a i {
    font-size: 18px;
    height: 36px;
  }
}
@media (max-width: 1400px) {
  .sidebar .menu-links ul li a .bi-house-fill {
    font-size: 1rem;
  }
}
.sidebar .menu-links ul li a .bi-book-half {
  font-size: 1rem;
}
.sidebar .menu-links ul li a span {
  font-size: 0.81rem;
  line-height: 1.2;
  text-align: start;
  transition: transform 0.3s ease-out;
}
@media (max-width: 1400px) {
  .sidebar .menu-links ul li a span {
    font-size: 0.813rem;
  }
}
@media (max-width: 991px) {
  .sidebar .menu-links ul li a span {
    font-size: 0.86rem;
  }
}
.sidebar .menu-links ul .menu-li-active {
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  border-radius: 8px !important;
  background-color: rgba(0, 0, 0, 0.0705882353);
}
.sidebar .menu-links ul .menu-li-active a {
  color: #fff !important;
}
@media (min-width: 2000px) {
  .sidebar .menu-links #ugti {
    margin-top: 40px;
  }
}

.dt-container input,
.dt-container select {
  -moz-border-radius: 36px !important;
  -webkit-border-radius: 36px !important;
  border-radius: 36px !important;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #dee2e6;
  font-size: 0.875rem;
  padding: 0.375rem 0.75rem !important;
}
.dt-container .dt-length label {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 0.2fr 1fr 1fr;
  text-align: start;
  width: 280px;
}
.dt-container .dt-layout-cell {
  padding: 16px 0 !important;
}
.dt-container .dt-layout-cell.dt-layout-end {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .dt-container .dt-layout-cell.dt-layout-end {
    justify-content: center;
  }
}
.dt-container .dt-layout-cell.dt-layout-end .dt-search {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  position: relative;
  width: 280px;
}
@media (max-width: 768px) {
  .dt-container .dt-layout-cell.dt-layout-end .dt-search {
    width: 100%;
  }
}
.dt-container .dt-layout-cell.dt-layout-end .dt-search label {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: center;
  height: 32px;
  left: 12px;
  margin: 0 !important;
  position: absolute;
  width: 32px;
}
.dt-container .dt-layout-cell.dt-layout-end .dt-search label i {
  font-size: 12.5px;
  line-height: 12.5px;
}
.dt-container .dt-layout-cell.dt-layout-end .dt-search input {
  -moz-border-radius: 32px !important;
  -webkit-border-radius: 32px !important;
  border-radius: 32px !important;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 8px 16px 8px 48px !important;
}
.dt-container .dt-info {
  font-size: 0.875rem;
  text-align: left !important;
}

table.dataTable tr th {
  font-weight: 600 !important;
}
table.dataTable tr th,
table.dataTable tr td {
  border: none !important;
  padding: 0.6rem 30px 0.6rem 15px !important;
}
table.dataTable .dt-column-order {
  right: 2px !important;
}

div.dt-container div.dt-layout-row {
  margin: 0 !important;
}

div.dt-container .dt-paging .dt-paging-button {
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  border: none !important;
  font-size: 0.875rem;
}
div.dt-container .dt-paging .dt-paging-button:active {
  box-shadow: none !important;
}
