:root {
    --line-width: 0.4vw;

    --circle-margin: 1vw;
    --circle-radius: 2vw;

    --blincast-yellow: #FACD48;
}

.strokeme {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.flag-container {
    display: flex;
}

input.rounded {
    border-radius: 25px;
    color: #fff;
    background-color: var(--rounded-dark-color);
    height: 40px;
    margin-top: 15px;
    margin-left: 0px;
    padding-left: 15px;
}

label.rounded {
    margin-top: 15px;
}

.flag-container:hover .flag:hover{
   filter: brightness(1.5);
   cursor: pointer;
}

.flag-container .flag {
    object-fit: cover;
    height: 6vh;
    width: 6vh;
    border-radius: 50%;
    margin-right: 2vw;
}
.selected {
    outline: 0.4vw solid;
    outline-color: var(--blincast-yellow);
    outline-offset: -0.2vw;
}

.radio-form {
    background-color: var(--background-upload);
    border: 2px solid var(--rounded-light-color);
    border-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.circle {
    display: inline-block;
    border: 5px solid var(--rounded-light-color);
    border-radius: 50%;
    background-color: #00000000;
    width: var(--circle-radius);
    height: var(--circle-radius);
    position: relative;
    box-shadow: 0 0 0 2px black;
    margin: var(--circle-margin);
}

.circle.ok {
    background-color: var(--blincast-yellow);
}

.steps {
    display: flex;
    align-items: center;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.text {
    font-size: var(--font-size, 2vh);
    color: black;
}

p.form-section {
    font-size: var(--font-size, 5vh);
    color: white;
}

.line {
    flex-grow: 1;
    border-bottom: var(--line-width) solid #5E6A65;
    margin: 0;
}

.line.right {
    border-radius: 0px 2px 2px 0px;
}

.line.left {
    border-radius: 2px 0px 0px 2px;
}

.line.ok {
    border-bottom: var(--line-width) solid var(--blincast-yellow);
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.column.left {
    width: 40%;
    padding-left: 2.5vw;
}

.column.right {
    width: 60%;
    float: right;
}

.upload-div {
    position: relative;
    width: 20vw;
    height: 10vh;
    border-style: dashed;
    border-radius: 25px;

    /* Clickable */
    cursor: pointer;

    /* Center */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.colors-grid {
    display: grid;
    width: 12.2vh;
    height: 12.2vh;
    margin-top: 2.2vh;
    margin-left: 7.115vh;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
}

.app-grid {
    display: grid;
    width: 12.2vh;
    height: 12.2vh;
    margin-top: 2.2vh;
    margin-left: 7.115vh;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

.app-banner {
    border: 1px solid rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    width: 11vh;
    height: 5.5vh;
}

.app-banner:hover {
    filter: brightness(1.5);
    cursor: pointer;
}


.app-selected {
   filter: brightness(0.7);
}

.colors-button {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 30px;
    text-align: center;
    border-radius: 10px;
}

button.next {
    width: 8.6vw;
    height: 3.5vh;
    color: black;

    cursor: pointer;

    background-color: var(--blincast-yellow);
    border-radius: 10px;
    border: none;

    margin-top: 1.5vh;
    float: right;
    margin-right: 4vw;
}

button.rounded {
    width: 8.6vw;
    height: 3.5vh;
    color: black;

    cursor: pointer;

    background-color: var(--blincast-yellow);
    border-radius: 10px;
    border: none;

    float: right;
}

.preview-parent {
    position: relative;
    padding-top: 4vh;
    width: 100%;
}

.theme-mode {
    border-radius: 25px;
    object-fit: cover;
    margin-top: 12.2vh;
    margin-left:7.115vh;
    width:61.5vh;
    height: 34.6vh;
   filter: brightness(0.9);
}

.theme-mode-selected{
    outline: 0.4vw solid;
    outline-color: var(--blincast-yellow);
    outline-offset: -0.2vw;
   filter: brightness(1);
}

.theme-mode:hover {
   filter: brightness(1);
   cursor: pointer;
}

.preview-parent {
    position: relative;
    padding-top: 4vh;
    width: 100%;
}

img.background-upload {
    position: relative;
    top: 0;
    left: 0;
    width: 40vw;
    height: 40vh;
    border: 1px blue solid;
}

img.logo-upload {
    position: absolute;
    top: 6vh;
    left: 1vw;
    width: 5vw;
    border: 1px blue solid;
}

@media (prefers-color-scheme: dark) {
    .circle {
        border: 5px solid var(--rounded-dark-color);
        box-shadow: 0 0 0 2px white;
    }

    .line {
        border-bottom: var(--line-width) solid white;
    }

    .text {
        color: white;
    }
}

@media only screen and (max-width: 1200px) {
    div.rounded {
        width: var(--width, 90vw);
        height: var(--height, 56vh);
        margin-right: 5vw;
        margin-left: 2.5vw;
    }
}
