.dialog-sub-popup .modal-title {
    padding: 15px 6px 15px 6px;
}
.dialog-sub-popup .modal-title > .left-title-icon {
    max-width: 55px;
}

.group-input {
    border-radius: 15px;
    background-color: white;
    margin: 25px 15px 15px 15px;
    padding: 15px;
}
.group-controls {
    padding: 15px;
}
.sharing-form .form-row,
.sharing-form .buttons {
    flex-direction: column;
    display: flex;
    margin-top: 20px;
}
.sharing-form .form-row:first-child {
    margin-top: 0px;
}
.text-title {
    color: #82B697;
    font-size: var(--fsize-15);
    font-family: var(--font-family);
    font-weight: 600;
    line-height: var(--line-height-18);
    word-wrap: break-word;
    padding-bottom: 15px;
    border-bottom: 1px dashed #DEB478;
    margin-bottom: 15px;
}
.text-description {
    color: var(--text-color);
    font-size: var(--fsize-13);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: var(--line-height-18);
    word-wrap: break-word;
    padding-bottom: 15px;
}
.text-hi-light {
    color: #DF8270;
    font-size: var(--fsize-13);
    font-family: var(--font-family);
    font-weight: 300;
    line-height: var(--line-height-18);
    word-wrap: break-word;
    padding-bottom: 15px;
}

.sharing-form .buttons .item-line {
    margin-top: 15px;
}
.sharing-form .buttons .item-line:first-child {
    margin-top: 0px;
}

.sharing-form .buttons .item-line .btn-submit .btn-text {
    margin: 2px 2px !important;  
}

.btn-form-login {
    background-color: #82B697;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
}
.btn-form-login > div {
    border-radius: 8px;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

main#wrapper {
    overflow-y: visible !important;
}

