.communitycreate {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 30px;
}

.communitycreate .btn {
    background-color: #0eb3fc;
    color: white;
    border-radius: 5px;
    width: fit-content;
    display: block;
    margin: auto;
}

.communitycreate .gvinput .modal {
    margin-top: 10px;
}

.communitycreate .gvinput .modal > div:first-of-type {
    height: 85%;
    overflow-y: auto;
}

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

.communitycreate .inputContainer {
    width: 80%;
    margin: auto;
    margin-top: 5%;
}

.communitycreate .inputContainer .input-title,
.communitycreate .backColorContainer .input-title {
    font-family: "Metropolis Bold";
    font-size: 14px;
    line-height: 1.11;
    letter-spacing: 1.4px;
    text-align: left;
    color: #0eb5fe;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.communitycreate .inputContainer .editable-placeholder {
    font-family: "Metropolis Regular";
    font-size: 13px;
    line-height: 1.02;
    letter-spacing: 1.3px;
    text-align: left;
    color: #7c7c7c;
    margin-bottom: 15px;
    word-break: break-word;
    outline: none;
}

.communitycreate .inviteContainer.modal {
    position: absolute;
    background-color: white;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0 30px;
    border-radius: 25px;
}

.communitycreate .inviteContainer.modal.hide {
    display: none;
}

.communitycreate .modal .addusersearch .search-container .search-list-container {
    max-height: 345px;
}

.communitycreate .modal .btn {
    /* position: absolute; */
    /* bottom: 15px; */
    /* left: 42%; */
    margin: 20px auto;
}

/* .communitycreate .input-title {
    font-family: 'Metropolis Bold';
    font-size: 14px;
    line-height: 1.11;
    letter-spacing: 2.5px;
    text-align: left;
    color: #0eb5fe;
    margin-top: 20px;
  } */

.communitycreate .gvinput .image-handler {
    width: 130px;
}

.communitycreate .gvinput .image-handler .add-image-icon,
.communitycreate .gvinput .image-handler .add-image-icon .image-thumbnail {
    height: 130px;
    width: 130px;
}

.communitycreate .backColorContainer {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
}

.communitycreate .backColorContainer .input-title {
    margin-top: 0;
}

.communitycreate .backColorContainer .inputContainer {
    display: flex;
    justify-content: space-around;
    margin-top: 0;
    width: 100%;
}

.communitycreate .backColorContainer .inputContainer .selectBGColor {
    position: relative;
    display: flex;
}

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

.communitycreate .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) */
.communitycreate .backColorContainer .inputContainer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.communitycreate .backColorContainer .inputContainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.communitycreate .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);
}

.communitycreate._2EDA58 .add-image-icon {
    background-color: #2eda58;
}

.communitycreate._AF138E .add-image-icon {
    background-color: #af138e;
}

.communitycreate._102434 .add-image-icon {
    background-color: #102434;
}

.communitycreate._0EB5FE .add-image-icon {
    background-color: #0eb5fe;
}

.communitycreate._DC495C .add-image-icon {
    background-color: #dc495c;
}

.communitycreate._EA8700 .add-image-icon {
    background-color: #ea8700;
}

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