input[type=password].ant-input {
    background: transparent !important;
}

.ant-form-item-explain {
    font-weight: 500 !important;
}

.ant-notification-notice-message,
.ant-notification-close-icon {
    color: #fff !important;
}

.ant-menu-submenu-title {
    margin: 0 !important;
}

.placeholder-block .ant-skeleton-element .ant-skeleton-image {
    width: 100% !important;
    height: inherit !important;
    border-radius: 10px;
}

.ql-editor {
    min-height: 10rem;
}

.ant-form-item-has-error .ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
    border: none !important;
}

.ant-switch {
    background: rgba(0, 0, 0, 0.25) !important;
}

.ant-switch-checked {
    background-color: #1890ff !important;
}

.ant-image-preview-img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

span.ant-select-selection-item {
    font-size: 0.875rem !important;
}

div.fr-wrapper>div>a {
    font-size: 0px !important;
    padding: 0px !important;
    height: 1px !important;
    background: #fff !important;
}

p[data-f-id="pbf"] {
    display: none;
}

.fr-view ul,
.fr-view ol {
    list-style: revert;
    margin-left: 16px;
}

.fr-view ul li,
.fr-view ol li {
    margin-bottom: 10px;
}

.ant-upload img {
    width: 100%;
    height: inherit;
}