@import url(https://cdn.jsdelivr.net/npm/@mdi/font@7.2.96/css/materialdesignicons.min.css);
/*# sourceMappingURL=custom.min.css.map */
.topbar-user{
    background-color: unset!important;
}
.page-content{
    padding-top: calc(100px + .1rem)!important;
}
#replayAnswer{
    resize: none;
    overflow: hidden;
    min-height: 45px;
}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 100px;
}
.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}
.clear-input {
    position: absolute;
    right: 14px;
    top: 40px;
    background: white;
    cursor: pointer;
    width: 20px;
}

.sideFooter-user-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #000;
}

.sideFooter-user > p {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    position: relative;
    top: 5px;
}
