.view[name='adminProfile'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.view[name='adminProfile'] > .header {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 64px;
}
.view[name='adminProfile']:not(.hasMenu) > .menu {
    display: none;
}
.view[name='adminProfile']:not(.hasMenu) > .header,
.view[name='adminProfile']:not(.hasMenu) > .content {
    right: 0;
    left: 0;
}
.view[name='adminProfile'] > .header > .side > .button {
    padding: 20px;
}
.view[name='adminProfile'] > .header > .side > .button > img {
    display: block;
    height: 24px;
}
.view[name='adminProfile'] > .header > .center {
    width: calc(100% - 164px);
    display: table;
    height: 64px;
    text-align: center;
}
.view[name='adminProfile'] > .header > .center > div {
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
.view[name='adminProfile'] > .header > .side:last-child {
    width: 100px;
    height: 64px;
}
.view[name='adminProfile'] > .header > .side:last-child > .button {
    width: 100px;
    padding: 20px 12px;
    text-align: center;
    font-weight: 600;
    height: 64px;
}
.view[name='adminProfile'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px;
    overflow-y: auto;
}
.view[name='adminProfile'] > .content > .formWrapper > .fForm > .fields > .field {
    margin-bottom: 16px;
}
.view[name='adminProfile'] > .content > .formWrapper > .fForm > .fields > .field > label {
    font-weight: 600;
    font-size: 16px;
}
.view[name='adminProfile'] > .content > .formWrapper > .fForm > .fields > .field > label > span {
    display: none;
}
.view[name='adminProfile'] > .content > .formWrapper > .fForm > .tabs > .tab.active {
    font-weight: bold;
}
.view[name='adminProfile'] > .content > .formWrapper > .fForm > .fields > .field > input {
    width: 100%;
    font-size: 14px;
    border-radius: 12px;
    padding: 20px;
    border: 0;
    margin-top: 16px;
}
.view[name='adminProfile'] > .content > .formWrapper > .fForm > .fields > .field > input::placeholder {
    opacity: 0.3;
}
.view[name='adminProfile'] > .content > .formWrapper > .fForm > .fields > .field.dateTime > .inputWrapper > input {
    width: 100%;
}
.view[name='adminProfile'] > .content > .formWrapper > .fForm > .fields > .field.dateTime > .inputWrapper > img {
    position: absolute;
    width: 24px;
    top: 8px;
}

@media (max-width: 1200px) {
    .view[name='adminProfile'] {
        width: 100%;
    }
}

@media (min-width: 1201px) {
    .view[name='adminProfile'] {
        width: 480px;
    }
}