@import url('https://fonts.cdnfonts.com/css/rift');

:root {
    /* Color Scheme */
    --primary-color: #284470;
    /* Cool Blue */
    --secondary-color: #FF6F61;
    /* Warm Coral */
    --accent-color: #41f2e6;
    /* Fresh Green */
    --background-color: #1a2b45;
    /* Light Grayish */
    --text-color: #c9c9c9;
    /* Dark Gray */
    --text-color-highlight: #f0f0f0;
    --link-hover-color: #FFB347;
    --link-hover-border: #757474;
    /* Soft Orange */
    --gradient-top: #284470;
    --gradient-bottom: #1a2b45;
    --footer-background: #a8a8a8;
    --subnav-background: #848484;
    --modal-button: #1a2b45;
    --table-border: #656565;
    --confirm-green: #28a745;
    --hover-green: #1a6e2e;

    /* Variables */
    --site-logo-margin-top: 14px;
    --default-title-fonts: 'Rift', 'Helvetica Neue', Arial, sans-serif;
    --default-body-fonts: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    --table-star-size: 18px;
    --modal-star-size: 26px;
}

/* Global Styles */
body {
    font-family: var(--default-body-fonts);
    color: var(--text-color);
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    background-color: var(--gradient-bottom);
    background-image: linear-gradient(to bottom, var(--gradient-top) 0, var(--gradient-bottom) 800px, var(--gradient-bottom) 100%);
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    min-height: 100vh;
    flex-direction: column;
    /*width: 100%;*/
}


/* HEADER SECTION */
header {
    background-color: var(--background-color);
    color: var(--text-color);
    text-align: center;
    height: 70px;
    width: 100%;
    /*position: fixed;*/
    top: 0;
    z-index: 1000;
}

article,
aside,
footer,
header,
img,
nav,
section {
    display: block;
}

.site-header section {
    height: 70px;
    margin: 0 auto;
    position: relative;
    width: 950px;
}

.site-header .site-logo {
    float: left;
    margin: var(--site-logo-margin-top, 0) 0 0;
    position: relative;

    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    color: var(--text-color);
    display: block;
}

.site-logo>.logo {
    background-image: var(--background-image, url('../images/gigboxdLogo_cropped_tight_transparent_1200x406.png'));
    background-position: var(--background-position-x, 0), var(--background-position-y, 0);
    background-repeat: no-repeat;
    background-size: var(--background-size-width, auto), var(--background-size-height, auto);
    background-size: contain;
    position: relative;
    z-index: 1;
}

.replace {
    background: url(../images/gigboxdLogo_cropped_tight_transparent_1200x406.png) no-repeat;
    display: block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

.site-header .main-nav {
    position: absolute;
    right: 90px;
    top: 24px;
}

.main-nav>.navitems>.navitem {
    display: block;
    float: left;
    font-size: 22px;
    line-height: 17px;
    /*text-transform: uppercase;*/
    margin-left: 8px;
}

.main-nav>.navitems {
    margin-right: 20px;
}

.main-nav>.navitems>.navitem:first-child {
    margin-left: 24px;
    margin-right: 18px;
}

.main-nav>.navitems>.navlink {
    color: var(--text-color);
}

.main-nav>.navitems>.navitem>.navlink:active,
.main-nav>.navitems>.navitem>.navlink:hover,
.main-nav>.navitems>.navitem>.toggle-menu:active,
.main-nav>.navitems>.navitem>.toggle-menu:hover {
    color: var(--text-color-highlight)
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
ul,
var,
video {
    border: 0;
    /*
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    */
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-weight: normal;
}

.-a24 img {
    height: 24px;
    width: 24px;
}

.avatar img {
    display: block;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid var(--text-color);
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.main-nav>.navitems>.nav-account .avatar {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
    float: none;
    left: 0;
    position: absolute;
    top: -5px;
}

.avatar {
    background-clip: padding-box;
    display: block;
    float: left;
    margin-right: 5px;
    position: relative;
}

.main-nav>.navitems>.navitem>.navlink,
.main-nav>.navitems>.navitem>.toggle-menu {
    color: var(--text-color);
    max-width: 160px;
    overflow: hidden;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Rift', 'Helvetica Neue', Arial, sans-serif;
}

.main-nav>.navitems>.navitem>.navlink.selectedNav {
    color: var(--text-color-highlight);
}

.main-nav>.navitems>.nav-account .icon {
    background-position: 0px 0px;
    height: 10px;
    left: 118px;
    right: 0;
    top: 3px;
    width: 10px;
    background-size: contain;
}

.icon {
    background: url('../images/icons/down_arrow.png') no-repeat;
    display: block;
    left: 0px;
    position: absolute;
    top: 0;
}

.main-nav>.navitems>.nav-account .subnav {
    background: var(--footer-background);
    border-radius: 2px;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .35), 0 0 10px #000;
    display: none;
    /* Change to none once completed */
    left: -10px;
    min-width: 140px;
    padding-bottom: 5px;
    position: absolute;
    top: -9px;
    z-index: 10000;
}

.main-nav>.navitems>.nav-account .subnav .divider {
    border-bottom: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 5px;
    padding-top: 5px;
}

.main-nav>.navitems>.nav-account .subnav li {
    clear: both;
    float: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    font-family: var(--default-title-fonts);
    min-width: 140px;
    text-align: left;
}

.main-nav>.navitems>.nav-account .subnav a {
    border-color: var(--footer-background)
}

.main-nav>.navitems>.nav-account .subnav li a {
    border: none;
    color: var(--background-color);
    display: block;
    padding: 4px 15px;
    text-shadow: hsla(0, 0%, 100%, .1) 0 1px 0;
}

.main-nav>.navitems>.nav-account .subnav .toggle-menu {
    padding-right: 23px;
}

.main-nav>.navitems>.nav-account .subnav a.toggle-menu,
.main-nav>.navitems>.nav-account .subnav a.toggle-menu:hover {
    color: #cde;
    display: block;
    font-family: var(--default-title-fonts);
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.076;
    line-height: 17px;
    margin-left: 10px;
    padding: 9px 23px 10px 30px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    text-shadow: none;
}

.main-nav>.navitems>.nav-account .subnav a:hover {
    color: var(--text-color-highlight);
    background-color: var(--subnav-background);
    width: 116px;
}

.main-nav>.navitems>.nav-account .subnav .toggle-menu:hover {
    width: 81px;
}

.main-nav>.navitems>.nav-account .subnav li a.toggle-menu,
.main-nav>.navitems>.nav-account .subnav li a.toggle-menu:hover {
    color: var(--text-color-highlight);
    float: left;
    margin-left: 12px;
}

.main-nav>.navitems>.nav-account .subnav .icon {
    left: 127px;
    top: 12px;
}

.main-nav>.navitems>.nav-account .subnav .avatar {
    left: 10px;
    top: 4px;
    border-color: var(--text-color-highlight);
}

#add-menu-btn,
#add-new-btn {
    z-index: 1220;
}

.site-header .button-add {
    box-sizing: border-box;
    line-height: 14px;
    padding-bottom: 3px;
    /*padding-left: 26px;*/
    padding-top: 3px;
    position: absolute;
    right: -80px;
    text-align: center;
    top: -8px;
    width: 75px;
    font-weight: 500;
    font-size: 22px;
    height: 35px;
}

.button.-action {
    background: var(--text-color-highlight);
    color: var(--background-color);
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .3)
}

.button.-action:hover {
    background: var(--text-color);
}

.button {
    font-family: 'Rift', 'Helvetica Neue', Arial, sans-serif;
}

button {
    all: unset;
}

/* FOOTER SECTION */
.page-footer {
    background-color: var(--footer-background);
    padding: 20px 0;
    padding-bottom: 10px;
    margin-top: 60px;
}

.page-footer>.content-wrap {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-wrap {
    margin: 0 auto;
    width: 950px;
}

.page-footer .footer-nav {
    flex: 0 0 auto;
    font-family: 'Rift', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 1em;
}

.page-footer .footer-nav>ul {
    margin-bottom: 0;
    overflow: hidden;
}

.page-footer .footer-nav>ul>li {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
}

.page-footer a {
    color: var(--primary-color);
    text-decoration: none;
    display: inline;
}

.page-footer .copyright {
    color: var(--primary-color);
    flex: 1 0 100%;
    font-size: 12px;
    line-height: 1.5;
    white-space: nowrap;
}

.page-footer p {
    line-height: 1.5;
    margin-bottom: 1em;
}

.page-footer a.mute {
    border-bottom: 1px solid var(--primary-color);
    color: #678;
    transition: color .2s;
}

.page-footer a.mute:hover {
    border-bottom: 1px solid var(--primary-color);
    color: var(--text-color);
}

/* LOGIN PAGE */
.backdrop-container {
    height: 450px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.backdrop-wrapper {
    height: 450px;
    left: 50%;
    position: absolute;
    top: 70px;
    transform: translateX(-50%);
    width: 800px;
    z-index: 0;
}

.backdrop-wrapper>.backdropimage {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 99.95%;
    position: absolute;
    transition: opacity .75s cubic-bezier(.165, .84, .44, 1);
    width: 100%;
    opacity: 1;
}

.backdrop-wrapper>.backdropmask {
    padding-top: 500px;
    position: relative;
    background-image: linear-gradient(90deg,
            #284470 0,
            rgba(40, 68, 112, 0.986) 0.97%,
            rgba(40, 68, 112, 0.945) 2.07833333%,
            rgba(40, 68, 112, 0.883) 3.29666667%,
            rgba(40, 68, 112, 0.803) 4.60166667%,
            rgba(40, 68, 112, 0.711) 5.96666667%,
            rgba(40, 68, 112, 0.61) 7.365%,
            rgba(40, 68, 112, 0.504) 8.77166667%,
            rgba(40, 68, 112, 0.398) 10.16%,
            rgba(40, 68, 112, 0.296) 11.505%,
            rgba(40, 68, 112, 0.203) 12.78%,
            rgba(40, 68, 112, 0.122) 13.95833333%,
            rgba(40, 68, 112, 0.059) 15.01666667%,
            rgba(40, 68, 112, 0.016) 15.92833333%,
            rgba(40, 68, 112, 0) 16.66666667%,
            rgba(40, 68, 112, 0) 83.33333333%,
            rgba(40, 68, 112, 0.016) 84.07166667%,
            rgba(40, 68, 112, 0.059) 84.98333333%,
            rgba(40, 68, 112, 0.122) 86.04166667%,
            rgba(40, 68, 112, 0.203) 87.22%,
            rgba(40, 68, 112, 0.296) 88.495%,
            rgba(40, 68, 112, 0.398) 89.84%,
            rgba(40, 68, 112, 0.504) 91.22833333%,
            rgba(40, 68, 112, 0.61) 92.635%,
            rgba(40, 68, 112, 0.711) 94.03333333%,
            rgba(40, 68, 112, 0.803) 95.39833333%,
            rgba(40, 68, 112, 0.883) 96.70333333%,
            rgba(40, 68, 112, 0.945) 97.92166667%,
            rgba(40, 68, 112, 0.986) 99.03%,
            #284470),
        linear-gradient(0deg,
            #284470 0,
            #284470 21.48148148%,
            rgba(40, 68, 112, 0.986) 23.63703704%,
            rgba(40, 68, 112, 0.945) 26.1%,
            rgba(40, 68, 112, 0.883) 28.80740741%,
            rgba(40, 68, 112, 0.803) 31.70740741%,
            rgba(40, 68, 112, 0.711) 34.74074074%,
            rgba(40, 68, 112, 0.61) 37.84814815%,
            rgba(40, 68, 112, 0.504) 40.97407407%,
            rgba(40, 68, 112, 0.398) 44.05925926%,
            rgba(40, 68, 112, 0.296) 47.04814815%,
            rgba(40, 68, 112, 0.203) 49.88148148%,
            rgba(40, 68, 112, 0.122) 52.5%,
            rgba(40, 68, 112, 0.059) 54.85185185%,
            rgba(40, 68, 112, 0.016) 56.87777778%,
            rgba(40, 68, 112, 0) 58.51851852%);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 650px;
    pointer-events: none;
    position: absolute;
    top: 70px;
    width: 1200px;
    z-index: 0;

}

.login-content {
    display: grid;
    justify-content: center;
    font-family: var(--default-body-fonts);
}

.login_text {
    z-index: 10;
    font-family: var(--default-body-fonts);
    font-size: 25px;
    text-align: center;
    color: var(--text-color-highlight);
    padding-top: 280px;
    margin-bottom: 30px;
    letter-spacing: 3px;
    font-weight: 300;
}

.login-body {
    width: 400px;
    justify-content: left;
}

.switch {
    line-height: 1.3;
    margin-top: 16px;
}


/* MAIN BODY CONTAINER */
.site-body {
    /*
    padding: 20px;
    max-width: 1200px;
    */
    margin: auto;
    /* background: white; */
    /*
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    */
    width: 950px;
    padding: 50px 0;
    min-height: 680px;
}

/*h1 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 20px;
    color: var(--text-color);
    display: block;
}*/

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

.section-heading {
    border-bottom: 1px solid var(--text-color);
    color: var(--text-color);
    font-family: var(--default-title-fonts);
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 5 / 4;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}

.subsection-heading {
    color: var(--text-color-highlight);
    font-family: var(--default-body-fonts);
    font-size: 20px;
    font-weight: 400;
    line-height: 5 / 4;
}

.aboutContent .aboutSection:first-child {
    padding-top: 0;
}

.aboutContent .aboutSection:last-child {
    border-bottom: none;
}

.aboutContent .aboutSection {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--table-border);
    padding-top: 20px;
}

.aboutContent .aboutText h4 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--text-color-highlight);
}

.aboutText {
    font-family: var(--default-body-fonts);
    font-size: 14px;
    margin-top: 20px;
}

.aboutContent .aboutText .summary {
    margin-bottom: 35px;
}

.aboutContent .aboutText .detail {
    padding-left: 80px;
    padding-right: 80px;
}

.aboutContent .aboutText .callToAction {
    font-size: large;
    text-align: center;
}

.aboutContent .aboutText .callToAction a {
    border-bottom: 1px solid var(--link-hover-border);
}

.aboutContent .aboutText .callToAction a:hover {
    color: var(--text-color-highlight);
    border-bottom: 1px solid var(--text-color);
    transition: color .15s, border-bottom .15s;
}

.aboutContent .aboutText p {
    margin-bottom: 30px;
}

.aboutContent .aboutText .summary p {
    padding: 0;
    font-size: 16px;
}

.group-heading {
    margin: 0;
    background-color: var(--subnav-background);
    border: 1px solid var(--footer-background);
    color: var(--text-color-highlight);
    border-radius: 4px;
    font-family: var(--default-title-fonts);
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

/* HORIZONTAL GIG LIST */
.gig-list {
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-bottom: 50px;
}

.gig-list.-horizontal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0px;
}

.gig,
.gig-container {
    background-clip: padding-box;
    border-radius: 10px;
    display: inline-block;
    position: relative;
}

.gig-list.-horizontal>.gig-container {
    display: block;
    margin-right: 32px;
    border: 1px solid var(--primary-color);
}

.gig-list.-horizontal>.gig-container:hover {
    border-color: var(--text-color);
}

.gig-list.-horizontal>.gig-container:last-child {
    margin-right: 0;
}

.gig-list.-p150.-horizontal .gig-container {
    margin-bottom: 0;
}

.gig .image {
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.listing-block {
    --line-height: 18px;
    color: var(--text-color);
    background: var(--subnav-background);
    bottom: 0;
    box-sizing: border-box;
    font-family: var(--default-title-fonts);
    /*font-variant: small-caps;*/
    font-size: 16px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 0px;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    line-height: 1.5;
}

.listing {
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: -6px;
    padding-bottom: 14px;
}

.listing a {
    font-weight: 400;
    font-size: 18px;
    display: block;
    /* Ensure the element respects width */
    max-width: 190px;
    /* Set a max width (adjust as needed) */
    white-space: nowrap;
    /* Prevent wrapping */
    overflow: hidden;
    /* Hide overflowing text */
    text-overflow: ellipsis;
    /* Show ellipsis for overflow */
    /*vertical-align: top;*/
    /* Align text for better aesthetics */
}

.listing .name {
    font-size: 20px;
}

.listing a:hover {
    color: var(--text-color-highlight);
}


/* LOGLIST FORMATTING */

.logList {
    margin-bottom: 50px;
}

/*
.logList li {
    grid-template-columns: 50px 110px 200px 180px 30px auto;
    gap: 5px;
    width: 640px;
    align-items: center;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    display: grid;
}
    */

.logList>.none-found {
    color: gray;
    font-style: italic;
    text-align: center;
    margin-top: 10px;
    grid-template-columns: none;
}

.log_artist_img .log_venue_img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 5px;
}

li span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.header-buttons button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

.logout-btn {
    background-color: #dc3545;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: var(--text-color-highlight);
    width: 80%;
    max-width: 800px;
    border-radius: 5px;
    overflow: hidden;
    border: var(--background-color);
}

.modal-header {
    background: var(--primary-color);
    color: var(--text-color-highlight);
    padding: 10px;
    text-align: center;
    font-family: var(--default-title-fonts);
    font-size: 22px;
    position: relative;
}

.modal-body {
    display: flex;
    height: 400px;
    font-family: var(--default-body-fonts);
    color: var(--background-color);
}

.modal-left {
    flex: 1;
    padding: 20px;
    border-right: 1px solid #ccc;
    display: flex;
    flex-direction: column;
}

.modal-right,
.modal-center {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    border-left: 1px solid var(--background-color);
    font-style: italic;
    align-items: center;
    justify-content: center;
}

.modal-content .modal-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: var(--text-color);
    background: var(--primary-color);
}

.modal-close-btn:hover {
    color: white;
    background-color: var(--background-color);
}

.form-group {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    /* Ensures the label is above */
    gap: 4px;
    /* Adjusts spacing between label and input/button */
}

label {
    display: block;
    /*margin-bottom: 5px;*/
    font-family: var(--default-body-fonts);
}

input,
textarea {
    width: calc(100% - 20px);
    padding: 5px;
    /*margin-bottom: 10px;*/
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: var(--default-body-fonts);
    height: 25px;
}

button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-family: var(--default-title-fonts);
    color: var(--text-color);
    background: var(--primary-color);
    font-size: 18px;
}

button:enabled:hover {
    color: var(--text-color-highlight);
}

button:disabled {
    opacity: 0.5;
    cursor: default;
}

.modal-content button {
    background: var(--modal-button);
    font-family: var(--default-body-fonts);
    font-size: 14px;
    color: var(--text-color-highlight);
}

.modal-content button:disabled {
    background: var(--subnav-background);
    color: var(--text-color);
    cursor: default;
}

.pagination-controls .activePage {
    cursor: default;
    background: var(--subnav-background);
}

.pagination-controls p {
    margin-top: 6px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

.save-btn {
    margin-top: auto;
    background-color: var(--confirm-green);
    color: white;
    font-family: var(--default-title-fonts);
    font-size: 18px;
}

.save-btn:hover {
    background-color: var(--hover-green);
    color: white;
    font-weight: 500;
}

.save-btn:disabled {
    background-color: #9fd4a3;
    cursor: not-allowed;
    color: white;
}

.artist-result,
.venue-result {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--footer-background);
    border-radius: 10px;
    background-color: var(--text-color-highlight);
    cursor: pointer;
    margin-bottom: 10px;
}

.artist-result img,
.venue-result img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.artist-details,
.venue-details {
    flex: 1;
    overflow: hidden;
}

.artist-name,
.venue-name {
    font-weight: bold;
}

.artist-songs,
.venue-location {
    font-size: 12px;
    color: #555;
}

.highlighted {
    background-color: #d0f0ff;
}

.confirmation-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.confirmation-modal-content {
    background: var(--confirm-green);
    color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-family: var(--default-body-fonts);
}

.error-message {
    color: red;
    padding: 10px;
    font-family: var(--default-body-fonts);
}

.error {
    color: red;
    padding-top: 15px;
    font-family: var(--default-body-fonts);
}

.action-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.action-overlay .action-content {
    background: white;
    color: black;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    font-family: var(--default-body-fonts);
}

.pagination-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination-controls button {
    margin: 0 7px;
    padding: 10px 20px;
    cursor: pointer;
}

/* Align buttons horizontally inside the .log-actions container */
.log-actions {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    /* Add spacing between buttons */
}

/* Edit button styling */
.edit-btn {
    background: none;
    border: none;
    color: var(--text-color);
    cursor: pointer;
    font-size: 18px;
    transform: scaleX(-1);
    display: inline-block;
    /* Ensures proper transformation */
}

/* Delete button styling */
.delete-btn {
    background: none;
    border: none;
    color: var(--text-color);
    cursor: pointer;
    font-size: 18px;
}

/* Hover effects for buttons */
.edit-btn:hover {
    color: var(--text-color-highlight);
}

.delete-btn:hover {
    color: var(--secondary-color);
}

.modal-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.confirm-btn {
    background-color: red;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}

.confirm-btn:hover {
    background-color: darkred;
}

.cancel-btn {
    background-color: #ccc;
    color: black;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}

.cancel-btn:hover {
    background-color: #bbb;
}

.delete-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.delete-modal-content {
    background: var(--text-color-highlight);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
    color: var(--primary-color);
    font-family: var(--default-body-fonts);
}

.delete-modal-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.artistProfile,
.venueProfile {
    margin-bottom: 30px;
    display: flex;
    /* Place image and bio side by side */
    gap: 20px;
    /* Add space between the image and bio */
    align-items: flex-start;
    /* Align items at the top */
}

.profileContent {
    width: 100%;
}

/* Artist and venue profile image */
.profileImg {
    height: 300px;
    max-width: 300px;
    /*filter: grayscale(100%);*/
    border-radius: 10px;
    border: 1px solid var(--subnav-background);
    overflow: clip;
    object-fit: cover;
}

.bioText {
    max-height: 300px;
    /* Limit the height to match the image */
    overflow: hidden;
    /* Hide overflow text */
    text-overflow: ellipsis;
    /* Add ellipsis for truncated text */
    display: -webkit-box;
    /* For multiline ellipsis */
    -webkit-line-clamp: 10;
    /* Number of lines to display before truncating */
    -webkit-box-orient: vertical;
    /* Ensures vertical text orientation */
    position: relative;
    font-family: var(--default-body-fonts);
    font-size: 14px;
    line-height: 1.5;
}

.bioText.expanded {
    max-height: none;
    /* Allow full height when expanded */
    -webkit-line-clamp: unset;
    /* Remove truncation */
}

.read-more {
    display: inline-block;
    color: var(--text-color);
    cursor: pointer;
    margin-top: 10px;
    font-size: 16px;
    font-family: var(--default-body-fonts);
    border-bottom: 1px solid var(--subnav-background);
    transition: border .2s;
}

.read-more:hover {
    color: var(--text-color-highlight);
    border-bottom: 1px solid var(--text-color);
}

.not-found-text {
    font-family: var(--default-body-fonts);
    font-size: 14px;
    line-height: 1.5;
}

.placeholderImg {
    filter: grayscale(100%) blur(2px);
}

.artist-list,
.venue-list,
.year-list {
    max-width: 700px;
    margin: auto;
}

.artist-group,
.venue-group,
.year-group {
    margin-bottom: 20px;
    padding-bottom: 5px;
    /*background: var(--subnav-background);*/
}

/*
.artist-group h2, .venue-group h2, .year-group h2 {
    margin: 0;
    padding: 5px 10px;
    background-color: grey;
    color: white;
    border-radius: 4px;
}*/



.artist-item,
.venue-item,
.year-item {
    margin-left: 40px;
    padding: 5px 0;
    color: var(--text-color);
    font-family: var(--default-title-fonts);
    font-size: 18px;
    transition: color .2s;
}

.artist-item:hover,
.venue-item:hover,
.year-item:hover {
    color: var(--text-color-highlight);
    font-weight: bold;
}

a {
    text-decoration: none;
    /* Removes underline */
    color: inherit;
    /* Matches the color of the parent element */
    /*display: block;*/
    cursor: pointer;
}

a:visited {
    /*color: inherit;*/
    /* Ensures color doesn't change when clicked */
}

a:hover {
    text-decoration: none;
    /* Prevents underline on hover */
    color: inherit;
    /* Keeps the color unchanged on hover */
}

a:active {
    text-decoration: none;
    /* Prevents underline on active state */
    color: inherit;
    /* Keeps the color unchanged on active state */
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--background-color);
    padding: 10px 20px;
}

.nav-logo a {
    font-size: 24px;
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.nav-logo img {
    height: 70px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 20px;
}

/*.nav-links li {
    display: inline;
}*/

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.nav-links a:hover {
    color: #63a7b0;
    text-decoration: none;
}

#google-button-div {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid var(--text-color);
}


.form-input {
    border: 2px solid #ccc;
    border-radius: 4px;
}

.form-input.valid {
    border-color: green;
}

.form-input.invalid {
    border-color: red;
}

.error-message {
    color: red;
    font-size: 0.9em;
    padding: 0;
}

.switch a {
    border-bottom: 1px solid var(--primary-color);
    transition: color .3s;

}

.switch a:hover {
    border-bottom: 1px solid var(--footer-background);
    color: var(--text-color-highlight);
}

/* Mobile-specific styles */
@media (max-width: 200px) {

    /* General body adjustments for mobile */
    body {
        font-size: 14px;
        padding: 10px;
    }

    /* Modal adjustments */
    .modal {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-content {
        width: 90%;
        margin: auto;
        padding: 15px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .modal-header {
        font-size: 16px;
        padding: 10px;
        position: relative;
    }

    .modal-body {
        display: block;
    }

    .modal-left,
    .modal-center,
    .modal-right {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px;
    }

    .modal-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
    }

    /* Form input adjustments */
    input[type="text"],
    input[type="date"],
    button {
        width: 100%;
        margin-bottom: 10px;
    }

    .save-btn {
        width: 100%;
    }

    /* Header adjustments */
    .site-logo {
        font-size: 18px;
    }

    .main-nav {
        flex-direction: column;
    }

    .navitems {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

    .navitem {
        width: 100%;
        text-align: center;
    }

    /* Footer adjustments */
    .footer-nav {
        display: block;
        text-align: center;
    }

    .footer-nav ul {
        padding: 0;
        margin: 0;
    }

    .footer-nav li {
        display: inline-block;
        margin: 0 10px;
    }

    .copyright {
        font-size: 12px;
        text-align: center;
    }

    /* Button adjustments */
    .header-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .button-add {
        width: 100%;
    }

    /* Pagination controls */
    #paginationControls button {
        width: 100%;
        margin-bottom: 5px;
    }

    /* Search results adjustments */
    .artist-result,
    .venue-result {
        flex-direction: column;
        text-align: center;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .artist-result img,
    .venue-result img {
        max-width: 100%;
        height: auto;
        margin-bottom: 5px;
    }

    .artist-details,
    .venue-details {
        text-align: center;
    }
}


/* TABLE ELEMENTS */

/* Table */
#history-table {
    margin-top: -5px;
}

table.history-table {
    --icon-dimension: 16px;
    border-collapse: separate;
}

.activity-table,
.person-table,
.table {
    border-collapse: collapse;
    clear: both;
    margin: 0 0 20px;
    width: 100%;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

/* Header */
thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.import-activity thead th:first-child,
.person-table thead th:first-child,
.table thead th:first-child {
    padding-left: 5px;
}

table.history-table thead th {
    padding-left: 10px;
    text-align: left;
}

table.history-table thead .th-day {
    padding-left: 30px;
}

.import-activity thead th,
.person-table thead th,
.table thead th {
    background: var(--gradient-bottom);
    border-bottom: 2px solid var(--table-border);
    color: var(--text-color);
    font-size: 16px;
    padding: 6px 0 7px 20px;
    text-transform: uppercase;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: internal center;
    font-family: var(--default-title-fonts);
}

blockquote,
cite,
dd,
dt,
label,
legend,
li,
p,
td,
th {
    font-size: inherit;
    line-height: 1.38;
}

caption,
td,
th {
    font-weight: 400;
    text-align: left;
}

table.history-table thead th.center {
    text-align: center;
}

/* Body */
/* Calendar */
table.history-table tbody td.td-calendar {
    width: 0;
}

.table tbody td:first-child {
    padding-left: 0;
}

table.history-table tbody td {
    padding: 10px 0 10px 10px;
    vertical-align: middle;
}

.table tbody td {
    padding: 10px 0 10px 20px;
    vertical-align: top;
}

.activity-table tbody td,
.person-table tbody td,
.table tbody td {
    border-bottom: 1px solid var(--table-border);
    color: var(--footer-background);
    padding: 10px 0;
}

.table tbody tr:last-child td {
    border-bottom: none;
}


/* Date */
table.history-table tbody td .date {
    background: url('../images/icons/calendar-2-194x200.png') no-repeat center;
    box-sizing: border-box;
    font-weight: 400;
    height: 60px;
    margin-top: -3px;
    padding: 17px 0 0;
    padding-left: 2px;
    text-align: center;
    width: 70px;
    background-size: contain;
    font-family: var(--default-title-fonts);
}

table.history-table tbody td .date strong {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.13;
    text-transform: uppercase;
}

strong {
    font-weight: 700;
}

table.history-table tbody td .date strong a {
    color: var(--text-color);
}

table.history-table tbody td .date a:hover {
    color: var(--text-color-highlight)
}

table.history-table tbody td .date small {
    color: var(--text-color);
    display: block;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.18;
}

table.history-table tbody td .date a:hover small {
    color: var(--text-color-highlight)
}

table.history-table tbody td.center {
    text-align: center;
}

/* Day */
table.history-table tbody td.td-day {
    font-family: var(--default-title-fonts);
    font-weight: 400;
    letter-spacing: 0.02em;
    color: var(--text-color);
    font-size: 34px;
    padding-left: 5px;
    width: 70px;
}

table.history-table tbody td.td-day a:hover {
    color: var(--text-color-highlight);
}

/* Artist Details */
/* Img */
table.history-table tbody td .artist-img,
table.history-table tbody td .venue-img {
    display: inline-block;
    float: none;
    margin-right: 15px;
    vertical-align: middle;
}

.artist-img,
.venue-img {
    background: var(--background-color);
    box-shadow: 0 1 5px rgba(0, 0, 0, .25), 0 1px 10px rgba(0, 0, 0, .35);
}

.artist-img .log_artist_img,
.venue-img .log_venue_img {
    display: block;
    height: 52px;
    width: 52px;
    border-radius: 5px;
}

table.history-table tbody td .frame:hover .log_artist_img,
table.history-table tbody td .frame:hover .log_venue_img {
    outline: 2px solid var(--accent-color);
    outline-offset: -2px;
}

/* Name */
table.history-table .headline-3 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 250px;
}

.headline-3 {
    font-family: var(--default-body-fonts);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.headline-1,
.headline-2,
.headline-3,
.headline-4 {
    color: var(--text-color);
    overflow-wrap: break-word;
}

.td-artist-details:hover .headline-3,
.td-venue-details:hover .headline-4 {
    color: var(--text-color-highlight);
}

/* Venue */
table.history-table .headline-4 {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 180px;
}

.headline-4 {
    font-family: var(--default-body-fonts);
    font-size: 13px;
    font-weight: 500;
}

/* Rating */
table.history-table tbody td.td-rating .rating-container,
.form-group .rating-container {
    display: flex;
    /* Ensure the stars and button are in a row */
    align-items: center;
    /* Align items vertically */
    gap: 10px;
    /* Add spacing between stars and the button */
    width: 150px;
}

.form-group .rating-container {
    width: 100%;
    justify-content: center;
}

/* Stars layout */
table.history-table tbody td.td-rating .rating-container .rating-stars,
.form-group .rating-container .rating-stars {
    display: flex;
    /*font-size: var(--table-star-size);*/
    cursor: pointer;
    position: relative;
}

table.history-table tbody td.td-rating .rating-container .rating-stars .star-container,
.form-group .rating-container .rating-stars .star-container {
    position: relative;
    width: var(--table-star-size);
    height: var(--table-star-size);
    display: inline-block;
    margin-right: 2px;
}

.form-group .rating-container .rating-stars .star-container {
    width: var(--modal-star-size);
    height: var(--modal-star-size);
}

/* Full star styling */
table.history-table tbody td.td-rating .rating-container .rating-stars .star,
.form-group .rating-container .rating-stars .star {
    width: var(--table-star-size);
    height: var(--table-star-size);
    background-image: url('/images/icons/star_footer-background.svg');
    background-size: var(--table-star-size) var(--table-star-size);
    /* Add this line to scale the image */
    background-position: center;
    /* Add this line to center the image */
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.form-group .rating-container .rating-stars .star {
    background-size: var(--modal-star-size) var(--modal-star-size);
    width: var(--modal-star-size);
    height: var(--modal-star-size);
}

/* Half-star styling */
table.history-table tbody td.td-rating .rating-container .rating-stars .star.half {
    height: var(--table-star-size);
    overflow: hidden;
}

.form-group .rating-container .rating-stars .star.half {
    height: var(--modal-star-size);
    overflow: hidden;
}

/* Left half-star */
table.history-table tbody td.td-rating .rating-container .rating-stars .star.left {
    clip-path: inset(0 calc(var(--table-star-size) / 2) 0 0);
}

.form-group .rating-container .rating-stars .star.left {
    clip-path: inset(0 calc(var(--modal-star-size) / 2) 0 0);
}


/* Right half-star */
table.history-table tbody td.td-rating .rating-container .rating-stars .star.right {
    clip-path: inset(0 0 0 calc(var(--table-star-size) / 2));
}

.form-group .rating-container .rating-stars .star.right {
    clip-path: inset(0 0 0 calc(var(--modal-star-size) / 2));
}

/* Hover effect */
table.history-table tbody td.td-rating .rating-container .rating-stars .star.hover,
.form-group .rating-container .rating-stars .star.hover {
    opacity: 1;
    background-image: url('/images/icons/star_footer-background.svg');
}

.form-group .rating-container .rating-stars .star-container .disabled:hover {
    cursor: not-allowed;
}

.form-group .rating-container .rating-stars .star-container .disabled:hover .rating-container {
    visibility: hidden;
}

table.history-table tbody td.td-rating .rating-container .rating-stars .star.selected,
.form-group .rating-container .rating-stars .star.selected {
    background-image: url('/images/icons/star_accent-color.svg');
    opacity: 1;
}

table.history-table tbody td.td-rating .rating-container .rating-stars .clear-rating,
.form-group .rating-container .rating-stars .clear-rating {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: var(--secondary-color);
}

table.history-table tbody td.td-rating .rating-container button,
.form-group .rating-container button {
    padding: 0;
    background: none;
    font-size: 12px;
    font-family: var(--default-body-fonts);
    display: none;
}

.form-group .rating-container button {
    display: block;
    visibility: hidden;
    color: var(--modal-button);
    font-size: 16px;
}

table.history-table tbody td.td-rating .rating-container:hover button,
.form-group .rating-container:hover button {
    display: block;
}

.form-group .rating-container:hover .clear-rating button {
    visibility: visible;
}

table.history-table tbody td.td-rating .rating-container button:hover,
.form-group .rating-container button:hover {
    color: var(--secondary-color)
}

/* Actions */
table.history-table tbody td.td-actions .log-actions {
    width: 70px;
    display: inline-block;
}

table.history-table tbody td.td-actions button {
    padding: 0;
}

table.history-table tbody td.td-actions button:first-child {
    padding-left: 10px;
}

.form-group .input-container {
    display: flex;
    align-items: center;
    gap: 8px;
    /* Space between input and button */
    vertical-align: center;
}

.form-group .modal-search-button {
    width: 30px;
    height: 30px;
    color: var(--text-color);
    padding: 3px;
    text-align: center;
    align-items: center;
}

.form-group .modal-text-input {
    flex: 1;
    /* Allows input to expand while keeping the button aligned */
}

.form-group .modal-text-input input {
    height: 25px;
}

.form-group .input-container .search-icon {
    width: 18px;
    /* Adjust the width */
    height: 18px;
    /* Adjust the height */
}

.settings-container {
    display: flex;
    margin: 0 auto;
    gap: 20px;
    margin-top: 30px;
}

/* Sidebar (Left) */
.settings-sidebar {
    width: 30%;
    min-width: 200px;
    border-radius: 8px;
    font-family: var(--default-title-fonts);
    font-size: 25px;
}

.settings-sidebar ul {
    list-style: none;
    padding: 0;
}

.settings-sidebar li {
    margin-bottom: 5px;
    cursor: pointer;
    transition: color 0.3s border-bottom 0.3s;
}

.settings-sidebar li:hover,
.settings-sidebar li.active {
    color: var(--text-color-highlight);
    cursor: pointer;
    font-weight: 600;
}

.settings-sidebar li.active {
    padding-left: 10px;
    border-left: 2px solid var(--text-color-highlight);
}

/* Content Area (Right) */
.settings-content {
    width: 70%;
    padding-top: 7px;
}

/* Hide inactive sections */
.settings-section {
    display: none;
}

.settings-section.active {
    display: block;
}

.settings-form-group input,
.settings-form-group textarea {
    width: 400px;
}

.settings-form-group textarea {
    height: 100px;
}

.settings-content-container {
    margin-top: 20px;
    font-family: var(--default-body-fonts);
}

.settings-content-container .settings-form-group {
    margin-bottom: 25px;
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.settings-content-container .save-btn {
    margin-top: 30px;
}

.settings-content-container .settings-form-group .creds-row {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.settings-content-container .settings-form-group .creds-row input {
    width: 220px;
}

.settings-content-container .settings-form-group input:disabled {
    color: var(--text-color);

}

.settings-content-container .settings-form-group .creds-row .btn-copy {
    width: 25px;
    height: 25px;
    padding: 6px;
}

#showApiSecret {
    width: 40px;
    text-align: center;
}

.display {
    display: block !important;
    /* Ensure it overrides other styles */
}

.avatar-preview {
    width: 200px;
    height: 200px;
    overflow: hidden;
    /* Ensures anything outside the box is hidden */
    display: flex;
    /* Helps center the image if needed */
    align-items: center;
    justify-content: center;
    border: 2px solid var(--link-hover-border);
    border-radius: 50%;
    /* Optional: Make it circular */
}

.avatar-preview img {
    max-width: 100%;
    /* Ensures image does not exceed the div width */
    max-height: 100%;
    /* Ensures image does not exceed the div height */
    object-fit: cover;
    /* Crops the image to fill the box */
}

#cropping-area {
    display: block;
    /* Hide initially */
    text-align: center;
    margin-top: 20px;
    height: 500px;
    width: 500px;
}

#cropping-image {
    max-width: 100%;
    max-height: 500px;
    /* Ensures large images resize */
    display: block;
}

/* Hide the default file input */
input[type="file"] {
    display: none;
}

/* Style the custom button */
.custom-file-upload {
    display: block;
}

.summary-container {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    width: 100%;
    justify-content: space-between;
    /* Pushes left and right sections apart */
    align-items: center;
    /* Aligns items vertically */
}

.summary-container .left-section {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.summary-container .left-section .profile-picture img {
    height: 150px;
    width: 150px;
}

.summary-container .left-section .profile-edit {
    height: 150px;
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.summary-container .right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* Ensures stats-container stays on the right */
    padding-right: 20px;
}

.summary-container .right-section .stats-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    /* Adjust spacing between stats */
}

.summary-container .right-section .stats-container .stats {
    display: flex;
    flex-direction: column;
    /* Stack label and value vertically */
    align-items: center;
    /* Center align both elements */
    justify-content: center;
    /* Center vertically */
    width: 80px;
    font-size: 20px;
    color: var(--text-color);
    gap: 5px;
    font-weight: 200;
}

.summary-container .right-section .stats-container .stats .stats-label {
    text-align: center;
    /* Ensures the text is centered */
}

.summary-container .right-section .stats-container .stats .stats-value {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-weight: 400;
    color: var(--text-color-highlight);
}

.profile-container {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.band-image img {
    height: 100%;
    width: 100%;
}

.-p150 .gig-container {
    width: 210px;
}

.-p100.-horizontal>.gig-container {
    width: 160px;
    height: 240px;
    margin-right: 12px;
}

.-p100 .gig-container>.band-image {
    border-radius: 5px;
}

.-p100 .gig-container .listing-block {
    font-size: 14px;
    padding-left: 8px;
    padding-top: 8px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    line-height: 1;
    height: 80px;
    width: 160px;
}

.-p100 .gig-container .listing-block .listing {
    line-height: 1.2;
    padding-bottom: 5px;
}

.-p100 .gig-container .listing-block .listing a {
    font-size: 18px;
}

.profile-container .left-section {
    width: 684px;
}

.profile-container .right-section {
    width: 220px;
}

.profile-container .subsection-heading {
    color: var(--text-color);
    border-bottom: 1px solid var(--text-color);
    font-size: 16px;
    margin-bottom: 8px;
    padding-bottom: 3px;
}

/*
.history-table.profile-view tr:first-child.new-month td {
    border-top: none;
}
.history-table.profile-view tr.new-month td {
    border-top: 1px solid var(--link-hover-border);
}

.history-table.profile-view td {
    padding: 0;
    border-bottom: none;
}

.history-table.profile-view td a {
    font-size: 12px;
}

.history-table.profile-view tbody td .date {
    height: 30px;
    width: 35px;
    margin-top: 0px;
    padding: 0;
    padding-top: 10px;
}

.history-table.profile-view tbody td.td-calendar {
    width: 40px;
    padding-top: 5px;
    display: flex;
    justify-content: flex-start;
}

.history-table.profile-view tbody td.td-day {
    font-family: var(--default-body-fonts);
    font-weight: 200;
    font-size: 12px;
    width: 15px;
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
}

.history-table.profile-view tbody td .date strong {
    font-size: 14px;
}

.history-table.profile-view .month-content-list {
    column-gap: 10px;
    display: grid;
    font-size: 12px;
    line-height: 1.2;
    row-gap: 10px;
    flex-grow: 1;
}

.history-table.profile-view .month-content-list>.dt-day{
    font-family: var(--default-body-fonts);
    font-weight: 200;
    text-align: right;
}
    */

.logList.-profile-view li {
    grid-template-columns: none;
}

.-profileView .historyList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.-profileView .historyList>.listItem {
    column-gap: 5px;
    display: flex;
    flex-direction: row;
    padding-top:5px;
}

.-profileView .historyList>.listItem:not(:last-child) {
    border-bottom: 1px solid var(--link-hover-border);
    padding-bottom: 8px;
}

.-profileView .historyList>.listItem .month {
    background: url('../images/icons/calendar-2-194x200.png') no-repeat center;
    box-sizing: border-box;
    font-weight: 200;
    height: 30px;
    text-align: center;
    width: 35px;
    background-size: contain;
    font-family: var(--default-title-fonts);
    font-size: 14px;
    padding-top: 8px;
}

.-profileView .entryList {
    flex-grow: 1;
    column-gap: 5px;
    display: grid;
    font-size: 14px;
    grid-template-columns: 2em auto;
    line-height: 1.2;
    row-gap: 5px;
}

.-profileView .entryList>.day {
    font-weight: 200;
    text-align: right;
    padding-right: 3px;
}

.-profileView .entryList>.name:hover {
    color: var(--text-color-highlight);
}