#ContentContainer_MainContent_MainContent_ContentBottom_MarketingOptionsPanel fieldset, .page-heading, .xrm-editable-text, #crb1c_primaryphoto, .buttonfordeleteimage, #crb1c_photo_label {
    display: none;
}

#mainContent.col-md-8 {
	width: 100%;
}

.profile_form #mainContent.col-md-8 {
    padding-left: 124px;
}

.profile_form h1:not(.modal-title), .profile_form .page-description, #statusUser, .message-user-access {
    margin-left: -109px;
}

.control {
    position: relative;
}

#Photo {
    position: absolute;
    max-width: 297px;
    max-height: 360px;
    width: 100%;
    height: auto;
}
.image-render{
    display: none;
}

.btn-for-image-input, .btn-for-inputofimage, .break-image-name{
    display: none
}
.profileTopSection {
    position: relative;
}

#lbl_UploadFile {
    position: absolute;
    left: 327px;
    top: 7px;
    line-height: 1.05;
    cursor: pointer;
}

#ProfileFormView .image-inline {
    position: absolute;
    max-width: 292px;
    width: 100%;
    max-height: 360px;
    height: 100%;
}

#ProfileFormView table.section > tbody > tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 140px;
}

#ProfileFormView table.section > tbody > tr:nth-of-type(3) {
    margin-bottom: 70px;
}

#ProfileFormView .form-control {
    margin-bottom: 32px;
}

.crmEntityFormView .cell {
    padding: 0;
}

.text-line {
    position: relative;
    padding: 17px 0;
    font: 400 italic 20px / 1.2 var(--fontFamilySecondary);
    color: var(--colorPrimary80);
}

.text-line span {
    position: absolute;
    right: calc(100% + 60px);
    transform: translateY(-50%);
    top: 50%;
}

.text-line::after, .text-line span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--colorPrimary20);
}

.text-line span::after {
    display: none;
}

.warningText {
    position: relative;
    bottom: 20px;
    margin-bottom: 10px;
}
.secondWarning{
    max-width: 515px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
#ProfileFormView{
    top: -70;
}

.profile_form .button-wrapper, .page-404 .actions {
    position: relative;
    display: inline-block;
}

#content_form {
    overflow: hidden;
}

.profile_form .button-wrapper::before, .page-404 .actions::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 10000px;
    height: 1px;
    background-color: var(--colorPrimary20);
    transition: background-color ease-in-out .15s;
}

.warningText p {
    color: var(--colorPrimary80);
}

.profile_form .button-wrapper:hover:before, .profile_form .button-wrapper:active:before, .profile_form .button-wrapper:focus:before,
.page-404 .actions:hover:before, .page-404 .actions:active:before, .page-404 .actions:focus:before {
    background-color: var(--colorPrimary80);
}

.crmEntityFormView .tab {
    margin-bottom: 0;
}

#ContentContainer_MainContent_MainContent_ContentBottom_MarketingOptionsPanel + div {
    display: flex;
    flex-wrap: wrap;
}

.reset-pass-wrapper {
    order: 1;
    width: 100%;
}
.profile_form #emailaddress1_label:after{
    content: ' *';
    color: #a94442;
}

#statusUser {
    display: flex;
    padding-left: 27px;
    font-size: 24px;
    line-height: 1.25;
    color: transparent;
}

#statusUser::before {
    content: '';
    position: relative;
    left: -12px;
    top: 8px;
    width: 15px;
    height: 15px;
    border: 1px solid transparent;
    border-radius: 50%;
}

#statusUser.review {
    color: #FF9921;
}

#statusUser.review::before {
    border: 1px solid #FF9921;
}

#statusUser.confirmed {
    color: #30C617;
}

#statusUser.confirmed::before {
    border: 1px solid #30C617;
}

#statusUser.rejected {
    color: #FF4848;
}

#statusUser.rejected::before {
    border: 1px solid #FF4848;
}

@media screen and (max-width: 1200px) {
    #ProfileFormView table.section > tbody > tr {
        grid-column-gap: 30px;
    }

    #lbl_UploadFile {
        left: 0;
        top: 380px;
    }
}

@media screen and (max-width: 768px) {
    #ProfileFormView table.section > tbody > tr {
        grid-template-columns: repeat(1, 1fr);
    }

    .profile_form h1:not(.modal-title), .profile_form .page-description, #statusUser, .message-user-access {
        margin-left: 0;
    }

    .text-line {
        padding: 0;
        overflow: hidden;
    }

    .text-line span {
        position: relative;
        right: inherit;
    }

    .text-line span::after {
        display: inline;
        left: calc(100% + 5px);
        width: 768px;
    }

    .text-line::after {
        display: none;
    }

    #ProfileFormView .image-inline {
        position: static;
    }

    #ProfileFormView .form-control, #ProfileFormView table.section > tbody > tr {
        margin-bottom: 0;
    }

    #ProfileFormView td {
        margin-bottom: 16px;
    }

    #ProfileFormView table.section > tbody > tr:nth-of-type(1) td, #ProfileFormView table.section > tbody > tr:nth-of-type(2) td, #ProfileFormView table.section > tbody > tr:nth-of-type(3) td, #ProfileFormView table.section > tbody > tr:nth-of-type(3) {
        margin-bottom: 8px;
    }

    #Photo, #lbl_UploadFile {
        position: static;
        margin-bottom: 7px;
        padding: 0;
    }

    #Photo {
        display: block;
        margin-bottom: 15px;
    }

    .profileTopSection {
        height: 0;
    }

    .warningText {
        bottom: 64px;
    }

    .secondWarning {
        margin-top: 10px;
        margin-bottom: 14px;
    }

    .profile_form .button-wrapper, .page-404 .actions {
        display: block;
    }

    .profile_form .button-wrapper::before, .page-404 .actions::before {
        content: none;
    }

    .profile_form #mainContent.col-md-8 {
        padding-left: 15px;
    }

    #statusUser {
        font-size: 16px;
    }

    .reset-pass-wrapper .link {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 11px 19px;
        font: 400 italic 18px / 1.1 var(--fontFamilySecondary);
        letter-spacing: .5px;
        border: 1px solid var(--colorPrimary20);
        transition: border-color ease-in-out .15s;
    }

    .reset-pass-wrapper .link:hover, .reset-pass-wrapper .link:active, .reset-pass-wrapper .link:focus, .reset-pass-wrapper .link:active:focus {
        border: 1px solid var(--colorPrimary);
    }

    .reset-pass-wrapper {
        position: relative;
        bottom: 48px;
        margin-bottom: -33px;
    }
}