.createchallenge .challengecrud-modal {
    padding: 0 20px;
}

.createchallenge .challengecrud-modal.hide {
   display: "none";
}

.createchallenge .challengecrud-modal .checkbox {
    margin-top: 20px;
}

.createchallenge .challengecrud-modal .checkbox.hide {
    display: "none";
}

.createchallenge .challengecrud-modal .checkbox .autoJoin {
    font-family: "Metropolis Regular";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.18px;
    margin-left: 10px;
    margin-bottom: 0;
}


.createchallenge .challengecrud-modal .input-title,
.createchallenge .communitycrud-user .members .modal-title {
    font-family: "Metropolis Bold";
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: 2.5px;
    text-align: left;
    color: #0eb5fe;
    margin-top: 20px;
    margin-bottom: 10px !important;
}

.createchallenge .challengecrud-modal .gvinput .editable-placeholder,
.gvinput .list-item {
    font-size: 16px;
    letter-spacing: 2.32px;
}

.createchallenge .challengecrud-modal .inputContainer {
    width: 100%;
    margin: 0;
    margin-top: 0;
}

.createchallenge .challengecrud-modal .inputContainer > select {
    border: 1px solid #c8c8c7;
    background-color: white;
    border-radius: 10px;
    text-transform: lowercase;
    height: 35px;
    width: 50%;
    padding: 0 10px;
}

.createchallenge .challengecrud-modal .no-members {
    font-family: "Metropolis Regular";
    font-size: 16px;
    letter-spacing: 2.3px;
    color: #7c7c7c;
    padding-left: 10px;
}

.createchallenge .challengecrud-modal .view-all {
    font-family: "Metropolis Bold";
    font-size: 18px;
    line-height: 1.02;
    letter-spacing: 3.3px;
    color: #0eb5fe;
    margin: 15px 0;
    text-decoration: underline;
    text-transform: uppercase;
}

.createchallenge .challengecrud-modal .membersContainer {
    cursor: pointer;
    color: #7c7c7c;
    font-size: 13px;
    line-height: 1.02;
    letter-spacing: 1.3px;
}

.createchallenge .challengecrud-modal .membersContainer .nameAndIcon {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

/* .createchallenge .communitycrud-user .members .modal-title {
  color: #333;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 0px !important;
} */

.createchallenge .buttonContainer {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-top: 20px;
}
.createchallenge .buttonContainer.hide {
    display: none;
}

.createchallenge .buttonContainer .backButton.hide {
    display: none;
}

.createchallenge .action-button {
    width: 140px;
    background-color: #2cdd6b;
    font-family: "Metropolis Bold";
    font-size: 18px;
    letter-spacing: 3.32px;
    text-align: center;
    color: #ffffff;
    border-radius: 14px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px;
}

.createchallenge .previous.action-button,
.createchallenge .backButton.action-button {
    background-color: #7c7c7c;
}

.createchallenge .action-button:hover,
.userprofile .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #3fb7e3;
}

.createchallenge .gvinput .image-thumbnail,
.createchallenge .gvinput .add-image-icon {
    width: 125px;
    height: 125px;
}

.createchallenge .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,.2);
    height: fit-content;
}

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

.createchallenge .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 */
.createchallenge .gvinput .modalContainer .modal::-webkit-scrollbar {
    display: none;
}

.createchallenge .gvinput .list-value {
    width: 90%;
    display: inline-block;
    padding-block: 6px;
    margin-bottom: 0;
    height: 2rem;
    overflow-y: scroll;
}
.createchallenge .gvinput .modalContainer .btnContainer {
    display: flex;
    padding-block: 2% 2.5%;
}

.createchallenge .gvinput .modal .imageeditor.portrait .box {
    margin: auto;
}

.createchallenge .communitycrud-user .searchContainer .searchInput {
    border: 1px solid #333;
    border-radius: 5px;
    height: 25px;
}

.createchallenge
    .communitycrud-user
    .searchContainer
    .checkboxContainer
    input:checked
    ~ .checkmark {
    border-radius: 50%;
    top: 0;
}

.createchallenge .initialsContainer .gvinput .editable-placeholder {
    text-transform: uppercase;
}

.createchallenge .challengecrud-modal .backColorContainer {
    display: flex;
    flex-direction: column;
}

.createchallenge .challengecrud-modal .backColorContainer .input-title {
    margin-top: 0;
}

.createchallenge .challengecrud-modal .backColorContainer .inputContainer {
    display: flex;
    justify-content: space-around;
}

.createchallenge .challengecrud-modal .backColorContainer .inputContainer .selectBGColor {
    position: relative;
    display: flex;
}

.createchallenge .challengecrud-modal .backColorContainer .inputContainer input {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}

.createchallenge .challengecrud-modal .backColorContainer .inputContainer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: 1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.createchallenge .challengecrud-modal .backColorContainer .inputContainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.createchallenge
    .challengecrud-modal
    .backColorContainer
    .inputContainer
    input:checked
    ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.createchallenge .challengecrud-modal .backColorContainer .inputContainer .checkmark:after {
    left: 14px;
    top: 6px;
    width: 12px;
    height: 23px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(42deg);
    -ms-transform: rotate(42deg);
    transform: rotate(42deg);
}

.createchallenge .challengecrud-modal._2EDA58 .add-image-icon {
    background-color: #2eda58;
}

.createchallenge .challengecrud-modal._AF138E .add-image-icon {
    background-color: #af138e;
}

.createchallenge .challengecrud-modal._102434 .add-image-icon {
    background-color: #102434;
}

.createchallenge .challengecrud-modal._0EB5FE .add-image-icon {
    background-color: #0eb5fe;
}

.createchallenge .challengecrud-modal._DC495C .add-image-icon {
    background-color: #dc495c;
}

.createchallenge .challengecrud-modal._EA8700 .add-image-icon {
    background-color: #ea8700;
}

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