/* dashboard CSS*/

/* #region root */
:root {
    --white: #FFFFFF;
    --bg-grey: #F6F6F6;
    --bg-navy: #374E62;
    --bg-burgundy: #8f0B16;

    --cta-metal: #939AA2;
    --cta-navy: #253645;
    --black: #000000;
    --cta-green: #00782E;
    --cta-grey: #999999;

    --ta-grey: #666666;
    --ta-red: #9E3533;

    --error-red: #CC0100;

    --ba-white: #F5F4F0;
    --ba-grey: #E7E6DE;

    --border-grey: #E5E5E5;
    --border-grey-2: #CCCCCC;
    --border-grey-3: #D9D9D9;
    --share-square: #F6F5F2;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    font-family: "trade-gothic-next", sans-serif;
    color: var(--cta-navy);
    background-color: var(--white);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
}
body.no-scroll {
    overflow: hidden;
}
/* #endregion */

/* #region general */

::-ms-reveal {
    display: none;
}

.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.between {
    justify-content: space-between;
}
.end {
    justify-content: end;
}
.align-center {
    align-items: center;
}
.center {
    justify-content: center;
}


.height-100 {
    height: 100%;
}

a {
    font-family: "trade-gothic-next", serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.04375rem;
    font-size: 0.875rem;
    color: var(--ta-grey);
}
a.s {
    font-size: 0.625rem;
    font-weight: 100;
    color: inherit;
}

p {
    font-family: "trade-gothic-next", serif;
    font-weight: 100;
    line-height: 150%;
    letter-spacing: 0.05em;
    font-size: 0.875rem;     
}
p.s {
    font-size: 0.625rem;
}

h3 {
    font-family: "trade-gothic-next", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 100%;
}
h2 {
    font-family: "garamond-premier-pro", serif;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.75rem;   
}

.l {
    font-family: "garamond-premier-pro", serif;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 2.75rem;    
}
.m {
    font-family: "garamond-premier-pro", serif;
    line-height: 100%;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.75rem;        
}
.green {
    color: var(--cta-green);
}
.red {
    color: var(--error-red);
}
.faded {
    color: var(--cta-metal)
}

.bg-white {
    background-color: var(--white) !important;
}
.bg-grey {
    background-color: var(--bg-grey) !important;
}
.bg-green {
    background-color: var(--cta-green) !important;
}
.bg-red {
    background-color: var(--error-red) !important;
}
.bg-navy {
    background-color: var(--cta-navy) !important;
}

.h-center-default {
    width: 67.5rem;
    margin: auto;
}
.h-center-home {
    width: calc(min(90%, 85rem));
    padding-left: 8%;
    overflow-x: hidden;
}
.h-center-info-l {
    width: 80rem;
    margin: auto;
}
.h-center-info-l-setup {
    width: 80rem;
    margin: auto;
}

.top-margin-1 {
    margin-top: 3.75rem;
}
.top-margin-2 {
    margin-top: 2.75rem;
}
.top-padding-1 {
    padding-top: 3.75rem;
}
.top-padding-2 {
    padding-top: 2.75rem;
}
.vpt-28 {
    margin-top: 1.75rem;
}
.vpt-20 {
    margin-top: 1.25rem;
}
.vmt-52 {
    margin-top: 3.25rem;
}
.vmb-28 {
    margin-bottom: 1.75rem;
}
.vmb-16 {
    margin-bottom: 1rem;
}
.vmt-16 {
    margin-top: 1rem;
}
.vmb-12 {
    margin-bottom: 0.75rem;
}
.vmb-8 {
    margin-bottom: 0.5rem;
}
.vpb-8 {
    padding-bottom: 0.5rem;
}
.vpb-12 {
    padding-bottom: 0.75rem;
}
.vmtn-16 {
    margin-top: -1rem;
}
.mb-28 {
    margin-bottom: 1.75rem;
}
.pb-32 {
    padding-bottom: 2rem;
}
.mt-20 {
    margin-top: 1.25rem;
}
.mb-20 {
    margin-bottom: 1.25rem;
}
.mb-28 {
    margin-bottom: 1.75
}

input:disabled,
textarea:disabled,
input:disabled + label,
textarea:disabled + label {
    color: var(--ta-grey) !important;
}



a.default {
    text-decoration: none;
}
a.btn {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    font-family: 'trade-gothic-next', sans-serif;
    letter-spacing: 0.05em;

    display: block;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 3rem;
    width: 21rem;
    color: var(--white);
    background-color: var(--cta-navy);
    border: none;
}
a.btn:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0 0);    
}
button:hover {
    cursor: pointer;
}
button.default {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 150%;
    font-family: 'trade-gothic-next', sans-serif;
    letter-spacing: 0.05em;

    height: 3rem;
    width: 21rem;
    color: var(--white);
    background-color: var(--cta-navy);
    border: none;
}
button.default:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0 0);    
} 
button.default:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);    
}
button.default.bg-white {
    border: 1px solid var(--cta-navy);
    color: var(--cta-navy);
}
button.default.bg-white:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.075) 0 0); 
}
button.default.bg-white:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.125) 0 0);  
}
button.default.vmt-28 {
    margin-top: 1.75rem;
}
button.default.vmb-20 {
    margin-bottom: 1.25rem;
}
button.default.vmt-16 {
    margin-top: 1rem;
}
button.default.vmb-16 {
    margin-bottom: 1rem;
}

button.default:disabled {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5) 0 0);
    cursor: default;  
}

.twin-button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.twin-button > button.default {
    width: 8.25rem;
}

button.share-button {
    background-color: var(--cta-navy);
    border: none;

    font-size: 0.625rem;
    font-weight: 400;
    line-height: 150%;
    font-family: 'trade-gothic-next', sans-serif;
    color: var(--white);
}
button.share-button:hover {
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0 0);
}
button.share-button:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0 0);
}
button.share-button.confirmed {
    background-color: var(--cta-green);
    background-image: none;
}

.relative-anchor {
    position: relative; 
    width: 0; 
    height: 0;
    z-index: 99;
}

.notification {
    position: fixed;
    left: 0;
    right: 0;
    top: 4rem;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.notification.error > p {
    background-color: var(--error-red);
}
.notification > p {
    background-color: var(--cta-green);
    padding: 0.625rem 1.2rem;
    font-weight: 400;
    color: var(--white);
}


@media (width <= 90em) {
    .h-center-default {
        margin: 0;
        width: 100%;
        padding-left: 6.5%;
        padding-right: 6.5%;
    }
    .h-center-home {
        margin: 0;
        width: 100%;
        padding-left: 8.5%;
        padding-right: 8.5%;   
    }
}

@media (width <= 98.5em) {
    .h-center-info-l {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }
    .h-center-info-l-setup {
        width: 100%;
        padding-left: 12%;
        padding-right: 12%;
    }
}
@media (width <= 48em) {
    .h-center-info-l-setup {
        padding-left: 3%;
        padding-right: 3%;
    }
}

/* #endregion */

/* #region page_layout */
#page-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 13.75rem auto;
    grid-template-rows: 4.75rem calc(100vh - 4.75rem);
    grid-template-rows: 4.75rem calc(100svh - 4.75rem);
}

#top-left {
    grid-column: span 1;
    grid-row: span 1;
    background-color: var(--bg-grey);
}

#navbar-main-container {
    grid-column: span 1;
    grid-row: 2 / -1;
    background-color: var(--bg-grey);
    touch-action: none;
}

#top-bar-container {
    grid-column: 2 / -1;
    grid-row: span 1;
    background-color: var(--white);
}

#page-content-container {
    grid-column: 2 / -1;
    grid-row: 2 / -1;
    background-color: var(--white);
    overflow-y: auto;
}


@media (width <= 48em) {
    #page-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 4.75rem calc(100vh - 9.375rem) 4.75rem;
        grid-template-rows: 4.75rem calc(100svh - 9.375rem) 4.75rem;
    }

    #top-left {
        position: fixed;
        width: 0;
        height: 0;
    }
    #top-bar-container {
        order: 1;
        grid-column: span 1;
    }

    #navbar-main-container {
        order: 3;
        grid-column: span 1;
        grid-row: 3 / -1;
    }

    #page-content-container {
        order: 2;
        grid-column: span 1;
        grid-row: 2 / 3;
    }
}

/* #endregion */

/* #region corner */
.logo-text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;

    width: min-content;
    gap: 0.3125rem;
}
.logo-text > span {
    margin-top: 0.3rem;
}
.logo-text p {
    font-family: "garamond-premier-pro", serif;
    line-height: 110%;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 1.625rem !important;
}
.logo {
    width: 1.875rem;
    height: 1.875rem;
    padding: 0.25rem 0.3125rem 0.21875rem;   
}
.logo > text {
    font-family: "garamond-premier-pro", serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 110%;
}
/* #endregion */

/* #region topbar */
#top-bar {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

#top-bar #page-title {
    position: absolute;
    left: 1.5rem;
}

#top-share-link {
    display: grid;
    grid-template-columns: 9.75rem 2.75rem;
    grid-template-rows: 1fr;
    height: 2.5rem;
    border: 1px solid var(--border-grey-2);
    border-radius: 0.3125rem;
}
#top-share-link > a {
    background-color: var(--white);
    border-right: 1px solid var(--border-grey-2);
    width: 100%;
    height: 100%;
    margin-left: 0.3125rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}
#top-share-link > a:hover {
    text-decoration: underline;
    cursor: pointer;
}
#top-share-link > button {
    width: 100%;
    height: 100%;
}

@media (width <= 48em) {
    #page-title {
        display: none;
    }
}
/* #endregion */

/* #region navbar */

#navbar-main-container > nav {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

#navbar-main button {
    background: none;
    border: none;
    width: 100%;
    height: 3rem;

    font-family: "trade-gothic-next", sans-serif;
    color: var(--cta-navy);
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.04375rem;
    font-size: 0.875rem;    
}
#navbar-main button > span {
    padding-left: 1.5625rem;
    display: flex;
    justify-content: flex-start;
    gap: 0.625rem;
    height: 100%;
    align-items: center;
}
#navbar-main button > span > span.icon {
    width: 1.5625rem;
    height: 1.5625rem;
}
#navbar-main button > span > span.icon > svg > path{
    stroke: currentColor;
}
#navbar-main button:hover {
    background-color: var(--border-grey-3);
}
#navbar-main button:active {
    background-color: var(--cta-navy);
    color: var(--white);
    font-weight: 700;
}
#navbar-main button.active {
    background-color: var(--cta-navy);
    color: var(--white);
    font-weight: 700;    
}

@media (width <= 48em) {
    
    #navbar-main-container > nav {
        flex-direction: row;
        justify-content: space-between;
        background-color: var(--white);
        border-top: 1px solid var(--border-grey);
        height: 100%;
    }

    #navbar-main button {
        flex-grow: 1;
        height: 100%;

        color: var(--ta-grey);
        font-size: 0.625rem;
    }
    #navbar-main button > span {
        padding-left: 0;
        flex-direction: column;
        justify-content: center;
        gap: 0.25rem;
    }
    #navbar-main button:active {
        background-color: var(--white);
        color: var(--cta-navy);
        font-weight: 700;
    }
}
/* #endregion */

/*#region page_content */

/*#region home */
.home-cols {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8%;
}

.share-square {
    position: relative;
    z-index: 1;
    background-color: var(--share-square);
    width: 23.5rem;
    height: 18.75rem;
    padding: 3.75rem 2rem;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    gap: 1.625rem;
}
.share-square > svg {
    display: none; /*temporary until I can figure this tf out*/
    position: absolute;
    top: 35%;
    left: 14%;
    right: 25%;
    bottom: 8%;
    z-index: 2;
}
.share-square > .share-link {
    z-index: 3;
    height: 3.75rem;
    border: 1px solid var(--border-grey-2);
    display: grid;
    grid-template-columns: 13.125rem 6.25rem;
    grid-template-rows: 1fr;
    background-color: var(--white);
}
.share-square > p {
    z-index: 3;
}
.share-square > .share-link > a {
    border-right: 1px solid var(--border-grey-2);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    margin-left: 0.3125rem;
    overflow: hidden;
}
.share-square > .share-link > a:hover {
    text-decoration: underline;
}
.share-square > .share-link > button {
    height: 100%;
    width: 6.25rem;
}
.share-square > .share-link > button > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.share-square > .share-link > button > span > span.copy-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.home-text {
    max-width: 32rem;
}
.home-text > p {
    margin-bottom: 0.5em;
}
.home-text > p.l {
    margin-bottom: 3rem;
}

@media (width <= 70em) {
    .home-cols {
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .share-square {
        margin-bottom: 8rem;
    }
}
@media (width <= 48em) {
    .share-square {
        width: 100vw;
        height: 50%;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
    }
    .share-square > .share-link {
        min-width: 16rem;
    }
}

/*#endregion*/


.form-page-cols {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8%;
}
.form-page-cols.setup {
    gap: 16%;
}

.form-page-cols > .margin-change-smooth {
    transition: margin 0.2s;
}
.form-page-cols > .mobile-right-margin {
    margin-right: 7.78125rem;
    margin-left: 3rem;
}

.form-col-container {
    width: 21rem;
    margin-bottom: 1.75rem;
}
.form-col-container h3 {
    margin-bottom: 1.75rem;
}


.form-box {
    border: 1px solid var(--border-grey-2);
    background-color: var(--white);
    width: 21rem;    
}
.form-box.form {
    padding: 0.5rem 1rem 0;
    display: flex;
    flex-direction: column;
}
.form-box.form.single {
    padding: 0 1rem;
}
.form-box.form > .input-container {
    border-bottom: 1px solid var(--border-grey-3);
    height: min-content;
    position: relative;
}
.form-box.form > .input-container.bottom {
    border-bottom: none;
}
.input-container > input,
.input-container > textarea,
.input-container > label,
.input-container > span.prefix {
    position: relative;
    height: 3.5rem;
    width: 100%;

    background-color: transparent;
    border: none;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.04375em;
    font-family: "trade-gothic-next", sans-serif;
    color: var(--cta-navy);
    z-index: 2;
}
.input-container > textarea {
    vertical-align: top;    
}
.input-container > label {
    cursor: pointer;
}
.input-container > input,
.input-container > textarea {
    padding-top: 1.75rem;
    padding-bottom: 0.5rem;
}
.input-container > span.prefix {
    position: absolute;
    top: 1.75rem;
    bottom: 0.5rem;
    color: var(--ta-grey);
}
.input-container > input.postfix {
    padding-left: 5.25rem;
}
.input-container > label {
    position: absolute;
    top: 0;
    left: 0;

    padding-top: 1.25rem;
    color: var(--ta-grey);
    transition: padding 0.1s, font-size 0.1s, font-weight 0.1s, letter-spacing 0.1s;
}
.input-container > p {
    position: absolute;
    top: 0;

    padding-top: 0.625rem;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    font-family: "trade-gothic-next", sans-serif;
}
.input-container > p.hint {
    right: 0;
}
.input-container > p.minimized {
    left: 0;
    color: var(--ta-grey)
}
.input-container > textarea {
    resize: none;
    overflow: hidden;
}
.input-container > input:focus,
.input-container > textarea:focus {
    outline: none;
}
.input-container > input:focus + label,
.input-container > input:not(:placeholder-shown) + label,
.input-container > textarea:focus + label,
.input-container > textarea:not(:placeholder-shown) + label,
.input-container > label.minimized {
    padding-top: 0.625rem;
    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0;
    z-index: 1;
}
.input-container > input:hover + label,
.input-container > input:focus + label,
.input-container > textarea:hover + label,
.input-container > textarea:focus + label {
    color: var(--cta-navy);
}

.input-container > img {
    display: block;
    width: 12.5rem;
    height: 12.5rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin: 2.375rem auto 2.25rem;
}

.input-container > img > button.upload-btn {
    width: 4.75rem;
    height: 4.75rem;
    border: none;
    border-radius: 50%;
    background-color: var(--cta-navy);
}

.input-container > #upload-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.875rem;

    width: 100%;
    margin: 2.375rem 0 1rem;
}
.input-container > input[type="file"] {
    display: none;
}
.input-container > label[for="pfp"] {
    top: auto;
    left: auto;
    bottom: 1rem;
    right: 2.375rem;

    width: 4.75rem;
    height: 4.75rem;
    padding: 0 !important;
    border: none;
    border-radius: 50%;
    background-color: var(--cta-navy);
}
.input-container > label[for="pfp"] > svg {
    position: absolute;
    width: 67%;
    height: 67%;
    left: 16.7%;
    top: 16.7%;
}

.input-container > #upload-preview > #cropper-container {
    width: 100%;
    height: 18rem;
}
.input-container > #upload-preview > .twin-button {
    width: 100%;
}
.custom-cropper {
    padding-bottom: 2rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

span.loading {
    display: inline-block;
    width: 1rem;  /* Adjust size as needed */
    height: 1rem;  /* Adjust size as needed */
    border: 0.125rem solid var(--border-grey-3);  /* Adjust color and thickness */
    border-top: 0.125rem solid transparent;

    border-radius: 50%;
    animation: spin 1s linear infinite;
}
span.loading.disabled {
    display: none;
}
button.default span.loading {
    position: relative;
    left: -3rem;
    margin-right: -1rem;
    top: 0.125rem;
}
.input-container span.loading {
    position: absolute;
    right: 0.2rem;
    bottom: 0.75rem;
}


.input-container button.password-eye {
    position: absolute;
    background: none;
    outline: none;
    border: none;
    right: 0.5rem;
    top: 0;
    height: 100%;
    width: 2rem;

    font-size: 0.875rem;
    font-family: "trade-gothic-next", sans-serif;
    color: var(--ta-grey);
    z-index: 5;
}
button.password-eye svg {
    width: 1.5rem;
    height: 1.5rem;
}
/* button.password-eye:hover {

} */


.existing-tags {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.25rem 0.625rem;
    min-height: 3.5rem;
    padding-top: 1.75rem;
    padding-bottom: 0.5rem;
}
.tag {
    height: 1.25rem;
    border-radius: 0.3125rem;
    background-color: var(--border-grey-3);
    padding-left: 0.375rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.25rem;
}
#add-tag {
    background-color: var(--cta-navy);
    color: var(--white);
    padding-right: 0.375rem;
    border: none;
    outline: none;
}
.tag > button.remove-tag {
    background: none;
    outline: none;
    border: none;
    position: relative;
    width: 1.25rem;
    height: 100%;
}

.tag > button.remove-tag > svg {
    color: var(--cta-navy);
    width: 100%;
    height: 100%;
}


.tags-list {
    position: absolute;
    height: 11.5rem;
    overflow-y: scroll;
}
.tags-list > div {
    width: 19.125rem;
    padding: 0.5rem;
    background-color: var(--bg-grey);
    color: var(--cta-navy);
}
.tags-list > div > label {
    font-weight: 700;
    padding-left: 0.5rem;
}

.brand-logos {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: min-content min-content;
    padding-top: 2.5rem;
}
.brand-logos > .brand-logo {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.625rem;
}
.brand-logo > img {
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 50%;
    background-color: var(--bg-grey);
}
.brand-logo > button.remove-brand-logo {
    position: absolute;
    top: 0;
    right: 0.25rem;
    width: 2rem;
    height: 2rem;
    background-color: var(--white);
    border: 1px solid var(--border-grey-3);
    border-radius: 50%;
    outline: none;
}
.brand-logo > button.remove-brand-logo > span > svg {
    color: var(--cta-navy);
    width: 100%;
    height: 100%;
}


ul.brand-list  {
    position: absolute;
    top: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.brand-list button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
    gap: 1rem;

    border: 1px solid var(--border-grey-2);
    background-color: var(--white);
    color: var(--cta-navy);
    width: 18.75rem;
    height: 4rem;
    outline: none;
}
.brand-list button > span.name {
    flex-grow: 1;
    text-align: left;
}
.brand-list button > img {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}


.form-box.analytics-profile-1 {
    height: 6.25rem;
    padding-left: 1.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: left;
    gap: 1.25rem;
}
.analytics-profile-1 > img {
    width: 3.75rem;
    height: 3.75rem;
    box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.25);
}
.analytics-profile-1 > p {
    font-weight: 700;
}



.page-preview-frame-container {
    width: 45rem;
    height: 50rem;
    transition: width 0.2s, margin-left 0.2s;
    /* width: 60rem;
    height: 67rem; */
}
.page-preview-frame-container.mobile {
    width: 23.4375rem;
}
.page-preview-frame {
    /* zoom: 0.5; */
    background-color: var(--bg-grey);
    border-radius: 2.25rem; 
}
.page-preview-frame.desktop {
    transform: scale(0.5); /* Standard Property */
    -moz-transform: scale(0.5); /* Firefox */
    -o-transform: scale(0.5); /* Opera */
    -webkit-transform: scale(0.5); /* Safari And Chrome */

    transform-origin: 0 0;  /* Standard Property */
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;

    width: 200%;
    height: 200%;
}



button.toggle-switch {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;

    position: relative;
    border: none;

    background-color: var(--bg-grey);
    border-radius: 1.25rem;
}
button.toggle-switch:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);    
}
.toggle-switch-selection {
    color: var(--cta-navy);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.toggle-switch-selection.active {
    color: var(--white);
}
.toggle-switch-slider {
    background-color: var(--cta-navy);
    border-radius: 1.25rem;

    position: absolute;
    right: 50%;
    left: auto;
    z-index: 1;
    transition: all 0.1s;
}
.toggle-switch-slider.active {
    transform: translateX(100%);
}


#page-preview-switch {
    margin: 1.25rem auto;
    width: 6.75rem;
    height: 3rem;

}
#page-preview-switch > div.pps-icon {
    width: 3rem;
    height: 2.25rem;
}
#page-preview-switch > div.pps-slider {
    width: 3rem;
    height: 2.25rem;
    top: 0.375rem;
}

/* My Aesthetic */
#custom-themes {
    width: 21rem;
}
#custom-themes > dt {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 1rem;

    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 150%;
}
#custom-themes > dd {
    margin-bottom: 2rem;

    font-size: 0.625rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 150%;
}
#custom-themes input {
    border: none;
    border-bottom: 1px solid var(--cta-navy);
    width: 3rem;
    text-align: right;
}
#custom-themes input:focus {
    outline: none;
}

#custom-themes-switch {
    width: 10rem;
    height: 1.875rem;
    background-color: var(--border-grey-3);
    margin-top: -0.25rem;
}

#custom-themes-switch .toggle-switch-selection {
    width: 4.75rem;
    height: 1.5rem;
}
#custom-themes-switch .toggle-switch-slider {
    width: 4.75rem;
    height: 1.5rem;
    top: 0.1875rem;
}

#preset-themes {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    height: 36rem;
    overflow-y: scroll;
    align-items: center;
    margin: 0 auto;
    justify-content: flex-start;
}

#preset-themes > div.theme-item {
    width: 12.75rem;
    min-height: 1.875rem;
    border-radius: 0.75rem;
}
#preset-themes > div.theme-item > input[type="radio"] {
    position: fixed;
    opacity: 0;
    pointer-events: none;
}
#preset-themes > div.theme-item > input[type="radio"]:checked + label {
    zoom: 105%;
    padding-left: 2rem;
}
#preset-themes > div.theme-item > input[type="radio"]:checked + label::after {
    padding-left: 2rem;
    content: '✔';
}
#preset-themes > div.theme-item > label {
    color: var(--white);
    padding-left: 1rem;
    width: 100%;
    height: 100%;
    font-weight: 400;
    display: flex;
    align-items: center;
}
#preset-themes > div.theme-item > label:hover {
    cursor: pointer;
}

.sub-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.75em;
}
.sub-tabs > button {
    color: var(--ta-grey);
    font-family: "trade-gothic-next", serif;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.04375rem;
    font-size: 0.875rem;

    height: 1.5rem;
    background: transparent;
    outline: none;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: flex;
}
.sub-tabs > button.active {
    color: var(--cta-navy);
    border-bottom: 1px solid var(--cta-navy);
}


@media (width <= 80em) { 
    .page-preview-frame-container {
        width: 23.4375rem;
    }
    #page-preview-switch {
        visibility: hidden;
    }
}

@media (width <= 48em) {
    /*New stuff*/

    .form-page-cols {
        flex-direction: column;
        align-items: center;
        height: 100%; /*might make this global*/
    }


    .page-preview-container {
        display: none;
    }

    .form-page-cols.aesthetics-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 4.75rem;
        height: auto;
        z-index: 95;      
    }
    .page-preview-container.aesthetics-mobile {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 97;
    }
    .page-preview-container.aesthetics-mobile > #page-preview-switch {
        display: none;
    }
    .page-preview-container.aesthetics-mobile > .page-preview-frame-container {
        height: 100%;
        width: 100%;
    }
    .page-preview-container.aesthetics-mobile > .page-preview-frame-container > .page-preview-frame{
        border-radius: 0;
        zoom: 1;
    }

    .aesthetics-mobile-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 4rem;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background-color: var(--white);
        border-radius: 1.25rem 1.25rem 0 0;
        overflow: visible;
        gap: 1rem;   
    }
    #aesthetics-mobile-form-handle {
        min-height: 3rem;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #aesthetics-mobile-form-handle:hover {
        cursor: pointer;
    }
    .aesthetics-mobile-form-handlebar {
        background-color: var(--border-grey-3);
        width: 3rem;
        height: 0.25rem;
        border-radius: 0.3125rem;
        margin-bottom: 2px;
    }
    .aesthetics-mobile-form > .form-col-container {
        overflow: hidden;
        padding-top: 0.5rem;
        margin-bottom: 0;
    }

    
}

/*#endregion*/


/*#region login signup*/

.login-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 100vh;
    width: 100vw;
}
.login-cols > .login-col {
    flex-grow: 1;
}
.login-cols > .login-image {
    width: 60%;
    height: 100%;
    background-color: var(--cta-metal);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-cols > .login-image > img {
    height: 100%;
    object-fit: contain;
}
.top-bar {
    height: 4.75rem;
    width: 100%;
    border-bottom: 1px solid var(--border-grey);
    padding-left: 1.25rem;
    display: flex;
    align-items: center;
}

.login-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.login-tabs > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

    width: 50%;
    height: 2.25rem;
    border: none;
    border-bottom: 2px solid var(--cta-metal);
    color: var(--cta-metal);
}
.login-tabs > a:hover {
    cursor: pointer;
}
.login-tabs > a.active {
    color: var(--cta-navy);
    border-bottom: 2px solid var(--cta-navy);
    cursor: default;
}

.subscription-box {
    background-color: var(--bg-grey);
    padding: 1rem 1.25rem 0;
    color: var(--cta-navy);
    width: 21rem;
}

@media (width <= 75em) {
    .login-cols > .login-image {
        display: none;
    }
}

/*#endregion*/

/*#region setup*/

#set-up-header {
    display: flex;
    margin-left: -2rem;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@media (width <= 48em) {
    #set-up-header {
        display: none;
    }
}

/*#endregion*/