@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* reset styles */
* {
  color: inherit;
  margin: 0;
}

body {
  font-family: Poppins;
}

ul {
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

hr {
  border: 0;
  border-top: 1px dotted #efefef;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif; /* Use Poppins font for headings */
  font-weight: 600; /* Adjust font weight as desired */
  line-height: 1.2; /* Adjust line height as desired */
  margin-top: 0.5em; /* Adjust margin top for spacing */
  margin-bottom: 0.5em; /* Adjust margin bottom for spacing */
}

.test {
  color: #326dee;
}

@media (min-width: 0) {
  .responsive-test {
    color: red;
  }
}
@media (min-width: 480px) {
  .responsive-test {
    color: blue;
  }
}
@media (min-width: 720px) {
  .responsive-test {
    color: green;
  }
}
@media (min-width: 960px) {
  .responsive-test {
    color: purple;
  }
}
@media (min-width: 1200px) {
  .responsive-test {
    color: orange;
  }
}
@media (min-width: 1400px) {
  .responsive-test {
    color: pink;
  }
}

.container-xs {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.container-sm {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.container-md {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.container-lg {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.container-xl {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-flow: row wrap;
}

.gap-0 > * {
  padding: 0;
}

.gap-0 {
  margin-left: 0;
  margin-right: 0;
}

.gap-1 > * {
  padding: 10px;
}

.gap-1 {
  margin-left: -10px;
  margin-right: -10px;
}

.gap-2 > * {
  padding: 20px;
}

.gap-2 {
  margin-left: -20px;
  margin-right: -20px;
}

.gap-3 > * {
  padding: 30px;
}

.gap-3 {
  margin-left: -30px;
  margin-right: -30px;
}

.justify-flex-start {
  justify-content: flex-start;
}

.justify-flex-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-around {
  justify-content: space-around;
}

@media (min-width: 180px) {
  .col-1-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-xs {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .col-1-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-sm {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 720px) {
  .col-1-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-md {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .col-1-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-lg {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-1-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 8.3333333333%;
  }
  .col-2-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 16.6666666667%;
  }
  .col-3-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 25%;
  }
  .col-4-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 33.3333333333%;
  }
  .col-5-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 41.6666666667%;
  }
  .col-6-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 50%;
  }
  .col-7-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 58.3333333333%;
  }
  .col-8-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 66.6666666667%;
  }
  .col-9-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 75%;
  }
  .col-10-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 83.3333333333%;
  }
  .col-11-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 91.6666666667%;
  }
  .col-12-xl {
    box-sizing: border-box;
    flex-grow: 0;
    width: 100%;
  }
}
.text-primary {
  color: #326dee;
}

.text-hover-primary:hover {
  color: #326dee;
}

.bg-primary {
  background-color: #326dee;
}

.text-primary-light-1 {
  color: #477cf0;
}

.text-hover-primary-light-1:hover {
  color: #477cf0;
}

.bg-primary-light-1 {
  background-color: #477cf0;
}

.text-primary-light-2 {
  color: #5b8af1;
}

.text-hover-primary-light-2:hover {
  color: #5b8af1;
}

.bg-primary-light-2 {
  background-color: #5b8af1;
}

.text-primary-light-3 {
  color: #7099f3;
}

.text-hover-primary-light-3:hover {
  color: #7099f3;
}

.bg-primary-light-3 {
  background-color: #7099f3;
}

.text-primary-light-4 {
  color: #84a7f5;
}

.text-hover-primary-light-4:hover {
  color: #84a7f5;
}

.bg-primary-light-4 {
  background-color: #84a7f5;
}

.text-primary-light-5 {
  color: #99b6f7;
}

.text-hover-primary-light-5:hover {
  color: #99b6f7;
}

.bg-primary-light-5 {
  background-color: #99b6f7;
}

.text-primary-light-6 {
  color: #adc5f8;
}

.text-hover-primary-light-6:hover {
  color: #adc5f8;
}

.bg-primary-light-6 {
  background-color: #adc5f8;
}

.text-primary-light-7 {
  color: #c2d3fa;
}

.text-hover-primary-light-7:hover {
  color: #c2d3fa;
}

.bg-primary-light-7 {
  background-color: #c2d3fa;
}

.text-primary-light-8 {
  color: #d6e2fc;
}

.text-hover-primary-light-8:hover {
  color: #d6e2fc;
}

.bg-primary-light-8 {
  background-color: #d6e2fc;
}

.text-primary-light-9 {
  color: #ebf0fd;
}

.text-hover-primary-light-9:hover {
  color: #ebf0fd;
}

.bg-primary-light-9 {
  background-color: #ebf0fd;
}

.text-primary-dark-1 {
  color: #2d62d6;
}

.text-hover-primary-dark-1:hover {
  color: #2d62d6;
}

.bg-primary-dark-1 {
  background-color: #2d62d6;
}

.text-primary-dark-2 {
  color: #2857be;
}

.text-hover-primary-dark-2:hover {
  color: #2857be;
}

.bg-primary-dark-2 {
  background-color: #2857be;
}

.text-primary-dark-3 {
  color: #234ca7;
}

.text-hover-primary-dark-3:hover {
  color: #234ca7;
}

.bg-primary-dark-3 {
  background-color: #234ca7;
}

.text-primary-dark-4 {
  color: #1e418f;
}

.text-hover-primary-dark-4:hover {
  color: #1e418f;
}

.bg-primary-dark-4 {
  background-color: #1e418f;
}

.text-primary-dark-5 {
  color: #193777;
}

.text-hover-primary-dark-5:hover {
  color: #193777;
}

.bg-primary-dark-5 {
  background-color: #193777;
}

.text-primary-dark-6 {
  color: #142c5f;
}

.text-hover-primary-dark-6:hover {
  color: #142c5f;
}

.bg-primary-dark-6 {
  background-color: #142c5f;
}

.text-primary-dark-7 {
  color: #0f2147;
}

.text-hover-primary-dark-7:hover {
  color: #0f2147;
}

.bg-primary-dark-7 {
  background-color: #0f2147;
}

.text-primary-dark-8 {
  color: #0a1630;
}

.text-hover-primary-dark-8:hover {
  color: #0a1630;
}

.bg-primary-dark-8 {
  background-color: #0a1630;
}

.text-primary-dark-9 {
  color: #050b18;
}

.text-hover-primary-dark-9:hover {
  color: #050b18;
}

.bg-primary-dark-9 {
  background-color: #050b18;
}

.text-secondary {
  color: #1ac886;
}

.text-hover-secondary:hover {
  color: #1ac886;
}

.bg-secondary {
  background-color: #1ac886;
}

.text-secondary-light-1 {
  color: #31ce92;
}

.text-hover-secondary-light-1:hover {
  color: #31ce92;
}

.bg-secondary-light-1 {
  background-color: #31ce92;
}

.text-secondary-light-2 {
  color: #48d39e;
}

.text-hover-secondary-light-2:hover {
  color: #48d39e;
}

.bg-secondary-light-2 {
  background-color: #48d39e;
}

.text-secondary-light-3 {
  color: #5fd9aa;
}

.text-hover-secondary-light-3:hover {
  color: #5fd9aa;
}

.bg-secondary-light-3 {
  background-color: #5fd9aa;
}

.text-secondary-light-4 {
  color: #76deb6;
}

.text-hover-secondary-light-4:hover {
  color: #76deb6;
}

.bg-secondary-light-4 {
  background-color: #76deb6;
}

.text-secondary-light-5 {
  color: #8de4c3;
}

.text-hover-secondary-light-5:hover {
  color: #8de4c3;
}

.bg-secondary-light-5 {
  background-color: #8de4c3;
}

.text-secondary-light-6 {
  color: #a3e9cf;
}

.text-hover-secondary-light-6:hover {
  color: #a3e9cf;
}

.bg-secondary-light-6 {
  background-color: #a3e9cf;
}

.text-secondary-light-7 {
  color: #baefdb;
}

.text-hover-secondary-light-7:hover {
  color: #baefdb;
}

.bg-secondary-light-7 {
  background-color: #baefdb;
}

.text-secondary-light-8 {
  color: #d1f4e7;
}

.text-hover-secondary-light-8:hover {
  color: #d1f4e7;
}

.bg-secondary-light-8 {
  background-color: #d1f4e7;
}

.text-secondary-light-9 {
  color: #e8faf3;
}

.text-hover-secondary-light-9:hover {
  color: #e8faf3;
}

.bg-secondary-light-9 {
  background-color: #e8faf3;
}

.text-secondary-dark-1 {
  color: #17b479;
}

.text-hover-secondary-dark-1:hover {
  color: #17b479;
}

.bg-secondary-dark-1 {
  background-color: #17b479;
}

.text-secondary-dark-2 {
  color: #15a06b;
}

.text-hover-secondary-dark-2:hover {
  color: #15a06b;
}

.bg-secondary-dark-2 {
  background-color: #15a06b;
}

.text-secondary-dark-3 {
  color: #128c5e;
}

.text-hover-secondary-dark-3:hover {
  color: #128c5e;
}

.bg-secondary-dark-3 {
  background-color: #128c5e;
}

.text-secondary-dark-4 {
  color: #107850;
}

.text-hover-secondary-dark-4:hover {
  color: #107850;
}

.bg-secondary-dark-4 {
  background-color: #107850;
}

.text-secondary-dark-5 {
  color: #0d6443;
}

.text-hover-secondary-dark-5:hover {
  color: #0d6443;
}

.bg-secondary-dark-5 {
  background-color: #0d6443;
}

.text-secondary-dark-6 {
  color: #0a5036;
}

.text-hover-secondary-dark-6:hover {
  color: #0a5036;
}

.bg-secondary-dark-6 {
  background-color: #0a5036;
}

.text-secondary-dark-7 {
  color: #083c28;
}

.text-hover-secondary-dark-7:hover {
  color: #083c28;
}

.bg-secondary-dark-7 {
  background-color: #083c28;
}

.text-secondary-dark-8 {
  color: #05281b;
}

.text-hover-secondary-dark-8:hover {
  color: #05281b;
}

.bg-secondary-dark-8 {
  background-color: #05281b;
}

.text-secondary-dark-9 {
  color: #03140d;
}

.text-hover-secondary-dark-9:hover {
  color: #03140d;
}

.bg-secondary-dark-9 {
  background-color: #03140d;
}

.text-error {
  color: #d32752;
}

.text-hover-error:hover {
  color: #d32752;
}

.bg-error {
  background-color: #d32752;
}

.text-error-light-1 {
  color: #d73d63;
}

.text-hover-error-light-1:hover {
  color: #d73d63;
}

.bg-error-light-1 {
  background-color: #d73d63;
}

.text-error-light-2 {
  color: #dc5275;
}

.text-hover-error-light-2:hover {
  color: #dc5275;
}

.bg-error-light-2 {
  background-color: #dc5275;
}

.text-error-light-3 {
  color: #e06886;
}

.text-hover-error-light-3:hover {
  color: #e06886;
}

.bg-error-light-3 {
  background-color: #e06886;
}

.text-error-light-4 {
  color: #e57d97;
}

.text-hover-error-light-4:hover {
  color: #e57d97;
}

.bg-error-light-4 {
  background-color: #e57d97;
}

.text-error-light-5 {
  color: #e993a9;
}

.text-hover-error-light-5:hover {
  color: #e993a9;
}

.bg-error-light-5 {
  background-color: #e993a9;
}

.text-error-light-6 {
  color: #eda9ba;
}

.text-hover-error-light-6:hover {
  color: #eda9ba;
}

.bg-error-light-6 {
  background-color: #eda9ba;
}

.text-error-light-7 {
  color: #f2becb;
}

.text-hover-error-light-7:hover {
  color: #f2becb;
}

.bg-error-light-7 {
  background-color: #f2becb;
}

.text-error-light-8 {
  color: #f6d4dc;
}

.text-hover-error-light-8:hover {
  color: #f6d4dc;
}

.bg-error-light-8 {
  background-color: #f6d4dc;
}

.text-error-light-9 {
  color: #fbe9ee;
}

.text-hover-error-light-9:hover {
  color: #fbe9ee;
}

.bg-error-light-9 {
  background-color: #fbe9ee;
}

.text-error-dark-1 {
  color: #be234a;
}

.text-hover-error-dark-1:hover {
  color: #be234a;
}

.bg-error-dark-1 {
  background-color: #be234a;
}

.text-error-dark-2 {
  color: #a91f42;
}

.text-hover-error-dark-2:hover {
  color: #a91f42;
}

.bg-error-dark-2 {
  background-color: #a91f42;
}

.text-error-dark-3 {
  color: #941b39;
}

.text-hover-error-dark-3:hover {
  color: #941b39;
}

.bg-error-dark-3 {
  background-color: #941b39;
}

.text-error-dark-4 {
  color: #7f1731;
}

.text-hover-error-dark-4:hover {
  color: #7f1731;
}

.bg-error-dark-4 {
  background-color: #7f1731;
}

.text-error-dark-5 {
  color: #6a1429;
}

.text-hover-error-dark-5:hover {
  color: #6a1429;
}

.bg-error-dark-5 {
  background-color: #6a1429;
}

.text-error-dark-6 {
  color: #541021;
}

.text-hover-error-dark-6:hover {
  color: #541021;
}

.bg-error-dark-6 {
  background-color: #541021;
}

.text-error-dark-7 {
  color: #3f0c19;
}

.text-hover-error-dark-7:hover {
  color: #3f0c19;
}

.bg-error-dark-7 {
  background-color: #3f0c19;
}

.text-error-dark-8 {
  color: #2a0810;
}

.text-hover-error-dark-8:hover {
  color: #2a0810;
}

.bg-error-dark-8 {
  background-color: #2a0810;
}

.text-error-dark-9 {
  color: #150408;
}

.text-hover-error-dark-9:hover {
  color: #150408;
}

.bg-error-dark-9 {
  background-color: #150408;
}

.text-info {
  color: #f6c31c;
}

.text-hover-info:hover {
  color: #f6c31c;
}

.bg-info {
  background-color: #f6c31c;
}

.text-info-light-1 {
  color: #f7c933;
}

.text-hover-info-light-1:hover {
  color: #f7c933;
}

.bg-info-light-1 {
  background-color: #f7c933;
}

.text-info-light-2 {
  color: #f8cf49;
}

.text-hover-info-light-2:hover {
  color: #f8cf49;
}

.bg-info-light-2 {
  background-color: #f8cf49;
}

.text-info-light-3 {
  color: #f9d560;
}

.text-hover-info-light-3:hover {
  color: #f9d560;
}

.bg-info-light-3 {
  background-color: #f9d560;
}

.text-info-light-4 {
  color: #fadb77;
}

.text-hover-info-light-4:hover {
  color: #fadb77;
}

.bg-info-light-4 {
  background-color: #fadb77;
}

.text-info-light-5 {
  color: #fbe18e;
}

.text-hover-info-light-5:hover {
  color: #fbe18e;
}

.bg-info-light-5 {
  background-color: #fbe18e;
}

.text-info-light-6 {
  color: #fbe7a4;
}

.text-hover-info-light-6:hover {
  color: #fbe7a4;
}

.bg-info-light-6 {
  background-color: #fbe7a4;
}

.text-info-light-7 {
  color: #fcedbb;
}

.text-hover-info-light-7:hover {
  color: #fcedbb;
}

.bg-info-light-7 {
  background-color: #fcedbb;
}

.text-info-light-8 {
  color: #fdf3d2;
}

.text-hover-info-light-8:hover {
  color: #fdf3d2;
}

.bg-info-light-8 {
  background-color: #fdf3d2;
}

.text-info-light-9 {
  color: #fef9e8;
}

.text-hover-info-light-9:hover {
  color: #fef9e8;
}

.bg-info-light-9 {
  background-color: #fef9e8;
}

.text-info-dark-1 {
  color: #ddb019;
}

.text-hover-info-dark-1:hover {
  color: #ddb019;
}

.bg-info-dark-1 {
  background-color: #ddb019;
}

.text-info-dark-2 {
  color: #c59c16;
}

.text-hover-info-dark-2:hover {
  color: #c59c16;
}

.bg-info-dark-2 {
  background-color: #c59c16;
}

.text-info-dark-3 {
  color: #ac8914;
}

.text-hover-info-dark-3:hover {
  color: #ac8914;
}

.bg-info-dark-3 {
  background-color: #ac8914;
}

.text-info-dark-4 {
  color: #947511;
}

.text-hover-info-dark-4:hover {
  color: #947511;
}

.bg-info-dark-4 {
  background-color: #947511;
}

.text-info-dark-5 {
  color: #7b620e;
}

.text-hover-info-dark-5:hover {
  color: #7b620e;
}

.bg-info-dark-5 {
  background-color: #7b620e;
}

.text-info-dark-6 {
  color: #624e0b;
}

.text-hover-info-dark-6:hover {
  color: #624e0b;
}

.bg-info-dark-6 {
  background-color: #624e0b;
}

.text-info-dark-7 {
  color: #4a3b08;
}

.text-hover-info-dark-7:hover {
  color: #4a3b08;
}

.bg-info-dark-7 {
  background-color: #4a3b08;
}

.text-info-dark-8 {
  color: #312706;
}

.text-hover-info-dark-8:hover {
  color: #312706;
}

.bg-info-dark-8 {
  background-color: #312706;
}

.text-info-dark-9 {
  color: #191403;
}

.text-hover-info-dark-9:hover {
  color: #191403;
}

.bg-info-dark-9 {
  background-color: #191403;
}

.text-blue {
  color: #1919e6;
}

.text-hover-blue:hover {
  color: #1919e6;
}

.bg-blue {
  background-color: #1919e6;
}

.text-blue-light-1 {
  color: #3030e9;
}

.text-hover-blue-light-1:hover {
  color: #3030e9;
}

.bg-blue-light-1 {
  background-color: #3030e9;
}

.text-blue-light-2 {
  color: #4747eb;
}

.text-hover-blue-light-2:hover {
  color: #4747eb;
}

.bg-blue-light-2 {
  background-color: #4747eb;
}

.text-blue-light-3 {
  color: #5e5eee;
}

.text-hover-blue-light-3:hover {
  color: #5e5eee;
}

.bg-blue-light-3 {
  background-color: #5e5eee;
}

.text-blue-light-4 {
  color: #7575f0;
}

.text-hover-blue-light-4:hover {
  color: #7575f0;
}

.bg-blue-light-4 {
  background-color: #7575f0;
}

.text-blue-light-5 {
  color: #8c8cf3;
}

.text-hover-blue-light-5:hover {
  color: #8c8cf3;
}

.bg-blue-light-5 {
  background-color: #8c8cf3;
}

.text-blue-light-6 {
  color: #a3a3f5;
}

.text-hover-blue-light-6:hover {
  color: #a3a3f5;
}

.bg-blue-light-6 {
  background-color: #a3a3f5;
}

.text-blue-light-7 {
  color: #babaf8;
}

.text-hover-blue-light-7:hover {
  color: #babaf8;
}

.bg-blue-light-7 {
  background-color: #babaf8;
}

.text-blue-light-8 {
  color: #d1d1fa;
}

.text-hover-blue-light-8:hover {
  color: #d1d1fa;
}

.bg-blue-light-8 {
  background-color: #d1d1fa;
}

.text-blue-light-9 {
  color: #e8e8fd;
}

.text-hover-blue-light-9:hover {
  color: #e8e8fd;
}

.bg-blue-light-9 {
  background-color: #e8e8fd;
}

.text-blue-dark-1 {
  color: #1717cf;
}

.text-hover-blue-dark-1:hover {
  color: #1717cf;
}

.bg-blue-dark-1 {
  background-color: #1717cf;
}

.text-blue-dark-2 {
  color: #1414b8;
}

.text-hover-blue-dark-2:hover {
  color: #1414b8;
}

.bg-blue-dark-2 {
  background-color: #1414b8;
}

.text-blue-dark-3 {
  color: #1212a1;
}

.text-hover-blue-dark-3:hover {
  color: #1212a1;
}

.bg-blue-dark-3 {
  background-color: #1212a1;
}

.text-blue-dark-4 {
  color: #0f0f8a;
}

.text-hover-blue-dark-4:hover {
  color: #0f0f8a;
}

.bg-blue-dark-4 {
  background-color: #0f0f8a;
}

.text-blue-dark-5 {
  color: #0d0d73;
}

.text-hover-blue-dark-5:hover {
  color: #0d0d73;
}

.bg-blue-dark-5 {
  background-color: #0d0d73;
}

.text-blue-dark-6 {
  color: #0a0a5c;
}

.text-hover-blue-dark-6:hover {
  color: #0a0a5c;
}

.bg-blue-dark-6 {
  background-color: #0a0a5c;
}

.text-blue-dark-7 {
  color: #080845;
}

.text-hover-blue-dark-7:hover {
  color: #080845;
}

.bg-blue-dark-7 {
  background-color: #080845;
}

.text-blue-dark-8 {
  color: #05052e;
}

.text-hover-blue-dark-8:hover {
  color: #05052e;
}

.bg-blue-dark-8 {
  background-color: #05052e;
}

.text-blue-dark-9 {
  color: #030317;
}

.text-hover-blue-dark-9:hover {
  color: #030317;
}

.bg-blue-dark-9 {
  background-color: #030317;
}

.text-red {
  color: #e61919;
}

.text-hover-red:hover {
  color: #e61919;
}

.bg-red {
  background-color: #e61919;
}

.text-red-light-1 {
  color: #e93030;
}

.text-hover-red-light-1:hover {
  color: #e93030;
}

.bg-red-light-1 {
  background-color: #e93030;
}

.text-red-light-2 {
  color: #eb4747;
}

.text-hover-red-light-2:hover {
  color: #eb4747;
}

.bg-red-light-2 {
  background-color: #eb4747;
}

.text-red-light-3 {
  color: #ee5e5e;
}

.text-hover-red-light-3:hover {
  color: #ee5e5e;
}

.bg-red-light-3 {
  background-color: #ee5e5e;
}

.text-red-light-4 {
  color: #f07575;
}

.text-hover-red-light-4:hover {
  color: #f07575;
}

.bg-red-light-4 {
  background-color: #f07575;
}

.text-red-light-5 {
  color: #f38c8c;
}

.text-hover-red-light-5:hover {
  color: #f38c8c;
}

.bg-red-light-5 {
  background-color: #f38c8c;
}

.text-red-light-6 {
  color: #f5a3a3;
}

.text-hover-red-light-6:hover {
  color: #f5a3a3;
}

.bg-red-light-6 {
  background-color: #f5a3a3;
}

.text-red-light-7 {
  color: #f8baba;
}

.text-hover-red-light-7:hover {
  color: #f8baba;
}

.bg-red-light-7 {
  background-color: #f8baba;
}

.text-red-light-8 {
  color: #fad1d1;
}

.text-hover-red-light-8:hover {
  color: #fad1d1;
}

.bg-red-light-8 {
  background-color: #fad1d1;
}

.text-red-light-9 {
  color: #fde8e8;
}

.text-hover-red-light-9:hover {
  color: #fde8e8;
}

.bg-red-light-9 {
  background-color: #fde8e8;
}

.text-red-dark-1 {
  color: #cf1717;
}

.text-hover-red-dark-1:hover {
  color: #cf1717;
}

.bg-red-dark-1 {
  background-color: #cf1717;
}

.text-red-dark-2 {
  color: #b81414;
}

.text-hover-red-dark-2:hover {
  color: #b81414;
}

.bg-red-dark-2 {
  background-color: #b81414;
}

.text-red-dark-3 {
  color: #a11212;
}

.text-hover-red-dark-3:hover {
  color: #a11212;
}

.bg-red-dark-3 {
  background-color: #a11212;
}

.text-red-dark-4 {
  color: #8a0f0f;
}

.text-hover-red-dark-4:hover {
  color: #8a0f0f;
}

.bg-red-dark-4 {
  background-color: #8a0f0f;
}

.text-red-dark-5 {
  color: #730d0d;
}

.text-hover-red-dark-5:hover {
  color: #730d0d;
}

.bg-red-dark-5 {
  background-color: #730d0d;
}

.text-red-dark-6 {
  color: #5c0a0a;
}

.text-hover-red-dark-6:hover {
  color: #5c0a0a;
}

.bg-red-dark-6 {
  background-color: #5c0a0a;
}

.text-red-dark-7 {
  color: #450808;
}

.text-hover-red-dark-7:hover {
  color: #450808;
}

.bg-red-dark-7 {
  background-color: #450808;
}

.text-red-dark-8 {
  color: #2e0505;
}

.text-hover-red-dark-8:hover {
  color: #2e0505;
}

.bg-red-dark-8 {
  background-color: #2e0505;
}

.text-red-dark-9 {
  color: #170303;
}

.text-hover-red-dark-9:hover {
  color: #170303;
}

.bg-red-dark-9 {
  background-color: #170303;
}

.text-yellow {
  color: #e6e619;
}

.text-hover-yellow:hover {
  color: #e6e619;
}

.bg-yellow {
  background-color: #e6e619;
}

.text-yellow-light-1 {
  color: #e9e930;
}

.text-hover-yellow-light-1:hover {
  color: #e9e930;
}

.bg-yellow-light-1 {
  background-color: #e9e930;
}

.text-yellow-light-2 {
  color: #ebeb47;
}

.text-hover-yellow-light-2:hover {
  color: #ebeb47;
}

.bg-yellow-light-2 {
  background-color: #ebeb47;
}

.text-yellow-light-3 {
  color: #eeee5e;
}

.text-hover-yellow-light-3:hover {
  color: #eeee5e;
}

.bg-yellow-light-3 {
  background-color: #eeee5e;
}

.text-yellow-light-4 {
  color: #f0f075;
}

.text-hover-yellow-light-4:hover {
  color: #f0f075;
}

.bg-yellow-light-4 {
  background-color: #f0f075;
}

.text-yellow-light-5 {
  color: #f3f38c;
}

.text-hover-yellow-light-5:hover {
  color: #f3f38c;
}

.bg-yellow-light-5 {
  background-color: #f3f38c;
}

.text-yellow-light-6 {
  color: #f5f5a3;
}

.text-hover-yellow-light-6:hover {
  color: #f5f5a3;
}

.bg-yellow-light-6 {
  background-color: #f5f5a3;
}

.text-yellow-light-7 {
  color: #f8f8ba;
}

.text-hover-yellow-light-7:hover {
  color: #f8f8ba;
}

.bg-yellow-light-7 {
  background-color: #f8f8ba;
}

.text-yellow-light-8 {
  color: #fafad1;
}

.text-hover-yellow-light-8:hover {
  color: #fafad1;
}

.bg-yellow-light-8 {
  background-color: #fafad1;
}

.text-yellow-light-9 {
  color: #fdfde8;
}

.text-hover-yellow-light-9:hover {
  color: #fdfde8;
}

.bg-yellow-light-9 {
  background-color: #fdfde8;
}

.text-yellow-dark-1 {
  color: #cfcf17;
}

.text-hover-yellow-dark-1:hover {
  color: #cfcf17;
}

.bg-yellow-dark-1 {
  background-color: #cfcf17;
}

.text-yellow-dark-2 {
  color: #b8b814;
}

.text-hover-yellow-dark-2:hover {
  color: #b8b814;
}

.bg-yellow-dark-2 {
  background-color: #b8b814;
}

.text-yellow-dark-3 {
  color: #a1a112;
}

.text-hover-yellow-dark-3:hover {
  color: #a1a112;
}

.bg-yellow-dark-3 {
  background-color: #a1a112;
}

.text-yellow-dark-4 {
  color: #8a8a0f;
}

.text-hover-yellow-dark-4:hover {
  color: #8a8a0f;
}

.bg-yellow-dark-4 {
  background-color: #8a8a0f;
}

.text-yellow-dark-5 {
  color: #73730d;
}

.text-hover-yellow-dark-5:hover {
  color: #73730d;
}

.bg-yellow-dark-5 {
  background-color: #73730d;
}

.text-yellow-dark-6 {
  color: #5c5c0a;
}

.text-hover-yellow-dark-6:hover {
  color: #5c5c0a;
}

.bg-yellow-dark-6 {
  background-color: #5c5c0a;
}

.text-yellow-dark-7 {
  color: #454508;
}

.text-hover-yellow-dark-7:hover {
  color: #454508;
}

.bg-yellow-dark-7 {
  background-color: #454508;
}

.text-yellow-dark-8 {
  color: #2e2e05;
}

.text-hover-yellow-dark-8:hover {
  color: #2e2e05;
}

.bg-yellow-dark-8 {
  background-color: #2e2e05;
}

.text-yellow-dark-9 {
  color: #171703;
}

.text-hover-yellow-dark-9:hover {
  color: #171703;
}

.bg-yellow-dark-9 {
  background-color: #171703;
}

.text-green {
  color: #19e635;
}

.text-hover-green:hover {
  color: #19e635;
}

.bg-green {
  background-color: #19e635;
}

.text-green-light-1 {
  color: #30e949;
}

.text-hover-green-light-1:hover {
  color: #30e949;
}

.bg-green-light-1 {
  background-color: #30e949;
}

.text-green-light-2 {
  color: #47eb5d;
}

.text-hover-green-light-2:hover {
  color: #47eb5d;
}

.bg-green-light-2 {
  background-color: #47eb5d;
}

.text-green-light-3 {
  color: #5eee72;
}

.text-hover-green-light-3:hover {
  color: #5eee72;
}

.bg-green-light-3 {
  background-color: #5eee72;
}

.text-green-light-4 {
  color: #75f086;
}

.text-hover-green-light-4:hover {
  color: #75f086;
}

.bg-green-light-4 {
  background-color: #75f086;
}

.text-green-light-5 {
  color: #8cf39a;
}

.text-hover-green-light-5:hover {
  color: #8cf39a;
}

.bg-green-light-5 {
  background-color: #8cf39a;
}

.text-green-light-6 {
  color: #a3f5ae;
}

.text-hover-green-light-6:hover {
  color: #a3f5ae;
}

.bg-green-light-6 {
  background-color: #a3f5ae;
}

.text-green-light-7 {
  color: #baf8c2;
}

.text-hover-green-light-7:hover {
  color: #baf8c2;
}

.bg-green-light-7 {
  background-color: #baf8c2;
}

.text-green-light-8 {
  color: #d1fad7;
}

.text-hover-green-light-8:hover {
  color: #d1fad7;
}

.bg-green-light-8 {
  background-color: #d1fad7;
}

.text-green-light-9 {
  color: #e8fdeb;
}

.text-hover-green-light-9:hover {
  color: #e8fdeb;
}

.bg-green-light-9 {
  background-color: #e8fdeb;
}

.text-green-dark-1 {
  color: #17cf30;
}

.text-hover-green-dark-1:hover {
  color: #17cf30;
}

.bg-green-dark-1 {
  background-color: #17cf30;
}

.text-green-dark-2 {
  color: #14b82a;
}

.text-hover-green-dark-2:hover {
  color: #14b82a;
}

.bg-green-dark-2 {
  background-color: #14b82a;
}

.text-green-dark-3 {
  color: #12a125;
}

.text-hover-green-dark-3:hover {
  color: #12a125;
}

.bg-green-dark-3 {
  background-color: #12a125;
}

.text-green-dark-4 {
  color: #0f8a20;
}

.text-hover-green-dark-4:hover {
  color: #0f8a20;
}

.bg-green-dark-4 {
  background-color: #0f8a20;
}

.text-green-dark-5 {
  color: #0d731b;
}

.text-hover-green-dark-5:hover {
  color: #0d731b;
}

.bg-green-dark-5 {
  background-color: #0d731b;
}

.text-green-dark-6 {
  color: #0a5c15;
}

.text-hover-green-dark-6:hover {
  color: #0a5c15;
}

.bg-green-dark-6 {
  background-color: #0a5c15;
}

.text-green-dark-7 {
  color: #084510;
}

.text-hover-green-dark-7:hover {
  color: #084510;
}

.bg-green-dark-7 {
  background-color: #084510;
}

.text-green-dark-8 {
  color: #052e0b;
}

.text-hover-green-dark-8:hover {
  color: #052e0b;
}

.bg-green-dark-8 {
  background-color: #052e0b;
}

.text-green-dark-9 {
  color: #031705;
}

.text-hover-green-dark-9:hover {
  color: #031705;
}

.bg-green-dark-9 {
  background-color: #031705;
}

.text-orange {
  color: #ffa600;
}

.text-hover-orange:hover {
  color: #ffa600;
}

.bg-orange {
  background-color: #ffa600;
}

.text-orange-light-1 {
  color: #ffaf1a;
}

.text-hover-orange-light-1:hover {
  color: #ffaf1a;
}

.bg-orange-light-1 {
  background-color: #ffaf1a;
}

.text-orange-light-2 {
  color: #ffb833;
}

.text-hover-orange-light-2:hover {
  color: #ffb833;
}

.bg-orange-light-2 {
  background-color: #ffb833;
}

.text-orange-light-3 {
  color: #ffc14d;
}

.text-hover-orange-light-3:hover {
  color: #ffc14d;
}

.bg-orange-light-3 {
  background-color: #ffc14d;
}

.text-orange-light-4 {
  color: #ffca66;
}

.text-hover-orange-light-4:hover {
  color: #ffca66;
}

.bg-orange-light-4 {
  background-color: #ffca66;
}

.text-orange-light-5 {
  color: #ffd380;
}

.text-hover-orange-light-5:hover {
  color: #ffd380;
}

.bg-orange-light-5 {
  background-color: #ffd380;
}

.text-orange-light-6 {
  color: #ffdb99;
}

.text-hover-orange-light-6:hover {
  color: #ffdb99;
}

.bg-orange-light-6 {
  background-color: #ffdb99;
}

.text-orange-light-7 {
  color: #ffe4b3;
}

.text-hover-orange-light-7:hover {
  color: #ffe4b3;
}

.bg-orange-light-7 {
  background-color: #ffe4b3;
}

.text-orange-light-8 {
  color: #ffedcc;
}

.text-hover-orange-light-8:hover {
  color: #ffedcc;
}

.bg-orange-light-8 {
  background-color: #ffedcc;
}

.text-orange-light-9 {
  color: #fff6e6;
}

.text-hover-orange-light-9:hover {
  color: #fff6e6;
}

.bg-orange-light-9 {
  background-color: #fff6e6;
}

.text-orange-dark-1 {
  color: #e69500;
}

.text-hover-orange-dark-1:hover {
  color: #e69500;
}

.bg-orange-dark-1 {
  background-color: #e69500;
}

.text-orange-dark-2 {
  color: #cc8500;
}

.text-hover-orange-dark-2:hover {
  color: #cc8500;
}

.bg-orange-dark-2 {
  background-color: #cc8500;
}

.text-orange-dark-3 {
  color: #b37400;
}

.text-hover-orange-dark-3:hover {
  color: #b37400;
}

.bg-orange-dark-3 {
  background-color: #b37400;
}

.text-orange-dark-4 {
  color: #996400;
}

.text-hover-orange-dark-4:hover {
  color: #996400;
}

.bg-orange-dark-4 {
  background-color: #996400;
}

.text-orange-dark-5 {
  color: #805300;
}

.text-hover-orange-dark-5:hover {
  color: #805300;
}

.bg-orange-dark-5 {
  background-color: #805300;
}

.text-orange-dark-6 {
  color: #664200;
}

.text-hover-orange-dark-6:hover {
  color: #664200;
}

.bg-orange-dark-6 {
  background-color: #664200;
}

.text-orange-dark-7 {
  color: #4d3200;
}

.text-hover-orange-dark-7:hover {
  color: #4d3200;
}

.bg-orange-dark-7 {
  background-color: #4d3200;
}

.text-orange-dark-8 {
  color: #332100;
}

.text-hover-orange-dark-8:hover {
  color: #332100;
}

.bg-orange-dark-8 {
  background-color: #332100;
}

.text-orange-dark-9 {
  color: #1a1100;
}

.text-hover-orange-dark-9:hover {
  color: #1a1100;
}

.bg-orange-dark-9 {
  background-color: #1a1100;
}

.text-purple {
  color: #9900ff;
}

.text-hover-purple:hover {
  color: #9900ff;
}

.bg-purple {
  background-color: #9900ff;
}

.text-purple-light-1 {
  color: #a31aff;
}

.text-hover-purple-light-1:hover {
  color: #a31aff;
}

.bg-purple-light-1 {
  background-color: #a31aff;
}

.text-purple-light-2 {
  color: #ad33ff;
}

.text-hover-purple-light-2:hover {
  color: #ad33ff;
}

.bg-purple-light-2 {
  background-color: #ad33ff;
}

.text-purple-light-3 {
  color: #b84dff;
}

.text-hover-purple-light-3:hover {
  color: #b84dff;
}

.bg-purple-light-3 {
  background-color: #b84dff;
}

.text-purple-light-4 {
  color: #c266ff;
}

.text-hover-purple-light-4:hover {
  color: #c266ff;
}

.bg-purple-light-4 {
  background-color: #c266ff;
}

.text-purple-light-5 {
  color: #cc80ff;
}

.text-hover-purple-light-5:hover {
  color: #cc80ff;
}

.bg-purple-light-5 {
  background-color: #cc80ff;
}

.text-purple-light-6 {
  color: #d699ff;
}

.text-hover-purple-light-6:hover {
  color: #d699ff;
}

.bg-purple-light-6 {
  background-color: #d699ff;
}

.text-purple-light-7 {
  color: #e0b3ff;
}

.text-hover-purple-light-7:hover {
  color: #e0b3ff;
}

.bg-purple-light-7 {
  background-color: #e0b3ff;
}

.text-purple-light-8 {
  color: #ebccff;
}

.text-hover-purple-light-8:hover {
  color: #ebccff;
}

.bg-purple-light-8 {
  background-color: #ebccff;
}

.text-purple-light-9 {
  color: #f5e6ff;
}

.text-hover-purple-light-9:hover {
  color: #f5e6ff;
}

.bg-purple-light-9 {
  background-color: #f5e6ff;
}

.text-purple-dark-1 {
  color: #8a00e6;
}

.text-hover-purple-dark-1:hover {
  color: #8a00e6;
}

.bg-purple-dark-1 {
  background-color: #8a00e6;
}

.text-purple-dark-2 {
  color: #7a00cc;
}

.text-hover-purple-dark-2:hover {
  color: #7a00cc;
}

.bg-purple-dark-2 {
  background-color: #7a00cc;
}

.text-purple-dark-3 {
  color: #6b00b3;
}

.text-hover-purple-dark-3:hover {
  color: #6b00b3;
}

.bg-purple-dark-3 {
  background-color: #6b00b3;
}

.text-purple-dark-4 {
  color: #5c0099;
}

.text-hover-purple-dark-4:hover {
  color: #5c0099;
}

.bg-purple-dark-4 {
  background-color: #5c0099;
}

.text-purple-dark-5 {
  color: #4d0080;
}

.text-hover-purple-dark-5:hover {
  color: #4d0080;
}

.bg-purple-dark-5 {
  background-color: #4d0080;
}

.text-purple-dark-6 {
  color: #3d0066;
}

.text-hover-purple-dark-6:hover {
  color: #3d0066;
}

.bg-purple-dark-6 {
  background-color: #3d0066;
}

.text-purple-dark-7 {
  color: #2e004d;
}

.text-hover-purple-dark-7:hover {
  color: #2e004d;
}

.bg-purple-dark-7 {
  background-color: #2e004d;
}

.text-purple-dark-8 {
  color: #1f0033;
}

.text-hover-purple-dark-8:hover {
  color: #1f0033;
}

.bg-purple-dark-8 {
  background-color: #1f0033;
}

.text-purple-dark-9 {
  color: #0f001a;
}

.text-hover-purple-dark-9:hover {
  color: #0f001a;
}

.bg-purple-dark-9 {
  background-color: #0f001a;
}

.text-gray {
  color: #808080;
}

.text-hover-gray:hover {
  color: #808080;
}

.bg-gray {
  background-color: #808080;
}

.text-gray-light-1 {
  color: #8d8d8d;
}

.text-hover-gray-light-1:hover {
  color: #8d8d8d;
}

.bg-gray-light-1 {
  background-color: #8d8d8d;
}

.text-gray-light-2 {
  color: #999999;
}

.text-hover-gray-light-2:hover {
  color: #999999;
}

.bg-gray-light-2 {
  background-color: #999999;
}

.text-gray-light-3 {
  color: #a6a6a6;
}

.text-hover-gray-light-3:hover {
  color: #a6a6a6;
}

.bg-gray-light-3 {
  background-color: #a6a6a6;
}

.text-gray-light-4 {
  color: #b3b3b3;
}

.text-hover-gray-light-4:hover {
  color: #b3b3b3;
}

.bg-gray-light-4 {
  background-color: #b3b3b3;
}

.text-gray-light-5 {
  color: silver;
}

.text-hover-gray-light-5:hover {
  color: silver;
}

.bg-gray-light-5 {
  background-color: silver;
}

.text-gray-light-6 {
  color: #cccccc;
}

.text-hover-gray-light-6:hover {
  color: #cccccc;
}

.bg-gray-light-6 {
  background-color: #cccccc;
}

.text-gray-light-7 {
  color: #d9d9d9;
}

.text-hover-gray-light-7:hover {
  color: #d9d9d9;
}

.bg-gray-light-7 {
  background-color: #d9d9d9;
}

.text-gray-light-8 {
  color: #e6e6e6;
}

.text-hover-gray-light-8:hover {
  color: #e6e6e6;
}

.bg-gray-light-8 {
  background-color: #e6e6e6;
}

.text-gray-light-9 {
  color: #f2f2f2;
}

.text-hover-gray-light-9:hover {
  color: #f2f2f2;
}

.bg-gray-light-9 {
  background-color: #f2f2f2;
}

.text-gray-dark-1 {
  color: #737373;
}

.text-hover-gray-dark-1:hover {
  color: #737373;
}

.bg-gray-dark-1 {
  background-color: #737373;
}

.text-gray-dark-2 {
  color: #666666;
}

.text-hover-gray-dark-2:hover {
  color: #666666;
}

.bg-gray-dark-2 {
  background-color: #666666;
}

.text-gray-dark-3 {
  color: #5a5a5a;
}

.text-hover-gray-dark-3:hover {
  color: #5a5a5a;
}

.bg-gray-dark-3 {
  background-color: #5a5a5a;
}

.text-gray-dark-4 {
  color: #4d4d4d;
}

.text-hover-gray-dark-4:hover {
  color: #4d4d4d;
}

.bg-gray-dark-4 {
  background-color: #4d4d4d;
}

.text-gray-dark-5 {
  color: #404040;
}

.text-hover-gray-dark-5:hover {
  color: #404040;
}

.bg-gray-dark-5 {
  background-color: #404040;
}

.text-gray-dark-6 {
  color: #333333;
}

.text-hover-gray-dark-6:hover {
  color: #333333;
}

.bg-gray-dark-6 {
  background-color: #333333;
}

.text-gray-dark-7 {
  color: #262626;
}

.text-hover-gray-dark-7:hover {
  color: #262626;
}

.bg-gray-dark-7 {
  background-color: #262626;
}

.text-gray-dark-8 {
  color: #1a1a1a;
}

.text-hover-gray-dark-8:hover {
  color: #1a1a1a;
}

.bg-gray-dark-8 {
  background-color: #1a1a1a;
}

.text-gray-dark-9 {
  color: #0d0d0d;
}

.text-hover-gray-dark-9:hover {
  color: #0d0d0d;
}

.bg-gray-dark-9 {
  background-color: #0d0d0d;
}

.text-black {
  color: black;
}

.text-hover-black:hover {
  color: black;
}

.bg-black {
  background-color: black;
}

.text-white {
  color: white;
}

.text-hover-white:hover {
  color: white;
}

.bg-white {
  background-color: white;
}

.text-cyan {
  color: #00FFFF;
}

.text-hover-cyan:hover {
  color: #00FFFF;
}

.bg-cyan {
  background-color: #00FFFF;
}

.text-cyan-light-1 {
  color: #1affff;
}

.text-hover-cyan-light-1:hover {
  color: #1affff;
}

.bg-cyan-light-1 {
  background-color: #1affff;
}

.text-cyan-light-2 {
  color: #33ffff;
}

.text-hover-cyan-light-2:hover {
  color: #33ffff;
}

.bg-cyan-light-2 {
  background-color: #33ffff;
}

.text-cyan-light-3 {
  color: #4dffff;
}

.text-hover-cyan-light-3:hover {
  color: #4dffff;
}

.bg-cyan-light-3 {
  background-color: #4dffff;
}

.text-cyan-light-4 {
  color: #66ffff;
}

.text-hover-cyan-light-4:hover {
  color: #66ffff;
}

.bg-cyan-light-4 {
  background-color: #66ffff;
}

.text-cyan-light-5 {
  color: #80ffff;
}

.text-hover-cyan-light-5:hover {
  color: #80ffff;
}

.bg-cyan-light-5 {
  background-color: #80ffff;
}

.text-cyan-light-6 {
  color: #99ffff;
}

.text-hover-cyan-light-6:hover {
  color: #99ffff;
}

.bg-cyan-light-6 {
  background-color: #99ffff;
}

.text-cyan-light-7 {
  color: #b3ffff;
}

.text-hover-cyan-light-7:hover {
  color: #b3ffff;
}

.bg-cyan-light-7 {
  background-color: #b3ffff;
}

.text-cyan-light-8 {
  color: #ccffff;
}

.text-hover-cyan-light-8:hover {
  color: #ccffff;
}

.bg-cyan-light-8 {
  background-color: #ccffff;
}

.text-cyan-light-9 {
  color: #e6ffff;
}

.text-hover-cyan-light-9:hover {
  color: #e6ffff;
}

.bg-cyan-light-9 {
  background-color: #e6ffff;
}

.text-cyan-dark-1 {
  color: #00e6e6;
}

.text-hover-cyan-dark-1:hover {
  color: #00e6e6;
}

.bg-cyan-dark-1 {
  background-color: #00e6e6;
}

.text-cyan-dark-2 {
  color: #00cccc;
}

.text-hover-cyan-dark-2:hover {
  color: #00cccc;
}

.bg-cyan-dark-2 {
  background-color: #00cccc;
}

.text-cyan-dark-3 {
  color: #00b3b3;
}

.text-hover-cyan-dark-3:hover {
  color: #00b3b3;
}

.bg-cyan-dark-3 {
  background-color: #00b3b3;
}

.text-cyan-dark-4 {
  color: #009999;
}

.text-hover-cyan-dark-4:hover {
  color: #009999;
}

.bg-cyan-dark-4 {
  background-color: #009999;
}

.text-cyan-dark-5 {
  color: teal;
}

.text-hover-cyan-dark-5:hover {
  color: teal;
}

.bg-cyan-dark-5 {
  background-color: teal;
}

.text-cyan-dark-6 {
  color: #006666;
}

.text-hover-cyan-dark-6:hover {
  color: #006666;
}

.bg-cyan-dark-6 {
  background-color: #006666;
}

.text-cyan-dark-7 {
  color: #004d4d;
}

.text-hover-cyan-dark-7:hover {
  color: #004d4d;
}

.bg-cyan-dark-7 {
  background-color: #004d4d;
}

.text-cyan-dark-8 {
  color: #003333;
}

.text-hover-cyan-dark-8:hover {
  color: #003333;
}

.bg-cyan-dark-8 {
  background-color: #003333;
}

.text-cyan-dark-9 {
  color: #001a1a;
}

.text-hover-cyan-dark-9:hover {
  color: #001a1a;
}

.bg-cyan-dark-9 {
  background-color: #001a1a;
}

.text-pink {
  color: #FF69B4;
}

.text-hover-pink:hover {
  color: #FF69B4;
}

.bg-pink {
  background-color: #FF69B4;
}

.text-pink-light-1 {
  color: #ff78bc;
}

.text-hover-pink-light-1:hover {
  color: #ff78bc;
}

.bg-pink-light-1 {
  background-color: #ff78bc;
}

.text-pink-light-2 {
  color: #ff87c3;
}

.text-hover-pink-light-2:hover {
  color: #ff87c3;
}

.bg-pink-light-2 {
  background-color: #ff87c3;
}

.text-pink-light-3 {
  color: #ff96cb;
}

.text-hover-pink-light-3:hover {
  color: #ff96cb;
}

.bg-pink-light-3 {
  background-color: #ff96cb;
}

.text-pink-light-4 {
  color: #ffa5d2;
}

.text-hover-pink-light-4:hover {
  color: #ffa5d2;
}

.bg-pink-light-4 {
  background-color: #ffa5d2;
}

.text-pink-light-5 {
  color: #ffb4da;
}

.text-hover-pink-light-5:hover {
  color: #ffb4da;
}

.bg-pink-light-5 {
  background-color: #ffb4da;
}

.text-pink-light-6 {
  color: #ffc3e1;
}

.text-hover-pink-light-6:hover {
  color: #ffc3e1;
}

.bg-pink-light-6 {
  background-color: #ffc3e1;
}

.text-pink-light-7 {
  color: #ffd2e9;
}

.text-hover-pink-light-7:hover {
  color: #ffd2e9;
}

.bg-pink-light-7 {
  background-color: #ffd2e9;
}

.text-pink-light-8 {
  color: #ffe1f0;
}

.text-hover-pink-light-8:hover {
  color: #ffe1f0;
}

.bg-pink-light-8 {
  background-color: #ffe1f0;
}

.text-pink-light-9 {
  color: #fff0f8;
}

.text-hover-pink-light-9:hover {
  color: #fff0f8;
}

.bg-pink-light-9 {
  background-color: #fff0f8;
}

.text-pink-dark-1 {
  color: #e65fa2;
}

.text-hover-pink-dark-1:hover {
  color: #e65fa2;
}

.bg-pink-dark-1 {
  background-color: #e65fa2;
}

.text-pink-dark-2 {
  color: #cc5490;
}

.text-hover-pink-dark-2:hover {
  color: #cc5490;
}

.bg-pink-dark-2 {
  background-color: #cc5490;
}

.text-pink-dark-3 {
  color: #b34a7e;
}

.text-hover-pink-dark-3:hover {
  color: #b34a7e;
}

.bg-pink-dark-3 {
  background-color: #b34a7e;
}

.text-pink-dark-4 {
  color: #993f6c;
}

.text-hover-pink-dark-4:hover {
  color: #993f6c;
}

.bg-pink-dark-4 {
  background-color: #993f6c;
}

.text-pink-dark-5 {
  color: #80355a;
}

.text-hover-pink-dark-5:hover {
  color: #80355a;
}

.bg-pink-dark-5 {
  background-color: #80355a;
}

.text-pink-dark-6 {
  color: #662a48;
}

.text-hover-pink-dark-6:hover {
  color: #662a48;
}

.bg-pink-dark-6 {
  background-color: #662a48;
}

.text-pink-dark-7 {
  color: #4d2036;
}

.text-hover-pink-dark-7:hover {
  color: #4d2036;
}

.bg-pink-dark-7 {
  background-color: #4d2036;
}

.text-pink-dark-8 {
  color: #331524;
}

.text-hover-pink-dark-8:hover {
  color: #331524;
}

.bg-pink-dark-8 {
  background-color: #331524;
}

.text-pink-dark-9 {
  color: #1a0b12;
}

.text-hover-pink-dark-9:hover {
  color: #1a0b12;
}

.bg-pink-dark-9 {
  background-color: #1a0b12;
}

.text-teal {
  color: #008080;
}

.text-hover-teal:hover {
  color: #008080;
}

.bg-teal {
  background-color: #008080;
}

.text-teal-light-1 {
  color: #1a8d8d;
}

.text-hover-teal-light-1:hover {
  color: #1a8d8d;
}

.bg-teal-light-1 {
  background-color: #1a8d8d;
}

.text-teal-light-2 {
  color: #339999;
}

.text-hover-teal-light-2:hover {
  color: #339999;
}

.bg-teal-light-2 {
  background-color: #339999;
}

.text-teal-light-3 {
  color: #4da6a6;
}

.text-hover-teal-light-3:hover {
  color: #4da6a6;
}

.bg-teal-light-3 {
  background-color: #4da6a6;
}

.text-teal-light-4 {
  color: #66b3b3;
}

.text-hover-teal-light-4:hover {
  color: #66b3b3;
}

.bg-teal-light-4 {
  background-color: #66b3b3;
}

.text-teal-light-5 {
  color: #80c0c0;
}

.text-hover-teal-light-5:hover {
  color: #80c0c0;
}

.bg-teal-light-5 {
  background-color: #80c0c0;
}

.text-teal-light-6 {
  color: #99cccc;
}

.text-hover-teal-light-6:hover {
  color: #99cccc;
}

.bg-teal-light-6 {
  background-color: #99cccc;
}

.text-teal-light-7 {
  color: #b3d9d9;
}

.text-hover-teal-light-7:hover {
  color: #b3d9d9;
}

.bg-teal-light-7 {
  background-color: #b3d9d9;
}

.text-teal-light-8 {
  color: #cce6e6;
}

.text-hover-teal-light-8:hover {
  color: #cce6e6;
}

.bg-teal-light-8 {
  background-color: #cce6e6;
}

.text-teal-light-9 {
  color: #e6f2f2;
}

.text-hover-teal-light-9:hover {
  color: #e6f2f2;
}

.bg-teal-light-9 {
  background-color: #e6f2f2;
}

.text-teal-dark-1 {
  color: #007373;
}

.text-hover-teal-dark-1:hover {
  color: #007373;
}

.bg-teal-dark-1 {
  background-color: #007373;
}

.text-teal-dark-2 {
  color: #006666;
}

.text-hover-teal-dark-2:hover {
  color: #006666;
}

.bg-teal-dark-2 {
  background-color: #006666;
}

.text-teal-dark-3 {
  color: #005a5a;
}

.text-hover-teal-dark-3:hover {
  color: #005a5a;
}

.bg-teal-dark-3 {
  background-color: #005a5a;
}

.text-teal-dark-4 {
  color: #004d4d;
}

.text-hover-teal-dark-4:hover {
  color: #004d4d;
}

.bg-teal-dark-4 {
  background-color: #004d4d;
}

.text-teal-dark-5 {
  color: #004040;
}

.text-hover-teal-dark-5:hover {
  color: #004040;
}

.bg-teal-dark-5 {
  background-color: #004040;
}

.text-teal-dark-6 {
  color: #003333;
}

.text-hover-teal-dark-6:hover {
  color: #003333;
}

.bg-teal-dark-6 {
  background-color: #003333;
}

.text-teal-dark-7 {
  color: #002626;
}

.text-hover-teal-dark-7:hover {
  color: #002626;
}

.bg-teal-dark-7 {
  background-color: #002626;
}

.text-teal-dark-8 {
  color: #001a1a;
}

.text-hover-teal-dark-8:hover {
  color: #001a1a;
}

.bg-teal-dark-8 {
  background-color: #001a1a;
}

.text-teal-dark-9 {
  color: #000d0d;
}

.text-hover-teal-dark-9:hover {
  color: #000d0d;
}

.bg-teal-dark-9 {
  background-color: #000d0d;
}

.text-lime {
  color: #00FF00;
}

.text-hover-lime:hover {
  color: #00FF00;
}

.bg-lime {
  background-color: #00FF00;
}

.text-lime-light-1 {
  color: #1aff1a;
}

.text-hover-lime-light-1:hover {
  color: #1aff1a;
}

.bg-lime-light-1 {
  background-color: #1aff1a;
}

.text-lime-light-2 {
  color: #33ff33;
}

.text-hover-lime-light-2:hover {
  color: #33ff33;
}

.bg-lime-light-2 {
  background-color: #33ff33;
}

.text-lime-light-3 {
  color: #4dff4d;
}

.text-hover-lime-light-3:hover {
  color: #4dff4d;
}

.bg-lime-light-3 {
  background-color: #4dff4d;
}

.text-lime-light-4 {
  color: #66ff66;
}

.text-hover-lime-light-4:hover {
  color: #66ff66;
}

.bg-lime-light-4 {
  background-color: #66ff66;
}

.text-lime-light-5 {
  color: #80ff80;
}

.text-hover-lime-light-5:hover {
  color: #80ff80;
}

.bg-lime-light-5 {
  background-color: #80ff80;
}

.text-lime-light-6 {
  color: #99ff99;
}

.text-hover-lime-light-6:hover {
  color: #99ff99;
}

.bg-lime-light-6 {
  background-color: #99ff99;
}

.text-lime-light-7 {
  color: #b3ffb3;
}

.text-hover-lime-light-7:hover {
  color: #b3ffb3;
}

.bg-lime-light-7 {
  background-color: #b3ffb3;
}

.text-lime-light-8 {
  color: #ccffcc;
}

.text-hover-lime-light-8:hover {
  color: #ccffcc;
}

.bg-lime-light-8 {
  background-color: #ccffcc;
}

.text-lime-light-9 {
  color: #e6ffe6;
}

.text-hover-lime-light-9:hover {
  color: #e6ffe6;
}

.bg-lime-light-9 {
  background-color: #e6ffe6;
}

.text-lime-dark-1 {
  color: #00e600;
}

.text-hover-lime-dark-1:hover {
  color: #00e600;
}

.bg-lime-dark-1 {
  background-color: #00e600;
}

.text-lime-dark-2 {
  color: #00cc00;
}

.text-hover-lime-dark-2:hover {
  color: #00cc00;
}

.bg-lime-dark-2 {
  background-color: #00cc00;
}

.text-lime-dark-3 {
  color: #00b300;
}

.text-hover-lime-dark-3:hover {
  color: #00b300;
}

.bg-lime-dark-3 {
  background-color: #00b300;
}

.text-lime-dark-4 {
  color: #009900;
}

.text-hover-lime-dark-4:hover {
  color: #009900;
}

.bg-lime-dark-4 {
  background-color: #009900;
}

.text-lime-dark-5 {
  color: green;
}

.text-hover-lime-dark-5:hover {
  color: green;
}

.bg-lime-dark-5 {
  background-color: green;
}

.text-lime-dark-6 {
  color: #006600;
}

.text-hover-lime-dark-6:hover {
  color: #006600;
}

.bg-lime-dark-6 {
  background-color: #006600;
}

.text-lime-dark-7 {
  color: #004d00;
}

.text-hover-lime-dark-7:hover {
  color: #004d00;
}

.bg-lime-dark-7 {
  background-color: #004d00;
}

.text-lime-dark-8 {
  color: #003300;
}

.text-hover-lime-dark-8:hover {
  color: #003300;
}

.bg-lime-dark-8 {
  background-color: #003300;
}

.text-lime-dark-9 {
  color: #001a00;
}

.text-hover-lime-dark-9:hover {
  color: #001a00;
}

.bg-lime-dark-9 {
  background-color: #001a00;
}

.text-maroon {
  color: #800000;
}

.text-hover-maroon:hover {
  color: #800000;
}

.bg-maroon {
  background-color: #800000;
}

.text-maroon-light-1 {
  color: #8d1a1a;
}

.text-hover-maroon-light-1:hover {
  color: #8d1a1a;
}

.bg-maroon-light-1 {
  background-color: #8d1a1a;
}

.text-maroon-light-2 {
  color: #993333;
}

.text-hover-maroon-light-2:hover {
  color: #993333;
}

.bg-maroon-light-2 {
  background-color: #993333;
}

.text-maroon-light-3 {
  color: #a64d4d;
}

.text-hover-maroon-light-3:hover {
  color: #a64d4d;
}

.bg-maroon-light-3 {
  background-color: #a64d4d;
}

.text-maroon-light-4 {
  color: #b36666;
}

.text-hover-maroon-light-4:hover {
  color: #b36666;
}

.bg-maroon-light-4 {
  background-color: #b36666;
}

.text-maroon-light-5 {
  color: #c08080;
}

.text-hover-maroon-light-5:hover {
  color: #c08080;
}

.bg-maroon-light-5 {
  background-color: #c08080;
}

.text-maroon-light-6 {
  color: #cc9999;
}

.text-hover-maroon-light-6:hover {
  color: #cc9999;
}

.bg-maroon-light-6 {
  background-color: #cc9999;
}

.text-maroon-light-7 {
  color: #d9b3b3;
}

.text-hover-maroon-light-7:hover {
  color: #d9b3b3;
}

.bg-maroon-light-7 {
  background-color: #d9b3b3;
}

.text-maroon-light-8 {
  color: #e6cccc;
}

.text-hover-maroon-light-8:hover {
  color: #e6cccc;
}

.bg-maroon-light-8 {
  background-color: #e6cccc;
}

.text-maroon-light-9 {
  color: #f2e6e6;
}

.text-hover-maroon-light-9:hover {
  color: #f2e6e6;
}

.bg-maroon-light-9 {
  background-color: #f2e6e6;
}

.text-maroon-dark-1 {
  color: #730000;
}

.text-hover-maroon-dark-1:hover {
  color: #730000;
}

.bg-maroon-dark-1 {
  background-color: #730000;
}

.text-maroon-dark-2 {
  color: #660000;
}

.text-hover-maroon-dark-2:hover {
  color: #660000;
}

.bg-maroon-dark-2 {
  background-color: #660000;
}

.text-maroon-dark-3 {
  color: #5a0000;
}

.text-hover-maroon-dark-3:hover {
  color: #5a0000;
}

.bg-maroon-dark-3 {
  background-color: #5a0000;
}

.text-maroon-dark-4 {
  color: #4d0000;
}

.text-hover-maroon-dark-4:hover {
  color: #4d0000;
}

.bg-maroon-dark-4 {
  background-color: #4d0000;
}

.text-maroon-dark-5 {
  color: #400000;
}

.text-hover-maroon-dark-5:hover {
  color: #400000;
}

.bg-maroon-dark-5 {
  background-color: #400000;
}

.text-maroon-dark-6 {
  color: #330000;
}

.text-hover-maroon-dark-6:hover {
  color: #330000;
}

.bg-maroon-dark-6 {
  background-color: #330000;
}

.text-maroon-dark-7 {
  color: #260000;
}

.text-hover-maroon-dark-7:hover {
  color: #260000;
}

.bg-maroon-dark-7 {
  background-color: #260000;
}

.text-maroon-dark-8 {
  color: #1a0000;
}

.text-hover-maroon-dark-8:hover {
  color: #1a0000;
}

.bg-maroon-dark-8 {
  background-color: #1a0000;
}

.text-maroon-dark-9 {
  color: #0d0000;
}

.text-hover-maroon-dark-9:hover {
  color: #0d0000;
}

.bg-maroon-dark-9 {
  background-color: #0d0000;
}

.text-violet {
  color: #8a2be2;
}

.text-hover-violet:hover {
  color: #8a2be2;
}

.bg-violet {
  background-color: #8a2be2;
}

.text-violet-light-1 {
  color: #9640e5;
}

.text-hover-violet-light-1:hover {
  color: #9640e5;
}

.bg-violet-light-1 {
  background-color: #9640e5;
}

.text-violet-light-2 {
  color: #a155e8;
}

.text-hover-violet-light-2:hover {
  color: #a155e8;
}

.bg-violet-light-2 {
  background-color: #a155e8;
}

.text-violet-light-3 {
  color: #ad6beb;
}

.text-hover-violet-light-3:hover {
  color: #ad6beb;
}

.bg-violet-light-3 {
  background-color: #ad6beb;
}

.text-violet-light-4 {
  color: #b980ee;
}

.text-hover-violet-light-4:hover {
  color: #b980ee;
}

.bg-violet-light-4 {
  background-color: #b980ee;
}

.text-violet-light-5 {
  color: #c595f1;
}

.text-hover-violet-light-5:hover {
  color: #c595f1;
}

.bg-violet-light-5 {
  background-color: #c595f1;
}

.text-violet-light-6 {
  color: #d0aaf3;
}

.text-hover-violet-light-6:hover {
  color: #d0aaf3;
}

.bg-violet-light-6 {
  background-color: #d0aaf3;
}

.text-violet-light-7 {
  color: #dcbff6;
}

.text-hover-violet-light-7:hover {
  color: #dcbff6;
}

.bg-violet-light-7 {
  background-color: #dcbff6;
}

.text-violet-light-8 {
  color: #e8d5f9;
}

.text-hover-violet-light-8:hover {
  color: #e8d5f9;
}

.bg-violet-light-8 {
  background-color: #e8d5f9;
}

.text-violet-light-9 {
  color: #f3eafc;
}

.text-hover-violet-light-9:hover {
  color: #f3eafc;
}

.bg-violet-light-9 {
  background-color: #f3eafc;
}

.text-violet-dark-1 {
  color: #7c27cb;
}

.text-hover-violet-dark-1:hover {
  color: #7c27cb;
}

.bg-violet-dark-1 {
  background-color: #7c27cb;
}

.text-violet-dark-2 {
  color: #6e22b5;
}

.text-hover-violet-dark-2:hover {
  color: #6e22b5;
}

.bg-violet-dark-2 {
  background-color: #6e22b5;
}

.text-violet-dark-3 {
  color: #611e9e;
}

.text-hover-violet-dark-3:hover {
  color: #611e9e;
}

.bg-violet-dark-3 {
  background-color: #611e9e;
}

.text-violet-dark-4 {
  color: #531a88;
}

.text-hover-violet-dark-4:hover {
  color: #531a88;
}

.bg-violet-dark-4 {
  background-color: #531a88;
}

.text-violet-dark-5 {
  color: #451671;
}

.text-hover-violet-dark-5:hover {
  color: #451671;
}

.bg-violet-dark-5 {
  background-color: #451671;
}

.text-violet-dark-6 {
  color: #37115a;
}

.text-hover-violet-dark-6:hover {
  color: #37115a;
}

.bg-violet-dark-6 {
  background-color: #37115a;
}

.text-violet-dark-7 {
  color: #290d44;
}

.text-hover-violet-dark-7:hover {
  color: #290d44;
}

.bg-violet-dark-7 {
  background-color: #290d44;
}

.text-violet-dark-8 {
  color: #1c092d;
}

.text-hover-violet-dark-8:hover {
  color: #1c092d;
}

.bg-violet-dark-8 {
  background-color: #1c092d;
}

.text-violet-dark-9 {
  color: #0e0417;
}

.text-hover-violet-dark-9:hover {
  color: #0e0417;
}

.bg-violet-dark-9 {
  background-color: #0e0417;
}

.text-gold {
  color: #ffd700;
}

.text-hover-gold:hover {
  color: #ffd700;
}

.bg-gold {
  background-color: #ffd700;
}

.text-gold-light-1 {
  color: #ffdb1a;
}

.text-hover-gold-light-1:hover {
  color: #ffdb1a;
}

.bg-gold-light-1 {
  background-color: #ffdb1a;
}

.text-gold-light-2 {
  color: #ffdf33;
}

.text-hover-gold-light-2:hover {
  color: #ffdf33;
}

.bg-gold-light-2 {
  background-color: #ffdf33;
}

.text-gold-light-3 {
  color: #ffe34d;
}

.text-hover-gold-light-3:hover {
  color: #ffe34d;
}

.bg-gold-light-3 {
  background-color: #ffe34d;
}

.text-gold-light-4 {
  color: #ffe766;
}

.text-hover-gold-light-4:hover {
  color: #ffe766;
}

.bg-gold-light-4 {
  background-color: #ffe766;
}

.text-gold-light-5 {
  color: #ffeb80;
}

.text-hover-gold-light-5:hover {
  color: #ffeb80;
}

.bg-gold-light-5 {
  background-color: #ffeb80;
}

.text-gold-light-6 {
  color: #ffef99;
}

.text-hover-gold-light-6:hover {
  color: #ffef99;
}

.bg-gold-light-6 {
  background-color: #ffef99;
}

.text-gold-light-7 {
  color: #fff3b3;
}

.text-hover-gold-light-7:hover {
  color: #fff3b3;
}

.bg-gold-light-7 {
  background-color: #fff3b3;
}

.text-gold-light-8 {
  color: #fff7cc;
}

.text-hover-gold-light-8:hover {
  color: #fff7cc;
}

.bg-gold-light-8 {
  background-color: #fff7cc;
}

.text-gold-light-9 {
  color: #fffbe6;
}

.text-hover-gold-light-9:hover {
  color: #fffbe6;
}

.bg-gold-light-9 {
  background-color: #fffbe6;
}

.text-gold-dark-1 {
  color: #e6c200;
}

.text-hover-gold-dark-1:hover {
  color: #e6c200;
}

.bg-gold-dark-1 {
  background-color: #e6c200;
}

.text-gold-dark-2 {
  color: #ccac00;
}

.text-hover-gold-dark-2:hover {
  color: #ccac00;
}

.bg-gold-dark-2 {
  background-color: #ccac00;
}

.text-gold-dark-3 {
  color: #b39700;
}

.text-hover-gold-dark-3:hover {
  color: #b39700;
}

.bg-gold-dark-3 {
  background-color: #b39700;
}

.text-gold-dark-4 {
  color: #998100;
}

.text-hover-gold-dark-4:hover {
  color: #998100;
}

.bg-gold-dark-4 {
  background-color: #998100;
}

.text-gold-dark-5 {
  color: #806c00;
}

.text-hover-gold-dark-5:hover {
  color: #806c00;
}

.bg-gold-dark-5 {
  background-color: #806c00;
}

.text-gold-dark-6 {
  color: #665600;
}

.text-hover-gold-dark-6:hover {
  color: #665600;
}

.bg-gold-dark-6 {
  background-color: #665600;
}

.text-gold-dark-7 {
  color: #4d4100;
}

.text-hover-gold-dark-7:hover {
  color: #4d4100;
}

.bg-gold-dark-7 {
  background-color: #4d4100;
}

.text-gold-dark-8 {
  color: #332b00;
}

.text-hover-gold-dark-8:hover {
  color: #332b00;
}

.bg-gold-dark-8 {
  background-color: #332b00;
}

.text-gold-dark-9 {
  color: #1a1600;
}

.text-hover-gold-dark-9:hover {
  color: #1a1600;
}

.bg-gold-dark-9 {
  background-color: #1a1600;
}

.text-coral {
  color: #ff7f50;
}

.text-hover-coral:hover {
  color: #ff7f50;
}

.bg-coral {
  background-color: #ff7f50;
}

.text-coral-light-1 {
  color: #ff8c62;
}

.text-hover-coral-light-1:hover {
  color: #ff8c62;
}

.bg-coral-light-1 {
  background-color: #ff8c62;
}

.text-coral-light-2 {
  color: #ff9973;
}

.text-hover-coral-light-2:hover {
  color: #ff9973;
}

.bg-coral-light-2 {
  background-color: #ff9973;
}

.text-coral-light-3 {
  color: #ffa585;
}

.text-hover-coral-light-3:hover {
  color: #ffa585;
}

.bg-coral-light-3 {
  background-color: #ffa585;
}

.text-coral-light-4 {
  color: #ffb296;
}

.text-hover-coral-light-4:hover {
  color: #ffb296;
}

.bg-coral-light-4 {
  background-color: #ffb296;
}

.text-coral-light-5 {
  color: #ffbfa8;
}

.text-hover-coral-light-5:hover {
  color: #ffbfa8;
}

.bg-coral-light-5 {
  background-color: #ffbfa8;
}

.text-coral-light-6 {
  color: #ffccb9;
}

.text-hover-coral-light-6:hover {
  color: #ffccb9;
}

.bg-coral-light-6 {
  background-color: #ffccb9;
}

.text-coral-light-7 {
  color: #ffd9cb;
}

.text-hover-coral-light-7:hover {
  color: #ffd9cb;
}

.bg-coral-light-7 {
  background-color: #ffd9cb;
}

.text-coral-light-8 {
  color: #ffe5dc;
}

.text-hover-coral-light-8:hover {
  color: #ffe5dc;
}

.bg-coral-light-8 {
  background-color: #ffe5dc;
}

.text-coral-light-9 {
  color: #fff2ee;
}

.text-hover-coral-light-9:hover {
  color: #fff2ee;
}

.bg-coral-light-9 {
  background-color: #fff2ee;
}

.text-coral-dark-1 {
  color: #e67248;
}

.text-hover-coral-dark-1:hover {
  color: #e67248;
}

.bg-coral-dark-1 {
  background-color: #e67248;
}

.text-coral-dark-2 {
  color: #cc6640;
}

.text-hover-coral-dark-2:hover {
  color: #cc6640;
}

.bg-coral-dark-2 {
  background-color: #cc6640;
}

.text-coral-dark-3 {
  color: #b35938;
}

.text-hover-coral-dark-3:hover {
  color: #b35938;
}

.bg-coral-dark-3 {
  background-color: #b35938;
}

.text-coral-dark-4 {
  color: #994c30;
}

.text-hover-coral-dark-4:hover {
  color: #994c30;
}

.bg-coral-dark-4 {
  background-color: #994c30;
}

.text-coral-dark-5 {
  color: #804028;
}

.text-hover-coral-dark-5:hover {
  color: #804028;
}

.bg-coral-dark-5 {
  background-color: #804028;
}

.text-coral-dark-6 {
  color: #663320;
}

.text-hover-coral-dark-6:hover {
  color: #663320;
}

.bg-coral-dark-6 {
  background-color: #663320;
}

.text-coral-dark-7 {
  color: #4d2618;
}

.text-hover-coral-dark-7:hover {
  color: #4d2618;
}

.bg-coral-dark-7 {
  background-color: #4d2618;
}

.text-coral-dark-8 {
  color: #331910;
}

.text-hover-coral-dark-8:hover {
  color: #331910;
}

.bg-coral-dark-8 {
  background-color: #331910;
}

.text-coral-dark-9 {
  color: #1a0d08;
}

.text-hover-coral-dark-9:hover {
  color: #1a0d08;
}

.bg-coral-dark-9 {
  background-color: #1a0d08;
}

.text-navy {
  color: #000080;
}

.text-hover-navy:hover {
  color: #000080;
}

.bg-navy {
  background-color: #000080;
}

.text-navy-light-1 {
  color: #1a1a8d;
}

.text-hover-navy-light-1:hover {
  color: #1a1a8d;
}

.bg-navy-light-1 {
  background-color: #1a1a8d;
}

.text-navy-light-2 {
  color: #333399;
}

.text-hover-navy-light-2:hover {
  color: #333399;
}

.bg-navy-light-2 {
  background-color: #333399;
}

.text-navy-light-3 {
  color: #4d4da6;
}

.text-hover-navy-light-3:hover {
  color: #4d4da6;
}

.bg-navy-light-3 {
  background-color: #4d4da6;
}

.text-navy-light-4 {
  color: #6666b3;
}

.text-hover-navy-light-4:hover {
  color: #6666b3;
}

.bg-navy-light-4 {
  background-color: #6666b3;
}

.text-navy-light-5 {
  color: #8080c0;
}

.text-hover-navy-light-5:hover {
  color: #8080c0;
}

.bg-navy-light-5 {
  background-color: #8080c0;
}

.text-navy-light-6 {
  color: #9999cc;
}

.text-hover-navy-light-6:hover {
  color: #9999cc;
}

.bg-navy-light-6 {
  background-color: #9999cc;
}

.text-navy-light-7 {
  color: #b3b3d9;
}

.text-hover-navy-light-7:hover {
  color: #b3b3d9;
}

.bg-navy-light-7 {
  background-color: #b3b3d9;
}

.text-navy-light-8 {
  color: #cccce6;
}

.text-hover-navy-light-8:hover {
  color: #cccce6;
}

.bg-navy-light-8 {
  background-color: #cccce6;
}

.text-navy-light-9 {
  color: #e6e6f2;
}

.text-hover-navy-light-9:hover {
  color: #e6e6f2;
}

.bg-navy-light-9 {
  background-color: #e6e6f2;
}

.text-navy-dark-1 {
  color: #000073;
}

.text-hover-navy-dark-1:hover {
  color: #000073;
}

.bg-navy-dark-1 {
  background-color: #000073;
}

.text-navy-dark-2 {
  color: #000066;
}

.text-hover-navy-dark-2:hover {
  color: #000066;
}

.bg-navy-dark-2 {
  background-color: #000066;
}

.text-navy-dark-3 {
  color: #00005a;
}

.text-hover-navy-dark-3:hover {
  color: #00005a;
}

.bg-navy-dark-3 {
  background-color: #00005a;
}

.text-navy-dark-4 {
  color: #00004d;
}

.text-hover-navy-dark-4:hover {
  color: #00004d;
}

.bg-navy-dark-4 {
  background-color: #00004d;
}

.text-navy-dark-5 {
  color: #000040;
}

.text-hover-navy-dark-5:hover {
  color: #000040;
}

.bg-navy-dark-5 {
  background-color: #000040;
}

.text-navy-dark-6 {
  color: #000033;
}

.text-hover-navy-dark-6:hover {
  color: #000033;
}

.bg-navy-dark-6 {
  background-color: #000033;
}

.text-navy-dark-7 {
  color: #000026;
}

.text-hover-navy-dark-7:hover {
  color: #000026;
}

.bg-navy-dark-7 {
  background-color: #000026;
}

.text-navy-dark-8 {
  color: #00001a;
}

.text-hover-navy-dark-8:hover {
  color: #00001a;
}

.bg-navy-dark-8 {
  background-color: #00001a;
}

.text-navy-dark-9 {
  color: #00000d;
}

.text-hover-navy-dark-9:hover {
  color: #00000d;
}

.bg-navy-dark-9 {
  background-color: #00000d;
}

.text-olive {
  color: #808000;
}

.text-hover-olive:hover {
  color: #808000;
}

.bg-olive {
  background-color: #808000;
}

.text-olive-light-1 {
  color: #8d8d1a;
}

.text-hover-olive-light-1:hover {
  color: #8d8d1a;
}

.bg-olive-light-1 {
  background-color: #8d8d1a;
}

.text-olive-light-2 {
  color: #999933;
}

.text-hover-olive-light-2:hover {
  color: #999933;
}

.bg-olive-light-2 {
  background-color: #999933;
}

.text-olive-light-3 {
  color: #a6a64d;
}

.text-hover-olive-light-3:hover {
  color: #a6a64d;
}

.bg-olive-light-3 {
  background-color: #a6a64d;
}

.text-olive-light-4 {
  color: #b3b366;
}

.text-hover-olive-light-4:hover {
  color: #b3b366;
}

.bg-olive-light-4 {
  background-color: #b3b366;
}

.text-olive-light-5 {
  color: #c0c080;
}

.text-hover-olive-light-5:hover {
  color: #c0c080;
}

.bg-olive-light-5 {
  background-color: #c0c080;
}

.text-olive-light-6 {
  color: #cccc99;
}

.text-hover-olive-light-6:hover {
  color: #cccc99;
}

.bg-olive-light-6 {
  background-color: #cccc99;
}

.text-olive-light-7 {
  color: #d9d9b3;
}

.text-hover-olive-light-7:hover {
  color: #d9d9b3;
}

.bg-olive-light-7 {
  background-color: #d9d9b3;
}

.text-olive-light-8 {
  color: #e6e6cc;
}

.text-hover-olive-light-8:hover {
  color: #e6e6cc;
}

.bg-olive-light-8 {
  background-color: #e6e6cc;
}

.text-olive-light-9 {
  color: #f2f2e6;
}

.text-hover-olive-light-9:hover {
  color: #f2f2e6;
}

.bg-olive-light-9 {
  background-color: #f2f2e6;
}

.text-olive-dark-1 {
  color: #737300;
}

.text-hover-olive-dark-1:hover {
  color: #737300;
}

.bg-olive-dark-1 {
  background-color: #737300;
}

.text-olive-dark-2 {
  color: #666600;
}

.text-hover-olive-dark-2:hover {
  color: #666600;
}

.bg-olive-dark-2 {
  background-color: #666600;
}

.text-olive-dark-3 {
  color: #5a5a00;
}

.text-hover-olive-dark-3:hover {
  color: #5a5a00;
}

.bg-olive-dark-3 {
  background-color: #5a5a00;
}

.text-olive-dark-4 {
  color: #4d4d00;
}

.text-hover-olive-dark-4:hover {
  color: #4d4d00;
}

.bg-olive-dark-4 {
  background-color: #4d4d00;
}

.text-olive-dark-5 {
  color: #404000;
}

.text-hover-olive-dark-5:hover {
  color: #404000;
}

.bg-olive-dark-5 {
  background-color: #404000;
}

.text-olive-dark-6 {
  color: #333300;
}

.text-hover-olive-dark-6:hover {
  color: #333300;
}

.bg-olive-dark-6 {
  background-color: #333300;
}

.text-olive-dark-7 {
  color: #262600;
}

.text-hover-olive-dark-7:hover {
  color: #262600;
}

.bg-olive-dark-7 {
  background-color: #262600;
}

.text-olive-dark-8 {
  color: #1a1a00;
}

.text-hover-olive-dark-8:hover {
  color: #1a1a00;
}

.bg-olive-dark-8 {
  background-color: #1a1a00;
}

.text-olive-dark-9 {
  color: #0d0d00;
}

.text-hover-olive-dark-9:hover {
  color: #0d0d00;
}

.bg-olive-dark-9 {
  background-color: #0d0d00;
}

.text-sky-blue {
  color: #87ceeb;
}

.text-hover-sky-blue:hover {
  color: #87ceeb;
}

.bg-sky-blue {
  background-color: #87ceeb;
}

.text-sky-blue-light-1 {
  color: #93d3ed;
}

.text-hover-sky-blue-light-1:hover {
  color: #93d3ed;
}

.bg-sky-blue-light-1 {
  background-color: #93d3ed;
}

.text-sky-blue-light-2 {
  color: #9fd8ef;
}

.text-hover-sky-blue-light-2:hover {
  color: #9fd8ef;
}

.bg-sky-blue-light-2 {
  background-color: #9fd8ef;
}

.text-sky-blue-light-3 {
  color: #abddf1;
}

.text-hover-sky-blue-light-3:hover {
  color: #abddf1;
}

.bg-sky-blue-light-3 {
  background-color: #abddf1;
}

.text-sky-blue-light-4 {
  color: #b7e2f3;
}

.text-hover-sky-blue-light-4:hover {
  color: #b7e2f3;
}

.bg-sky-blue-light-4 {
  background-color: #b7e2f3;
}

.text-sky-blue-light-5 {
  color: #c3e7f5;
}

.text-hover-sky-blue-light-5:hover {
  color: #c3e7f5;
}

.bg-sky-blue-light-5 {
  background-color: #c3e7f5;
}

.text-sky-blue-light-6 {
  color: #cfebf7;
}

.text-hover-sky-blue-light-6:hover {
  color: #cfebf7;
}

.bg-sky-blue-light-6 {
  background-color: #cfebf7;
}

.text-sky-blue-light-7 {
  color: #dbf0f9;
}

.text-hover-sky-blue-light-7:hover {
  color: #dbf0f9;
}

.bg-sky-blue-light-7 {
  background-color: #dbf0f9;
}

.text-sky-blue-light-8 {
  color: #e7f5fb;
}

.text-hover-sky-blue-light-8:hover {
  color: #e7f5fb;
}

.bg-sky-blue-light-8 {
  background-color: #e7f5fb;
}

.text-sky-blue-light-9 {
  color: #f3fafd;
}

.text-hover-sky-blue-light-9:hover {
  color: #f3fafd;
}

.bg-sky-blue-light-9 {
  background-color: #f3fafd;
}

.text-sky-blue-dark-1 {
  color: #7ab9d4;
}

.text-hover-sky-blue-dark-1:hover {
  color: #7ab9d4;
}

.bg-sky-blue-dark-1 {
  background-color: #7ab9d4;
}

.text-sky-blue-dark-2 {
  color: #6ca5bc;
}

.text-hover-sky-blue-dark-2:hover {
  color: #6ca5bc;
}

.bg-sky-blue-dark-2 {
  background-color: #6ca5bc;
}

.text-sky-blue-dark-3 {
  color: #5f90a5;
}

.text-hover-sky-blue-dark-3:hover {
  color: #5f90a5;
}

.bg-sky-blue-dark-3 {
  background-color: #5f90a5;
}

.text-sky-blue-dark-4 {
  color: #517c8d;
}

.text-hover-sky-blue-dark-4:hover {
  color: #517c8d;
}

.bg-sky-blue-dark-4 {
  background-color: #517c8d;
}

.text-sky-blue-dark-5 {
  color: #446776;
}

.text-hover-sky-blue-dark-5:hover {
  color: #446776;
}

.bg-sky-blue-dark-5 {
  background-color: #446776;
}

.text-sky-blue-dark-6 {
  color: #36525e;
}

.text-hover-sky-blue-dark-6:hover {
  color: #36525e;
}

.bg-sky-blue-dark-6 {
  background-color: #36525e;
}

.text-sky-blue-dark-7 {
  color: #293e47;
}

.text-hover-sky-blue-dark-7:hover {
  color: #293e47;
}

.bg-sky-blue-dark-7 {
  background-color: #293e47;
}

.text-sky-blue-dark-8 {
  color: #1b292f;
}

.text-hover-sky-blue-dark-8:hover {
  color: #1b292f;
}

.bg-sky-blue-dark-8 {
  background-color: #1b292f;
}

.text-sky-blue-dark-9 {
  color: #0e1518;
}

.text-hover-sky-blue-dark-9:hover {
  color: #0e1518;
}

.bg-sky-blue-dark-9 {
  background-color: #0e1518;
}

.text-salmon {
  color: #fa8072;
}

.text-hover-salmon:hover {
  color: #fa8072;
}

.bg-salmon {
  background-color: #fa8072;
}

.text-salmon-light-1 {
  color: #fb8d80;
}

.text-hover-salmon-light-1:hover {
  color: #fb8d80;
}

.bg-salmon-light-1 {
  background-color: #fb8d80;
}

.text-salmon-light-2 {
  color: #fb998e;
}

.text-hover-salmon-light-2:hover {
  color: #fb998e;
}

.bg-salmon-light-2 {
  background-color: #fb998e;
}

.text-salmon-light-3 {
  color: #fca69c;
}

.text-hover-salmon-light-3:hover {
  color: #fca69c;
}

.bg-salmon-light-3 {
  background-color: #fca69c;
}

.text-salmon-light-4 {
  color: #fcb3aa;
}

.text-hover-salmon-light-4:hover {
  color: #fcb3aa;
}

.bg-salmon-light-4 {
  background-color: #fcb3aa;
}

.text-salmon-light-5 {
  color: #fdc0b9;
}

.text-hover-salmon-light-5:hover {
  color: #fdc0b9;
}

.bg-salmon-light-5 {
  background-color: #fdc0b9;
}

.text-salmon-light-6 {
  color: #fdccc7;
}

.text-hover-salmon-light-6:hover {
  color: #fdccc7;
}

.bg-salmon-light-6 {
  background-color: #fdccc7;
}

.text-salmon-light-7 {
  color: #fed9d5;
}

.text-hover-salmon-light-7:hover {
  color: #fed9d5;
}

.bg-salmon-light-7 {
  background-color: #fed9d5;
}

.text-salmon-light-8 {
  color: #fee6e3;
}

.text-hover-salmon-light-8:hover {
  color: #fee6e3;
}

.bg-salmon-light-8 {
  background-color: #fee6e3;
}

.text-salmon-light-9 {
  color: #fff2f1;
}

.text-hover-salmon-light-9:hover {
  color: #fff2f1;
}

.bg-salmon-light-9 {
  background-color: #fff2f1;
}

.text-salmon-dark-1 {
  color: #e17367;
}

.text-hover-salmon-dark-1:hover {
  color: #e17367;
}

.bg-salmon-dark-1 {
  background-color: #e17367;
}

.text-salmon-dark-2 {
  color: #c8665b;
}

.text-hover-salmon-dark-2:hover {
  color: #c8665b;
}

.bg-salmon-dark-2 {
  background-color: #c8665b;
}

.text-salmon-dark-3 {
  color: #af5a50;
}

.text-hover-salmon-dark-3:hover {
  color: #af5a50;
}

.bg-salmon-dark-3 {
  background-color: #af5a50;
}

.text-salmon-dark-4 {
  color: #964d44;
}

.text-hover-salmon-dark-4:hover {
  color: #964d44;
}

.bg-salmon-dark-4 {
  background-color: #964d44;
}

.text-salmon-dark-5 {
  color: #7d4039;
}

.text-hover-salmon-dark-5:hover {
  color: #7d4039;
}

.bg-salmon-dark-5 {
  background-color: #7d4039;
}

.text-salmon-dark-6 {
  color: #64332e;
}

.text-hover-salmon-dark-6:hover {
  color: #64332e;
}

.bg-salmon-dark-6 {
  background-color: #64332e;
}

.text-salmon-dark-7 {
  color: #4b2622;
}

.text-hover-salmon-dark-7:hover {
  color: #4b2622;
}

.bg-salmon-dark-7 {
  background-color: #4b2622;
}

.text-salmon-dark-8 {
  color: #321a17;
}

.text-hover-salmon-dark-8:hover {
  color: #321a17;
}

.bg-salmon-dark-8 {
  background-color: #321a17;
}

.text-salmon-dark-9 {
  color: #190d0b;
}

.text-hover-salmon-dark-9:hover {
  color: #190d0b;
}

.bg-salmon-dark-9 {
  background-color: #190d0b;
}

.text-dark-green {
  color: #006400;
}

.text-hover-dark-green:hover {
  color: #006400;
}

.bg-dark-green {
  background-color: #006400;
}

.text-dark-green-light-1 {
  color: #1a741a;
}

.text-hover-dark-green-light-1:hover {
  color: #1a741a;
}

.bg-dark-green-light-1 {
  background-color: #1a741a;
}

.text-dark-green-light-2 {
  color: #338333;
}

.text-hover-dark-green-light-2:hover {
  color: #338333;
}

.bg-dark-green-light-2 {
  background-color: #338333;
}

.text-dark-green-light-3 {
  color: #4d934d;
}

.text-hover-dark-green-light-3:hover {
  color: #4d934d;
}

.bg-dark-green-light-3 {
  background-color: #4d934d;
}

.text-dark-green-light-4 {
  color: #66a266;
}

.text-hover-dark-green-light-4:hover {
  color: #66a266;
}

.bg-dark-green-light-4 {
  background-color: #66a266;
}

.text-dark-green-light-5 {
  color: #80b280;
}

.text-hover-dark-green-light-5:hover {
  color: #80b280;
}

.bg-dark-green-light-5 {
  background-color: #80b280;
}

.text-dark-green-light-6 {
  color: #99c199;
}

.text-hover-dark-green-light-6:hover {
  color: #99c199;
}

.bg-dark-green-light-6 {
  background-color: #99c199;
}

.text-dark-green-light-7 {
  color: #b3d1b3;
}

.text-hover-dark-green-light-7:hover {
  color: #b3d1b3;
}

.bg-dark-green-light-7 {
  background-color: #b3d1b3;
}

.text-dark-green-light-8 {
  color: #cce0cc;
}

.text-hover-dark-green-light-8:hover {
  color: #cce0cc;
}

.bg-dark-green-light-8 {
  background-color: #cce0cc;
}

.text-dark-green-light-9 {
  color: #e6f0e6;
}

.text-hover-dark-green-light-9:hover {
  color: #e6f0e6;
}

.bg-dark-green-light-9 {
  background-color: #e6f0e6;
}

.text-dark-green-dark-1 {
  color: #005a00;
}

.text-hover-dark-green-dark-1:hover {
  color: #005a00;
}

.bg-dark-green-dark-1 {
  background-color: #005a00;
}

.text-dark-green-dark-2 {
  color: #005000;
}

.text-hover-dark-green-dark-2:hover {
  color: #005000;
}

.bg-dark-green-dark-2 {
  background-color: #005000;
}

.text-dark-green-dark-3 {
  color: #004600;
}

.text-hover-dark-green-dark-3:hover {
  color: #004600;
}

.bg-dark-green-dark-3 {
  background-color: #004600;
}

.text-dark-green-dark-4 {
  color: #003c00;
}

.text-hover-dark-green-dark-4:hover {
  color: #003c00;
}

.bg-dark-green-dark-4 {
  background-color: #003c00;
}

.text-dark-green-dark-5 {
  color: #003200;
}

.text-hover-dark-green-dark-5:hover {
  color: #003200;
}

.bg-dark-green-dark-5 {
  background-color: #003200;
}

.text-dark-green-dark-6 {
  color: #002800;
}

.text-hover-dark-green-dark-6:hover {
  color: #002800;
}

.bg-dark-green-dark-6 {
  background-color: #002800;
}

.text-dark-green-dark-7 {
  color: #001e00;
}

.text-hover-dark-green-dark-7:hover {
  color: #001e00;
}

.bg-dark-green-dark-7 {
  background-color: #001e00;
}

.text-dark-green-dark-8 {
  color: #001400;
}

.text-hover-dark-green-dark-8:hover {
  color: #001400;
}

.bg-dark-green-dark-8 {
  background-color: #001400;
}

.text-dark-green-dark-9 {
  color: #000a00;
}

.text-hover-dark-green-dark-9:hover {
  color: #000a00;
}

.bg-dark-green-dark-9 {
  background-color: #000a00;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
.animated-content {
  margin-bottom: 20px;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease forwards;
}

.slide-in {
  opacity: 0;
  transform: translateY(50px);
  animation: slideIn 0.5s ease forwards;
}

.bounce {
  animation: bounce 0.5s infinite alternate;
}

.slide-in-right {
  opacity: 0;
  transform: translateX(100%); /* Start element off-screen to the right */
  animation: slideInRight 0.5s ease-in-out forwards;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.grow {
  transform: scale(0); /* Start element at 0 scale (invisible) */
  animation: grow 0.5s ease-in-out forwards;
}

@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0);
  }
}
.card {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #e2e2e2;
}
.card .card-title {
  font-size: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
}
.card .card-body {
  font-size: 1rem;
}
.card .card-body a {
  text-decoration: underline;
}
.card.card-rounded {
  border-radius: 20px;
}

.card-primary {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #326dee;
}

.card-secondary {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #1ac886;
}

.card-error {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #d32752;
}

.card-info {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #f6c31c;
}

.card-blue {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #1919e6;
}

.card-red {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #e61919;
}

.card-yellow {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #e6e619;
}

.card-green {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #19e635;
}

.card-orange {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #ffa600;
}

.card-purple {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #9900ff;
}

.card-gray {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #808080;
}

.card-black {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid black;
}

.card-white {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid white;
}

.card-cyan {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #00FFFF;
}

.card-pink {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #FF69B4;
}

.card-teal {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #008080;
}

.card-lime {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #00FF00;
}

.card-maroon {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #800000;
}

.card-violet {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #8a2be2;
}

.card-gold {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #ffd700;
}

.card-coral {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #ff7f50;
}

.card-navy {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #000080;
}

.card-olive {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #808000;
}

.card-sky-blue {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #87ceeb;
}

.card-salmon {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #fa8072;
}

.card-dark-green {
  display: block;
  padding: 1rem;
  border: 2px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 2px solid #006400;
}

.btn-primary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #326dee;
  transition: background-color 0.3s ease-in-out;
}
.btn-primary:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-primary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #326dee;
  color: #326dee;
}
.btn-outlined-primary:hover {
  background-color: rgba(50, 109, 238, 0.1);
  transform: scale(1.05);
}

.btn-complement-primary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #326dee;
  transition: background-color 0.3s ease-in-out;
  color: #fae7bf;
}
.btn-complement-primary:hover {
  color: #1251db;
  background-color: #fef9ee;
  transform: scale(1.05);
}

.btn-primary-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #326dee;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-primary-rounded:hover {
  background-color: #1a5cec;
}

.btn-primary-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #326dee;
}
.btn-primary-text:hover {
  background-color: rgba(50, 109, 238, 0.1);
  transform: scale(1.1);
}

.btn-secondary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #1ac886;
  transition: background-color 0.3s ease-in-out;
}
.btn-secondary:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-secondary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #1ac886;
  color: #1ac886;
}
.btn-outlined-secondary:hover {
  background-color: rgba(26, 200, 134, 0.1);
  transform: scale(1.05);
}

.btn-complement-secondary {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #1ac886;
  transition: background-color 0.3s ease-in-out;
  color: #f08bb1;
}
.btn-complement-secondary:hover {
  color: #149b68;
  background-color: #f6b8d0;
  transform: scale(1.05);
}

.btn-secondary-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #1ac886;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-secondary-rounded:hover {
  background-color: #17b177;
}

.btn-secondary-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #1ac886;
}
.btn-secondary-text:hover {
  background-color: rgba(26, 200, 134, 0.1);
  transform: scale(1.1);
}

.btn-error {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #d32752;
  transition: background-color 0.3s ease-in-out;
}
.btn-error:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-error {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #d32752;
  color: #d32752;
}
.btn-outlined-error:hover {
  background-color: rgba(211, 39, 82, 0.1);
  transform: scale(1.05);
}

.btn-complement-error {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #d32752;
  transition: background-color 0.3s ease-in-out;
  color: #a5eedc;
}
.btn-complement-error:hover {
  color: #a81f41;
  background-color: #d0f6ed;
  transform: scale(1.05);
}

.btn-error-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #d32752;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-error-rounded:hover {
  background-color: #bd234a;
}

.btn-error-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #d32752;
}
.btn-error-text:hover {
  background-color: rgba(211, 39, 82, 0.1);
  transform: scale(1.1);
}

.btn-info {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #f6c31c;
  transition: background-color 0.3s ease-in-out;
}
.btn-info:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-info {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #f6c31c;
  color: #f6c31c;
}
.btn-outlined-info:hover {
  background-color: rgba(246, 195, 28, 0.1);
  transform: scale(1.05);
}

.btn-complement-info {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #f6c31c;
  transition: background-color 0.3s ease-in-out;
  color: #afc1fc;
}
.btn-complement-info:hover {
  color: #d6a609;
  background-color: #e0e7fe;
  transform: scale(1.05);
}

.btn-info-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #f6c31c;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-info-rounded:hover {
  background-color: #efb909;
}

.btn-info-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #f6c31c;
}
.btn-info-text:hover {
  background-color: rgba(246, 195, 28, 0.1);
  transform: scale(1.1);
}

.btn-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #1919e6;
  transition: background-color 0.3s ease-in-out;
}
.btn-blue:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #1919e6;
  color: #1919e6;
}
.btn-outlined-blue:hover {
  background-color: rgba(25, 25, 230, 0.1);
  transform: scale(1.05);
}

.btn-complement-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #1919e6;
  transition: background-color 0.3s ease-in-out;
  color: #f5f5a3;
}
.btn-complement-blue:hover {
  color: #1414b8;
  background-color: #fafad1;
  transform: scale(1.05);
}

.btn-blue-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #1919e6;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-blue-rounded:hover {
  background-color: #1717cf;
}

.btn-blue-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #1919e6;
}
.btn-blue-text:hover {
  background-color: rgba(25, 25, 230, 0.1);
  transform: scale(1.1);
}

.btn-red {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #e61919;
  transition: background-color 0.3s ease-in-out;
}
.btn-red:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-red {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #e61919;
  color: #e61919;
}
.btn-outlined-red:hover {
  background-color: rgba(230, 25, 25, 0.1);
  transform: scale(1.05);
}

.btn-complement-red {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #e61919;
  transition: background-color 0.3s ease-in-out;
  color: #a3f5f5;
}
.btn-complement-red:hover {
  color: #b81414;
  background-color: #d1fafa;
  transform: scale(1.05);
}

.btn-red-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #e61919;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-red-rounded:hover {
  background-color: #cf1717;
}

.btn-red-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #e61919;
}
.btn-red-text:hover {
  background-color: rgba(230, 25, 25, 0.1);
  transform: scale(1.1);
}

.btn-yellow {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #e6e619;
  transition: background-color 0.3s ease-in-out;
}
.btn-yellow:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-yellow {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #e6e619;
  color: #e6e619;
}
.btn-outlined-yellow:hover {
  background-color: rgba(230, 230, 25, 0.1);
  transform: scale(1.05);
}

.btn-complement-yellow {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #e6e619;
  transition: background-color 0.3s ease-in-out;
  color: #a3a3f5;
}
.btn-complement-yellow:hover {
  color: #b8b814;
  background-color: #d1d1fa;
  transform: scale(1.05);
}

.btn-yellow-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #e6e619;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-yellow-rounded:hover {
  background-color: #cfcf17;
}

.btn-yellow-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #e6e619;
}
.btn-yellow-text:hover {
  background-color: rgba(230, 230, 25, 0.1);
  transform: scale(1.1);
}

.btn-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #19e635;
  transition: background-color 0.3s ease-in-out;
}
.btn-green:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #19e635;
  color: #19e635;
}
.btn-outlined-green:hover {
  background-color: rgba(25, 230, 53, 0.1);
  transform: scale(1.05);
}

.btn-complement-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #19e635;
  transition: background-color 0.3s ease-in-out;
  color: #f5a3ea;
}
.btn-complement-green:hover {
  color: #14b82a;
  background-color: #fad1f4;
  transform: scale(1.05);
}

.btn-green-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #19e635;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-green-rounded:hover {
  background-color: #17cf30;
}

.btn-green-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #19e635;
}
.btn-green-text:hover {
  background-color: rgba(25, 230, 53, 0.1);
  transform: scale(1.1);
}

.btn-orange {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #ffa600;
  transition: background-color 0.3s ease-in-out;
}
.btn-orange:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-orange {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #ffa600;
  color: #ffa600;
}
.btn-outlined-orange:hover {
  background-color: rgba(255, 166, 0, 0.1);
  transform: scale(1.05);
}

.btn-complement-orange {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #ffa600;
  transition: background-color 0.3s ease-in-out;
  color: #99bdff;
}
.btn-complement-orange:hover {
  color: #cc8500;
  background-color: #ccdeff;
  transform: scale(1.05);
}

.btn-orange-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #ffa600;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-orange-rounded:hover {
  background-color: #e69500;
}

.btn-orange-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #ffa600;
}
.btn-orange-text:hover {
  background-color: rgba(255, 166, 0, 0.1);
  transform: scale(1.1);
}

.btn-purple {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #9900ff;
  transition: background-color 0.3s ease-in-out;
}
.btn-purple:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-purple {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #9900ff;
  color: #9900ff;
}
.btn-outlined-purple:hover {
  background-color: rgba(153, 0, 255, 0.1);
  transform: scale(1.05);
}

.btn-complement-purple {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #9900ff;
  transition: background-color 0.3s ease-in-out;
  color: #c2ff99;
}
.btn-complement-purple:hover {
  color: #7a00cc;
  background-color: #e0ffcc;
  transform: scale(1.05);
}

.btn-purple-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #9900ff;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-purple-rounded:hover {
  background-color: #8a00e6;
}

.btn-purple-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #9900ff;
}
.btn-purple-text:hover {
  background-color: rgba(153, 0, 255, 0.1);
  transform: scale(1.1);
}

.btn-gray {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #808080;
  transition: background-color 0.3s ease-in-out;
}
.btn-gray:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-gray {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #808080;
  color: #808080;
}
.btn-outlined-gray:hover {
  background-color: rgba(128, 128, 128, 0.1);
  transform: scale(1.05);
}

.btn-complement-gray {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #808080;
  transition: background-color 0.3s ease-in-out;
  color: #cdcdcd;
}
.btn-complement-gray:hover {
  color: #676767;
  background-color: #e6e6e6;
  transform: scale(1.05);
}

.btn-gray-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #808080;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-gray-rounded:hover {
  background-color: #737373;
}

.btn-gray-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #808080;
}
.btn-gray-text:hover {
  background-color: rgba(128, 128, 128, 0.1);
  transform: scale(1.1);
}

.btn-black {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: black;
  transition: background-color 0.3s ease-in-out;
}
.btn-black:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-black {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid black;
  color: black;
}
.btn-outlined-black:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.05);
}

.btn-complement-black {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: black;
  transition: background-color 0.3s ease-in-out;
  color: #4d4d4d;
}
.btn-complement-black:hover {
  color: black;
  background-color: #666666;
  transform: scale(1.05);
}

.btn-black-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: black;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-black-rounded:hover {
  background-color: black;
}

.btn-black-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: black;
}
.btn-black-text:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}

.btn-white {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
}
.btn-white:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-white {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid white;
  color: white;
}
.btn-outlined-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

.btn-complement-white {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
  color: white;
}
.btn-complement-white:hover {
  color: #e6e6e6;
  background-color: white;
  transform: scale(1.05);
}

.btn-white-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-white-rounded:hover {
  background-color: #f2f2f2;
}

.btn-white-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: white;
}
.btn-white-text:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}

.btn-cyan {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #00FFFF;
  transition: background-color 0.3s ease-in-out;
}
.btn-cyan:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-cyan {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #00FFFF;
  color: #00FFFF;
}
.btn-outlined-cyan:hover {
  background-color: rgba(0, 255, 255, 0.1);
  transform: scale(1.05);
}

.btn-complement-cyan {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #00FFFF;
  transition: background-color 0.3s ease-in-out;
  color: #ff9999;
}
.btn-complement-cyan:hover {
  color: #00cccc;
  background-color: #ffcccc;
  transform: scale(1.05);
}

.btn-cyan-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #00FFFF;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-cyan-rounded:hover {
  background-color: #00e6e6;
}

.btn-cyan-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #00FFFF;
}
.btn-cyan-text:hover {
  background-color: rgba(0, 255, 255, 0.1);
  transform: scale(1.1);
}

.btn-pink {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #FF69B4;
  transition: background-color 0.3s ease-in-out;
}
.btn-pink:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-pink {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #FF69B4;
  color: #FF69B4;
}
.btn-outlined-pink:hover {
  background-color: rgba(255, 105, 180, 0.1);
  transform: scale(1.05);
}

.btn-complement-pink {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #FF69B4;
  transition: background-color 0.3s ease-in-out;
  color: white;
}
.btn-complement-pink:hover {
  color: #ff369b;
  background-color: white;
  transform: scale(1.05);
}

.btn-pink-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #FF69B4;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-pink-rounded:hover {
  background-color: #ff50a7;
}

.btn-pink-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #FF69B4;
}
.btn-pink-text:hover {
  background-color: rgba(255, 105, 180, 0.1);
  transform: scale(1.1);
}

.btn-teal {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #008080;
  transition: background-color 0.3s ease-in-out;
}
.btn-teal:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-teal {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #008080;
  color: #008080;
}
.btn-outlined-teal:hover {
  background-color: rgba(0, 128, 128, 0.1);
  transform: scale(1.05);
}

.btn-complement-teal {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #008080;
  transition: background-color 0.3s ease-in-out;
  color: #ff1a1a;
}
.btn-complement-teal:hover {
  color: #004d4d;
  background-color: #ff4d4d;
  transform: scale(1.05);
}

.btn-teal-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #008080;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-teal-rounded:hover {
  background-color: #006767;
}

.btn-teal-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #008080;
}
.btn-teal-text:hover {
  background-color: rgba(0, 128, 128, 0.1);
  transform: scale(1.1);
}

.btn-lime {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #00FF00;
  transition: background-color 0.3s ease-in-out;
}
.btn-lime:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-lime {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #00FF00;
  color: #00FF00;
}
.btn-outlined-lime:hover {
  background-color: rgba(0, 255, 0, 0.1);
  transform: scale(1.05);
}

.btn-complement-lime {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #00FF00;
  transition: background-color 0.3s ease-in-out;
  color: #ff99ff;
}
.btn-complement-lime:hover {
  color: #00cc00;
  background-color: #ffccff;
  transform: scale(1.05);
}

.btn-lime-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #00FF00;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-lime-rounded:hover {
  background-color: #00e600;
}

.btn-lime-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #00FF00;
}
.btn-lime-text:hover {
  background-color: rgba(0, 255, 0, 0.1);
  transform: scale(1.1);
}

.btn-maroon {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #800000;
  transition: background-color 0.3s ease-in-out;
}
.btn-maroon:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-maroon {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #800000;
  color: #800000;
}
.btn-outlined-maroon:hover {
  background-color: rgba(128, 0, 0, 0.1);
  transform: scale(1.05);
}

.btn-complement-maroon {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #800000;
  transition: background-color 0.3s ease-in-out;
  color: #1affff;
}
.btn-complement-maroon:hover {
  color: #4d0000;
  background-color: #4dffff;
  transform: scale(1.05);
}

.btn-maroon-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #800000;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-maroon-rounded:hover {
  background-color: #670000;
}

.btn-maroon-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #800000;
}
.btn-maroon-text:hover {
  background-color: rgba(128, 0, 0, 0.1);
  transform: scale(1.1);
}

.btn-violet {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #8a2be2;
  transition: background-color 0.3s ease-in-out;
}
.btn-violet:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-violet {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #8a2be2;
  color: #8a2be2;
}
.btn-outlined-violet:hover {
  background-color: rgba(138, 43, 226, 0.1);
  transform: scale(1.05);
}

.btn-complement-violet {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #8a2be2;
  transition: background-color 0.3s ease-in-out;
  color: #d2f4b2;
}
.btn-complement-violet:hover {
  color: #701ac0;
  background-color: #ecfbde;
  transform: scale(1.05);
}

.btn-violet-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #8a2be2;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-violet-rounded:hover {
  background-color: #7d1dd6;
}

.btn-violet-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #8a2be2;
}
.btn-violet-text:hover {
  background-color: rgba(138, 43, 226, 0.1);
  transform: scale(1.1);
}

.btn-gold {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #ffd700;
  transition: background-color 0.3s ease-in-out;
}
.btn-gold:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-gold {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #ffd700;
  color: #ffd700;
}
.btn-outlined-gold:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: scale(1.05);
}

.btn-complement-gold {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #ffd700;
  transition: background-color 0.3s ease-in-out;
  color: #99a9ff;
}
.btn-complement-gold:hover {
  color: #ccac00;
  background-color: #ccd4ff;
  transform: scale(1.05);
}

.btn-gold-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #ffd700;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-gold-rounded:hover {
  background-color: #e6c200;
}

.btn-gold-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #ffd700;
}
.btn-gold-text:hover {
  background-color: rgba(255, 215, 0, 0.1);
  transform: scale(1.1);
}

.btn-coral {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #ff7f50;
  transition: background-color 0.3s ease-in-out;
}
.btn-coral:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-coral {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #ff7f50;
  color: #ff7f50;
}
.btn-outlined-coral:hover {
  background-color: rgba(255, 127, 80, 0.1);
  transform: scale(1.05);
}

.btn-complement-coral {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #ff7f50;
  transition: background-color 0.3s ease-in-out;
  color: #e9f9ff;
}
.btn-complement-coral:hover {
  color: #ff5a1d;
  background-color: white;
  transform: scale(1.05);
}

.btn-coral-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #ff7f50;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-coral-rounded:hover {
  background-color: #ff6c37;
}

.btn-coral-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #ff7f50;
}
.btn-coral-text:hover {
  background-color: rgba(255, 127, 80, 0.1);
  transform: scale(1.1);
}

.btn-navy {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #000080;
  transition: background-color 0.3s ease-in-out;
}
.btn-navy:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-navy {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #000080;
  color: #000080;
}
.btn-outlined-navy:hover {
  background-color: rgba(0, 0, 128, 0.1);
  transform: scale(1.05);
}

.btn-complement-navy {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #000080;
  transition: background-color 0.3s ease-in-out;
  color: #ffff1a;
}
.btn-complement-navy:hover {
  color: #00004d;
  background-color: #ffff4d;
  transform: scale(1.05);
}

.btn-navy-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #000080;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-navy-rounded:hover {
  background-color: #000067;
}

.btn-navy-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #000080;
}
.btn-navy-text:hover {
  background-color: rgba(0, 0, 128, 0.1);
  transform: scale(1.1);
}

.btn-olive {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #808000;
  transition: background-color 0.3s ease-in-out;
}
.btn-olive:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-olive {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #808000;
  color: #808000;
}
.btn-outlined-olive:hover {
  background-color: rgba(128, 128, 0, 0.1);
  transform: scale(1.05);
}

.btn-complement-olive {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #808000;
  transition: background-color 0.3s ease-in-out;
  color: #1a1aff;
}
.btn-complement-olive:hover {
  color: #4d4d00;
  background-color: #4d4dff;
  transform: scale(1.05);
}

.btn-olive-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #808000;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-olive-rounded:hover {
  background-color: #676700;
}

.btn-olive-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #808000;
}
.btn-olive-text:hover {
  background-color: rgba(128, 128, 0, 0.1);
  transform: scale(1.1);
}

.btn-sky-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #87ceeb;
  transition: background-color 0.3s ease-in-out;
}
.btn-sky-blue:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-sky-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #87ceeb;
  color: #87ceeb;
}
.btn-outlined-sky-blue:hover {
  background-color: rgba(135, 206, 235, 0.1);
  transform: scale(1.05);
}

.btn-complement-sky-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #87ceeb;
  transition: background-color 0.3s ease-in-out;
  color: white;
}
.btn-complement-sky-blue:hover {
  color: #5bbce4;
  background-color: white;
  transform: scale(1.05);
}

.btn-sky-blue-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #87ceeb;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-sky-blue-rounded:hover {
  background-color: #71c5e7;
}

.btn-sky-blue-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #87ceeb;
}
.btn-sky-blue-text:hover {
  background-color: rgba(135, 206, 235, 0.1);
  transform: scale(1.1);
}

.btn-salmon {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #fa8072;
  transition: background-color 0.3s ease-in-out;
}
.btn-salmon:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-salmon {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #fa8072;
  color: #fa8072;
}
.btn-outlined-salmon:hover {
  background-color: rgba(250, 128, 114, 0.1);
  transform: scale(1.05);
}

.btn-complement-salmon {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #fa8072;
  transition: background-color 0.3s ease-in-out;
  color: white;
}
.btn-complement-salmon:hover {
  color: #f85441;
  background-color: white;
  transform: scale(1.05);
}

.btn-salmon-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #fa8072;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-salmon-rounded:hover {
  background-color: #f96a59;
}

.btn-salmon-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #fa8072;
}
.btn-salmon-text:hover {
  background-color: rgba(250, 128, 114, 0.1);
  transform: scale(1.1);
}

.btn-dark-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #006400;
  transition: background-color 0.3s ease-in-out;
}
.btn-dark-green:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-outlined-dark-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
  border: 2px solid #006400;
  color: #006400;
}
.btn-outlined-dark-green:hover {
  background-color: rgba(0, 100, 0, 0.1);
  transform: scale(1.05);
}

.btn-complement-dark-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #006400;
  transition: background-color 0.3s ease-in-out;
  color: #fd00fd;
}
.btn-complement-dark-green:hover {
  color: #003100;
  background-color: #ff31ff;
  transform: scale(1.05);
}

.btn-dark-green-rounded {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: #006400;
  transition: background-color 0.3s ease-in-out;
  border-radius: 50px;
}
.btn-dark-green-rounded:hover {
  background-color: #004b00;
}

.btn-dark-green-text {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  color: #006400;
}
.btn-dark-green-text:hover {
  background-color: rgba(0, 100, 0, 0.1);
  transform: scale(1.1);
}

.btn-icon-primary {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #326dee;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-primary .icon {
  font-size: 1.2rem;
}
.btn-icon-primary:hover {
  background-color: #1a5cec;
}

.btn-icon-rounded-primary {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #326dee;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-primary .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-primary:hover {
  background-color: #1251db;
}

.btn-icon-square-primary {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #326dee;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-primary .icon {
  font-size: 1.2rem;
}
.btn-icon-square-primary:hover {
  background-color: #1251db;
}

.btn-icon-secondary {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #1ac886;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-secondary .icon {
  font-size: 1.2rem;
}
.btn-icon-secondary:hover {
  background-color: #17b177;
}

.btn-icon-rounded-secondary {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #1ac886;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-secondary .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-secondary:hover {
  background-color: #149b68;
}

.btn-icon-square-secondary {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #1ac886;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-secondary .icon {
  font-size: 1.2rem;
}
.btn-icon-square-secondary:hover {
  background-color: #149b68;
}

.btn-icon-error {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #d32752;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-error .icon {
  font-size: 1.2rem;
}
.btn-icon-error:hover {
  background-color: #bd234a;
}

.btn-icon-rounded-error {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #d32752;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-error .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-error:hover {
  background-color: #a81f41;
}

.btn-icon-square-error {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #d32752;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-error .icon {
  font-size: 1.2rem;
}
.btn-icon-square-error:hover {
  background-color: #a81f41;
}

.btn-icon-info {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #f6c31c;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-info .icon {
  font-size: 1.2rem;
}
.btn-icon-info:hover {
  background-color: #efb909;
}

.btn-icon-rounded-info {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #f6c31c;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-info .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-info:hover {
  background-color: #d6a609;
}

.btn-icon-square-info {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #f6c31c;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-info .icon {
  font-size: 1.2rem;
}
.btn-icon-square-info:hover {
  background-color: #d6a609;
}

.btn-icon-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #1919e6;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-blue .icon {
  font-size: 1.2rem;
}
.btn-icon-blue:hover {
  background-color: #1717cf;
}

.btn-icon-rounded-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #1919e6;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-blue .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-blue:hover {
  background-color: #1414b8;
}

.btn-icon-square-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #1919e6;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-blue .icon {
  font-size: 1.2rem;
}
.btn-icon-square-blue:hover {
  background-color: #1414b8;
}

.btn-icon-red {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #e61919;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-red .icon {
  font-size: 1.2rem;
}
.btn-icon-red:hover {
  background-color: #cf1717;
}

.btn-icon-rounded-red {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #e61919;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-red .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-red:hover {
  background-color: #b81414;
}

.btn-icon-square-red {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #e61919;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-red .icon {
  font-size: 1.2rem;
}
.btn-icon-square-red:hover {
  background-color: #b81414;
}

.btn-icon-yellow {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #e6e619;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-yellow .icon {
  font-size: 1.2rem;
}
.btn-icon-yellow:hover {
  background-color: #cfcf17;
}

.btn-icon-rounded-yellow {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #e6e619;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-yellow .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-yellow:hover {
  background-color: #b8b814;
}

.btn-icon-square-yellow {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #e6e619;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-yellow .icon {
  font-size: 1.2rem;
}
.btn-icon-square-yellow:hover {
  background-color: #b8b814;
}

.btn-icon-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #19e635;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-green .icon {
  font-size: 1.2rem;
}
.btn-icon-green:hover {
  background-color: #17cf30;
}

.btn-icon-rounded-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #19e635;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-green .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-green:hover {
  background-color: #14b82a;
}

.btn-icon-square-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #19e635;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-green .icon {
  font-size: 1.2rem;
}
.btn-icon-square-green:hover {
  background-color: #14b82a;
}

.btn-icon-orange {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffa600;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-orange .icon {
  font-size: 1.2rem;
}
.btn-icon-orange:hover {
  background-color: #e69500;
}

.btn-icon-rounded-orange {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffa600;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-orange .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-orange:hover {
  background-color: #cc8500;
}

.btn-icon-square-orange {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #ffa600;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-orange .icon {
  font-size: 1.2rem;
}
.btn-icon-square-orange:hover {
  background-color: #cc8500;
}

.btn-icon-purple {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #9900ff;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-purple .icon {
  font-size: 1.2rem;
}
.btn-icon-purple:hover {
  background-color: #8a00e6;
}

.btn-icon-rounded-purple {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #9900ff;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-purple .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-purple:hover {
  background-color: #7a00cc;
}

.btn-icon-square-purple {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #9900ff;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-purple .icon {
  font-size: 1.2rem;
}
.btn-icon-square-purple:hover {
  background-color: #7a00cc;
}

.btn-icon-gray {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #808080;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-gray .icon {
  font-size: 1.2rem;
}
.btn-icon-gray:hover {
  background-color: #737373;
}

.btn-icon-rounded-gray {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #808080;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-gray .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-gray:hover {
  background-color: #676767;
}

.btn-icon-square-gray {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #808080;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-gray .icon {
  font-size: 1.2rem;
}
.btn-icon-square-gray:hover {
  background-color: #676767;
}

.btn-icon-black {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: black;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-black .icon {
  font-size: 1.2rem;
}
.btn-icon-black:hover {
  background-color: black;
}

.btn-icon-rounded-black {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: black;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-black .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-black:hover {
  background-color: black;
}

.btn-icon-square-black {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: black;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-black .icon {
  font-size: 1.2rem;
}
.btn-icon-square-black:hover {
  background-color: black;
}

.btn-icon-white {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-white .icon {
  font-size: 1.2rem;
}
.btn-icon-white:hover {
  background-color: #f2f2f2;
}

.btn-icon-rounded-white {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-white .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-white:hover {
  background-color: #e6e6e6;
}

.btn-icon-square-white {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: white;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-white .icon {
  font-size: 1.2rem;
}
.btn-icon-square-white:hover {
  background-color: #e6e6e6;
}

.btn-icon-cyan {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #00FFFF;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-cyan .icon {
  font-size: 1.2rem;
}
.btn-icon-cyan:hover {
  background-color: #00e6e6;
}

.btn-icon-rounded-cyan {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #00FFFF;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-cyan .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-cyan:hover {
  background-color: #00cccc;
}

.btn-icon-square-cyan {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #00FFFF;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-cyan .icon {
  font-size: 1.2rem;
}
.btn-icon-square-cyan:hover {
  background-color: #00cccc;
}

.btn-icon-pink {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #FF69B4;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-pink .icon {
  font-size: 1.2rem;
}
.btn-icon-pink:hover {
  background-color: #ff50a7;
}

.btn-icon-rounded-pink {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #FF69B4;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-pink .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-pink:hover {
  background-color: #ff369b;
}

.btn-icon-square-pink {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #FF69B4;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-pink .icon {
  font-size: 1.2rem;
}
.btn-icon-square-pink:hover {
  background-color: #ff369b;
}

.btn-icon-teal {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #008080;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-teal .icon {
  font-size: 1.2rem;
}
.btn-icon-teal:hover {
  background-color: #006767;
}

.btn-icon-rounded-teal {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #008080;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-teal .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-teal:hover {
  background-color: #004d4d;
}

.btn-icon-square-teal {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #008080;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-teal .icon {
  font-size: 1.2rem;
}
.btn-icon-square-teal:hover {
  background-color: #004d4d;
}

.btn-icon-lime {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #00FF00;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-lime .icon {
  font-size: 1.2rem;
}
.btn-icon-lime:hover {
  background-color: #00e600;
}

.btn-icon-rounded-lime {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #00FF00;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-lime .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-lime:hover {
  background-color: #00cc00;
}

.btn-icon-square-lime {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #00FF00;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-lime .icon {
  font-size: 1.2rem;
}
.btn-icon-square-lime:hover {
  background-color: #00cc00;
}

.btn-icon-maroon {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #800000;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-maroon .icon {
  font-size: 1.2rem;
}
.btn-icon-maroon:hover {
  background-color: #670000;
}

.btn-icon-rounded-maroon {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #800000;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-maroon .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-maroon:hover {
  background-color: #4d0000;
}

.btn-icon-square-maroon {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #800000;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-maroon .icon {
  font-size: 1.2rem;
}
.btn-icon-square-maroon:hover {
  background-color: #4d0000;
}

.btn-icon-violet {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #8a2be2;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-violet .icon {
  font-size: 1.2rem;
}
.btn-icon-violet:hover {
  background-color: #7d1dd6;
}

.btn-icon-rounded-violet {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #8a2be2;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-violet .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-violet:hover {
  background-color: #701ac0;
}

.btn-icon-square-violet {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #8a2be2;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-violet .icon {
  font-size: 1.2rem;
}
.btn-icon-square-violet:hover {
  background-color: #701ac0;
}

.btn-icon-gold {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffd700;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-gold .icon {
  font-size: 1.2rem;
}
.btn-icon-gold:hover {
  background-color: #e6c200;
}

.btn-icon-rounded-gold {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #ffd700;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-gold .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-gold:hover {
  background-color: #ccac00;
}

.btn-icon-square-gold {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #ffd700;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-gold .icon {
  font-size: 1.2rem;
}
.btn-icon-square-gold:hover {
  background-color: #ccac00;
}

.btn-icon-coral {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #ff7f50;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-coral .icon {
  font-size: 1.2rem;
}
.btn-icon-coral:hover {
  background-color: #ff6c37;
}

.btn-icon-rounded-coral {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #ff7f50;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-coral .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-coral:hover {
  background-color: #ff5a1d;
}

.btn-icon-square-coral {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #ff7f50;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-coral .icon {
  font-size: 1.2rem;
}
.btn-icon-square-coral:hover {
  background-color: #ff5a1d;
}

.btn-icon-navy {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #000080;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-navy .icon {
  font-size: 1.2rem;
}
.btn-icon-navy:hover {
  background-color: #000067;
}

.btn-icon-rounded-navy {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #000080;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-navy .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-navy:hover {
  background-color: #00004d;
}

.btn-icon-square-navy {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #000080;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-navy .icon {
  font-size: 1.2rem;
}
.btn-icon-square-navy:hover {
  background-color: #00004d;
}

.btn-icon-olive {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #808000;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-olive .icon {
  font-size: 1.2rem;
}
.btn-icon-olive:hover {
  background-color: #676700;
}

.btn-icon-rounded-olive {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #808000;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-olive .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-olive:hover {
  background-color: #4d4d00;
}

.btn-icon-square-olive {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #808000;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-olive .icon {
  font-size: 1.2rem;
}
.btn-icon-square-olive:hover {
  background-color: #4d4d00;
}

.btn-icon-sky-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #87ceeb;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-sky-blue .icon {
  font-size: 1.2rem;
}
.btn-icon-sky-blue:hover {
  background-color: #71c5e7;
}

.btn-icon-rounded-sky-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #87ceeb;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-sky-blue .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-sky-blue:hover {
  background-color: #5bbce4;
}

.btn-icon-square-sky-blue {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #87ceeb;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-sky-blue .icon {
  font-size: 1.2rem;
}
.btn-icon-square-sky-blue:hover {
  background-color: #5bbce4;
}

.btn-icon-salmon {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #fa8072;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-salmon .icon {
  font-size: 1.2rem;
}
.btn-icon-salmon:hover {
  background-color: #f96a59;
}

.btn-icon-rounded-salmon {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #fa8072;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-salmon .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-salmon:hover {
  background-color: #f85441;
}

.btn-icon-square-salmon {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #fa8072;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-salmon .icon {
  font-size: 1.2rem;
}
.btn-icon-square-salmon:hover {
  background-color: #f85441;
}

.btn-icon-dark-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #006400;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-dark-green .icon {
  font-size: 1.2rem;
}
.btn-icon-dark-green:hover {
  background-color: #004b00;
}

.btn-icon-rounded-dark-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 50%;
  background-color: #006400;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.btn-icon-rounded-dark-green .icon {
  font-size: 1.2rem;
}
.btn-icon-rounded-dark-green:hover {
  background-color: #003100;
}

.btn-icon-square-dark-green {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 10px;
  border-radius: 0;
  background-color: #006400;
  transition: background-color 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6%;
}
.btn-icon-square-dark-green .icon {
  font-size: 1.2rem;
}
.btn-icon-square-dark-green:hover {
  background-color: #003100;
}

.keyboard-key {
  display: inline-block;
  width: auto; /* Adjust width */
  height: auto; /* Adjust height */
  background-color: #e0e0e0;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 17px; /* Adjust font size */
  text-align: center;
  line-height: 30px; /* Adjust line height */
  font-family: Arial, sans-serif;
}

.navbar .container, .navbar-dark-green .container, .navbar-salmon .container, .navbar-sky-blue .container, .navbar-olive .container, .navbar-navy .container, .navbar-coral .container, .navbar-gold .container, .navbar-violet .container, .navbar-maroon .container, .navbar-lime .container, .navbar-teal .container, .navbar-pink .container, .navbar-cyan .container, .navbar-white .container, .navbar-black .container, .navbar-gray .container, .navbar-purple .container, .navbar-orange .container, .navbar-green .container, .navbar-yellow .container, .navbar-red .container, .navbar-blue .container, .navbar-info .container, .navbar-error .container, .navbar-secondary .container, .navbar-primary .container, .navbar, .navbar-dark-green, .navbar-salmon, .navbar-sky-blue, .navbar-olive, .navbar-navy, .navbar-coral, .navbar-gold, .navbar-violet, .navbar-maroon, .navbar-lime, .navbar-teal, .navbar-pink, .navbar-cyan, .navbar-white, .navbar-black, .navbar-gray, .navbar-purple, .navbar-orange, .navbar-green, .navbar-yellow, .navbar-red, .navbar-blue, .navbar-info, .navbar-error, .navbar-secondary, .navbar-primary {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.navbar, .navbar-dark-green, .navbar-salmon, .navbar-sky-blue, .navbar-olive, .navbar-navy, .navbar-coral, .navbar-gold, .navbar-violet, .navbar-maroon, .navbar-lime, .navbar-teal, .navbar-pink, .navbar-cyan, .navbar-white, .navbar-black, .navbar-gray, .navbar-purple, .navbar-orange, .navbar-green, .navbar-yellow, .navbar-red, .navbar-blue, .navbar-info, .navbar-error, .navbar-secondary, .navbar-primary {
  padding: 1rem 2rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar .site-title, .navbar-dark-green .site-title, .navbar-salmon .site-title, .navbar-sky-blue .site-title, .navbar-olive .site-title, .navbar-navy .site-title, .navbar-coral .site-title, .navbar-gold .site-title, .navbar-violet .site-title, .navbar-maroon .site-title, .navbar-lime .site-title, .navbar-teal .site-title, .navbar-pink .site-title, .navbar-cyan .site-title, .navbar-white .site-title, .navbar-black .site-title, .navbar-gray .site-title, .navbar-purple .site-title, .navbar-orange .site-title, .navbar-green .site-title, .navbar-yellow .site-title, .navbar-red .site-title, .navbar-blue .site-title, .navbar-info .site-title, .navbar-error .site-title, .navbar-secondary .site-title, .navbar-primary .site-title {
  font-size: 1.25rem;
}
.navbar-primary {
  background-color: #326dee;
}

.navbar-secondary {
  background-color: #1ac886;
}

.navbar-error {
  background-color: #d32752;
}

.navbar-info {
  background-color: #f6c31c;
}

.navbar-blue {
  background-color: #1919e6;
}

.navbar-red {
  background-color: #e61919;
}

.navbar-yellow {
  background-color: #e6e619;
}

.navbar-green {
  background-color: #19e635;
}

.navbar-orange {
  background-color: #ffa600;
}

.navbar-purple {
  background-color: #9900ff;
}

.navbar-gray {
  background-color: #808080;
}

.navbar-black {
  background-color: black;
}

.navbar-white {
  background-color: white;
}

.navbar-cyan {
  background-color: #00FFFF;
}

.navbar-pink {
  background-color: #FF69B4;
}

.navbar-teal {
  background-color: #008080;
}

.navbar-lime {
  background-color: #00FF00;
}

.navbar-maroon {
  background-color: #800000;
}

.navbar-violet {
  background-color: #8a2be2;
}

.navbar-gold {
  background-color: #ffd700;
}

.navbar-coral {
  background-color: #ff7f50;
}

.navbar-navy {
  background-color: #000080;
}

.navbar-olive {
  background-color: #808000;
}

.navbar-sky-blue {
  background-color: #87ceeb;
}

.navbar-salmon {
  background-color: #fa8072;
}

.navbar-dark-green {
  background-color: #006400;
}

.badge {
  border-radius: 32px;
  background-color: #f6c31c;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-primary {
  border-radius: 32px;
  background-color: #326dee;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-secondary {
  border-radius: 32px;
  background-color: #1ac886;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-error {
  border-radius: 32px;
  background-color: #d32752;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-info {
  border-radius: 32px;
  background-color: #f6c31c;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-blue {
  border-radius: 32px;
  background-color: #1919e6;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-red {
  border-radius: 32px;
  background-color: #e61919;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-yellow {
  border-radius: 32px;
  background-color: #e6e619;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-green {
  border-radius: 32px;
  background-color: #19e635;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-orange {
  border-radius: 32px;
  background-color: #ffa600;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-purple {
  border-radius: 32px;
  background-color: #9900ff;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-gray {
  border-radius: 32px;
  background-color: #808080;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-black {
  border-radius: 32px;
  background-color: black;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-white {
  border-radius: 32px;
  background-color: white;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-cyan {
  border-radius: 32px;
  background-color: #00FFFF;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-pink {
  border-radius: 32px;
  background-color: #FF69B4;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-teal {
  border-radius: 32px;
  background-color: #008080;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-lime {
  border-radius: 32px;
  background-color: #00FF00;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-maroon {
  border-radius: 32px;
  background-color: #800000;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-violet {
  border-radius: 32px;
  background-color: #8a2be2;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-gold {
  border-radius: 32px;
  background-color: #ffd700;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-coral {
  border-radius: 32px;
  background-color: #ff7f50;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-navy {
  border-radius: 32px;
  background-color: #000080;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-olive {
  border-radius: 32px;
  background-color: #808000;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-sky-blue {
  border-radius: 32px;
  background-color: #87ceeb;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-salmon {
  border-radius: 32px;
  background-color: #fa8072;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.badge-dark-green {
  border-radius: 32px;
  background-color: #006400;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  width: 10%;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem;
  background-color: #f5f5f5;
  list-style: none;
  border-radius: 4px;
}
.breadcrumb .breadcrumb-item {
  margin-right: 0.5rem;
}
.breadcrumb .breadcrumb-item:not(:last-child):after {
  content: ">";
  margin-left: 0.5rem;
  color: #6c757d;
}
.breadcrumb .breadcrumb-item a {
  color: #007bff;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

.accordion {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.accordion .accordion-item {
  border-bottom: 1px solid #ddd;
}
.accordion .accordion-item .accordion-title {
  padding: 1rem;
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
}
.accordion .accordion-item .accordion-title:hover {
  background-color: #e8e8e8;
}
.accordion .accordion-item .accordion-content {
  padding: 1rem;
  display: none;
}
.accordion .accordion-item .accordion-content.active {
  display: block;
}

.alert {
  padding: 0.75rem;
  border: 0.5px solid transparent;
  border-radius: 4px;
  margin-bottom: 1rem;
  position: relative;
}
.alert .alert-heading {
  margin-bottom: 0.25rem;
}
.alert .alert-body {
  margin-bottom: 0;
}
.alert-primary {
  color: #326dee;
  background-color: #eef3fe;
  border-color: #326dee;
}
.alert-secondary {
  color: #1ac886;
  background-color: #b8f6de;
  border-color: #1ac886;
}
.alert-error {
  color: #d32752;
  background-color: #f6d0d9;
  border-color: #d32752;
}
.alert-info {
  color: #f6c31c;
  background-color: #fef7e0;
  border-color: #f6c31c;
}
.alert-blue {
  color: #1919e6;
  background-color: #d1d1fa;
  border-color: #1919e6;
}
.alert-red {
  color: #e61919;
  background-color: #fad1d1;
  border-color: #e61919;
}
.alert-yellow {
  color: #e6e619;
  background-color: #fafad1;
  border-color: #e6e619;
}
.alert-green {
  color: #19e635;
  background-color: #d1fad7;
  border-color: #19e635;
}
.alert-orange {
  color: #ffa600;
  background-color: #ffedcc;
  border-color: #ffa600;
}
.alert-purple {
  color: #9900ff;
  background-color: #ebccff;
  border-color: #9900ff;
}
.alert-gray {
  color: #808080;
  background-color: #e6e6e6;
  border-color: #808080;
}
.alert-black {
  color: black;
  background-color: #666666;
  border-color: black;
}
.alert-white {
  color: white;
  background-color: white;
  border-color: white;
}
.alert-cyan {
  color: #00FFFF;
  background-color: #ccffff;
  border-color: #00FFFF;
}
.alert-pink {
  color: #FF69B4;
  background-color: white;
  border-color: #FF69B4;
}
.alert-teal {
  color: #008080;
  background-color: #4dffff;
  border-color: #008080;
}
.alert-lime {
  color: #00FF00;
  background-color: #ccffcc;
  border-color: #00FF00;
}
.alert-maroon {
  color: #800000;
  background-color: #ff4d4d;
  border-color: #800000;
}
.alert-violet {
  color: #8a2be2;
  background-color: #eddefb;
  border-color: #8a2be2;
}
.alert-gold {
  color: #ffd700;
  background-color: #fff7cc;
  border-color: #ffd700;
}
.alert-coral {
  color: #ff7f50;
  background-color: white;
  border-color: #ff7f50;
}
.alert-navy {
  color: #000080;
  background-color: #4d4dff;
  border-color: #000080;
}
.alert-olive {
  color: #808000;
  background-color: #ffff4d;
  border-color: #808000;
}
.alert-sky-blue {
  color: #87ceeb;
  background-color: white;
  border-color: #87ceeb;
}
.alert-salmon {
  color: #fa8072;
  background-color: white;
  border-color: #fa8072;
}
.alert-dark-green {
  color: #006400;
  background-color: #31ff31;
  border-color: #006400;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
}
.list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group .list-group-item:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-primary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #326dee;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-secondary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1ac886;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-error {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #d32752;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-info {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #f6c31c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1919e6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-red {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e61919;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-yellow {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e6e619;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #19e635;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-orange {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffa600;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-purple {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #9900ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-gray {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808080;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-black {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-white {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-cyan {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-pink {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FF69B4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-teal {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #008080;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-lime {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FF00;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-maroon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #800000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-violet {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #8a2be2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-gold {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffd700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-coral {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ff7f50;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-navy {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #000080;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-olive {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-sky-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #87ceeb;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-salmon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fa8072;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-dark-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #006400;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-2-primary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #326dee;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-secondary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1ac886;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-error {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #d32752;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-info {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #f6c31c;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1919e6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-red {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e61919;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-yellow {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e6e619;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #19e635;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-orange {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffa600;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-purple {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #9900ff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-gray {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808080;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-black {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid black;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-white {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-cyan {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FFFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-pink {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FF69B4;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-teal {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #008080;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-lime {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FF00;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-maroon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #800000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-violet {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #8a2be2;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-gold {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffd700;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-coral {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ff7f50;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-navy {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #000080;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-olive {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-sky-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #87ceeb;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-salmon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fa8072;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-2-dark-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #006400;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-3-primary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #326dee;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-secondary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1ac886;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-error {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #d32752;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-info {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #f6c31c;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1919e6;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-red {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e61919;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-yellow {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e6e619;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #19e635;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-orange {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffa600;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-purple {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #9900ff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-gray {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808080;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-black {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid black;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-white {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-cyan {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-pink {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FF69B4;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-teal {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #008080;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-lime {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FF00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-maroon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #800000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-violet {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #8a2be2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-gold {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffd700;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-coral {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ff7f50;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-navy {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #000080;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-olive {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-sky-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #87ceeb;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-salmon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fa8072;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-3-dark-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #006400;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-4-primary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #326dee;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-secondary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1ac886;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-error {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #d32752;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-info {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #f6c31c;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1919e6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-red {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e61919;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-yellow {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e6e619;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #19e635;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-orange {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffa600;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-purple {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #9900ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-gray {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808080;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-black {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-white {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-cyan {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-pink {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FF69B4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-teal {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #008080;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-lime {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FF00;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-maroon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #800000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-violet {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #8a2be2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-gold {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffd700;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-coral {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ff7f50;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-navy {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #000080;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-olive {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-sky-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #87ceeb;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-salmon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fa8072;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-4-dark-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #006400;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-5-primary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #326dee;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-secondary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1ac886;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-error {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #d32752;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-info {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #f6c31c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1919e6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-red {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e61919;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-yellow {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e6e619;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #19e635;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-orange {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffa600;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-purple {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #9900ff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-gray {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808080;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-black {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid black;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-white {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-cyan {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FFFF;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-pink {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FF69B4;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-teal {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #008080;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-lime {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FF00;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-maroon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #800000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-violet {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #8a2be2;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-gold {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffd700;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-coral {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ff7f50;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-navy {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #000080;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-olive {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-sky-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #87ceeb;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-salmon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fa8072;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-5-dark-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #006400;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-6-primary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #326dee;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-secondary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1ac886;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-error {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #d32752;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-info {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #f6c31c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1919e6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-red {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e61919;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-yellow {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e6e619;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #19e635;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-orange {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffa600;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-purple {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #9900ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-gray {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808080;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-black {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid black;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-white {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-cyan {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FFFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-pink {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FF69B4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-teal {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #008080;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-lime {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FF00;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-maroon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #800000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-violet {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #8a2be2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-gold {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffd700;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-coral {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ff7f50;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-navy {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #000080;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-olive {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-sky-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #87ceeb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-salmon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fa8072;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-6-dark-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #006400;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-7-primary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #326dee;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-secondary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1ac886;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-error {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #d32752;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-info {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #f6c31c;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1919e6;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-red {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e61919;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-yellow {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e6e619;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #19e635;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-orange {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffa600;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-purple {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #9900ff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-gray {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808080;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-black {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid black;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-white {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid white;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-cyan {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FFFF;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-pink {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FF69B4;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-teal {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #008080;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-lime {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FF00;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-maroon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #800000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-violet {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #8a2be2;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-gold {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffd700;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-coral {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ff7f50;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-navy {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #000080;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-olive {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808000;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-sky-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #87ceeb;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-salmon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fa8072;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-7-dark-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #006400;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-8-primary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #326dee;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-secondary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1ac886;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-error {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #d32752;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-info {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #f6c31c;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1919e6;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-red {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e61919;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-yellow {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e6e619;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #19e635;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-orange {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffa600;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-purple {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #9900ff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-gray {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808080;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-black {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid black;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-white {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-cyan {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FFFF;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-pink {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FF69B4;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-teal {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #008080;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-lime {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FF00;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-maroon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #800000;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-violet {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #8a2be2;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-gold {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffd700;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-coral {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ff7f50;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-navy {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #000080;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-olive {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808000;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-sky-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #87ceeb;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-salmon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fa8072;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-8-dark-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #006400;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-9-primary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #326dee;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-secondary {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1ac886;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-error {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #d32752;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-info {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #f6c31c;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #1919e6;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-red {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e61919;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-yellow {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #e6e619;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #19e635;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-orange {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffa600;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-purple {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #9900ff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-gray {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808080;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-black {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid black;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-white {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid white;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-cyan {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FFFF;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-pink {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #FF69B4;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-teal {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #008080;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-lime {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #00FF00;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-maroon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #800000;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-violet {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #8a2be2;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-gold {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ffd700;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-coral {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #ff7f50;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-navy {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #000080;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-olive {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #808000;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-sky-blue {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #87ceeb;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-salmon {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fa8072;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-9-dark-green {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #006400;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-2 {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

.spinner-3 {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
}

.spinner-4 {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.spinner-5 {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

.spinner-6 {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

.spinner-7 {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 1s linear infinite;
}

.spinner-8 {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}

.spinner-9 {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #007bff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: spin 1s linear infinite;
}

.spinner-fast {
  animation: spin 0.5s linear infinite;
}

.spinner-slow {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  cursor: pointer;
}
.dropdown-toggle:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.dropdown-item:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

.show {
  display: block;
}

/* Image classes */
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 1rem;
}

.img-circle {
  border-radius: 50%;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #ddd;
}
.table th {
  padding: 1rem;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  text-align: center;
}
.table td {
  text-align: center;
  padding: 1rem;
  border-bottom: 2px solid #ddd;
}

.table-striped tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.table-striped tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-hover tr:hover {
  background-color: #d1cccc;
}

.table-bordered-striped {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #ddd;
  border: 1px solid #ddd;
}
.table-bordered-striped th {
  padding: 1rem;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  text-align: center;
}
.table-bordered-striped td {
  text-align: center;
  padding: 1rem;
  border-bottom: 2px solid #ddd;
}
.table-bordered-striped tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.table-bordered-hover {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #ddd;
  border: 1px solid #ddd;
}
.table-bordered-hover th {
  padding: 1rem;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
  text-align: center;
}
.table-bordered-hover td {
  text-align: center;
  padding: 1rem;
  border-bottom: 2px solid #ddd;
}
.table-bordered-hover tr:hover {
  background-color: #e6e6e6;
}

.highlighted {
  background-color: rgb(178, 202, 178);
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-primary {
  background-color: #326dee;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-secondary {
  background-color: #1ac886;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-error {
  background-color: #d32752;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-info {
  background-color: #f6c31c;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-blue {
  background-color: #1919e6;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-red {
  background-color: #e61919;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-yellow {
  background-color: #e6e619;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-green {
  background-color: #19e635;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-orange {
  background-color: #ffa600;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-purple {
  background-color: #9900ff;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-gray {
  background-color: #808080;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-black {
  background-color: black;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-white {
  background-color: white;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-cyan {
  background-color: #00FFFF;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-pink {
  background-color: #FF69B4;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-teal {
  background-color: #008080;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-lime {
  background-color: #00FF00;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-maroon {
  background-color: #800000;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-violet {
  background-color: #8a2be2;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-gold {
  background-color: #ffd700;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-coral {
  background-color: #ff7f50;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-navy {
  background-color: #000080;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-olive {
  background-color: #808000;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-sky-blue {
  background-color: #87ceeb;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-salmon {
  background-color: #fa8072;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.highlighted-dark-green {
  background-color: #006400;
  color: black;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  display: inline-block;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #80bdff;
  outline: 0;
}
.form-control.has-value {
  border-color: transparent;
}
.form-control.is-invalid {
  border-color: #d32752;
}

.form-floating {
  position: relative;
  margin-bottom: 1rem;
}
.form-floating input,
.form-floating textarea {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-floating label {
  position: absolute;
  top: 0.25rem;
  left: 0;
  font-size: 0.875rem;
  color: #6c757d;
  pointer-events: none;
  transition: top 0.15s ease-in-out, font-size 0.15s ease-in-out, color 0.15s ease-in-out;
}
.form-floating input:focus ~ label,
.form-floating textarea:focus ~ label,
.form-floating input:not(:placeholder-shown) ~ label,
.form-floating textarea:not(:placeholder-shown) ~ label {
  top: -0.2rem;
  font-size: 0.65rem;
  color: #80bdff;
}

.input-control {
  display: block;
  width: calc(90% - 1.5rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select-control {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-control select {
  display: block;
  width: calc(90% - 1.5rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; /* Remove default arrow icon */
}
.select-control select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select-arrow {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  pointer-events: none;
}

.select-arrow::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.15em 0.15em 0;
  border-color: #6c757d;
  border-style: solid;
  transform: rotate(45deg);
}

.textarea {
  display: block;
  width: calc(90% - 1.5rem);
  min-height: 150px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.textarea:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.color-picker-input {
  display: block;
  width: 30%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.color-picker-input .color-preview {
  width: 30px;
  height: 30px;
  border: 1px solid #ced4da;
  border-radius: 50%;
  margin-right: 10px;
}
.color-picker-input:focus {
  border-color: #80bdff;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.toggle-control {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.toggle-control input {
  display: none;
}

.toggle-control .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 17px;
}

.toggle-control .toggle-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggle-control input:checked + .toggle-slider {
  background-color: #2196F3;
}

.toggle-control input:focus + .toggle-slider {
  box-shadow: 0 0 1px #2196F3;
}

.toggle-control input:checked + .toggle-slider:before {
  transform: translateX(30px);
}

.checkbox {
  display: inline-block;
  margin-right: 0.75rem;
}
.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: calc(1.25rem + 0.5rem);
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
}
.checkbox input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: #fff;
}
.checkbox input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: calc(1.25rem * 0.6);
  height: calc(1.25rem * 0.6);
  background-color: #007bff;
  border-radius: 0.25rem;
  transition: transform 0.15s ease-in-out;
}
.checkbox input[type=checkbox]:checked + label::after {
  transform: translateY(-50%) scale(1);
}

.radio {
  display: inline-block;
  margin-right: 0.75rem;
}
.radio input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
}
.radio input[type=radio] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #ced4da;
  border-radius: 50%;
  background-color: #fff;
}
.radio input[type=radio]:checked + label::before {
  background-color: #007bff;
}
.radio input[type=radio] + label::after {
  content: "";
  position: absolute;
  left: 0.375rem;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #007bff;
  border-radius: 50%;
  transition: transform 0.15s ease-in-out;
}
.radio input[type=radio]:checked + label::after {
  transform: translateY(-50%) scale(1);
}

.range-control {
  display: block;
  width: calc(90% - 1.5rem);
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.range-control::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #dcdcdc;
  border-radius: 5px;
}
.range-control::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  background: #007bff;
  border-radius: 50%;
  cursor: pointer;
}
.range-control:focus {
  outline: none;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 1rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 4rem;
}

.p-4 {
  padding: 6rem;
}

.p-5 {
  padding: 8rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 4rem;
}

.pl-4 {
  padding-left: 6rem;
}

.pl-5 {
  padding-left: 8rem;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 4rem;
}

.pr-4 {
  padding-right: 6rem;
}

.pr-5 {
  padding-right: 8rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 4rem;
}

.pt-4 {
  padding-top: 6rem;
}

.pt-5 {
  padding-top: 8rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 4rem;
}

.pb-4 {
  padding-bottom: 6rem;
}

.pb-5 {
  padding-bottom: 8rem;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-3 {
  margin: 4rem;
}

.m-4 {
  margin: 6rem;
}

.m-5 {
  margin: 8rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 4rem;
}

.ml-4 {
  margin-left: 6rem;
}

.ml-5 {
  margin-left: 8rem;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 4rem;
}

.mr-4 {
  margin-right: 6rem;
}

.mr-5 {
  margin-right: 8rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 4rem;
}

.mt-4 {
  margin-top: 6rem;
}

.mt-5 {
  margin-top: 8rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 4rem;
}

.mb-4 {
  margin-bottom: 6rem;
}

.mb-5 {
  margin-bottom: 8rem;
}

.o-10 {
  opacity: 0.1;
}

.o-20 {
  opacity: 0.2;
}

.o-30 {
  opacity: 0.3;
}

.o-40 {
  opacity: 0.4;
}

.o-50 {
  opacity: 0.5;
}

.o-60 {
  opacity: 0.6;
}

.o-70 {
  opacity: 0.7;
}

.o-80 {
  opacity: 0.8;
}

.o-90 {
  opacity: 0.9;
}

.o-100 {
  opacity: 1;
}

.br {
  border-radius: 8px;
}

.br-none {
  border-radius: 0;
}

.br-xs {
  border-radius: 2px;
}

.br-sm {
  border-radius: 4px;
}

.br-lg {
  border-radius: 16px;
}

.br-full {
  border-radius: 50%;
}

.display-n {
  display: none;
}

.display-b {
  display: block;
}

.display-f {
  display: flex;
}

.display-i {
  display: inline;
}

.display-i-b {
  display: inline-block;
}

.font-sm {
  font-size: 0.875rem;
}

.font-md {
  font-size: 1rem;
}

.font-lg {
  font-size: 1.25rem;
}

.font-xl {
  font-size: 1.5rem;
}

.font-xxl {
  font-size: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.pos-static {
  position: static;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

.pos-sticky {
  position: sticky;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.z-auto {
  z-index: auto;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-60 {
  z-index: 60;
}

.z-70 {
  z-index: 70;
}

.z-80 {
  z-index: 80;
}

.z-90 {
  z-index: 90;
}

.z-100 {
  z-index: 100;
}

.text-transform-uppercase {
  text-transform: uppercase;
}

.text-transform-lowercase {
  text-transform: lowercase;
}

.text-transform-capitalize {
  text-transform: capitalize;
}

.text-transform-none {
  text-transform: none;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.text-decoration-none {
  text-decoration: none;
}

.border-none {
  border: none;
}

.border-1 {
  border: 1px solid;
}

.border-2 {
  border: 2px solid;
}

.border-dotted {
  border: 1px dotted;
}

.border-dashed {
  border: 1px dashed;
}

.border-double {
  border: 2px double;
}

.shadow-none {
  box-shadow: none;
}

.shadow-xs {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.shadow-sm {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.shadow-md {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.shadow-lg {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.shadow-xl {
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}

.cursor-auto {
  cursor: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-zoom-in {
  cursor: zoom-in;
}

.cursor-zoom-out {
  cursor: zoom-out;
}

.cursor-grab {
  cursor: grab;
}

.cursor-grabbing {
  cursor: grabbing;
}

.user-select-none {
  user-select: none;
}

.user-select-text {
  user-select: text;
}

.user-select-all {
  user-select: all;
}

.user-select-auto {
  user-select: auto;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.pointer-events-auto {
  pointer-events: auto;
}

.pointer-events-none {
  pointer-events: none;
}

.white-space-normal {
  white-space: normal;
}

.white-space-nowrap {
  white-space: nowrap;
}

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

.white-space-pre-line {
  white-space: pre-line;
}

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

.word-break-normal {
  word-break: normal;
}

.word-break-break-all {
  word-break: break-all;
}

.word-break-break-word {
  word-break: break-word;
}

.word-break-keep-all {
  word-break: keep-all;
}

.text-overflow-clip {
  text-overflow: clip;
}

.text-overflow-ellipsis {
  text-overflow: ellipsis;
}

.transition-all {
  transition: all;
}

.transition-property {
  transition: property;
}

.transition-timing-function {
  transition: timing-function;
}

.transition-duration {
  transition: duration;
}

.transition-delay {
  transition: delay;
}

.transform-none {
  transform: none;
}

.transform-rotate-90 {
  transform: rotate(90deg);
}

.transform-rotate-180 {
  transform: rotate(180deg);
}

.transform-rotate-270 {
  transform: rotate(270deg);
}

.transform-scale-2x {
  transform: scale(2);
}

.transform-translate-x {
  transform: translateX(10px);
}

.transform-translate-y {
  transform: translateY(10px);
}

.transform-translate-xy {
  transform: translate(10px, 20px);
}

.transform-skew-x {
  transform: skewX(10deg);
}

.transform-skew-y {
  transform: skewY(10deg);
}

.transform-origin-center {
  transform-origin: center;
}

.transform-origin-top-left {
  transform-origin: top left;
}

.transform-origin-top-right {
  transform-origin: top right;
}

.transform-origin-bottom-left {
  transform-origin: bottom left;
}

.transform-origin-bottom-right {
  transform-origin: bottom right;
}

.visibility-visible {
  visibility: visible;
}

.visibility-hidden {
  visibility: hidden;
}

.visibility-collapse {
  visibility: collapse;
}

.text-shadow-none {
  text-shadow: none;
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-shadow-subtle {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.text-shadow-blurry {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.filter-none {
  filter: none;
}

.filter-blur {
  filter: blur(5px);
}

.filter-brightness {
  filter: brightness(0.8);
}

.filter-contrast {
  filter: contrast(1.2);
}

.filter-grayscale {
  filter: grayscale(0.5);
}

.filter-invert {
  filter: invert(0.5);
}

.filter-saturate {
  filter: saturate(1.5);
}

.filter-sepia {
  filter: sepia(0.5);
}

.backdrop-filter-none {
  backdrop-filter: none;
}

.backdrop-filter-blur {
  backdrop-filter: blur(5px);
}

.backdrop-filter-brightness {
  backdrop-filter: brightness(0.8);
}

.backdrop-filter-contrast {
  backdrop-filter: contrast(1.2);
}

.backdrop-filter-grayscale {
  backdrop-filter: grayscale(0.5);
}

.backdrop-filter-invert {
  backdrop-filter: invert(0.5);
}

.backdrop-filter-saturate {
  backdrop-filter: saturate(1.5);
}

.backdrop-filter-sepia {
  backdrop-filter: sepia(0.5);
}

.perspective-none {
  perspective: none;
}

.perspective-low {
  perspective: 600px;
}

.perspective-medium {
  perspective: 800px;
}

.perspective-high {
  perspective: 1000px;
}

.perspective-origin-center {
  perspective-origin: center;
}

.perspective-origin-top-left {
  perspective-origin: top left;
}

.perspective-origin-top-right {
  perspective-origin: top right;
}

.perspective-origin-bottom-left {
  perspective-origin: bottom left;
}

.perspective-origin-bottom-right {
  perspective-origin: bottom right;
}

.outline-none {
  outline: none;
}

.outline-solid {
  outline: 1px solid;
}

.outline-dotted {
  outline: 1px dotted;
}

.outline-dashed {
  outline: 1px dashed;
}

.outline-double {
  outline: 2px double;
}

.outline-groove {
  outline: 2px groove;
}

.outline-ridge {
  outline: 2px ridge;
}

.outline-inset {
  outline: 2px inset;
}

.outline-outset {
  outline: 2px outset;
}

.list-style-none {
  list-style: none;
}

.list-style-disc {
  list-style: disc;
}

.list-style-circle {
  list-style: circle;
}

.list-style-square {
  list-style: square;
}

.list-style-decimal {
  list-style: decimal;
}

.list-style-decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.list-style-lower-roman {
  list-style: lower-roman;
}

.list-style-upper-roman {
  list-style: upper-roman;
}

.list-style-lower-alpha {
  list-style: lower-alpha;
}

.list-style-upper-alpha {
  list-style: upper-alpha;
}

.object-fit-fill {
  object-fit: fill;
}

.object-fit-contain {
  object-fit: contain;
}

.object-fit-cover {
  object-fit: cover;
}

.object-fit-none {
  object-fit: none;
}

.object-fit-scale-down {
  object-fit: scale-down;
}

.object-position-top {
  object-position: top;
}

.object-position-right {
  object-position: right;
}

.object-position-bottom {
  object-position: bottom;
}

.object-position-left {
  object-position: left;
}

.object-position-center {
  object-position: center;
}

.box-sizing-content-box {
  box-sizing: content-box;
}

.box-sizing-border-box {
  box-sizing: border-box;
}