/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Concert+One&family=Original+Surfer&family=Prosto+One&family=Rajdhani:wght@300;400;500;600;700&family=SUSE:wght@100..800&family=Yeon+Sung&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster+Two:wght@400;700&family=Pacifico&family=Playfair+Display:wght@400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Quicksand:wght@300;400;500;600;700&family=Raleway:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700&display=swap");
* {
  box-sizing: border-box;
}
html, body {
  background-color: #596c91;
  font-family: "Poppins", sans-serif;
  height: 100vh;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-4 {
  flex: 4;
}
.flex-5 {
  flex: 5;
}
.flex-6 {
  flex: 6;
}
.flex-7 {
  flex: 7;
}
.flex-8 {
  flex: 8;
}
.flex-9 {
  flex: 9;
}
.flex-10 {
  flex: 10;
}
.flex-11 {
  flex: 11;
}
.flex-12 {
  flex: 12;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Prosto One", sans-serif;
}
h3.popover-header {
  margin-top: 0px;
}
.fs-small {
  font-size: 0.9rem;
}
.fs-smaller {
  font-size: 0.8rem;
}
.fs-mini {
  font-size: 0.7rem;
}
.bump-down {
  margin-bottom: 10px;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.btn {
  border-radius: 0.4rem;
  font-family: "Poppins", sans-serif;
  padding: 0.5rem 1rem;
  margin: 1rem 0.5rem;
  border: 1px solid transparent;
}
.btn-primary {
  background: #202c42;
}
.btn-notice {
  background: #ffc947;
  border: 1px solid #ffc947;
  color: #000;
  font-weight: 600;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
.btn-notice:hover {
  background: #555e6a;
  border: 1px solid #e1e1e1;
  color: #e1e1e1;
}
.btn-grey {
  background: #555e6a;
  color: #b9bbbe;
  margin: 16px 3px;
}
.btn-grey:hover {
  background: #394555 !important;
  color: #e1e1e1 !important;
}
.btn-dark-coral {
  background: #803535;
  border: 1px solid #cb5c5f;
  color: #e1e1e1;
  margin: 16px 3px;
  cursor: pointer;
}
.btn-dark-coral:hover {
  background: #cb5c5f;
  color: #e1e1e1;
}
.btn-light-coral {
  background: #e35a5a;
  border: 1px solid #cb5c5f;
  color: #e1e1e1;
  margin: 16px 3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 1061;
}
.btn-light-coral:hover {
  background: #e1e1e1;
  color: #cb5c5f;
}
.btn-account {
  margin-left: 4px;
}
.btn-account i {
  text-align: center;
}
.btn-dark {
  background: #2b323b;
  border: 2px solid #2b323b;
  color: #e1e1e1;
  margin: 16px 3px;
  cursor: pointer;
}
.btn-dark:hover {
  background: #394555;
  color: #e1e1e1;
}
.btn-dark-disabled {
  background: #394555;
  border: 2px solid #52647b;
  color: #52647b;
  margin: 16px 3px;
  cursor: not-allowed;
}
.custom-hero-header img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  display: block;
}
.hero-wrapper .g-container {
  padding-top: 0 !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  height: 100%;
}
.hero-wrapper .g-content {
  margin: 0 !important;
  padding: 0 !important;
}
.custom-hero-header p {
  margin: 0 !important;
}
.hero-wrapper .g-grid:nth-of-type(3) {
  padding: 20px 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.5s ease;
  max-height: 150px;
}
.hero-wrapper .g-grid:nth-of-type(3).sticky-header {
  background-color: red !important;
  max-height: 60px !important;
}
.g-logo #logo {
  display: none !important;
}
.hero-wrapper .small-logo {
  width: 50px;
  height: auto;
}
.hero-wrapper .g-logo {
  background-image: url('https://songlist.ca/images/img/songlist-icon.svg') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100px;
  height: auto;
  display: block;
  margin: 0 20px;
  filter: invert(100%) brightness(1000%);
}
.hero-wrapper .g-main-nav {
  padding: 10px 20px;
}
.hero-wrapper .g-main-nav a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin-right: 20px;
}
.hero-wrapper {
  position: relative;
}
.hero-wrapper .g-logo, .hero-wrapper .g-main-nav {
  position: relative;
  z-index: 1000;
}
#system-message-container .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#system-message-container .alert-success {
  background-color: #dff0d8;
  color: #3c763d;
}
#system-message-container .alert-error {
  background-color: #f2dede;
  color: #a94442;
}
#system-message-container .alert-warning {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.joomla-alert--close {
  background-color: transparent !important;
  color: #000 !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  width: auto !important;
  min-width: 25px !important;
}
#system-message-container {
  position: relative !important;
}
.joomla-alert--close:hover {
  color: #ff0000;
  /* Change color on hover, e.g., red */
  opacity: 1;
  /* Fully visible on hover */
}
.form-group {
  margin-bottom: 0;
}
.form-control {
  border-radius: 0;
}
.register-page input {
  margin: 0;
  border: 0;
  border-radius: 0;
}
.rounded-top {
  border-top-left-radius: 0.4rem !important;
  border-top-right-radius: 0.4rem !important;
}
.rounded-bottom {
  border-bottom-left-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
}
.register-container {
  width: 100%;
  height: 100vh;
  background-color: lightcoral;
  text-align: center;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  position: absolute;
  /* Flexbox for vertical and horizontal centering */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/* General content for all other containers (keep this) */
.register-container .content {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
}
/* User container starts visible */
#user_container {
  background-color: #304161;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
#plan_container button, #user_container button {
  background-color: #e97f7f;
  color: #efefef;
}
#plan_container h2, #user_container h2 {
  color: #e97f7f;
}
#plan_container, #plan_container label, #user_container label {
  color: #efefef;
}
/* Subdomain container starts hidden and offscreen */
#subdomain_container {
  background-color: #e97f7f;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
#subdomain_container input {
  border-radius: 0.4rem;
}
/* Specific rules for plan_container to remove centering and enable scrolling */
#plan_container {
  background-color: #304161;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  overflow-y: auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  padding: 20px;
  box-sizing: border-box;
}
/* Make sure the content inside plan_container is scrollable */
#plan_container .content {
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: auto;
  max-height: 100%;
}
/* Review container starts hidden and offscreen */
#review_container {
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
#review_container .content .row:last-of-type {
  margin-top: 1.5rem;
}
#review_container h2 {
  color: #eee;
  opacity: 0.9;
}
#review_container .no-margin {
  width: 90%;
}
.review-box {
  background-color: rgba(238, 238, 238, 0.5);
  border: 0;
  border-radius: 0.4rem;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  color: #304161;
  text-align: left;
  width: 100%;
}
#review_container label {
  color: #eee;
  margin-top: 1.5rem;
  opacity: 0.8;
}
.review-item {
  display: flex;
  width: 100%;
}
.review-item .label {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.review-item .value {
  flex: 1;
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
}
/* General plan card styling */
.plan-card {
  border: 2px solid #2f4060;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
  color: #fff;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
/* Selected state for the card */
.plan-card.selected {
  border-color: #ffffff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}
/* Triangle in the top-right corner for selected cards */
.plan-card.selected::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 50px solid #ffffff;
  border-left: 50px solid transparent;
  z-index: 1;
}
/* Checkmark in the triangle */
.plan-card.selected::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #304161;
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 16px;
  z-index: 2;
}
.free-card {
  background-color: #4f648b;
}
.premium-card {
  background-color: #3b8c88;
}
.ultimate-card {
  background-color: #786dbb;
}
#continue_3 {
  background-color: #3b8c88;
}
#back_1, #back_2, #back_3 {
  background: linear-gradient(45deg, #34476b, #4f648b);
  background-color: #6a6f82 !important;
  border: 0;
  transition: background 0.3s ease;
  color: #efefef;
}
.plan-card:hover {
  border-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.plan-title {
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  opacity: 0.5;
}
.plan-price-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.plan-annual {
  font-size: 1.2rem;
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.plan-cost {
  font-size: 2rem;
  margin-bottom: 0px;
  color: #f0ecec;
  font-weight: 700;
  text-align: center;
}
.plan-details {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}
.plan-details li {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #f0ecec;
  line-height: 1.4rem;
}
.plan-details li:last-child {
  margin-bottom: 0;
}
.plan-radio:checked + .plan-card {
  border-color: #ffffff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
}
.register-nav {
  display: flex;
  gap: 10px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.register-nav button {
  flex: 1;
  margin: 0;
}
.register-nav button:hover {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.register-nav button:first-child {
  margin-right: 0;
}
.register-nav button:last-child {
  margin-left: 0;
}
input[name="subdomain"] {
  margin-bottom: 25px;
}
input {
  border-radius: 4px;
}
.platform-content, .platform-content .col {
  padding: 0;
}
.platform-content .row {
  margin-right: 0 !important;
}
.svg-icon {
  color: #c4c8cd;
  position: absolute;
  top: -80px;
  right: -50px;
  width: 400px;
  height: auto;
  opacity: 0.8;
  z-index: -1;
}
.register-container button {
  margin-top: 1rem;
  padding: 1rem;
  width: 100%;
}
button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}
input:focus, input:active {
  outline: none !important;
  box-shadow: none !important;
}
.plan-radio:focus, .plan-radio:active {
  outline: none !important;
  box-shadow: none !important;
}
label {
  -webkit-tap-highlight-color: transparent;
  /* for safari and ios devices */
}
.register-box {
  min-height: 200px;
  min-width: 300px;
}
.register-box-header h1 {
  margin-top: 0px;
}
.subdomain-info {
  background-color: #d3daeb;
  border: 1px solid #596c91;
  color: #596c91;
  margin-top: 20px;
}
.btn-success {
  background: #304161;
  color: #d3daeb;
  border: 1px solid #304161;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out color 0.3s ease-in-out;
}
.btn-success:hover {
  background: #182b46 !important;
  border: 1px solid #d3daeb;
  color: #d3daeb;
}
.btn-load, .btn-save {
  background: #e97f7f;
  color: #171f2e;
  border: 1px solid #e97f7f;
  margin-left: auto;
  max-width: 100%;
  min-width: 10rem;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn-load:hover, .btn-save:hover {
  background: #304161 !important;
  border: 1px solid #e97f7f;
  color: #efefef;
}
.btn-load {
  background-color: #3b8c88;
  border: 1px solid #3b8c88;
  color: #e0e0e0;
}
.btn-blue {
  background: #304161;
  border: 1px solid #e97f7f;
  color: #d3daeb;
  padding: 0.7rem 1rem;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
}
.btn-blue:hover {
  background: #e97f7f !important;
  color: #304161;
}
.unsaved {
  background-color: #ffcc00;
  border: 1px solid #ffcc00 !important;
  color: #1d273b;
}
.verify-subdomain {
  font-size: 0.8rem;
  margin-left: 2px;
}
.plans-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.register-page h3, .register-page h4, .register-page h5 {
  margin: 0;
}
#billing-form .form-group.row {
  margin-left: 0;
  margin-right: 0;
}
#billing-form .form-group.row .col-md-6 {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
#billing-form .form-group.row .col-md-6:first-child {
  border-right: 1px solid #f8f9fa;
}
#billing-form .form-group.row .col-md-6:last-child {
  border-left: none;
}
input[type="radio"]:checked + .card {
  border: 2px solid #007bff !important;
}
.card.selected::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 60px solid #d3daeb;
  border-left: 60px solid transparent;
  z-index: 1;
}
.card::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: transparent;
  position: absolute;
  top: 0px;
  right: 7px;
  font-size: 20px;
  z-index: 2;
}
.card.selected::before {
  color: #161e2d;
}
.plan-page .btn-success {
  margin-top: 10px;
}
.hidden-radio {
  display: none !important;
}
.header-row {
  display: flex;
  justify-content: space-between;
  width: 100vw;
}
.header-row div {
  align-items: center;
  display: flex;
  padding: 1.5rem;
}
.header-row .page-logo {
  display: flex;
  flex: 1;
  padding: 1.5rem;
}
.header-row .menu {
  display: flex;
  flex: 1;
  padding: 1.5rem;
  text-align: right;
}
.header-row .menu button {
  padding: 0.8rem 1.5rem;
}
.header-row .menu .btn-group {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
}
.header-row .menu .btn-group button {
  border: 1px solid #e0e0e0;
}
.header-row .dropdown-toggle i {
  margin-left: 1rem;
}
.header-row .dropdown-menu i {
  min-width: 2rem;
}
.header-row .dropdown-menu {
  background-color: #e0e0e0;
  border-radius: 0.4rem;
  font-size: 0.9rem;
}
.header-row .dropdown-menu > li > a:hover {
  background-color: #e97f7f;
  color: #fff;
}
.header-row .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.btn-secondary.dropdown-toggle::after {
  display: none;
}
.header-row .btn-group {
  display: block;
}
.profile-section {
  width: 100%;
}
.user-page {
  background: linear-gradient(180deg, #293957, #121925);
  color: #eee;
  min-height: 100vh;
  width: 100%;
}
.user-page .row {
  margin-left: 0;
  margin-right: 0;
}
.user-box {
  padding: 1.5rem;
}
.btn-upload {
  background: #e0e0e0;
  color: #304161;
}
.btn-logo {
  background-color: #2d3d5c;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #304161;
}
.btn-logo i {
  color: transparent;
  font-size: 1.2rem;
}
.btn-logo:hover i {
  color: #fff;
}
.info-container {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.info-container .justify-content-center {
  display: flex;
  justify-content: space-between;
}
.info-container select {
  padding-right: 2rem;
  background-color: #1d273b;
  border: 1px solid #e97f7f;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}
.select-container {
  position: relative;
  width: 100%;
  /* Adjust width if needed */
}
.logo-preview {
  align-items: center;
  border: 1px solid #e97f7f;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.select-container select {
  width: 100%;
  padding-bottom: 0.3rem !important;
  padding-top: 0.3rem !important;
  padding-right: 2rem;
  background-color: #1d273b;
  border: 1px solid #e97f7f;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select-container::after {
  content: "";
  /* Font Awesome icon code for 'floppy-disk' */
  font-family: "Font Awesome 6 Pro";
  /* Make sure Font Awesome is loaded */
  position: absolute;
  right: 15px;
  top: 20px;
  transform: translateY(-50%);
  color: #eee;
  pointer-events: none;
}
.info-container select, .info-container input {
  background-color: #425a87;
  border: 0;
  border-bottom: 1px solid #e97f7f;
  border-radius: 0.3rem;
  color: #eee;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.5rem;
}
.info-container input::placeholder {
  color: rgba(224, 224, 224, 0.5);
}
input[type="text"][readonly] {
  width: 100%;
  background-color: #1d273b;
  border: 0;
  border-bottom: 1px solid #e97f7f;
  color: #333;
}
.input-with-icon {
  position: relative;
}
.input-with-icon input[type="text"] {
  width: 100%;
  padding-right: 30px;
  background-color: #1d273b;
  border: 0;
  border-bottom: 1px solid #e97f7f;
  color: #fff;
  box-sizing: border-box;
}
.input-with-icon i.fa-lock {
  position: absolute;
  right: 20px;
  top: 20px;
  transform: translateY(-50%);
  color: #e97f7f;
}
.plan-radio {
  background: #425a87;
  border: 0;
  border-bottom: 1px solid #e97f7f;
  border-radius: 0.4rem;
  color: #eee;
  margin-bottom: 0.4rem;
  width: 100%;
}
.btn-plan-radio {
  color: #eee;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.btn-check:focus, .btn-check:focus-visible {
  outline: none;
  box-shadow: none;
}
.btn-plan-radio:focus-visible, .btn-plan-radio:focus {
  box-shadow: none;
}
.no-input {
  line-height: 1.5rem;
  padding: 0.5rem;
}
input[type="radio"].btn-check:checked + label.btn-plan-radio {
  background-color: #e97f7f;
  color: #fff;
  border-color: #e97f7f;
}
.progress {
  background-color: #e97f7f;
  border: 1px solid #e97f7f;
  border-radius: 5px;
  height: 2.5rem;
  overflow: hidden;
  margin-top: 0.1rem;
  position: relative;
}
.progress-bar {
  background-color: #1d273b;
  /* The "remaining" portion color (dark blue) */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  transition: width 0.4s ease-in-out;
}
.progress-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.divider {
  height: 1px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #1d273b;
  margin: 1rem;
}
.info-row {
  display: flex;
}
.info-row div:last-of-type {
  margin-left: auto;
}
.info-panel {
  background: #304161;
  border: 1px solid rgba(16, 21, 32, 0.5);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex: 1;
  margin: 1rem;
  padding: 1.5rem;
  z-index: 55;
}
.profile-header {
  border: 1px solid rgba(233, 127, 127, 0.4);
  position: relative;
  font-size: 4rem;
  text-align: center;
  z-index: 1;
  margin-bottom: -30px;
  background-color: rgba(48, 65, 97, 0.8);
  border-left: 8px solid #e97f7f;
  padding: 20px;
}
.modal-content {
  background-color: #394555;
  color: #e0e0e0;
}
.modal-title {
  font-family: "Prosto One", sans-serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-rendering: auto;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.radiobtn {
  position: relative;
  display: block;
}
.radiobtn label {
  display: block;
  background: #52647b;
  color: #e0e0e0;
  border-radius: 5px;
  padding: 10px 20px;
  border: 2px solid #52647b;
  margin-bottom: 5px;
  cursor: pointer;
}
.radiobtn label:after, .radiobtn label:before {
  content: "";
  position: absolute;
  right: 11px;
  top: 16px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #52647b;
}
.radiobtn label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.radiobtn input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  appearance: none;
}
.radiobtn input[type="radio"]:checked + label {
  background: #768aa4;
  animation-name: blink;
  animation-duration: 1s;
  border-color: #52647b;
}
.radiobtn input[type="radio"]:checked + label:after {
  background: #52647b;
}
.radiobtn input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
}
@keyframes blink {
  0% {
    background-color: #768aa4;
  }
  10% {
    background-color: #768aa4;
  }
  11% {
    background-color: #8597ae;
  }
  29% {
    background-color: #8597ae;
  }
  30% {
    background-color: #768aa4;
  }
  50% {
    background-color: #8597ae;
  }
  45% {
    background-color: #768aa4;
  }
  50% {
    background-color: #8597ae;
  }
  100% {
    background-color: #768aa4;
  }
}
a.small-text {
  color: #e97f7f;
  font-size: 0.7rem;
  margin-left: 0.7rem;
}
a.small-text:hover {
  text-decoration: underline;
}
.subtext {
  color: rgba(224, 224, 224, 0.5);
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.sample-table {
  border: 0;
}
.sample-table thead {
  border-bottom: 1px solid #1d273b;
}
.sample-table th {
  background-color: #425a87 !important;
  border-bottom: 1px solid #1d273b;
}
.sample-table th:first-of-type {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.sample-table th:last-of-type {
  border-bottom-right-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}
.sample-table tbody tr {
  position: relative;
}
.sample-table tbody tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  /* Adjust this for the amount of "offset" */
  right: 0.5rem;
  /* Adjust this for the amount of "offset" */
  border-bottom: 1px solid #b56363;
  /* Same as your original border */
}
.sample-table tbody tr td {
  font-size: 0.9rem;
}
.mapping-box {
  background-color: #304161;
  border-radius: 0.4rem;
  color: #eee;
  margin-bottom: 1rem;
}
.mapping-box .col-12, .mapping-box .col-md-4 {
  padding-left: 0;
}
.checkbox-wrapper-30 {
  display: inline-flex;
  align-items: center;
  /* Vertically center the checkbox content */
  justify-content: flex-start;
  /* Align everything to the left */
  width: auto;
  /* Take only the necessary width */
  max-width: 50px;
  /* Constrain to 50px, adjust as needed */
  margin: 0;
  margin-left: 0 !important;
  /* Remove unintended margins */
  padding: 0;
  /* Remove unintended padding */
  flex-shrink: 0;
  /* Prevent shrinking */
  flex-grow: 0;
  /* Prevent growing */
}
.checkbox-wrapper-30 .checkbox {
  --bg: transparent;
  --brdr: #e97f7f;
  --brdr-actv: #1e2235;
  --brdr-hovr: #bbc1e1;
  --dur: calc((var(--size, 2)/2) * 0.8s);
  display: inline-block;
  width: calc(var(--size, 1) * 22px);
  /* Fixed size for the checkbox */
  height: calc(var(--size, 1) * 22px);
  /* Fixed size for the checkbox */
  position: relative;
  margin: 0;
  /* Ensure no margin on the checkbox itself */
  padding: 0;
  /* Ensure no padding on the checkbox itself */
}
.checkbox-wrapper-30 .checkbox:after {
  content: "";
  width: 100%;
  padding-top: 100%;
  /* Maintain square aspect ratio */
  display: block;
}
.checkbox-wrapper-30 .checkbox > * {
  position: absolute;
}
.checkbox-wrapper-30 .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  background-color: var(--bg);
  border-radius: calc(var(--size, 1) * 4px);
  border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
  color: var(--newBrdrClr, var(--brdr));
  outline: none;
  margin: 0;
  /* Ensure no margin on the input */
  padding: 0;
  /* Ensure no padding on the input */
  transition: all calc(var(--dur) / 3) linear;
  width: 100%;
  /* Ensure input takes full width of the checkbox */
  height: 100%;
  /* Ensure input takes full height of the checkbox */
}
.checkbox-wrapper-30 .checkbox input:hover, .checkbox-wrapper-30 .checkbox input:checked {
  --newBrdr: calc(var(--size, 1) * 2);
}
.checkbox-wrapper-30 .checkbox input:hover {
  --newBrdrClr: var(--brdr-hovr);
}
.checkbox-wrapper-30 .checkbox input:checked {
  --newBrdrClr: var(--brdr-actv);
  transition-delay: calc(var(--dur) / 1.3);
}
.checkbox-wrapper-30 .checkbox input:checked + svg {
  --dashArray: 16 93;
  --dashOffset: 109;
}
.checkbox-wrapper-30 .checkbox svg {
  fill: none;
  left: 0;
  pointer-events: none;
  stroke: var(--stroke, var(--border-active));
  stroke-dasharray: var(--dashArray, 93);
  stroke-dashoffset: var(--dashOffset, 94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  top: 0;
  transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}
.checkbox-wrapper-30 .checkbox svg, .checkbox-wrapper-30 .checkbox input {
  display: block;
  width: 100%;
  height: 100%;
}
.step3-box, .step2-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.step3-box {
  padding-left: 0;
}
.step3-box label, .step2-box label {
  margin-left: 10px;
  margin-bottom: 0;
}
.step3-box i, .step2-box i {
  margin-left: 0.5rem;
}
.songlist-nav {
  background-color: #304161;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem;
  position: sticky;
  top: 0;
  z-index: 5;
}
.list-page {
  background: linear-gradient(180deg, #293957, #121925);
  color: #eee;
  min-height: 100vh;
  width: 100%;
}
.list-header {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.list-item-header {
  border-bottom: 1px solid #e97f7f;
  font-family: "Prosto One", sans-serif;
  font-size: 1.5rem;
  padding: 1rem;
}
.list-item-header div {
  padding: 0;
}
.list-panel {
  border-left: 1px solid #e97f7f;
  border-right: 1px solid #e97f7f;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.7);
  min-height: 100vh;
  padding: 0;
}
.list-section {
  margin-left: 0;
}
.list-item {
  border-bottom: 1px solid #e97f7f;
  font-size: 0.9rem;
  margin-left: 0;
  padding: 0.8rem 0.4rem;
}
.song-box {
  text-align: right !important;
}
.alpha-nav-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.alpha-nav {
  display: inline-flex;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
}
.alpha-nav a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #465a7d;
  border-right: 1px solid #25334e;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.alpha-nav a:last-of-type {
  border-right: 0;
}
.alpha-nav-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 200%;
  width: 50px;
  background: linear-gradient(to right, rgba(29, 39, 59, 0.8), rgba(29, 39, 59, 0));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.alpha-nav-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(to left, rgba(29, 39, 59, 0.8), rgba(29, 39, 59, 0));
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.alpha-nav-wrapper.show-left-fade::before {
  opacity: 1;
}
.alpha-nav-wrapper.show-right-fade::after {
  opacity: 1;
}
.alpha-nav a.active {
  color: #ffffff;
  background-color: #007bff;
  font-weight: bold;
}
.scroll-hint {
  background: rgba(16, 21, 32, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #e0e0e0;
  pointer-events: none;
  z-index: 2;
}
.scroll-hint .arrow-left, .scroll-hint .arrow-right {
  font-size: 1rem;
  margin: 0 0.25rem;
  opacity: 0.8;
}
.alpha-nav-wrapper.no-scroll-left .arrow-left, .alpha-nav-wrapper.no-scroll-right .arrow-right {
  display: none;
}
.scroll-hint {
  animation: fadeOutHint 3s forwards;
}
@keyframes fadeOutHint {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.search-category label {
  background-color: transparent;
  border: 1px solid #e97f7f;
  border-left: 0;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 0;
}
.search-category label:last-of-type {
  border-right: none;
}
.search-category input[type="radio"] {
  display: none;
}
.search-category input[type="radio"]:checked + label {
  background-color: #e97f7f !important;
  color: #202c42;
}
.search-box {
  position: relative;
}
.search-box input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e97f7f;
  border-top: 1px solid #e97f7f;
  border-radius: 0;
  color: #e0e0e0;
  margin-top: 0.4rem;
  padding: 1.55rem 1rem;
}
.search-box input:hover, .search-box input:focus {
  border-color: #e97f7f;
}
.search-box:after {
  color: rgba(224, 224, 224, 0.8);
  content: "";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0.9rem;
  right: 1rem;
}
#results-wrapper {
  position: relative;
}
.results-container {
  min-height: 40vh;
  position: relative;
}
.i-container {
  font-size: 3rem;
  height: auto;
  width: auto;
}
#results-wrapper .loading {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: none;
  justify-content: center;
  height: 100%;
  padding-top: 2rem;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .logo-container a, .logo-container {
    height: 150px;
    max-height: 150px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem;
  }
  .logo-container img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: auto;
    object-fit: contain;
  }
  .alpha-nav::-webkit-scrollbar {
    display: none;
  }
  .alpha-nav-wrapper {
    overflow-x: auto;
  }
  .list-panel {
    border-left: 0;
    border-right: 0;
    min-height: 100vh;
  }
  .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .form-group.row {
    display: flex;
    justify-content: space-between;
  }
  .form-group.row .col-md-6 {
    flex: 1;
    max-width: 48%;
  }
  #g-page-surround {
    overflow: visible !important;
  }
  .svg-icon {
    color: #516385;
  }
  .overlay {
    background: transparent;
    height: 100vh !important;
  }
  #billing-form {
    width: 100%;
    max-width: 100%;
  }
  #billing-form .form-group.row .col-md-6 {
    flex: 0 0 50%;
    margin-right: 0px;
    max-width: 50%;
  }
  .form-group.row .col-md-6 {
    width: 48%;
  }
  .register-container {
    align-items: center;
    background: #596c91;
    border-radius: 0 !important;
    display: flex;
    min-height: 100%;
    height: auto;
    justify-content: center;
    min-width: 425px;
    width: 100%;
    margin-top: 0;
  }
  .register-container h1 {
    color: #304161;
    font-size: 2.5rem;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  .register-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .register-page .form-group:not(:first-child) .form-control {
    border-top: 1px solid #c7cbce;
  }
  .subdomain-content {
    color: #eee !important;
  }
  .subdomain-content label {
    color: #304161;
    font-family: "Quicksand", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  }
  .verify-subdomain {
    color: #c2ffc7 !important;
  }
  #plan_container label {
    width: 100%;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #304161, #142841);
}
.custom-owl .g-owlcarousel.has-color-overlay .g-owlcarousel-item-img:after {
  background: linear-gradient(140deg, #0f192b, #161e2d) !important;
  opacity: 0.7 !important;
}
.logo {
  margin: 1.5rem 0rem 1.5rem 0rem;
}
nav.menu ul {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
}
nav.menu ul li {
  margin: 0px 0px 4px 0px;
}
nav.menu ul li a {
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
  color: #b9bbbe;
  display: block;
  padding: 10px 15px;
  border-radius: 0.5rem;
  transition: all 0.3s;
}
nav.menu ul li a i {
  width: 32px;
}
nav.menu ul li a:hover {
  background: #636d7a;
  color: #e1e1e1;
}
.platform-content.container {
  background-color: #2a3a5a;
  display: block;
}
.active {
  background-color: #803636;
  border: 1px solid #ca5c5e !important;
}
.active:hover {
  background-color: #ca5c5e !important;
  border: 1px solid #ca5c5e !important;
}
.sidebar {
  /* width: 250px; */
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
}
.plan-info {
  margin-top: auto;
  padding: 5px 10px;
  border-top: 1px solid #444;
  border-radius: 0.5rem;
  background: #394555;
  color: #ccc;
  overflow: hidden;
  position: relative;
}
.plan-info::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 5rem;
  line-height: 2.2rem;
  font-weight: 900;
  color: #555e6a;
  right: 0;
  top: 20px;
  position: absolute;
}
.plan-info p {
  margin: 0;
}
.main-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 25px;
  z-index: 1;
}
.header {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header h2 {
  margin: 0;
}
.pod-container {
  background-color: #394555;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 15px;
  position: relative;
}
.pod-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent !important;
  border-radius: 0.5rem;
  font-family: "Prosto One", sans-serif;
  transition: background 0.3s;
}
.pod-header:hover {
  background: transparent;
  cursor: default;
}
.pod-header h4 {
  margin-top: 0;
  text-transform: uppercase;
}
.pod-header h6 {
  color: #52647b;
  font-size: 0.8rem;
  margin: 0;
  margin-bottom: -0.8rem;
  padding: 0;
  text-transform: uppercase;
}
.pod-item {
  position: relative;
}
.pod-row {
  display: flex;
  padding: 0 0.25rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.pod-row:hover {
  background: #52647b;
  border-radius: 0rem;
}
.pod-row:hover .filter-checkbox .cbx {
  background: #394555;
}
.pod-row:hover .list-action {
  background: #394555;
}
.pod-row:hover .list-action:hover {
  background: blue;
}
.pod-footer .badged {
  flex-grow: 1;
  width: 100%;
}
.pod-data {
  border-bottom: 1px solid #445266;
  font-size: 0.9rem;
}
.pod-col {
  flex: 1;
  text-align: left;
  padding: 0.4rem;
}
.pod-action-list {
  padding: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-items: center;
  align-items: center;
}
.pod-row:hover .pod-action-list {
  opacity: 1;
}
.pod-hr {
  border: 0;
  border-top: 1px solid #52647b;
  margin: 0 0 1rem 0;
}
.list-action {
  background: #52647b;
  border: 2px solid #52647b;
  border-radius: 0.5rem;
  color: #e1e1e1;
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  flex-grow: 1;
  padding: 0.25rem 0.75rem;
  min-width: 2.5rem;
  text-align: center;
  margin-right: 0.25rem;
  transition: all 0.3s ease-in-out;
}
.pod-row:hover .list-action-delete:hover, .list-action-delete:hover {
  background: #803636;
  border-color: #ca5c5f;
}
.pod-row:hover .list-action-edit:hover, .list-action-edit:hover {
  background: #52647b;
  border-color: #394555;
}
.pod-container input {
  background: #394555;
  border: 0.15rem solid #52647b;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin: 0.5rem 0;
  color: #e1e1e1;
}
.search-icon::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #52647b;
  content: "";
  position: absolute;
  top: 0.75rem;
  right: 0;
  right: 1rem;
}
.btn-pod {
  background: transparent;
  color: #e1e1e1;
  font-weight: normal;
}
.genre-titles {
  margin-top: 1rem;
}
.btn-refresh {
  background: #52647b;
  border: 2px solid #52647b;
  color: #e1e1e1;
  margin: 1rem 0rem;
}
.btn-refresh:hover {
  background-color: #394555;
  color: #e1e1e1;
}
.btn-refresh i {
  margin-right: 0.5rem;
}
.text-warning {
  color: #ffc947;
}
.app-container {
  position: relative;
  display: flex;
  min-height: 100vh;
  background: linear-gradient(to bottom, rgba(42, 58, 90, 0.3) 0%, rgba(42, 58, 90, 0.3) 10%, rgba(42, 58, 90, 0.5) 20%, rgba(42, 58, 90, 0.7) 30%, #2a3a5a 40%), url('../../../../images/img/main-header.jpg');
  background-position: center -100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #b9bbbe;
  max-width: 100% !important;
}
.app-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(44, 47, 51, 0.8);
  z-index: 0;
}
.mini-card-plan {
  text-align: right;
}
.gradient-border {
  position: relative;
}
.gradient-border::before {
  border-radius: 0.5rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to top, rgba(44, 47, 51, 0.1) 0%, rgba(211, 211, 211, 0.5) 100%);
  z-index: 1;
}
.gradient-border::after {
  border-radius: 0.5rem;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /* Adjust the height of the bottom border */
  background: linear-gradient(to left, rgba(44, 47, 51, 0.1) 0%, rgba(211, 211, 211, 0.5) 100%);
  z-index: 1;
  /* Ensure it appears above the background of .file-list */
}
.user-actions {
  position: relative;
}
div.position-relative {
  display: inline-block;
  position: relative;
}
.new-count::after {
  content: "3";
  background: #ff4b5c;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.1rem 0.5rem;
  border-radius: 1rem;
  border: 2px solid #e1e1e1;
  position: absolute;
  top: 0.5rem;
  right: -0.25rem;
}
.svg-container {
  width: 100%;
  height: auto;
}
.svg-container img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0.5rem 0.25rem;
}
.responsive-svg {
  width: 100%;
  height: auto;
}
.info-snapshot {
  font-size: 0.9rem;
  text-align: left;
}
.info-snapshot i {
  min-width: 1.25rem;
}
.info-snapshot span {
  margin-left: 1.5rem;
}
.info-snapshot span:first-of-type {
  margin-left: 0 !important;
}
.badged {
  vertical-align: middle;
  font-size: 0.8rem;
  font-weight: 400;
  display: inline-block;
  padding: 0.35rem 0.7rem;
  line-height: 1;
  color: #000;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background: #394555;
  border: 1px solid #52647b;
}
.badged-yellow {
  background: #ffc947;
  border: 1px solid #ffc947;
}
.badged-yellow:hover {
  background: rgba(255, 201, 71, 0.75);
  border: 1px solid #ffc947;
}
.badged-light {
  background-color: #b9bbbe;
  position: relative;
  height: 26px;
}
.badged-light img {
  position: absolute;
  top: -8px;
  right: 0;
  max-height: 38px;
}
.badged-link {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.badged-med {
  background: #394555;
  border: 2px solid #52647b;
  color: #e1e1e1;
}
.badged-med:hover {
  background: #52647b;
  border-color: #394555;
  color: #e1e1e1;
}
.late-check {
  color: #ca5c5e;
}
.late-check i {
  margin-left: 0.25rem;
}
.content-container {
  padding: 1rem 1.5rem;
}
.submenu-link {
  border-radius: 0.5rem;
  color: #b9bbbe;
  margin: 0.25rem 0.25rem;
  padding: 0.5rem 0.75rem;
}
.submenu-active, .submenu-link:hover {
  background-color: #52647b;
  color: #b9bbbe;
}
.filter-checkbox * {
  box-sizing: border-box;
}
.filter-checkbox {
  padding-top: 4px;
}
.filter-checkbox .cbx {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
  margin-bottom: 0;
}
.filter-checkbox .cbx:not(:last-child) {
  margin-right: 6px;
}
.filter-checkbox .cbx:hover {
  background: rgba(0, 119, 255, 0.06);
}
.filter-checkbox .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.filter-checkbox .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 2px solid #52647b;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.filter-checkbox .cbx span:first-child svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.filter-checkbox .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.filter-checkbox .cbx:hover span:first-child {
  border-color: #b9bbbe;
}
.filter-checkbox .inp-cbx {
  position: absolute;
  visibility: hidden;
}
.filter-checkbox .inp-cbx:checked + .cbx span:first-child {
  background: #52647b;
  border-color: #52647b;
  animation: wave-4 0.4s ease;
}
.filter-checkbox .inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.filter-checkbox .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 640px) {
  .filter-checkbox .cbx {
    width: 100%;
    display: inline-block;
  }
}
@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
.modal-header {
  border-bottom: 1px solid #2b323b;
}
.modal-body .pod-row {
  padding: 0 0.5rem;
}
.modal-body .pod-row.pod-data {
  display: flex;
  /* Make each data row a flex container */
  font-size: 0.9rem;
  color: #e1e1e1;
  text-align: right;
  /* Ensures data is aligned to the left */
  gap: 10px;
  /* Adds spacing between label and data */
}
.modal-body .data-value {
  text-align: right;
}
.modal-body .data-label {
  color: #b9bbbe;
  flex: 1;
  text-align: left;
}
.modal-body .pod-data span:last-child {
  flex: 2;
  text-align: right;
}
.modal-footer {
  background: #394555;
  border-top: 1px solid #2b323b;
}
.no-hover {
  cursor: default;
}
.no-hover:hover {
  background: inherit;
}
/* Tooltip container */
.tooltip {
  position: relative;
  background-color: #803636;
  color: #e1e1e1;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 0.9rem;
  border: 1px solid #cb5d5f;
}
.tooltip.show {
  opacity: 1;
}
/* Tooltip inner content */
.tooltip .tooltip-inner {
  background-color: #803636;
  color: #e1e1e1;
  border-radius: 8px;
  max-width: 200px;
}
/* Tooltip arrow adjustment to match border */
.tooltip .tooltip-arrow::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
/* Offset the tooltip position on top */
.bs-tooltip-top .tooltip {
  transform: translateY(10px);
}
/* Arrow styling and positioning */
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top: 8px solid #cb5d5f;
  margin-top: -8px;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom: 8px solid #cb5d5f;
  margin-bottom: 8px;
}
.tooltip.bs-tooltip-bottom {
  top: 10px !important;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left: 8px solid #cb5d5f;
  margin-left: -8px;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right: 8px solid #cb5d5f;
  margin-right: 8px;
}
#loading-placeholder {
  text-align: center;
  font-size: 1.2em;
  color: #999;
  padding: 20px;
}
#view-content-container {
  display: none;
}
/* Drop Zone Container */
/* Drop Zone Text */
#dropZone h3 {
  margin-top: 0;
  color: #e1e1e1;
  font-size: 1.2rem;
}
#dropZone p {
  color: #b0b8c1;
  font-size: 0.9rem;
}
.test {
  background: #63afbd;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
/* Initially hide the overlay */
#dropZone .drag-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(60, 73, 89, 0.8);
  border: 2px solid #e1e1e1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  border-radius: 0.5rem;
  z-index: 5;
}
/* Show overlay when dragging */
#dropZone.dragging .drag-overlay {
  opacity: 1;
}
#dropZone.dragging .drag-overlay:after {
  content: "Drop files here";
  color: #e1e1e1;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-file-label {
  align-items: center;
  justify-content: center;
  border: 4px dashed #b9bbbe;
  border-radius: 1rem;
  color: #b9bbbe;
  cursor: pointer;
  padding: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
.select-file-label:hover {
  background: rgba(82, 100, 123, 0.5);
  border-color: #e1e1e1;
  color: #e1e1e1;
}
.step-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem;
  cursor: not-allowed;
}
/* Tooltip styling */
.btn-dark-disabled[data-tooltip]:hover::after, .step-overlay[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -35px;
  /* Adjust based on position preference */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 0.85rem;
  white-space: nowrap;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.lookup-tabs {
  width: 100%;
}
.tab-list {
  display: flex;
  flex-direction: row;
}
.tab {
  border: 2px solid #52647b;
  border-radius: 1.75rem;
  cursor: pointer;
  margin-right: 1rem;
  padding: 0rem 1rem;
}
.tab:hover {
  background-color: #52647b;
}
.active-lookup-category {
  background-color: #52647b;
}
.lookup-action {
  display: flex;
  justify-content: right;
  align-items: center;
}
.lookup-action button {
  margin: 0;
  padding: 0.1rem 0.85rem;
  font-size: 0.9rem;
}
#loading-overlay {
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 1rem;
}
.spinner {
  width: 50px;
  height: 50px;
  border: 8px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 0.5rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.artist-info {
  display: flex;
  flex-direction: column;
}
.artist-image {
  border-radius: 0.5rem;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  margin: 2rem 0;
  min-height: 450px;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1rem;
}
.artist-image .col-5, .artist-image .col-7 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  width: 45%;
}
.artist-image .col-12 h3 {
  margin-bottom: 0;
}
.artist-image .col-12 p {
  margin-top: 0;
}
.artist-image .faded-background {
  background-color: rgba(0, 0, 0, 0.5);
  /* Faded dark background */
  padding: 1rem;
  border-radius: 0.5rem;
  color: #fff;
}
.artist-image h3 {
  margin-top: 0;
}
.biography {
  font-size: 0.8rem;
  line-height: 1.4;
  color: #ddd;
}
.pill {
  background: darkblue;
  border: 1px solid darkblue;
  border-radius: 1.25rem;
  color: #e1e1e1;
  display: inline-block;
  font-size: 0.7rem;
  margin: 0 0.5rem;
  padding: 0rem 0.5rem;
  text-transform: capitalize;
}
.pill:after {
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.25rem;
  font-weight: 600;
}
.pill-country {
  background-color: #C19A6B;
  border-color: #C19A6B;
  color: #000;
}
.pill-country:after {
  content: "";
}
.pill:hover {
  background-color: #e1e1e1;
  color: #000;
}
.pill-rock {
  background-color: #4B4E6D;
  border: 1px solid #4B4E6D;
}
.pill-rock:after {
  content: "";
}
.pill-blues {
  background-color: #3B6BA5;
  border: 1px solid #3B6BA5;
}
.pill-blues:after {
  content: "";
}
.pill-jazz {
  background-color: #6C567B;
  border: 1px solid #6C567B;
}
.pill-jazz:after {
  content: "";
}
.pill-hip-hop {
  background-color: #2D2E2E;
  border: 1px solid #2D2E2E;
}
.pill-hip-hop::after {
  content: "";
  margin-left: 0.5rem;
}
.pill-pop {
  background-color: #FF5E79;
  border: 1px solid #FF5E79;
}
.pill-pop:after {
  content: "";
}
.pill-opera, .pill-classical {
  background-color: #d4cfc4;
  border: 1px solid #d4cfc4;
  color: #000;
}
.pill-classical:after {
  content: "";
}
.pill-opera:after {
  content: "";
}
.artist-info-tab {
  padding-right: 2.5rem;
}
.close-icon {
  display: inline-block;
  margin-left: 0.5rem;
  background: #52647b;
  position: absolute;
  margin-top: 0.4rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 2rem;
}
.close-icon:hover {
  background: #394555;
}
.close-icon i {
  position: absolute;
  top: 0.28rem;
  right: 0.32rem;
  font-size: 0.75rem;
}
.close-icon:hover i {
  color: #e1e1e1;
}
/*# sourceMappingURL=custom_13.css.map */