.gameletedition {
    padding: 0 20px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 85vh;
    overflow-y: auto;
}

.gameletedition .checkContainer {
    display: flex;
    height: 20px;
    align-items: center;
    position: relative;
    width: 96%;
    padding: 0;
    padding-left: 35px;
    cursor: pointer;
    margin: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gameletedition.hide {
    display: none;
}

.gameletedition .pageTitle {
    font-family: "Metropolis Bold";
    font-size: 24px;
    letter-spacing: 0.24px;
    color: #0d4962;
    margin-bottom: 24px;
    width: 100%;
}

.gameletedition .pageSubtitle {
    font-family: "Metropolis Bold";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
    color: #0d4962;
    width: 100%;
    padding-top: 20px;
}

.gameletedition .checkbox {
    margin-top: 20px;
}

.gameletedition .columnOne,
.gameletedition .columnTwo {
    display: flex;
    width: 50%;
    flex-direction: column;
}

.gameletedition .columnTwo {
    align-items: flex-end;
}

/* Hide the browser's default checkbox */
.gameletedition .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.gameletedition .input-title,
.communitycrud-user .members .modal-title {
    font-family: "Metropolis Semi Bold";
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #0d4962;
    margin-top: 20px;
    margin-bottom: 10px;
}

.gameletedition .checkLabelTitle {
    font-family: "Metropolis Semi Bold";
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #0d4962;
    padding: 5px;
}

.gameletedition .containerTitle {
    font-family: "Metropolis Bold";
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: 2.5px;
    text-align: left;
    color: #0eb5fe;
}

.gameletedition .input-mainTitle {
    font-family: "Metropolis Bold";
    font-size: 20px;
    line-height: 1.11;
    letter-spacing: 2.5px;
    text-align: left;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px !important;
}

.gameletedition .comment {
    font-family: "Metropolis Regular";
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2px;
    text-align: left;
    color: #000;
    margin-top: 20px;
}

.gameletedition .gvinput .editable-placeholder,
.gvinput .list-item {
    font-family: "Metropolis Semi Bold";
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #0d4962;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: white;
    border-radius: 8px;
}

.gameletedition .inputWrapper {
    width: 96%;
}

.gameletedition .descriptionInputWrapper {
    width: 100%;
}

.gameletedition .inputContainer {
    width: 100%;
    margin: 0;
    margin-top: 0;
}

.gameletedition .inputContainer > select {
    background-color: white;
    border-radius: 10px;
    text-transform: lowercase;
    height: 43px;
    width: 100%;
    padding: 0 10px;
}

.gameletedition .inputContainer > select:focus-visible {
    outline: none;
}

.gvinput .modalContainer {
    position: absolute;
    background-color: white;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: fit-content;
}

.gvinput .modalContainer.hide {
    display: none;
}

.gvinput .modalContainer .modal {
    margin: auto;
    position: relative;
    background-color: white;
    display: block;
    width: 90%;
    margin-top: 0;
    padding-top: 5%;
    max-height: 111.5vh;
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.gvinput .modalContainer .modal::-webkit-scrollbar {
    display: none;
}

.gvinput .list-value {
    width: 100%;
    display: inline-block;
    padding-block: 6px;
    margin-bottom: 0;
    height: 2rem;
    overflow-y: scroll;
}

.gvinput .modalContainer .btnContainer {
    display: flex;
    padding-block: 2% 2.5%;
}

.gvinput .inputContainer {
    margin-top: 0;
}

.gameletedition .labels {
    display: flex;
    justify-content: space-around;
    padding-inline: 5px;
}

.gameletedition .labels.hide {
    display: none;
}

.gameletedition .inputWrapper .viewGameletList,
.gameletedition .inputWrapper .createGamelet {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 10px;
    margin-top: 15px;
    cursor: pointer;
}

.gameletedition .inputWrapper .viewGameletList .title,
.gameletedition .inputWrapper .createGamelet .title {
    font-family: "Metropolis Semi Bold";
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #0d4962;
}

.gameletedition .imageContainer {
    width: 100%;
}

.buttonContainer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}

.buttonContainer .saveButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 42px;
    font-family: "Metropolis Bold";
    letter-spacing: 0.17px;
    color: white;
    font-size: 13px;
    margin-top: 30px;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #0d4962;
    cursor: pointer;
}

.buttonContainer .cancelButton {
    font-family: "Metropolis Bold";
    font-size: 13px;
    letter-spacing: 0.17px;
    color: #0d4962;
    margin-top: 20px;
    cursor: pointer;
}

/* only the rocker for private .... */

.toggle {
    --width: 106px;
    --height: calc(var(--width) / 3);

    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: var(--height);
    cursor: pointer;
}

.toggle input {
    display: none;
}

.toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: #0d4962;
    transition: all 0.4s ease-in-out;
}

.toggle .slider::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(var(--height) - 6px);
    height: calc(var(--height) - 6px);
    border-radius: 50%;
    background-color: #cae4ef;
    transition: all 0.4s ease-in-out;
}

.toggle input:checked + .slider {
    background-color: #cae4ef;
    border: solid 1px #0d4962;
}

.toggle input:checked + .slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
    background-color: #0d4962;
    top: 2px;
    left: unset;
    right: 74px;
}

.toggle .labels {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Metropolis Semi Bold";
    font-size: 14px;
    letter-spacing: 0.14px;
    transition: all 0.4s ease-in-out;
}

.toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 16px;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    color: #cae4ef;
}

.toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 16px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    color: #0d4962;
}

.toggle input:checked ~ .labels::after {
    opacity: 0;
}

.toggle input:checked ~ .labels::before {
    opacity: 1;
}

/* Rocker ended .... */

/* Hide the browser's default checkbox */
.gameletedition .columnOne input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.gameletedition .columnOne .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: solid 2px #0d4962;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.gameletedition .columnOne .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Show the checkmark when checked */
.gameletedition .columnOne input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.gameletedition .columnOne .checkmark:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 13px;
    border: solid #0d4962;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* DARK MODE */
.dark .gameletedition .pageTitle,
.dark .gameletedition .pageSubtitle,
.dark .gameletedition .input-title,
.dark .gameletedition .gvinput .editable-placeholder,
.dark .gameletedition .columnOne .labelTitle,
.dark .gameletedition .inputWrapper .viewGameletList .title,
.dark .gameletedition .inputWrapper .createGamelet .title,
.dark .gvinput .list-item,
.dark .gameletedition .inputContainer > select,
.dark .buttonContainer .cancelButton,
.dark .gameletedition .checkLabelTitle {
    color: rgba(255, 255, 255, 0.87);
}

.dark .gameletedition .columnOne .checkmark,
.dark .gameletedition .columnOne .checkmark:after {
    border-color: rgba(255, 255, 255, 0.87);
}

.dark .gameletedition .gvinput .editable-placeholder,
.dark .gameletedition .inputContainer > select,
.dark .gvinput .list-item {
    background-color: #0d4962;
}

/* Mobile */
@media (max-width: 767px) {
    .gameletedition .columnOne,
    .gameletedition .columnTwo,
    .gameletedition .inputWrapper,
    .gameletedition .descriptionInputWrapper {
        width: 100%;
    }

    .gameletedition .columnTwo {
        align-items: flex-start;
    }
}

/* Mobile and iPad */
@media (min-width: 768px) and (max-width: 1023px) {
    .gameletedition .columnOne,
    .gameletedition .columnTwo {
        width: 100%;
    }

    .gameletedition .columnTwo {
        align-items: flex-start;
    }

    .gameletedition .descriptionInputWrapper {
        width: 96%;
    }
}
