body {
    font-family: ChillaxRegular;
}

.doc-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px;
    border-radius: 16px;
    transition: .5s !important;
    color: #909090;
}

.doc-alignment {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding: 0px;
    width: 100%;
}

/* Colors */
.primary-theme-blue {
    color: #7192E6;
}

.primary-theme-mediumgray {
    color: #909090;
}

.bold-header {
    font-weight: 700;
    font-family: ChillaxBold;
}

/* Content alignment */
.text-align-right {
    text-align: right;
}

.width-70 {
    width: 70%;
}

.width-100 {
    width: 100%;
}

.border-radius-10 {
    border-radius: 10px;
}

.password-visibility {
    margin-left: -8%;
    cursor: pointer;
}