:root {
    --spot-light: #fbb03b !important;
    --theme-color: #fbb03b;
    --theme-color-dark: #000;
    --theme-color-blue : #033397;
    --theme-color-green : #086713;
    --theme-color-red : #DF2323;
}


.theme-color {
    color: var(--theme-color);
}

.btn-theme {
    width: 240px;
    cursor: pointer;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    border-color: transparent;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    outline: 0;
    background-color: #fff;
    color: var(--theme-color);
    float: none;
}

#sideMenu {
    display: none;
}

.contact-sidebar {
    display: none !important;
}

#main {
    margin-right: 0 !important;
    padding-left: 0 !important;
}

#embed_bottom_player {
    display: none;
}

.btn-upload-next, .btn-upload-back {
    width: 150px;
    line-height: 15px;
    padding: 15px 0;
}

.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.radio-tile-group .input-container {
    position: relative;
    height: 7rem;
    width: 7rem;
    margin: 0.5rem;
}

.radio-tile-group .input-container .radio-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.radio-tile-group .input-container .radio-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 1rem;
    transition: transform 300ms ease;
}

.radio-tile-group .input-container .radio-icon img {
    width: 3.5rem;
    height: 3.5rem;
    display: block;
    box-shadow: none;
}

.radio-tile-group .input-container .radio-tile-label {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 0px;
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile {
    background-color: var(--theme-color);
    border: 2px solid var(--theme-color);
    color: white;
    transform: scale(1.1, 1.1);
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-icon img {
    fill: white;
    background-color: var(--theme-color);
}

.radio-tile-group .input-container .radio-button:checked+.radio-tile .radio-tile-label {
    color: white;
    background-color: var(--theme-color);
}

.linear-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(#d5a04fc9));
}

.linear-header.upload {
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    align-items: center;
    display: flex;
}

.upload-helper {
    position: initial;
    transform: none;
}

.claim-hero {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(#d5a04fc9));
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(#d5a04fc9));
    height: auto;
    min-height: fit-content;
    padding: 100px 25px;
}

.claim-display-title {
    font-size: 90px;
    line-height: 90%;
    margin: 0;
    color: #fff !important;
}

.hero-desc {
    margin: 2rem 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
}

.button-white.orange,
.button-white.orange:hover {
    color: #efaa3d;
    float: none;
}

.social-icons-container {
    display: flex;
    margin: 2rem 0;
    gap: 1rem;
    justify-content: flex-start;
}

.social-icon {
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin: 5px;
}

.landing-text-section {
    padding: 80px 0;
}

.about-desc {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.landing-section-title {
    font-size: 2.5rem;
    line-height: 2;
    margin-bottom: 2.5rem;
    text-align: center;
    color: #fff;
}

.landing-media-icon svg {
    fill: var(--theme-color);
}

.landing-media-icon img {
    height: 25px;
    width: 25px;
    display: block;
    box-shadow: none;
}

.landing-heading-small {
    margin-bottom: 0;
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 500;
}

.self-center {
    align-self: center;
}

.lightbox-content .lightbox-with-artwork-block .input-container {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px;
}