@import url(/assets/bootstrap.min-928003659b942c49ff1128cb23ee3da02acc44e476aa62c220f9fe061db1d2a3.css);
/* Layout Overwrites */
/* line 4, app/assets/stylesheets/application.scss */
h1, h2, h3, h4, .navbar-brand, .fancy-font {
  font-family: "Faustina", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/* line 11, app/assets/stylesheets/application.scss */
body, p, a, li, div, h5, h6 {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
}

/* line 17, app/assets/stylesheets/application.scss */
.fs-8 {
  font-size: 0.7rem;
}

/* Docs */
/* line 23, app/assets/stylesheets/application.scss */
.sticky-bread {
  margin-top: -3px;
  border: none;
  box-shadow: none;
  outline: 1px solid #dee2e6;
}

/* line 28, app/assets/stylesheets/application.scss */
.sticky-bread ol {
  outline: none;
}

/* line 30, app/assets/stylesheets/application.scss */
.sticky-bread a {
  text-decoration: none;
  color: #212529;
}

/* Background images */
/* line 37, app/assets/stylesheets/application.scss */
.bg-social {
  background-image: url("https://static.smmprobe.com/headers/social.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 44, app/assets/stylesheets/application.scss */
.bg-security {
  background-image: url("https://static.smmprobe.com/headers/security.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 51, app/assets/stylesheets/application.scss */
.bg-database {
  background-image: url("https://static.smmprobe.com/headers/database.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 58, app/assets/stylesheets/application.scss */
.bg-light-tech {
  background-image: url("https://static.smmprobe.com/headers/tech_light.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 65, app/assets/stylesheets/application.scss */
.bg-decent-social {
  background-image: url("https://static.smmprobe.com/headers/decent_social.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 72, app/assets/stylesheets/application.scss */
.bg-glass {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

/* line 79, app/assets/stylesheets/application.scss */
.shadow-inset {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

/* Color Patch */
/* line 113, app/assets/stylesheets/application.scss */
a {
  text-decoration: none;
  color: #a23a9b;
}

/* line 117, app/assets/stylesheets/application.scss */
a:hover {
  text-decoration: underline;
}

/* Only needed for footer, if unexpected shizzle */
/* line 123, app/assets/stylesheets/application.scss */
a.text-dark-emphasis:hover, a.text-dark:hover {
  text-decoration: none !important;
  color: #a23a9b !important;
}

/* line 130, app/assets/stylesheets/application.scss */
.bg-primary {
  background-color: #a23a9b !important;
}

/* line 134, app/assets/stylesheets/application.scss */
.text-primary {
  color: #a23a9b !important;
}

/* line 138, app/assets/stylesheets/application.scss */
.border-primary {
  border-color: #a23a9b !important;
}

/* line 142, app/assets/stylesheets/application.scss */
.btn-primary {
  background-color: #a23a9b;
  border-color: #a23a9b;
  color: white;
}

/* line 147, app/assets/stylesheets/application.scss */
.btn-primary:hover {
  background-color: #7c2d77;
  border-color: #7c2d77;
}

/* line 153, app/assets/stylesheets/application.scss */
.btn-outline-primary {
  background-color: transparent;
  border-color: #a23a9b;
  color: #a23a9b;
}

/* line 158, app/assets/stylesheets/application.scss */
.btn-outline-primary:hover {
  background-color: #a23a9b;
  border-color: #a23a9b;
  color: white;
}

/* line 130, app/assets/stylesheets/application.scss */
.bg-secondary {
  background-color: #00a5a1 !important;
}

/* line 134, app/assets/stylesheets/application.scss */
.text-secondary {
  color: #00a5a1 !important;
}

/* line 138, app/assets/stylesheets/application.scss */
.border-secondary {
  border-color: #00a5a1 !important;
}

/* line 142, app/assets/stylesheets/application.scss */
.btn-secondary {
  background-color: #00a5a1;
  border-color: #00a5a1;
  color: white;
}

/* line 147, app/assets/stylesheets/application.scss */
.btn-secondary:hover {
  background-color: #00726f;
  border-color: #00726f;
}

/* line 153, app/assets/stylesheets/application.scss */
.btn-outline-secondary {
  background-color: transparent;
  border-color: #00a5a1;
  color: #00a5a1;
}

/* line 158, app/assets/stylesheets/application.scss */
.btn-outline-secondary:hover {
  background-color: #00a5a1;
  border-color: #00a5a1;
  color: white;
}

/* line 130, app/assets/stylesheets/application.scss */
.bg-dark {
  background-color: #1b0f22 !important;
}

/* line 134, app/assets/stylesheets/application.scss */
.text-dark {
  color: #1b0f22 !important;
}

/* line 138, app/assets/stylesheets/application.scss */
.border-dark {
  border-color: #1b0f22 !important;
}

/* line 142, app/assets/stylesheets/application.scss */
.btn-dark {
  background-color: #1b0f22;
  border-color: #1b0f22;
  color: white;
}

/* line 147, app/assets/stylesheets/application.scss */
.btn-dark:hover {
  background-color: black;
  border-color: black;
}

/* line 153, app/assets/stylesheets/application.scss */
.btn-outline-dark {
  background-color: transparent;
  border-color: #1b0f22;
  color: #1b0f22;
}

/* line 158, app/assets/stylesheets/application.scss */
.btn-outline-dark:hover {
  background-color: #1b0f22;
  border-color: #1b0f22;
  color: white;
}

/* line 130, app/assets/stylesheets/application.scss */
.bg-dark-accent {
  background-color: #2b1531 !important;
}

/* line 134, app/assets/stylesheets/application.scss */
.text-dark-accent {
  color: #2b1531 !important;
}

/* line 138, app/assets/stylesheets/application.scss */
.border-dark-accent {
  border-color: #2b1531 !important;
}

/* line 142, app/assets/stylesheets/application.scss */
.btn-dark-accent {
  background-color: #2b1531;
  border-color: #2b1531;
  color: white;
}

/* line 147, app/assets/stylesheets/application.scss */
.btn-dark-accent:hover {
  background-color: #0c060d;
  border-color: #0c060d;
}

/* line 153, app/assets/stylesheets/application.scss */
.btn-outline-dark-accent {
  background-color: transparent;
  border-color: #2b1531;
  color: #2b1531;
}

/* line 158, app/assets/stylesheets/application.scss */
.btn-outline-dark-accent:hover {
  background-color: #2b1531;
  border-color: #2b1531;
  color: white;
}

/* line 130, app/assets/stylesheets/application.scss */
.bg-success {
  background-color: #00D584 !important;
}

/* line 134, app/assets/stylesheets/application.scss */
.text-success {
  color: #00D584 !important;
}

/* line 138, app/assets/stylesheets/application.scss */
.border-success {
  border-color: #00D584 !important;
}

/* line 142, app/assets/stylesheets/application.scss */
.btn-success {
  background-color: #00D584;
  border-color: #00D584;
  color: white;
}

/* line 147, app/assets/stylesheets/application.scss */
.btn-success:hover {
  background-color: #00a264;
  border-color: #00a264;
}

/* line 153, app/assets/stylesheets/application.scss */
.btn-outline-success {
  background-color: transparent;
  border-color: #00D584;
  color: #00D584;
}

/* line 158, app/assets/stylesheets/application.scss */
.btn-outline-success:hover {
  background-color: #00D584;
  border-color: #00D584;
  color: white;
}

/* line 130, app/assets/stylesheets/application.scss */
.bg-warning {
  background-color: #faa53a !important;
}

/* line 134, app/assets/stylesheets/application.scss */
.text-warning {
  color: #faa53a !important;
}

/* line 138, app/assets/stylesheets/application.scss */
.border-warning {
  border-color: #faa53a !important;
}

/* line 142, app/assets/stylesheets/application.scss */
.btn-warning {
  background-color: #faa53a;
  border-color: #faa53a;
  color: white;
}

/* line 147, app/assets/stylesheets/application.scss */
.btn-warning:hover {
  background-color: #f98e08;
  border-color: #f98e08;
}

/* line 153, app/assets/stylesheets/application.scss */
.btn-outline-warning {
  background-color: transparent;
  border-color: #faa53a;
  color: #faa53a;
}

/* line 158, app/assets/stylesheets/application.scss */
.btn-outline-warning:hover {
  background-color: #faa53a;
  border-color: #faa53a;
  color: white;
}

/* line 130, app/assets/stylesheets/application.scss */
.bg-danger {
  background-color: #f96561 !important;
}

/* line 134, app/assets/stylesheets/application.scss */
.text-danger {
  color: #f96561 !important;
}

/* line 138, app/assets/stylesheets/application.scss */
.border-danger {
  border-color: #f96561 !important;
}

/* line 142, app/assets/stylesheets/application.scss */
.btn-danger {
  background-color: #f96561;
  border-color: #f96561;
  color: white;
}

/* line 147, app/assets/stylesheets/application.scss */
.btn-danger:hover {
  background-color: #f73530;
  border-color: #f73530;
}

/* line 153, app/assets/stylesheets/application.scss */
.btn-outline-danger {
  background-color: transparent;
  border-color: #f96561;
  color: #f96561;
}

/* line 158, app/assets/stylesheets/application.scss */
.btn-outline-danger:hover {
  background-color: #f96561;
  border-color: #f96561;
  color: white;
}

/* line 130, app/assets/stylesheets/application.scss */
.bg-info {
  background-color: #00bcd5 !important;
}

/* line 134, app/assets/stylesheets/application.scss */
.text-info {
  color: #00bcd5 !important;
}

/* line 138, app/assets/stylesheets/application.scss */
.border-info {
  border-color: #00bcd5 !important;
}

/* line 142, app/assets/stylesheets/application.scss */
.btn-info {
  background-color: #00bcd5;
  border-color: #00bcd5;
  color: white;
}

/* line 147, app/assets/stylesheets/application.scss */
.btn-info:hover {
  background-color: #008fa2;
  border-color: #008fa2;
}

/* line 153, app/assets/stylesheets/application.scss */
.btn-outline-info {
  background-color: transparent;
  border-color: #00bcd5;
  color: #00bcd5;
}

/* line 158, app/assets/stylesheets/application.scss */
.btn-outline-info:hover {
  background-color: #00bcd5;
  border-color: #00bcd5;
  color: white;
}

/* line 130, app/assets/stylesheets/application.scss */
.bg-muted {
  background-color: #767c83 !important;
}

/* line 134, app/assets/stylesheets/application.scss */
.text-muted {
  color: #767c83 !important;
}

/* line 138, app/assets/stylesheets/application.scss */
.border-muted {
  border-color: #767c83 !important;
}

/* line 142, app/assets/stylesheets/application.scss */
.btn-muted {
  background-color: #767c83;
  border-color: #767c83;
  color: white;
}

/* line 147, app/assets/stylesheets/application.scss */
.btn-muted:hover {
  background-color: #5e6368;
  border-color: #5e6368;
}

/* line 153, app/assets/stylesheets/application.scss */
.btn-outline-muted {
  background-color: transparent;
  border-color: #767c83;
  color: #767c83;
}

/* line 158, app/assets/stylesheets/application.scss */
.btn-outline-muted:hover {
  background-color: #767c83;
  border-color: #767c83;
  color: white;
}

/* line 130, app/assets/stylesheets/application.scss */
.bg-light {
  background-color: #f1eef1 !important;
}

/* line 134, app/assets/stylesheets/application.scss */
.text-light {
  color: #f1eef1 !important;
}

/* line 138, app/assets/stylesheets/application.scss */
.border-light {
  border-color: #f1eef1 !important;
}

/* line 142, app/assets/stylesheets/application.scss */
.btn-light {
  background-color: #f1eef1;
  border-color: #f1eef1;
  color: white;
}

/* line 147, app/assets/stylesheets/application.scss */
.btn-light:hover {
  background-color: #dad2da;
  border-color: #dad2da;
}

/* line 153, app/assets/stylesheets/application.scss */
.btn-outline-light {
  background-color: transparent;
  border-color: #f1eef1;
  color: #f1eef1;
}

/* line 158, app/assets/stylesheets/application.scss */
.btn-outline-light:hover {
  background-color: #f1eef1;
  border-color: #f1eef1;
  color: white;
}

/* Everything Else */
/* line 168, app/assets/stylesheets/application.scss */
nav .nav-item .active, .nav-link.active {
  background-color: #a23a9b !important;
  border-color: #a23a9b !important;
}

/* line 169, app/assets/stylesheets/application.scss */
.active > .page-link, .page-link.active {
  background-color: #a23a9b !important;
  border-color: #a23a9b !important;
}

/* line 174, app/assets/stylesheets/application.scss */
a.btn:hover {
  text-decoration: none;
}

/* line 175, app/assets/stylesheets/application.scss */
a.list-group-item:hover, a.nav-link:hover {
  text-decoration: none;
  background-color: #f1eef1;
}

/* line 180, app/assets/stylesheets/application.scss */
.badge-platform {
  border: 2px solid #eee;
  border-radius: 0.4rem !important;
  padding: 0.4rem 0.7rem !important;
  margin-bottom: 0.3rem !important;
  margin-right: 0.2rem !important;
}

/* line 187, app/assets/stylesheets/application.scss */
.badge-platform:hover {
  text-decoration: none;
}

/* line 189, app/assets/stylesheets/application.scss */
.badge-platform:hover i {
  transition: all 0.2s ease;
}

/* line 193, app/assets/stylesheets/application.scss */
.badge-platform:hover i::before {
  content: "\F52A";
}

/* line 200, app/assets/stylesheets/application.scss */
.blur {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
}

/* line 213, app/assets/stylesheets/application.scss */
#top_nav li a {
  padding-top: 1px;
  padding-bottom: 2px;
  text-transform: uppercase;
  font-size: 12px;
  opacity: 0.4;
}

/* line 219, app/assets/stylesheets/application.scss */
#top_nav li a:hover, #top_nav li a.active {
  opacity: 1;
  background-color: #a23a9b !important;
  border-radius: 6px;
}

/* line 223, app/assets/stylesheets/application.scss */
#top_nav li a:hover i, #top_nav li a.active i {
  color: white !important;
}

/* line 227, app/assets/stylesheets/application.scss */
#top_nav li a.active {
  font-weight: 600;
}

/* line 234, app/assets/stylesheets/application.scss */
#top_nav .dropdown-menu {
  background-color: #1b0f22 !important;
  border-color: #2b1531 !important;
  border-radius: 0 !important;
}

/* line 239, app/assets/stylesheets/application.scss */
#top_nav .dropdown-menu a {
  color: #fff !important;
}

/* line 244, app/assets/stylesheets/application.scss */
#top_nav a:hover {
  background-color: #a23a9b !important;
}

/* line 249, app/assets/stylesheets/application.scss */
.turbo-progress-bar {
  background-color: #a23a9b !important;
}

/* line 253, app/assets/stylesheets/application.scss */
select {
  font-family: "bootstrap-icons", "Figtree", sans-serif;
}

/* Section Themes */
/* line 258, app/assets/stylesheets/application.scss */
.themed-section {
  position: relative;
  overflow: hidden;
  color: white;
}

/* line 264, app/assets/stylesheets/application.scss */
.themed-section::before {
  content: "\f4BE";
  font-family: "bootstrap-icons";
  position: absolute;
  font-size: 3rem;
  opacity: 0.3;
  top: -5%;
  left: 5%;
  transform: rotate(-15deg);
  text-shadow: 50rem 15rem 1px currentColor, 97rem 25rem 0 currentColor;
}

/* line 278, app/assets/stylesheets/application.scss */
.themed-section::after {
  content: "\f50C";
  font-family: "bootstrap-icons";
  position: absolute;
  font-size: 2.5rem;
  opacity: 0.25;
  bottom: -2%;
  right: 5%;
  transform: rotate(25deg);
  text-shadow: -38rem 15rem 0 currentColor, -80rem 37rem 0 currentColor;
}

/* line 292, app/assets/stylesheets/application.scss */
.themed-section .theme-second {
  position: relative;
  z-index: 1;
}

/* line 296, app/assets/stylesheets/application.scss */
.themed-section .theme-second::before {
  content: "\f509";
  font-family: "bootstrap-icons";
  position: absolute;
  font-size: 2.5rem;
  opacity: 0.3;
  top: 5%;
  left: 25%;
  transform: rotate(30deg);
  text-shadow: 42rem -25rem 0 currentColor, -21rem 14rem 0 currentColor;
}

/* line 310, app/assets/stylesheets/application.scss */
.themed-section .theme-second::after {
  content: "\f64E";
  font-family: "bootstrap-icons";
  position: absolute;
  font-size: 2.7rem;
  opacity: 0.25;
  bottom: 5%;
  right: 23%;
  transform: rotate(-30deg);
  text-shadow: 18rem 12rem 0 currentColor, -26rem -15rem 0 currentColor;
}

/* line 327, app/assets/stylesheets/application.scss */
.theme-music::before {
  content: "\f49e";
}

/* line 328, app/assets/stylesheets/application.scss */
.theme-music::after {
  content: "\f49e";
}

/* line 329, app/assets/stylesheets/application.scss */
.theme-music .theme-second::before {
  content: "\f4a2";
}

/* line 330, app/assets/stylesheets/application.scss */
.theme-music .theme-second::after {
  content: "\f4a0";
}

/* line 334, app/assets/stylesheets/application.scss */
.theme-business::before, .theme-business::after {
  content: "\f8FF";
}

/* line 335, app/assets/stylesheets/application.scss */
.theme-business .theme-second::before, .theme-business .theme-second::after {
  content: "\f379";
}

/* line 339, app/assets/stylesheets/application.scss */
.theme-video::before {
  content: "\f21B";
}

/* line 340, app/assets/stylesheets/application.scss */
.theme-video::after {
  content: "\f21B";
}

/* line 341, app/assets/stylesheets/application.scss */
.theme-video .theme-second::before {
  content: "\f4F3";
}

/* line 342, app/assets/stylesheets/application.scss */
.theme-video .theme-second::after {
  content: "\f817";
}

/* line 346, app/assets/stylesheets/application.scss */
.theme-social::before {
  content: "\f4D0";
}

/* line 347, app/assets/stylesheets/application.scss */
.theme-social::after {
  content: "\f4D7";
}

/* line 348, app/assets/stylesheets/application.scss */
.theme-social .theme-second::before {
  content: "\f586";
}

/* line 349, app/assets/stylesheets/application.scss */
.theme-social .theme-second::after {
  content: "\f503";
}

/* line 353, app/assets/stylesheets/application.scss */
.theme-geo::before {
  content: "\f4ED";
}

/* line 354, app/assets/stylesheets/application.scss */
.theme-geo::after {
  content: "\f64C";
}

/* line 355, app/assets/stylesheets/application.scss */
.theme-geo .theme-second::before {
  content: "\f47F";
}

/* line 356, app/assets/stylesheets/application.scss */
.theme-geo .theme-second::after {
  content: "\f3EE";
}

/* line 360, app/assets/stylesheets/application.scss */
.theme-travel::before {
  content: "\f3EE";
}

/* line 361, app/assets/stylesheets/application.scss */
.theme-travel::after {
  content: "\f885";
}

/* line 362, app/assets/stylesheets/application.scss */
.theme-travel .theme-second::before {
  content: "\f8F0";
}

/* line 363, app/assets/stylesheets/application.scss */
.theme-travel .theme-second::after {
  content: "\f4ED";
}

/* line 367, app/assets/stylesheets/application.scss */
.theme-chat::before {
  content: "\f5C1";
}

/* line 368, app/assets/stylesheets/application.scss */
.theme-chat::after {
  content: "\f24A";
}

/* line 369, app/assets/stylesheets/application.scss */
.theme-chat .theme-second::before {
  content: "\f716";
}

/* line 370, app/assets/stylesheets/application.scss */
.theme-chat .theme-second::after {
  content: "\f4D0";
}

/* line 374, app/assets/stylesheets/application.scss */
.theme-livestream::before {
  content: "\f714";
}

/* line 375, app/assets/stylesheets/application.scss */
.theme-livestream::after {
  content: "\f21F";
}

/* line 376, app/assets/stylesheets/application.scss */
.theme-livestream .theme-second::before {
  content: "\f21B";
}

/* line 377, app/assets/stylesheets/application.scss */
.theme-livestream .theme-second::after {
  content: "\f588";
}

/* line 381, app/assets/stylesheets/application.scss */
.theme-shopping::before {
  content: "\f70C";
}

/* line 382, app/assets/stylesheets/application.scss */
.theme-shopping::after {
  content: "\f1C7";
}

/* line 383, app/assets/stylesheets/application.scss */
.theme-shopping .theme-second::before {
  content: "\f542";
}

/* line 384, app/assets/stylesheets/application.scss */
.theme-shopping .theme-second::after {
  content: "\f180";
}

/* line 388, app/assets/stylesheets/application.scss */
.theme-any::before {
  content: "\f708";
}

/* line 389, app/assets/stylesheets/application.scss */
.theme-any::after {
  content: "\f18A";
}

/* line 390, app/assets/stylesheets/application.scss */
.theme-any .theme-second::before {
  content: "\f313";
}

/* line 391, app/assets/stylesheets/application.scss */
.theme-any .theme-second::after {
  content: "\f321";
}

/* Random Fancyness */
/* line 396, app/assets/stylesheets/application.scss */
.pulse-slightly {
  display: inline-block;
  animation: pulse_slightly 5s ease-in-out infinite;
}

/* line 400, app/assets/stylesheets/application.scss */
.pulse-slightly:hover {
  animation: pulse_slightly 1s ease-in-out infinite;
}

@keyframes pulse_slightly {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

/* line 411, app/assets/stylesheets/application.scss */
.nav-docs .active {
  border: 0;
  color: #a23a9b !important;
}

/* line 417, app/assets/stylesheets/application.scss */
.nav-docs li li a.active {
  color: #a23a9b !important;
  text-decoration: underline;
}

/* line 425, app/assets/stylesheets/application.scss */
.border-fat {
  border: 6px solid #f1eef1;
  border-radius: 10px;
}

/* line 431, app/assets/stylesheets/application.scss */
.btn-shadow:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transform: scale(1.01);
  transition: all 0.2s ease;
}

/* line 438, app/assets/stylesheets/application.scss */
.btn-group .text-hidden {
  transition: all 0.2s ease;
  display: none;
}

/* line 443, app/assets/stylesheets/application.scss */
.btn-group .btn:hover .text-hidden {
  display: inline-block;
}

@keyframes glowing-shadow {
  0% {
    box-shadow: 0 0 5px rgba(162, 58, 155, 0.3), 0 0 10px rgba(0, 165, 161, 0.2), 0 0 15px rgba(0, 213, 132, 0.1);
  }
  25% {
    box-shadow: 0 0 10px rgba(0, 165, 161, 0.4), 0 0 20px rgba(0, 213, 132, 0.3), 0 0 30px rgba(250, 165, 58, 0.2);
  }
  50% {
    box-shadow: 0 0 15px rgba(0, 213, 132, 0.5), 0 0 25px rgba(250, 165, 58, 0.4), 0 0 35px rgba(249, 101, 97, 0.3);
  }
  75% {
    box-shadow: 0 0 10px rgba(250, 165, 58, 0.4), 0 0 20px rgba(249, 101, 97, 0.3), 0 0 30px rgba(0, 188, 213, 0.2);
  }
  100% {
    box-shadow: 0 0 5px rgba(162, 58, 155, 0.3), 0 0 10px rgba(0, 165, 161, 0.2), 0 0 15px rgba(0, 213, 132, 0.1);
  }
}

/* line 483, app/assets/stylesheets/application.scss */
.glow-shadow {
  animation: glowing-shadow 3s ease-in-out infinite;
}

/* line 488, app/assets/stylesheets/application.scss */
.glow-shadow:hover {
  animation-duration: 1.5s;
}

/* line 493, app/assets/stylesheets/application.scss */
[data-controller="star-rating"] .bi-star-fill {
  font-size: 1.6rem;
  cursor: pointer;
  transition: color 0.15s;
  margin-right: 0.1em;
}
