﻿@font-face {
    font-family: "NotoSerif";
    src: url('/font/NotoSerif.ttf') format("truetype");
}

.picker-button {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin-top:10px;
    background-color: white;
    border: 2px solid black;
    transition: 0.2s;
}

.picker-button:hover {
    transform: scale(1.05);
}

.picker_wrapper {
    margin: 0 !important;
    transform: none !important;
    margin-top: 20px;
    margin-bottom: 20px !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    box-shadow: none !important;
    background: none !important;
    max-width: 200px !important;
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
}

.picker_editor {
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 1.1rem !important;
    border: none !important;
}

    .picker_editor input {
        background: none;
        font-family: Eudoxus;
        color: white;
        border-radius: 2px;
        padding-left: 5px !important;
        text-align: center !important;
        height: 40px !important;
        width: 120px !important;
        box-shadow: none !important;
        background: #3f3f3f;
    }

.picker_done {
    display: none;
}

.picker_sl {
    padding: 0 !important;
}

.picker_done button {
    font-family: Hamlin;
    background: none !important;
    color: var(--dark-green);
    border: 2px solid var(--dark-green) !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-size: 18px !important;
}

.picker_arrow {
    display: none;
}

.picker_alpha {
    display: none;
}

.picker_sample {
    display: none !important;
}

.table-edit-form-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:50px;
}

.table-builder-container{
    max-width: 1200px;
    width:fit-content;
    height:1000px;
}

.edit-buttons{
    display:flex;
    width:100%;
}

.get-code {
    background-color: var(--header-colour) !important;
}

.edit-container {
    padding: 50px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    display: block;
}

.separator {
    width: 100%;
    height: 4px;
    background-color: var(--inputgrey);
    margin-top: 10px;
}

.create-title {
    font-family: 'Roboto';
    color: var(--textgrey);
    font-size: 2rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px
}

.create-subtitle {
    font-family: 'Roboto';
    font-size: 1.5rem;
    margin-bottom: 0px;
    text-align: center;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    cursor: pointer;
    color: var(--textgrey);
    padding: 10px;
    width: fit-content;
    letter-spacing: 2px;
    margin: auto;
    margin-top: 30px;
    position:relative;
    border-bottom: 1px solid var(--gold);
    border-radius:2px;
    border-bottom-width: 0px;
    transition: 0.2s;
}

    .create-subtitle:after {
        content: '\25BC'; /* Down arrow Unicode character */
        position: absolute;
        margin-left: 15px;
        font-size: 0.6em;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%); /* Center vertically */
    }
    .create-subtitle-selected:after {
        content: '\25B2' !important; 
        color:var(--gold);
    }


    .create-subtitle:hover, .create-subtitle-selected {
        filter: brightness(1.1);
        letter-spacing: 3px;
        color: white;
    }

.generate-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--formgrey);
    width: fit-content;
    border-radius: 10px;
}


.create-input {
    border-radius: 5px;
    border: none !important;
    background:var(--inputgrey) !important;
    font-family: Eudoxus;
    color: white;
    margin-top: 10px;
    outline: none !important;
    font-size: 1.1rem !important;
    width:200px;
    padding:5px;
}

.create-label {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    width:130px;
    text-align:left;
}

.generate-button {
    font-family: 'Roboto';
    border-radius: 100px;
    border: none;
    background: var(--gold);
    color: white !important;
    width: fit-content;
    margin-left: auto;
    margin-top: 35px;
    padding: 5px 20px;
    letter-spacing: 1px;
    font-size: 1.5em !important;
    transition: 0.4s;
    outline: none;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255,0.1);
    opacity: 0.9;
    background-color: #107c41;
}

    .generate-button:hover {
        box-shadow: 0px 0px 15px 0px rgba(255, 255, 255,0.3);
        opacity:1;
    }
.create-row {
    display: flex;
    padding: 0px 30px;
    margin-bottom: 10px;
    align-items: center;
    flex-wrap:wrap;
}

.create-heading{
    font-family: Roboto;
    font-size: 22px;
}

.create-column{
    background:var(--offwhite2);
    border-radius: 10px;
    padding: 0px 20px;
    margin-bottom: 20px;
}
.create-form {
    width: 100%;
    background-color: #e3e3e3;
    padding: 0px 0px 50px 0px;
    border-radius: 5px;
    color: #2b2b2b !important;
    display: flex;
    flex-direction: column;
    max-width: 1080px;
}

.create-shorter {
    width: 150px !important;
}

.excel-input{
    background:white !important;
}

.import-options{
    width:fit-content;
}

.create-top-row {
    padding: 10px !important;
    border-bottom: 1px solid #a2acbd;
    background: #185c37;
    color: white !important;
    align-items: center;
    font-size: 1rem !important;
}

.custom-file-button {
    background: white;
    border: none;
    font-family: Roboto;
    padding: 5px 20px;
    border-radius: 2px;
    color: white;
    background-color: #107c41;
}

.create-form-input {
    color: var(--header-colour);
    border: none !important;
    padding: 3px 5px;
    font-family: 'Roboto';
    outline: none !important;
}


.outer-shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 40px 75px 40px 20px;
    border-radius: 15px;
}

    .exit {
        width: 25px;
        margin-left: auto;
        cursor: pointer;
        opacity: 0.8;
        transition: 0.2s;
    }

.exit:hover{
    opacity: 1;
}

.line-graph-editor-container{
}

.create-slide-section {
    overflow: hidden;
    height: 100%;
    transition: max-height 1s;
}

.copy-code-supercontainer {
    position: fixed; /* Stays fixed regardless of scrolling */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    z-index: 11;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    background: rgba(255, 255, 255, 0.4); /* Optional: Semi-transparent background */
}

.copy-code-container {
    background: var(--offwhite2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
}


.create-dropdown:disabled{
    opacity: 0.5;
}

.question{
    margin-left:10px;
    text-decoration: none;
    font-size: 1.2em;
    font-family: Roboto;
}

.question:hover {
    text-decoration: underline;
}

.warning{
    color:red;
}

.copy-code-sub-container>.get-code{
    font-size: 1.3em !important;
    margin-top:20px;
    border-radius: 10px;
    background-color: var(--excel-mid) !important;
    padding:5px 30px !important;
    width:fit-content !important;
}

.copy-code-exit{
    width:30px !important;
}

.copy-code-top-row {
    padding: 10px !important;
    background: var(--excel-mid);
    width:100%;
}

.copy-code-header {
    font-size: 1.5em;
    color: white;
    margin-bottom: 0px !important;
}

.copy-code-text {
    font-size: 1.2em;
    text-align: center;
}

.copy-code-text-area {
    width: 100%;
    text-align:center;
    min-height: 90px;
    resize: none;
    background: var(--header-colour);
    border-radius: 2px;
    color:rgba(255,255,255,0.8);
    padding:10px;
}


.copy-code-sub-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px;
}

.create-slide-inner {
    gap: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation-duration: 1s;
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
    opacity: 0;
}

@keyframes rollOut {
    0% {
        opacity: 1;
        margin-top: 0%;
    }

    100% {
        opacity: 0;
        margin-top: -100%;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@keyframes rollIn {
    0% {
        opacity: 0;
        margin-top: -100%;
    }

    100% {
        opacity: 1;
        margin-top: 0%;
    }
}

.create-slide-out {
    transform: translateY(-100%);
}

.create-slide-section:hover {
    height: fit-content !important;
}

.create-slide-section.slide-up {
    transition: max-height 1s;
    max-height: 10px;
}

.form-group{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-gif {
    width: 200px;
    height: 200px;
}

.picker-button {
    border-radius: 100%;
    width: 25px;
    height: 25px;
    background-color: white;
    border: 2px solid black;
}


.picker_editor {
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 18px !important;
}

    .picker_editor input {
        background: var(--excel-dark);
        font-family: Roboto;
        color: white;
        border-radius: 2px;
        padding-left: 5px !important;
        text-align: center !important;
        font-size: 18px !important;
        height: 40px !important;
        width: 120px !important;
    }

.picker_done {
    display: none;
}

.picker_sl {
    padding: 0 !important;
}

.picker_done button {
    font-family: Hamlin;
    background: none !important;
    color: var(--dark-green);
    border: 2px solid var(--dark-green) !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    font-size: 18px !important;
}

.picker_arrow {
    display: none;
}

.picker_alpha {
    display: none;
}

.picker_sample {
    display: none !important;
}

.loading-gif-container {
    width: 100%;
    height:100%;
    background: rgba(255,255,255,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:0;
    top:0;
}
.create-scene{
    position: relative;
}

.card-view{
    width:100vw;
    height:100vh;
    position: relative;
}

.create-dropdown {
    background: white;
    color: black;
    font-family: Roboto;
    border:none !important;
    outline:none !important;
    padding: 5px;
    width:200px;
}


.mobile {
    display: none
}

@media screen and (max-width: 1000px) {

    .outer-shadow {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        padding: 20px 10px 20px 10px;
        border-radius: 0px;
    }
}

@media screen and (max-width: 1200px) {

    .table-builder-container {
        max-width: 100%;
    }

    .desktop{
        display:none;
    }

    .mobile{
        display:block
    }
}