body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{background-color:#1e1e1e;border-radius:12px;color:#fff;margin-top:20px;padding:20px}.banner{margin-bottom:20px;text-align:center}.banner h2{color:#fff;font-size:1.8rem}p{color:#ccc}.App,p{text-align:center}.App-logo{height:40vmin;pointer-events:none}.App-header{min-height:100vh}.App-link{color:#61dafb}.header-container{align-items:center;box-sizing:border-box;justify-content:space-between;padding:20px;width:100%}#thename{align-items:center;display:flex}h2{font-family:Arial;font-size:30pt;font-weight:100;margin-right:10px}.login-button{margin-left:auto}a:link{color:red}a:visited{color:green}a:hover{color:hotpink}a:active{color:blue}.about-container{color:#f0f8ff;margin:0 auto;max-width:600px;padding:20px;text-align:center}.about-container h2{font-size:2em;margin-bottom:20px}.about-container p{font-size:1.2em;line-height:1.5}.login-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.login-button:hover{background-color:#0056b3}.artist-type-buttons,.user-type-buttons{display:flex;justify-content:space-around;margin-bottom:20px}.artist-type-button,.user-type-button{background-color:#f0f0f0;border:2px solid #ccc;border-radius:5px;cursor:pointer;font-size:18px;padding:10px 20px;transition:background-color .3s,border-color .3s}.artist-type-button.selected,.user-type-button.selected{background-color:#007bff;border-color:#007bff;color:#fff}.artist-type-button.selected:hover,.user-type-button.selected:hover{background-color:#ff66c2}.artist-type-button:not(.selected):hover,.user-type-button:not(.selected):hover{background-color:#e0e0e0}#space{margin-top:30}.submit-button{border:2px solid #007bff;border-radius:5px;cursor:pointer;font-size:20px;margin-top:20px;padding:15px 30px}.register-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px}.register-button:hover{background-color:#0056b3}.newsfeed{background-color:#f9f9f930;border-radius:8px;margin:0 auto;max-width:600px;padding:20px}.newsfeed h2{color:#fff;text-align:center}.news-item{border-bottom:1px solid #ddd;padding:10px 0}.news-item:last-child{border-bottom:none}.news-date{color:#f3f1f1;font-size:.9em}.news-content{color:#f6f4f4;font-size:1.1em;margin-top:5px}.Register-container{align-items:center;background-color:#000;color:#fff;display:flex;justify-content:center;min-height:100vh}.Register-form{background-color:#1c1c1c;border-radius:8px;box-shadow:0 2px 10px #0000004d;box-sizing:border-box;max-width:400px;padding:40px;width:100%}.Register-form h2{font-size:24px;margin-bottom:20px;text-align:center}.Register-form input,.Register-form textarea{background-color:#333;border:none;border-radius:4px;color:#fff;margin:10px 0;padding:10px;width:100%}.Register-form input[type=checkbox]{width:auto}.Register-form button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:12px;width:100%}.Register-form button:hover{background-color:#0056b3}.Register-form .error-message{background-color:#ff4d4d;color:#fff;margin-top:10px;text-align:center}.image-link-wrapper{margin-left:38%;margin-top:30px;max-width:25%;text-align:center}.responsive-map-image{height:auto;max-width:100%}.whitetext{color:#fff;text-align:center}.latest-posts-container{color:#fff;display:flex;flex-direction:column;gap:1rem;padding:1rem}.post-card{align-items:flex-start;background:#1e1e1e;background-color:#fff;border-radius:12px;box-shadow:0 2px 6px #0003;color:#000;cursor:pointer;display:flex;margin-bottom:20px;padding:16px;text-align:left;transition:transform .2s}.post-card:hover{transform:scale(1.01)}.artist-image{border-radius:50%;height:60px;margin-right:1rem;object-fit:cover;width:60px}.post-details{flex:1 1;margin-left:20px}.post-details h4{font-size:1.1rem;margin:0 0 .3rem 500}.post-image{border-radius:8px;display:flex;flex-wrap:wrap;gap:10px;height:150px;margin-top:.5rem;max-width:100%;object-fit:cover;width:150px}.profile-picture{display:inline-block}.widget-container{background-color:#1e1e1e;border:1px solid #333;border-radius:12px;box-shadow:0 0 12px #00000080;color:#fff;margin:2rem auto;max-width:600px;padding:1.5rem}.widget-container h3{align-items:center;color:#40bdf4;display:flex;font-size:1.5rem;gap:.5rem;margin-bottom:1rem}.widget-list{list-style:none;margin:0;padding:0}.widget-item{border-bottom:1px solid #444;padding:.75rem 0}.widget-item:last-child{border-bottom:none}.widget-title-link{color:#61dafb;font-size:1.1rem;font-weight:600;text-decoration:none}.widget-title-link:hover{text-decoration:underline}.widget-meta{color:#aaa}.widget-artist,.widget-meta,.widget-venue{font-size:.95rem;margin-top:.3rem}.widget-artist a,.widget-venue a{color:#76e6b2;text-decoration:none}.widget-artist a:hover,.widget-venue a:hover{text-decoration:underline}.widget-footer{margin-top:1rem;text-align:right}.widget-more-link{color:#40bdf4;font-weight:500;text-decoration:none}.widget-more-link:hover{text-decoration:underline}.error-message{-webkit-text-size-adjust:60;-moz-text-size-adjust:60;text-size-adjust:60;background-color:red}.user-dashboard{background-color:#000;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:20px}.create-button{background-color:#ff66c2;border:none;color:#fff;cursor:pointer;margin-bottom:20px;padding:10px 20px}.create-form{background-color:#333;border:1px solid #ccc;border-radius:5px;margin-top:20px;padding:10px}.create-form input,.create-form textarea{background-color:#222;border:1px solid #555;border-radius:5px;color:#f4f1f1;display:block;margin-bottom:10px;padding:10px;width:100%}.create-form button{margin-right:10px;padding:10px}.artist-page-button{background-color:#6673ff;border:none;color:#fff;cursor:pointer;margin-bottom:20px;padding:10px 20px}.managed-venue-list{background-color:#1e1e1e;border-radius:12px;box-shadow:0 2px 5px #0000004d;margin-top:1rem;padding:1rem}.managed-venue-list h2{color:#fff;font-size:1.5rem;margin-bottom:1rem}.venue-item{align-items:center;background-color:#2a2a2a;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:.75rem 1rem;transition:background-color .2s}.venue-item:hover{background-color:#333}.venue-name{color:#fff;font-size:1.1rem;font-weight:500}.venue-slug{color:#aaa;font-size:.9rem}.venue-actions button{background-color:#ff4655;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.85rem;margin-left:.5rem;padding:.4rem .8rem;transition:background-color .2s}.venue-actions button:hover{background-color:#ff2c40}.artist-dashboard{color:#fff;font-family:Arial,sans-serif;margin:auto;max-width:1000px;padding:20px}.artist-dashboard h1{font-size:2rem;margin-top:0}.dashboard-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:1.5rem}.dashboard-tabs button{background:#444;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:500;padding:8px 16px;transition:background .2s ease}.dashboard-tabs button:hover{background:#555}.dashboard-tabs button.active{background:#e91e63;font-weight:700}.merch-area,.music-area,.post-area,.shows-area{background-color:#2c2c2c;border-radius:10px;margin-bottom:30px;padding:20px}.merch-area h3,.music-area h3,.post-area h3,.shows-area h3{margin-top:1rem}button.create-button,button.merch-page-button{background-color:#e91e63;border:none;border-radius:6px;color:#fff;cursor:pointer;margin-top:10px;padding:10px 14px}button.create-button:hover,button.merch-page-button:hover{background-color:#ff4f88}ul{padding-left:20px}li{margin-bottom:10px}.post-form-container{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0003;margin:20px auto;max-width:600px;padding:16px}.post-form textarea{border:1px solid #ccc;border-radius:8px;font-size:16px;min-height:100px;padding:12px;resize:vertical;width:100%}.form-actions{justify-content:space-between;margin-top:10px}.form-actions,.upload-label{align-items:center;display:flex}.upload-label{cursor:pointer;font-size:18px}.upload-label input{display:none}.checkbox{align-items:center;color:#000;display:flex;font-size:14px;gap:6px}.post-form button{background-color:#0d6efd;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:10px 18px;transition:background-color .3s ease}.post-form button:hover{background-color:#084fc1}.post-error{color:red;margin-top:10px}.image-preview-wrapper{border-radius:12px;margin:12px 0;max-width:100%;overflow:hidden;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.image-preview{border-radius:12px;max-height:260px;object-fit:cover}.image-preview-remove{background:#000000a6;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:22px;height:28px;line-height:24px;position:absolute;right:8px;top:8px;width:28px}.image-preview-remove:hover{background:#000000d9}.facebook-unavailable-notice{font-size:.9rem;margin-bottom:8px;opacity:.75}.artist-post-list{margin-top:30px}.thepost-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 6px #0003;color:#000;margin-bottom:20px;padding:16px;text-align:left}.post-date{color:#888;font-size:.9rem;margin-bottom:10px}.post-content{color:#000;font-size:1.1rem;margin-bottom:10px}.post-images{display:flex;flex-wrap:wrap;gap:10px}.post-images img{border-radius:8px;height:150px;object-fit:scale-down;width:150px}.url-preview{background-color:#f9f9f9;border:1px solid #ccc;border-radius:10px;display:flex;gap:12px;margin-top:10px;padding:10px}.preview-image{border-radius:8px;height:120px;object-fit:fill;width:120px}.preview-info{flex:1 1}.fullscreen-overlay{align-items:center;background-color:#000000d9;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.fullscreen-image{border:3px solid #fff;border-radius:8px;max-height:90vh;max-width:90vw}.close-button{background:none;border:none;color:#fff;cursor:pointer;font-size:32px;font-weight:700;position:absolute;right:30px;top:20px}body{background:linear-gradient(135deg,#1a1a1a,#282c34);color:#000;font-family:Arial,sans-serif;margin:0;padding:0;text-align:center}.merchandise-form{background:#0000001a;border-radius:10px;box-shadow:0 4px 8px #0000004d;max-width:600px;text-align:left}.merchandise-form label{color:#fc0;display:block;font-weight:700;margin-top:10px}.merchandise-form input,.merchandise-form select,.merchandise-form textarea{background:#222;border:1px solid #fc0;border-radius:5px;color:#fff;font-size:16px;margin-top:5px;padding:10px;width:100%}.merchandise-form textarea{height:100px;resize:vertical}.category-dropdown{background:#333}.checkbox-label{align-items:center;display:flex;gap:5px;margin-top:10px}.image-label{color:#fc0;margin-top:15px}.image-preview{border:2px solid #fc0;border-radius:10px;display:block;height:auto;margin-top:10px;max-width:100%}.variants-section{background:#ffffff1a;border-radius:5px;margin-top:20px;padding:10px}.variant-item{border-bottom:1px solid #444;display:flex;flex-direction:column;gap:5px;padding:10px}.add-variant-btn,.remove-variant-btn{background:#ff5722;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px;transition:.3s}.add-variant-btn{background:#0dba29;margin-top:10px}.remove-variant-btn{background:#d32f2f}.add-variant-btn:hover,.remove-variant-btn:hover{opacity:.8}.submit-btn{background:#fc0;border:none;border-radius:5px;color:#000;cursor:pointer;font-size:18px;margin-top:20px;padding:10px;transition:.3s;width:100%}.submit-btn:hover{background:orange}@media (max-width:768px){.merchandise-form{max-width:90%}.variant-item{flex-direction:column}}.merchandise-form{background:#000;border-radius:8px;color:#fff;margin:20px auto;max-width:500px;padding:20px;text-align:center;width:100%}.form-input,.form-select,.form-textarea{border:none;border-radius:5px;font-size:16px;margin:10px 0;padding:10px;width:100%}.form-textarea{height:100px}.form-checkbox{align-items:center;display:flex;gap:10px;margin:10px 0}.form-file{margin:10px 0}.form-button{background:#ff4500;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;padding:10px}.form-button:hover{background:#ff5722}.error-message{background:#ff3b3b;border-radius:5px;color:#fff;margin-top:10px;padding:10px}.header-container{align-items:flex-start;justify-content:flex-start;max-width:100%;padding:5px 10px}.App-header,.header-container{display:flex;flex-direction:column}.App-header{align-items:center;background-color:#282c34;color:#fff;font-size:calc(10px + 2vmin);height:80px;justify-content:center;min-height:auto!important;overflow:hidden;padding:10px 0;position:relative;width:100%}.merch-area,.post-area{border:2px solid #ccc;border-radius:8px;margin:16px 0;padding:16px}.create-show-form{background-color:#1e1e1e;border-radius:12px;box-shadow:0 0 10px #0006;color:#fff;margin:auto;max-width:600px;padding:2rem}.create-show-form h2{color:#61dafb;margin-bottom:1rem;text-align:center}.create-show-form label{display:block;font-weight:700;margin-top:1rem}.create-show-form input[type=date],.create-show-form input[type=number],.create-show-form input[type=text],.create-show-form input[type=time],.create-show-form select,.create-show-form textarea{background-color:#2c2c2c;border:1px solid #444;border-radius:6px;color:#fff;font-size:1rem;margin-top:.5rem;padding:.6rem;width:100%}.create-show-form textarea{resize:vertical}.create-show-form .checkbox-row{align-items:center;display:flex;gap:1rem;margin-top:1rem}.create-show-form .checkbox-row input{margin-right:.5rem}.create-show-form .perk-list{background:#2c2c2c;border-radius:8px;margin-top:1rem;padding:.5rem}.create-show-form .perk-item{border-bottom:1px solid #444;display:flex;justify-content:space-between;padding:.3rem 0}.create-show-form .perk-item:last-child{border-bottom:none}.create-show-form button{background-color:#61dafb;border:none;border-radius:6px;color:#000;cursor:pointer;font-weight:700;margin-top:1.5rem;padding:.75rem 1.5rem;transition:background .2s ease-in-out}.create-show-form button:hover{background-color:#21a1f1}.error-message{color:#ff4c4c;font-weight:700;margin-top:1rem;text-align:center}.album-song-list{background-color:#1e1e1e;border-radius:8px;color:#f0f0f0;margin-top:20px;padding:1rem}.album-song-list h3{border-bottom:1px solid #444;color:#fff;font-size:1.4rem;margin-bottom:1rem;padding-bottom:.5rem}.album-section{margin-bottom:1.5rem}.album-section h4{color:#ffcb6b;font-size:1.2rem;margin-bottom:.5rem}.album-section ul{list-style-type:none;padding-left:0}.album-section li{border-bottom:1px solid #333;padding:.3rem 0}.audio-player{background-color:#1c1c1c;border-radius:12px;box-shadow:0 0 5px #ff00001a;color:#fff;margin:10px 0;padding:16px}.audio-player p{font-weight:700;margin:0 0 8px}.shows-by-artist{background:#1e1e1e;border-radius:10px;padding:10px}.show-card{background:#2a2a2a;border:1px solid #444;border-radius:8px;margin-bottom:15px;padding:15px}.show-title{font-size:1.2rem;font-weight:700;margin-bottom:5px}.show-date-time{color:#aaa;margin-bottom:5px}.show-date-time,.show-venue{font-size:.95rem}.artist-page-container{color:#fff;padding:20px}.artist-tabs{display:flex;gap:10px;margin:20px 0}.artist-tabs button{background:#333;border:none;border-radius:20px;color:#fff;cursor:pointer;padding:10px 15px;transition:background .3s ease}.artist-tabs button.active{background:#61dafb;color:#000}.artist-tab-content{margin-top:20px}.album-section{background:#1e1e1e;border-radius:10px;margin-bottom:30px;padding:15px}.venue-directory{color:#fff;padding:2rem}.venue-directory h1{color:#fff;margin-bottom:1.5rem}.venue-grid{grid-gap:1rem;display:grid;gap:1rem}.venue-card{background-color:#1e1e1e;border:1px solid #444;border-radius:10px;color:#fff;padding:1rem;text-decoration:none;transition:transform .2s ease}.venue-card:hover{border-color:#61dafb;transform:translateY(-3px)}.venue-image{border-radius:8px;height:auto;margin-bottom:.5rem;width:100%}.venue-info h3{color:#61dafb;margin:.5rem 0 .2rem}.venue-info p{color:#ccc;font-size:.9rem;margin:0}.cart-icon{align-items:start;color:#fff;cursor:pointer;display:flex;margin-left:20px;position:relative}.cart-icon:hover{color:#ff4500;transform:scale(1.1);transition:.2s ease}.cart-count{background-color:red;border-radius:50%;color:#fff;font-size:12px;font-weight:700;min-width:20px;padding:2px 6px;position:absolute;right:-6px;text-align:center;top:-6px}.spinner{animation:spin .9s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#ff4500;height:40px;margin:0 auto 16px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.cart-container{color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px}.cart-items{flex:1 1 60%;margin-right:20px}.cart-item{align-items:center;background-color:#1e1e1e;border-radius:10px;box-shadow:0 0 10px #ff450033;display:flex;margin-bottom:20px;padding:15px}.cart-item img{border-radius:8px;height:auto;margin-right:20px;width:120px}.cart-details{flex:1 1}.cart-details h3{margin:0 0 8px}.cart-details input{background:#333;border:1px solid #666;border-radius:4px;color:#fff;margin-left:10px;padding:6px;width:60px}.remove-button{background-color:#444;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-left:10px;padding:8px 14px}.remove-button:hover{background-color:#ff4500}.cart-summary{background-color:#2c2c2c;border-radius:12px;box-shadow:0 0 10px #ff45004d;flex:1 1 30%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px}.cart-summary h2{margin-top:0}.checkout-button{background-color:#ff4500;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:12px;width:100%}.checkout-button:hover{background-color:#e13d00}.edit-form-container{background-color:#1e1e1e;border-radius:12px;box-shadow:0 0 12px #ffffff1a;color:#fff;margin:40px auto;max-width:600px;padding:30px}.edit-form-container h2{font-size:24px;margin-bottom:20px;text-align:center}.edit-form-container input,.edit-form-container textarea{background:#2c2c2c;border:1px solid #444;border-radius:8px;color:#fff;display:block;font-size:16px;margin-bottom:16px;padding:10px;width:100%}.edit-form-container textarea{min-height:80px;resize:vertical}.edit-form-container label{align-items:center;display:flex;font-weight:500;gap:10px;margin-bottom:16px}.edit-form-container button{background-color:#ff4500;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;padding:12px 20px;transition:background .3s ease}.edit-form-container button:disabled{background-color:#888;cursor:not-allowed}.edit-form-container button:hover:not(:disabled){background-color:#e03e00}.edit-form-container .error{color:#ff6b6b;font-size:14px;margin-top:10px}.venue-detail{color:#fff;margin:0 auto;max-width:1000px;padding:2rem}.venue-profile-img{border-radius:12px;box-shadow:0 4px 10px #0009;margin:1rem 0;max-height:300px;object-fit:cover;width:100%}.venue-detail p{line-height:1.5;margin:.4rem 0}.venue-detail a{color:#61dafb;text-decoration:none}.venue-detail a:hover{text-decoration:underline}.venue-photos{margin-top:2rem}.venue-photo{border-radius:8px;margin:.5rem;max-width:300px;object-fit:cover;width:100%}.venue-social p{margin:.3rem 0}.venue-events ul{list-style:disc;padding-left:1.5rem}.venue-areas{margin-top:2rem}.venue-area-card{background-color:#1e1e1e;border:1px solid #444;border-radius:10px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.venue-area-img{border-radius:8px;height:120px;object-fit:cover;width:200px}
/*# sourceMappingURL=main.893ed186.css.map*/