body {
    touch-action: pan-x pan-y;
    background: #F6F6F6;
}
:root {
    --black: #171717;
    --light-black: #797979;
    --light-grey: #ECECEC;
    --dark-grey: #979797;
    --dark-blue: #00667B;
    --yellow: #FDD835;
}
.emoji-picker__emojis {
    overflow-x: hidden;
}
.title-container {
    background: #F6F6F4;
    height: 224px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 64px;
    transition: height 200ms;
}
.title-container .image {
    position: absolute;
    top: 48px;
    width: 128px;
    height: 128px;
    left: 20vw;
    cursor: pointer;
    -webkit-border-radius: 128px;
    -moz-border-radius: 128px;
    border-radius: 128px;
}
.felx-desktop {
    padding-right: 50px;
}
.felx-desktop p {
    font-size: 20px;
    font-weight: 400;
}
.title-container .title {
    width: 100%;
    position: absolute;
    top: 64px;
    left: calc(20vw + 164px);
    transition: left 200ms;
    text-align: left;
}
.title-container .title input {
    border: none;
    background: transparent;
    font-size: 20px;
    max-width: calc(80vw - 200px);
}
.expiry-warning-student {
    border-left: 4px solid red;
}
.expiry-warning-bold {
    font-weight: 700;
    font-size: 14px;
    color: #222;
}
.expiry-warning-light, .expiry-warning-light a {
    font-weight: 400;
    font-size: 14px;
    color: #222;
    font-style: italic;
}
.expiry-warning-light a {
    color: #0F6080;
    text-decoration: underline;
}
.title-container .subtitle {
    position: absolute;
    top: 108px;
    left: calc(20vw + 164px);
    color: var(--light-black);
    font-weight: 400;
    text-align: left;
    transition: left 200ms, top 200ms;
}
.section-delete-profile {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--black);
    text-decoration: underline;
    cursor: pointer;
}
.title-container .subtitle .row {
    height: 28px;
}
.title-container .subtitle input {
    border: none;
    background: transparent;
    font-size: 16px;
    color: var(--light-black);
    max-width: calc(80vw - 200px);
}
.name-label {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    padding-right: 32px;
    cursor: pointer;
}
.name-label:hover {
    background: transparent url("/static/img/ui/edit.svg") no-repeat calc(100% - 4px);
    background-size: 16px;
}
.name-inputs {
    display: none;
    margin-top: -16px;
}
.detail {
    text-align: left;
    display: inline-block;
    width: 160px;
    padding-right: 8px;
}
.detail .label {
    margin-top: 12px;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 8px;
}
.section {
    padding: 40px 0 12px;
    position: relative;
}
.section:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.user-content {
    width: 100%;
    max-width: 1100px;
    display: flex;
    margin: 110px auto auto;
}
.user-content .content-section .content-section-card {
    background: #fff;
    border-radius: 4px;
}
.user-content .content-section .content-section-card .badge-achievement {
    padding-left: 18px;
    padding-right: 18px;
}
.user-content .content-section .content-section-card .badge-achievement .badge-level-text {
    font-size: 12px;
    font-weight: 400;
    color: var(--dark-grey);
    padding-bottom: 16px;
}
.user-content .content-section .content-section-card .badge-achievement .badge-level-text.badge-level-last {
    padding-bottom: 0;
}
.user-content .content-section .content-section-card .badge-achievement .badge-level-text span {
    float: right;
    cursor: pointer;
}
.user-content .content-section .content-section-card .post-padding {
    padding-bottom: 8px;
}
.user-content .content-section .content-section-card .badge-achievement .badge-level-text span.grey {
    color: var(--dark-grey);
    font-weight: 500;
    font-size: 11px;
    text-underline-offset: 2px;
    text-decoration: underline;
}
.user-content .content-section .content-section-card .badge-achievement .badge-progress {
    height: 8px;
    width: 100%;
    background: var(--light-grey);
    position: relative;
    margin-bottom: 16px;
}
.user-content .content-section .content-section-card .badge-achievement .badge-progress .badge-bar {
    position: absolute;
    height: 8px;
    top: 0;
    background: var(--yellow);
    transition: width 500ms ease-in-out;
}
.badge-star {
    position: absolute;
    border-radius: 100px;
    height: 16px;
    width: 16px;
    top: -4px;
}
.badge-star img {
    height: 14px;
    width: 14px;
    margin: 1px;
}
.badge-star.green {
    background: #4CAF50;
    left: 25%;
}
.badge-star.brown {
    background: #CD7F32;
    left: 25%;
}
.badge-star.grey {
    background: #979797;
    left: 60%;
}
.badge-star.yellow {
    background: #FDD835;
    left: 90%;
}
.ding-badge-dialog .badge-star {
    position: relative;
    margin: auto;
    left: 0;
    height: 64px;
    width: 64px;
}
.ding-badge-dialog .badge-star img {
    height: 48px;
    width: 48px;
    margin: 8px;
}
.ding-badge-dialog .badge-title-small {
    font-weight: 400;
    font-size: 12px;
    color: #797979;
    text-align: center;
}
.ding-badge-dialog .badge-title {
    font-weight: 700;
    font-size: 18px;
    color: #171717;
    text-align: center;
}
.ding-badge-dialog .badge-description {
    font-weight: 400;
    font-size: 14px;
    color: #797979;
    text-align: center;
}
.ding-badge-dialog .badge-subdescription {
    font-weight: 400;
    font-size: 12px;
    color: #171717;
    text-align: center;
}
.user-content .content-section .content-section-card .post-title {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--black);
    vertical-align: bottom;
    line-height: 24px;
    padding-left: 18px;
    padding-top: 24px;
}
.user-content .content-section .content-section-card .post-image {
    text-align: center;
}
.user-content .content-section .content-section-card .post-image .post-no-content {
    margin: auto;
    width: 240px;
}
.user-content .content-section .content-section-card .post-image .post-subtitle {
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
}
.user-content .content-section .content-section-card .post-image .post-description {
    font-weight: 400;
    font-size: 12px;
    margin-top: 12px;
    padding-bottom: 24px;
    color: var(--light-black);
}
.user-content .content-section.student-profile {
    flex: 0 250px;
    margin-right: 24px;
    min-width: 250px;
}
.user-content .content-section.student-posts {
    flex: 1 600px;
}
.user-content .content-section.student-tips {
    flex: 0 250px;
    margin-left: 24px;
    min-width: 250px;
}
.user-content .content-section.student-tips .content-section-card {
    padding: 24px 20px 10px;
    width: calc(100% - 40px);
}
.user-content .content-section.student-tips .tip-title {
    padding-bottom: 24px;
}
.user-content .content-section.student-tips .tip-subtitle {
    font-weight: 500;
    font-size: 14px;
    color: var(--black);
    line-height: 24px;
}
.user-content .content-section.student-tips .tip-description {
    font-weight: 400;
    font-size: 14px;
    color: var(--light-black);
    line-height: 24px;
    padding-bottom: 20px;
}
.user-content .content-section.student-tips .light-bulb-img {
    height: 24px;
    width: 24px;
    transform: rotate(180deg);
    margin-right: 12px;
}
.user-content .content-section.student-tips .title {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--black);
    vertical-align: bottom;
    line-height: 24px;
}
.user-content .content-section .content-section-card {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}
.user-content .content-section.student-profile .edit-action-img {
    position: absolute;
    right: 22px;
    top: 22px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}
.user-content .content-section.student-profile .title {
    color: var(--black);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-top: 24px;
}
.user-content .content-section.student-profile .email, .user-content .content-section.student-profile .phone {
    color: #979797;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}
.user-content .content-section.student-profile .phone {
    padding-bottom: 50px;
}
.user-content .content-section.student-profile .profile-image {
    width: 100px;
    height: 100px;
    margin: auto;
    padding-top: 24px;
}
.user-content .content-section.student-profile .profile-image .image {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.user-content .content-section .post-top-items {
    display: flex;
    padding-top: 24px;
    padding-bottom: 18px;
}
.user-content .content-section .new-post-card .image-post {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    flex: 0;
    margin-right: 12px;
    margin-left: 18px;
}
.user-content .content-section .new-post-card .line-separator {
    background: #ECECEC;
    width: calc(100% - 36px);
    height: 1px;
    margin-left: 18px;
    margin-right: 18px;
}
.user-content .content-section .new-post-card .post-files-items {
    margin-left: 66px;
    margin-top: 12px;
    padding-bottom: 12px;
}
.user-content .content-section .new-post-card .post-files-items .toolbar-image {
    height: 24px;
    width: 24px;
    cursor: pointer;
    opacity: 0.5;
}
.user-content .content-section .new-post-card .post-files-items .toolbar-text {
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    color: var(--black);
    line-height: 28px;
    vertical-align: bottom;
    margin-left: 8px;
}
.user-content .content-section .new-post-card .new-post-label {
    width: 100%;
    padding-right: 18px;
}
.user-content .content-section .new-post-card .new-post-input {
    flex: 1;
    background: #F6F6F4;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    padding: 10px;
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    -webkit-appearance: none;
    line-height: 20px;
    height: 40px;
    margin: 0;
    cursor: pointer;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog {
    border-radius: 4px;
    position: relative;
    width: 550px;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog.profile-dialog {
    margin: calc(50vh - 350px) auto auto;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog.post-dialog {
    margin: calc(50vh - 300px) auto auto;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog .title {
    font-weight: 500;
    font-size: 16px;
    padding: 14px;
    text-align: center;
    background: #fff;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog .dialog-exit {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog .dialog-exit img {
    height: 30px;
    width: 30px;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form .label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding-left: 4px;
    margin-top: 4px;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form input {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    padding: 8px 8px 8px 10px;
    transition: border 400ms
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form input.error {
    border: 1px solid #f40;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form .error-label {
    height: 12px;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form .email-warning {
    font-weight: 400;
    font-size: 14px;
    color: var(--dark-grey);
    padding-left: 4px;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form .full-width {
    width: calc(100% - 48px);
    margin: 0;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form .section-delete-profile {
    margin-top: 30px;
    margin-left: 0;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form .form-user-image {
    width: 100%;
    display: flex;
    padding-bottom: 12px;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form .form-user-image .profile_picture {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form .form-user-image .user-image-text {
    flex: 1;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form .form-user-image .user-image-text .image-text {
    font-weight: 400;
    font-size: 14px;
    color: var(--dark-grey);
    margin: 24px 24px 12px;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog form .form-user-image .user-image-text .image-text-action {
    font-weight: 600;
    color: var(--dark-blue);
    font-size: 14px;
    margin-left: 24px;
    cursor: pointer;
    width: fit-content;
    padding-bottom: 16px;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .image-post {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    flex: 0;
    margin-right: 16px;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .student-post-section {
    padding: 24px;
    display: flex;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .student-post-section .post-section-title {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .student-post-section .post-section-description {
    font-weight: 400;
    font-size: 12px;
    color: var(--dark-grey);
    line-height: 26px;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .student-post-textarea {
    padding-left: 24px;
    background: #fff;
    padding-right: 50px !important;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .post-line-separator {
    height: 1px;
    width: 100%;
    background: var(--light-grey);
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .post-files-section {
    position: relative;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .post-files-section .post-files-text {
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
    padding: 18px;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .post-files-section .toolbar-image {
    position: absolute;
    top: 16px;
    cursor: pointer;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .post-files-section .toolbar-photo {
    right: 74px
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .post-files-section .toolbar-file {
    right: 24px;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .student-post-emoji img {
    height: 24px;
    width: 24px;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .student-post-emoji {
    position: absolute;
    cursor: pointer;
    top: 48px;
    right: 12px;
    opacity: 0.7;
    transition: opacity 250ms ease-in-out;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .student-post-emoji:hover {
    opacity: 1;
}
.wrapper {
    z-index: 50;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .content.post-link-content {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .post .post-image {
    width: 100px;
    height: 100px;
}
.fullscreen-overlay .candidate-response-dialog .preview-card-data {
    width: 100%;
    max-width: 100%;
    position: relative;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .content .post.item {
    display: flex;

}
.post-link-desc {
    overflow: hidden;
    width: calc(100% - 24px);
    font-weight: 400;
    font-size: 12px;
    color: rgba(114, 114, 114, 0.69);
    padding: 0 12px 12px 24px;
    height: 28px;
}
.post-image-link-info {
    width: calc(100% - 120px);
    padding-right: 20px;
}
.candidate-response-dialog .student-new-post {
    position: relative;
}
.candidate-response-dialog .post-content .file {
    position: relative;
    margin-bottom: 0;
    width: calc(100% - 128px);
}
.fullscreen-overlay .candidate-response-dialog.student-dialog .post-content {
    width: 100%;
}
.fullscreen-overlay .candidate-response-dialog.student-dialog .post-content .post-file-title {
    font-size: 14px;
    text-align: left;
    height: 41px;
    margin-bottom: 0;
    border-radius: 6px;
    word-break: break-all;
}
.fullscreen-overlay .candidate-response-dialog .student-new-post .preview-data .post .post-image {
    width: auto;
    max-width: 150px;
}
#post_editor_form {
    padding: 0;
}
.content-section-card .single-post {
    width: 100%;
    max-width: 100%;
}
.content-section-card .single-post .post {
    width: 100%;
    max-width: 100%;
}
.content-section-card .post .post-subtitle {
    width: calc(100% - 58px);
    max-width: calc(100% - 58px);
    padding: 18px 40px 24px 18px;
}
.content-section-card .first-single-post .post .post-subtitle {
    padding: 18px 40px 24px 18px;
}
.edit-single-post-pen {
    right: -2px;
    top: 0;
}
.single-post .post-image-link-info {
    width: 100%;
}
.single-post .post-image-link-info {
    padding-right: 0;
}
.single-post .post-content.cursor-pointer {
    background: #fff;
}
.single-post .post-link-title, .single-post .post-link-domain, .single-post .post-link-desc {
    padding-left: 16px;
}
.single-post .post-link-domain {
    padding-top: 12px;
}
.content-section-card .single-post .edit-single-post-pen {
    right: 8px;
    top: 14px;
}
.content-section-card .post-single-file-image {
    padding-top: 0;
    padding-bottom: 24px;
}
.content-section-card .post-single-file-image span {
    font-weight: 500;
    font-size: 14px;
    color: var(--dark-blue);
    line-height: 24px;
    vertical-align: bottom;
    cursor: pointer;
}
.content-section-card .post-single-file-image span img {
    vertical-align: top;
    color: var(--dark-blue);
    padding-right: 12px;
}
.content-section-card .post.item {
    box-shadow: none;
    border-bottom: 5px solid #F8F8F8;
}
.content-section-card .post.item a {
    font-weight: 400;
}
.user-content .content-section.student-profile .email span img, .user-content .content-section.student-profile .phone span img {
    display: none;
}
.profile-mobile-only {
    display: none;
}
.student-detail-section {
    width: 600px;
    max-width: 100%;
    margin: auto;
}
.section.profile-card {
    background: white;
    padding: 24px;
    border-radius: 4px;
    margin-top: 40px;
}
.candidate-response-dialog input[type=text], .item-editor input[type=text], .item-editor select, .item-editor textarea, .custom-input-div {
    width: 100%;
}
.section .item-editor select.half-width-input, .section .item-editor input.half-width-input {
    width: calc(50% - 8px);
    display: inline-block;
}
.editor-content input.half-width-input.input-padding-right {
    margin-right: 11px !important;
}
.section .item-editor select.half-width-input:first-of-type {
    margin-right: 11px;
}
.item-editor .editor-content {
    background: white;
}
.item-editor {
    background: white;
}
.item-editor .options {
    background: white;
    padding: 16px;
}
#post_editor_options, #school_editor_options, #experience_editor_options, #competition_editor_options, #language_editor_options {
    position: relative;
    text-align: right;
    padding: 20px 0;
}
.item-editor .blue-link.inline {
    color: #00577B;
    font-weight: 400 !important;
    font-size: 14px;
    padding-right: 30px;
    padding-top: 20px;
}
.ui-autocomplete {
    background: #fff;
    border: 1px solid var(--accent);
    border-top: none;
    width: 549px;
    padding: 0;
    list-style-type: none;
    max-width: 550px;
}
.ui-autocomplete li {
    margin: 0;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
    width: 100%;
    max-width: 530px;
    padding: 4px 16px 12px 6px;
    overflow: hidden;
}
.ui-autocomplete {
    width: 100%;
    max-height: 270px;
    overflow: hidden;
    overflow-y: scroll;
}
.ui-menu-item-wrapper {
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.ui-autocomplete li:hover {
    background: #f6f6f6;
    cursor: pointer;
}
.profile-card .profile-add-action {
    display: flex;
    width: fit-content;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 10px;
}
.profile-card .profile-add-action .profile-add-image {
    background: #F6F6F4;
    border-radius: 100px;
    width: 44px;
    height: 44px;
    position: relative;
}
.profile-card .profile-add-action .profile-add-image img {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.profile-card .profile-add-action .profile-add-label {
    color: #00667B;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    padding-left: 22px;
}
.profile-card .profile-card-separator {
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background: #ECECEC;
}
.section-content .item:last-of-type {
    margin-bottom: 0;
}
#verification_modular_text {
    color: #A1A1A0;
    font-weight: 400;
    font-size: 12px;
}
.experience-line-hide, .competition-line-hide, .language-line-hide {
    display: none;
}
.section .emoji-input .emoji-picker img {
    height: 20px;
    width: 20px;
}
.section .emoji-input .emoji-picker {
    height: 20px;
    width: 20px;
    top: 17px;
    opacity: 0.8 !important;
    transition: opacity 300ms;
}
.section .emoji-input .emoji-picker:hover {
    opacity: 1 !important;
}
#experience_editor_form .emoji-input .emoji-picker, #competition_editor_form .emoji-input .emoji-picker {
    top: 6px;
    right: 12px;
}
.student-detail-section .exit-button {
    display: block;
    z-index: 99;
    left: calc(50vw - 380px);
    top: 124px;
    position: fixed;
}
.badge-achievement .badge-content {

}
.badge-achievement .badge-content .badge-content-card {
    display: flex;
    padding-top: 4px;
    padding-bottom: 4px;
}
.badge-achievement .badge-content .badge-card-text {
    padding: 4px 4px 4px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #797979;
}
.badge-achievement .badge-content .badge-content-card img {
    height: 22px;
    width: 22px;
    opacity: 0.6;
}
@media screen and (max-width: 1050px) {
    .user-content {
        display: grid;
    }
    .user-content .content-section.student-profile {
        order: 1;
        margin-right: 0;
    }
    .user-content .content-section.student-tips {
        order: 2;
        margin-left: 0;
        display: none;
    }
    .user-content .content-section.student-posts {
        order: 3;
    }
    .content-section-card .post.item {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .user-content .content-section .content-section-card {
        width: calc(100vw - 16px);
        margin-bottom: 4px;
    }
    .user-content {
        margin-top: 66px;
    }
    .content-section.student-profile .content-section-card.user-info-card {
        display: flex;
    }
    .user-content .content-section.student-profile .profile-image {
        padding-top: 0;
        margin: 20px;
    }
    .user-content .content-section.student-profile .title {
        text-align: left;
        word-break: break-all;
        padding-right: 50px;
    }
    .user-content .content-section.student-profile .email, .user-content .content-section.student-profile .phone {
        text-align: left;
    }
    .user-content .content-section.student-profile .phone {
        padding-bottom: 0;
    }
    .user-content .content-section.student-profile .email span img, .user-content .content-section.student-profile .phone span img {
        display: inline;
    }
    .user-content .content-section.student-profile .edit-action-img {
        width: 24px;
        height: 24px;
    }
    .user-content .content-section.student-profile .email span img,.user-content .content-section.student-profile .phone span img {
        height: 16px;
        vertical-align: middle;
        padding-right: 6px;
    }
    .post-files-items .toolbar-text {
        display: inline;
    }
    .user-content .content-section .new-post-card .post-files-items {
        margin-left: 30px;
    }
}
@media only screen and (max-width: 800px) {
    .fullscreen-overlay .candidate-response-dialog .student-new-post .student-post-emoji,
    .section .emoji-input .emoji-picker {
        display: none;
    }
    .fullscreen-overlay .candidate-response-dialog.student-dialog.profile-dialog,
    .fullscreen-overlay .candidate-response-dialog.student-dialog.post-dialog {
        margin: 0;
    }
    .section .item-editor select.half-width-input, .section .item-editor input.half-width-input {
        width: 100%;
    }
    .section .biography-item-editor {
        margin: 0;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 10;
        padding: 24px;
        width: calc(100vw - 48px);
    }
    .settings-biography-mobile {
        display: none !important;
    }
    .section .biography-item-editor .settings-biography-mobile {
        display: block !important;
    }
    .section .biography-item-editor .section-content {
        margin-top: 64px;
    }
    #biography_hr_editor .settings-student-mobile {
        display: block;
    }
    .editor-content input.half-width-input.input-padding-right {
        margin-right: 0 !important;
    }
    .fullscreen-overlay .candidate-response-dialog.student-dialog {
        height: 100vh;
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        max-height: 100vh;
    }
    .profile-desktop-only {
        display: none !important;
    }
    .profile-mobile-only {
        display: block;
    }
    .item-editor .label.mobile-no-margin {
        margin-top: 0;
    }
    .settings-student-mobile-content {
        padding: 24px;
    }
    .fullscreen-overlay .candidate-response-dialog.student-dialog .dialog-exit {
        right: unset;
        left: 24px;
    }
    .save-button-mobile {
        position: fixed;
        top: 24px;
        right: 24px;
        font-weight: 500;
        font-size: 14px;
        color: var(--dark-blue);
        cursor: pointer;
    }
    .fullscreen-overlay .candidate-response-dialog.student-dialog .dialog-exit img {
        position: fixed;
    }
    .fullscreen-overlay .candidate-response-dialog.student-dialog .title.profile-mobile-only {
        font-weight: 500;
        font-size: 20px;
        position: fixed;
        width: 100%;
        padding: 12px;
    }
    .fullscreen-overlay .candidate-response-dialog form {
        padding-top: 86px;
    }
    .fullscreen-overlay .candidate-response-dialog .student-new-post .student-post-section .post-section-description {
        line-height: 16px;
    }
    .fullscreen-overlay .candidate-response-dialog .student-new-post .post-files-section {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .fullscreen-overlay .candidate-response-dialog.student-dialog form .section-delete-profile {
        padding-bottom: 40px;
    }
    #post_content {
        height: 200px;
    }
    .candidate-response-dialog .student-new-post {
        margin-top: 64px;
    }
}
.title-container .title .edit-input.small {
    width: 160px;
    font-size: 16px;
}
.not-an-input {
    color: var(--light-black);
    font-weight: 400;
}
.section-label {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--black);
    padding-top: 8px;
}
.section-label span {
    font-weight: 400;
}
.section-content .item {
    margin-bottom: 40px;
    position: relative;
}
.section-content .item.hidden {
    display: none !important;
}
.edit-single-post-pen.hidden {
    display: none !important;
}
.section-content .title {
    line-height: 32px;
    word-break: break-word;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding-right: 26px;
}
.section-content .subtitle-2 {
    color: #000;
    size: 16px;
    line-height: 24px;
    font-weight: 400;
    word-break: break-word;
}
.section-content .subtitle {
    line-height: 24px;
    font-weight: 400;
    word-break: break-word;
    font-size: 16px;
    color: var(--light-black);
}
.button {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px 24px;
    margin: 8px 0;
    border-radius: 4px;
    line-height: 16px;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--black)
}
.button.accent {
    background: var(--accent);
    border: none;
}
.button.accent:hover {
    background: var(--accent-hover);
}
.interest {
    background: #f6f6f6;
    color: var(--black);
    font-weight: 500;
    font-size: 12px;
    border-radius: 20px;
    line-height: 32px;
    padding: 0 20px;
    display: inline-block;
    margin: 4px;
    position: relative;
}
textarea {
    width: 100%;
    border: none;
    line-height: 24px;
    resize: none;
}
textarea.biography {
    min-height: 60px;
    margin-left: -3px;
    margin-top: 24px;
    line-height: 18px;
}
textarea.biography::placeholder {
    transition: opacity 200ms;
}
textarea.biography:focus::placeholder {
    opacity: 0;
}
textarea.description {
    /*min-height: 100px;*/
}
.verified {
    background: var(--accent);
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    vertical-align: middle;
}
.verified img {
    height: 16px;
    margin-bottom: 2px;
}
.verified .tooltip {
    word-wrap: break-word;
    visibility: hidden;
    width: 160px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    line-height: 16px;
    top: -10px;
    left: 24px;
}
.verified .tooltip::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
.verified:hover .tooltip {
    visibility: visible;
}
a {
    color: #196080;
    text-decoration: none;
    font-weight: 300;
    cursor: pointer;
}
.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery-image, .image-spacer, .new-image {
    flex: 1 0 120px;
    max-width: 220px;
    border: 2px solid #fff;
    position: relative;
}
.gallery-image, .new-image {
    cursor: pointer;
}
.new-image {
    position: relative;
}
.image-outline {
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 8px);
    border: 2px dashed #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.image-outline img {
    height: 50%;
    opacity: 0.2;
}
.gallery-image:before, .image-spacer:before, .new-image:before {
    content:'';
    float:left;
}
.gallery-image:before, .new-image:before {
    padding-top:100%;
}
.new-image .fas {
    display: block;
    margin: auto;
    font-size: 48px;
    color: #ccc;
}
.new-image:hover .fas {
    color: #8fbacc;
}
.gallery-image img {
    width: 100%;
}
.gallery-image .preview {
    width: 100%;
    height: calc(100% - 4px);
    /* workaround for invalid flex height */
    overflow: hidden;
}
.gallery-image .preview img {
    transition: transform 500ms ease-out;
}
.gallery-image:hover .preview img {
    transform: scale(1.05);
}
.delete-asset {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    z-index: 10;
    background: #c20;
    border-radius: 16px;
    cursor: pointer;
    display: none;
}
.delete-asset:hover {
    background: #f40;
}
.delete-asset img {
    width: 100%;
}
.item-options {
    position: absolute;
    top: -10px;
    right: -10px;
    line-height: 16px;
    height: 24px;
    z-index: 2;
    background: var(--black);
    border-radius: 16px;
    cursor: pointer;
    display: none;
    overflow: hidden;
}
.item-options > div {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.item-options > div > img {
    width: 16px;
    height: 16px;
    padding: 4px;
}
.item-options .edit-item:hover {
    background: #555;
}
.item-options .delete-item {
    background: #c20;
}
.item-options .delete-item:hover {
    background: #f40;
}
:hover > .delete-asset, :hover > .item-options {
    display: block;
}
.file {
    width: calc(100% - 128px);
    max-width: 480px;
    min-height: 70px;
    background: #EDEDEC;
    margin-bottom: 8px;
    padding: 8px 8px 8px 120px;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    border-radius: 4px;
}
.file:hover {
    background: #e0e0e0;
}
.file .preview {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100px;
    height: calc(100% - 16px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background: #ccc;
    color: #f7f7f7;
    font-weight: 700;
    border-radius: 6px;
}
.file .title {
    line-height: 16px;
    margin-bottom: 4px ;
}
.file .subtitle {
    font-size: 14px;
    line-height: 18px;
}
.gallery-overlay-mobile-only {
    display: none !important;
}
@media screen and (max-width: 800px) {
    .gallery-overlay-mobile-only.show {
        display: block !important;
    }
}
.gallery-overlay {
    z-index: 20;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #0007;
    text-align: center;
    display: none;
}
.gallery-overlay .viewer {
    width: 100vw;
    position: absolute;
    top: 50vh;
    transform: translateY(-50%);
}
.gallery-overlay .viewer img {
    max-width: calc(100vw - 200px);
    max-height: calc(100vh - 80px);
}
.gallery-overlay .overlay-button, .gallery-overlay .image-container {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 8px;
    position: relative;
}
.gallery-overlay .image-container .times-delete {
    left: -12px;
    top: -12px;
    height: 32px;
    width: 32px;
    border-radius: 100px;
    background: #ccc;
    display: block;
    transition: background 200ms;
}
.gallery-overlay .image-container .times-delete:hover {
    background: #aeaeae;
}
.gallery-overlay .image-container .times-delete {
    left: -12px;
    top: -12px;
    height: 32px;
    width: 32px;
    border-radius: 100px;
    background: #ccc;
    display: block;
    transition: background 200ms;
}
.gallery-overlay .image-container .times-delete:hover {
    background: #aeaeae;
}
.fullsize-image-loading {
    color: #fff;

}
.image-upload-container {
    width: 320px;
    position: relative;
    padding: 16px;
    height: 48px;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    max-width: calc(100vw - 100px);
}
.image-upload-container img {
    position: absolute;
    top: 8px;
    left: 8px;
    object-fit: scale-down;
}
.image-upload-container > span {
    display: block;
    position: absolute;
    left: 92px;
    top: 16px;
    font-size: 14px;
    color: #888;
}
.candidate-response-dialog input[type=text], .item-editor input[type=text], .item-editor select, .item-editor textarea, .custom-input-div {
    background: #F6F6F4;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    padding: 10px;
    margin: 8px 0;
    display: block;
    max-width: 100%;
    font-size: 12px;
    -webkit-appearance: none;
    line-height: 1.2;
}
.custom-input-div {
    box-shadow: none;
    cursor: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 8px 8px 8px 12px;
    width: calc(100% - 26px);
}
.custom-input-div[placeholder]:empty::before {
    content: attr(placeholder);
    color: #555;
}
.item-editor select.small, .item-editor input.small {
    width: 190px;
    max-width: calc(50% - 11px);
    display: inline-block;
    cursor: pointer;
}
.item-editor select.small {
    width: 182px;
    max-width: 50%;
}
.item-editor select.small#competition_year_input, .item-editor select.small#competition_rank_input {
    max-width: 400px;
    width: 100%;
}
.item-editor select.small#experience_end_input {
    margin-left: 16px;
}
.preview-card-data {
    width: 100%;
    max-width: 400px;
}
.candidate-response-dialog input[type=text]:not(:placeholder-shown),
.item-editor input[type=text]:not(:placeholder-shown),
.item-editor select:not(:placeholder-shown),
.item-editor textarea:not(:placeholder-shown) {
    background: #fff;
}
.candidate-response-dialog input[type=text]:focus,
.item-editor input[type=text]:focus,
.item-editor select:focus,
.item-editor textarea:focus {
    border: 1px solid var(--accent);
    background: #fff;
}
.custom-input-div[contenteditable]:focus{
    border: 1px solid var(--accent);
    background: #fff;
    outline: 0px solid transparent;
}
.item-editor select:not(:placeholder-shown) {
    cursor: pointer;
}
.item-editor .label {
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 22px;
    padding-top: 12px;
}
.item-editor .editor-warning-label {
    padding: 8px 16px 0;
    color: #ff4400;
    font-size: 14px;
    font-weight: 500;
}
.item-editor .modular-section {
    display: none;
}
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-button:hover, .ui-button:focus,
.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    border: none !important;
    margin: 0;
}
.ui-menu-item-wrapper {
    overflow-x: hidden;
    text-overflow: ellipsis;
    color: #000 !important;
    border: none !important;
    background: transparent !important;
    padding: 0;
}
.ui-menu-item-wrapper img {
    height: 28px;
    border-radius: 16px;
    vertical-align: middle;
    margin-right: 4px;
}
.ui-menu .ui-menu-item-wrapper {
    padding-left: 2px;
    width: 100%;
    overflow: hidden;
    max-width: 376px;
    font-size: 14px;
    color: rgb(138, 138, 138) !important;
}
.ui-menu .default-autocomplete-selection {
    height: 26px;
    width: 26px;
    border-radius: 16px;
    margin-right: 4px;
    border: 1px solid #777777;
    position: absolute;
    top: 0;
    left: 0;
}
.ui-menu .ui-menu-item-wrapper .school-autocomplete-title{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 350px;
}
.ui-menu-item-wrapper .school-autocomplete-img {
    background: #ccc;
    height: 16px;
    padding: 7px;
    border-radius: 100px;
    position: absolute;
    top: 2px;
    left: 2px;
}
.ui-autocomplete li:hover {
    background: #f6f6f6;
    cursor: pointer;
}
.ui-helper-hidden-accessible {
    display: none !important;
}
.favicon {
    display: inline-block;
    height: 16px;
    margin-bottom: -2px;
    margin-right: 4px;
}
.ui-datepicker {
    width: 230px;
    padding: 4px;
    border: 1px solid var(--accent) !important;
    border-radius: 0 0 2px 2px;
    margin-top: -1px;
}
.ui-datepicker-header {
    background: transparent;
    border: none;
}
.ui-datepicker-prev, .ui-datepicker-next {
    background: transparent;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    top: 2px !important;
}
.ui-datepicker-prev {
    left: 2px !important;
}
.ui-datepicker-next {
    right: 2px !important;
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
    background: transparent;
    border: none;
}
.ui-datepicker-title {
    font-size: 14px;
    font-weight: 300;
    color: var(--stub );
}
.ui-state-default {
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 20px;
    color: var(--stub) !important;
}
.ui-state-disabled {
    border: none !important;
    background: transparent !important;
    text-align: center !important;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
}
.ui-state-disabled span {
    display: inline-block !important;
}
.ui-state-default.ui-state-highlight {
    font-weight: 500;
    border: 1px solid var(--accent) !important;
}
.ui-state-default.ui-state-active{
    background: var(--accent) !important;
}
.ui-datepicker-calendar {
    font-size: 12px !important;
    table-layout: fixed;
}
.ui-datepicker-calendar a {
    margin: auto;
}
.ui-datepicker .ui-state-active {
    padding: 0 !important;
}
.school-check-container {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 22px;
}
.school-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.school-checkmark {
    position: absolute;
    left: 2px;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 2px solid #434343;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
}
.school-check-container input:checked ~ .school-checkmark {
    background-color: var(--accent);
    border: 2px solid var(--accent);
}
.school-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.school-check-container input:checked ~ .school-checkmark:after {
    display: block;
}
.school-check-container {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    padding-left: 28px;
}
.school-check-container .school-checkmark:after {
    left: 4px;
    top: 0;
    width: 4px;
    height: 9px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.image-size-label {
    margin-top: 10px;
}
.cropit-image-zoom-input {
    display: inline-block;
}
.fas.large {
    font-size: 20px;
    line-height: 20px;
    padding: 8px;
}
.fas.small {
    font-size: 12px;
    line-height: 12px;
    padding: 8px;
}
.editor-content .error-label, .fullscreen-overlay #new_file_form .error-label {
    font-size: 12px;
    color: #f00;
    margin-top: -4px;
    margin-bottom: 8px;
}
.fullscreen-overlay .error-post {
    padding: 0 16px;
}

.button.pending {
    background: #dcdcdc;
}
.button.pending:hover {
    background: #d2d2d2;
}
.post-toolbar .toolbar-actions {
    display: flex;
}
.student-loader {
    position: absolute;
    left: 210px;
    top: 32px;
    display: none;
}
.ding-badge-section .badge-mobile-hidden {
    display: none !important;
}
.student-loader.show {
    display: block;
}
.content .single-post {
    max-width: 100%;
    width: 100%;
}
.content .post.item {
    width: 100%;
    margin-bottom: 32px;
    max-width: 770px;
}
.disabled-school-delete-span {
    font-size: 10px;
    margin: 0;
    padding: 0;
    color: #d7d7d7;
}
.single-post .post {
    background: #f6f6f6b5;
}
@media screen and (max-width: 640px) {
    .ding-post-list-student p {
        max-width: 100%;
    }
    .felx-desktop {
        padding-right: 0;
    }
    .preview-card-data {
        max-width: 100%;
    }
    .file {
        max-width: 100%;
    }
    #loading_link_thumb_post {
        max-width: 100% !important;
        text-align: center;
        margin-top: 100px;
    }
}
@media screen and (max-width: 800px) {
    .title-container {
        margin-top: 64px;
    }
    .item-options {
        display: block;
    }
}
.ding-badges {
    position: relative;
}
.ding-badges .badges-card {
    width: 100%;
    padding-bottom: 16px;
    padding-top: 16px;
    display: none;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.ding-badges .badges-card.show-one {
    display: flex;
    border-bottom: 0;
}
.ding-badge-section {
    position: relative;
}
.badge-card-editor.badges-card.animated-badge {
    animation: ding-badge-anim 300ms ease-out forwards;
    transition: opacity 300ms;
    background: #fff;
}
@keyframes ding-badge-anim {
    0% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 72px;
        opacity: 1;
    }
}
.ding-badge-section .ding-show-more {
    position: absolute;
    top: 0;
    right: 72px;
    z-index: 2;
    cursor: pointer;
    padding-bottom: 1px;
    border-bottom: 1px solid black;
    font-size: 14px;
}
.ding-badges .incomplete {
    opacity: 0.5;
}
.ding-badges .badges-card.new-achievement {
    height: 72px !important;
    animation: none !important;
}
.ding-badges .badges-card:first-of-type {
    padding-top: 0;
}
.ding-badges .no-badge-text {
    line-height: 24px;
    font-weight: 400;
    word-break: break-word;
    font-size: 16px;
    color: var(--light-black);
    padding: 2px;
}
.ding-badges .badges-card:last-of-type {
    border-bottom: none;
}
.ding-badges .badges-card .badge-image {
    border-radius: 100px;
    height: 72px;
    width: 72px;
    min-width: 72px;
}
.ding-badges .badges-card .badge-image img {
    width: 72px;
    height: 72px;
    border-radius: 100px;
    transform: scale(1.2);
}
.ding-badges .badges-card .badge-content {
    padding: 0 0 24px 24px;
    width: 100%;
    position: relative;
}
.ding-badges .badges-card .badge-progress-all {
    background: #EEEEEC;
    position: absolute;
    top: 60px;
    width: calc(100% - 96px);
    border-radius: 8px;
}
.ding-badges .badges-card .badge-progress-all .badge-progress {
    height: 8px;
    background-color: #FDD835;
    text-align: center;
    color: white;
    border-radius: 8px;
}
.ding-badges .badges-card .badge-label {
    text-align: right;
    position: absolute;
    right: 72px;
    top: 40px;
    font-weight: 400;
    font-size: 12px;
    color: var(--light-black);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ding-badges .badges-card .badge-content .badge-title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    width: calc(100% - 100px);
    word-break: break-all;
}
.ding-badges .badges-card .badge-content .badge-description {
    font-weight: 400;
    font-size: 16px;
    color: var(--light-black);
}
@media screen and (max-width: 1000px) {
    .content {
        margin-left: 0;
        width: calc(100vw - 40px);
    }
    .ding-badges .badges-card .badge-content {
        width: calc(100% - 90px)
    }
    .ding-badges .badges-card .badge-progress-all {
        width: calc(100% - 24px);
    }
    .ding-badges .badges-card .badge-label {
        right: 0;
    }
    .ding-badge-section .ding-show-more {
        right: 0;
        z-index: 1;
        top: -24px;
        font-size: 12px;
        margin-right: 8px;
    }
}
.mobile-edit-button {
    display: none;
}
.mobile-text-settings-only {
    display: none;
}
.span-end-date-school {
    position: absolute;
    left: 283px;
}
.span-school-year {
    position: absolute;
    left: 284px;
}
.end-span-school-date.school-invisible {
    display: none !important;
}
.span-end-date-school-mobile {
    display: none;
}
.ui-autocomplete {
    z-index: 1 !important;
}
.popup-menu.user-options-popup.single_post_option.single_profile_edit {
    right: initial;
    left: calc(20vw - 110px);
    top: 256px;
    overflow: visible;
    position: absolute;
    display: none;
}
.popup-menu.user-options-popup.single_post_option {
    position: absolute;
    right: -54px;
    top: 37px;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0;
    z-index: 2;
    overflow: hidden;
}
.popup-menu.user-options-popup.single_post_option .link {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    padding-left: 20px;
}
.popup-menu.user-options-popup.single_post_option .link.disabled {
    background: white !important;
    cursor: not-allowed;
    color: #979797;
}
.black-shadow-mobile {
    display: none;
}
.ding-badges .badges-card .progress-invisible, .ding-badges .badges-card .progress-invisible .badge-progress {
    display: none !important;
}
@media screen and (max-width: 1279px) {
    .popup-menu.user-options-popup.single_post_option {
        position: absolute;
        right: 2px;
        top: 40px;
        background: #FFFFFF;
        border: 1px solid #E2E2E2;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 0;
    }
}
@media screen and (max-width: 800px) {
    textarea.biography {
        margin-top: 0;
    }
    .mobile-scroll-profile {
        overflow-y: scroll !important;
    }
    .ui-widget.ui-widget-content {
        width: calc(100% - 43px);
        max-height: 200px;
        overflow: hidden;
    }
    .title-container .image {
        left: 20px;
    }
    .title-container .title, .title-container .subtitle {
        left: 168px;
    }
    .popup-menu.user-options-popup.single_post_option {
        display: block;
        border-radius: 0;
        border: none;
        z-index: 100;
        height: 100vh !important;
        top: 0 !important;
        bottom: auto !important;
        background: rgba(0, 0, 0, 0.3);
    }
    .black-shadow-mobile {
        display: block;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        position: fixed;
        background: rgba(0,0,0,0.3);
        z-index: -1;
        overflow: hidden;
    }
    .single_post_option .link {
        width: 100%;
        position: fixed;
        bottom: 50px;
        line-height: 24px;
    }
    .single_post_option .link.yellow {
        width: 100%;
        position: fixed;
        bottom: 0;
    }
    .popup-menu.user-options-popup.single_post_option .link {
        display: flex;
        padding: 13px;
        background: #fff;
    }
    .popup-menu.user-options-popup.single_post_option .link.yellow {
        background: #fdd835;
        border: none;
        padding: 13px;
    }
    .popup-menu.user-options-popup.single_post_option .student-profile-img-mobile {
        display: block !important;
        margin-right: 12px;
    }
    .disabled-school-delete-span {
        display: none;
    }
    .section-label {
        position: unset;
        padding: 8px 0;
    }
    #post_editor, #school_editor, #experience_editor, #competition_editor, #language_editor, #badges_section.mobile-shown .ding-badges {
        margin: 0;
        padding: 0;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 10;
    }
    #badges_section.mobile-shown .ding-badges {
        overflow: scroll;
        top: 64px;
        height: calc(100vh - 64px);
    }
    #competition_editor {
        z-index: 14;
    }
    #post_editor .editor-content, #school_editor, #language_editor .editor-content {
        background: #fff;
    }
    #post_editor.item-editor .options, .item-editor {
        background: #fff;
    }
    #school_editor_options, #experience_editor_options, #competition_editor_options, #language_editor_options {
        display: none;
    }
    .candidate-response-dialog input[type=text], .item-editor input[type=text], .item-editor select, .item-editor textarea, .custom-input-div {
        width: 100%;
    }
    .item-editor select.small, .item-editor input.small {
        width: 50%;
        max-width: calc(50% - 13px);
    }
    .toolbar-text {
        display: none;
    }
    .post-toolbar .toolbar-actions {
        width: 100%;
        display: block;
    }
    .toolbar-single-action {
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
        display: flex;
    }
    .toolbar-single-action:first-of-type {
        border-top: 1px solid #e7e7e7;
    }
    .post-toolbar .toolbar-image {
        padding: 2px 2px 8px 12px;
        height: auto !important;
        opacity: 0.7;
        width: 30px !important;
    }
    .mobile-text-settings-only {
        display: block;
        padding: 15px 15px 15px 0;
    }
    .settings-student-mobile-content {
        height: calc(100vh - 64px);
        padding-top: 16px;
        overflow-y: scroll;
    }
    .span-end-date-school {
        display: none;
    }
    .span-end-date-school-mobile {
        display: block;
    }
    .item-editor select.small#school_begin_year,
    .item-editor select.small#school_end_year,
    .item-editor select.small#competition_year_input,
    .item-editor select.small#competition_rank_input,
    .item-editor select#school_academic_year,
    .item-editor input.small#experience_start_input,
    .item-editor input.small#experience_end_input {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        width: 100% !important;
    }
    .item-editor .label {
        font-size: 16px;
        margin-top: 13px;
        margin-left: 2px;
    }
    .item-editor .editor-content {
        padding-bottom: 44px;
    }
    .ui-autocomplete {
        z-index: 15 !important;
    }
    #experience_description {
        width: 100%;
    }
    #experience_error_label_position {
        margin-top: 2px;
    }
    .disabled-school-delete-span {
        margin: 0;
        padding: 2px 2px 2px 11px;
        color: #000;
        font-size: 12px;
    }
    .ui-menu .ui-menu-item-wrapper {
        width: 100%;
        max-width: calc(100vw - 62px);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding-left: 0;
        color: rgb(138, 138, 138) !important;
    }
    #experience_section .item .title{
        padding-right: 16px;
    }
    .ui-autocomplete li {
        max-width: calc(100vw - 62px);
    }
    .ui-widget.ui-widget-content {
        max-width: calc(100vw - 42px);
    }
    .ui-menu .ui-menu-item-wrapper .school-autocomplete-title {
        max-width: calc(100% - 28px);
    }
    .settings-student-mobile.badge-sec {
        z-index: 11;
    }
    .ding-badges .badges-card .badge-content .badge-title {
        font-size: 16px;
    }
    .ding-badges .badges-card:first-of-type {
        padding-top: 16px;
    }
    .ding-badges .badges-card {
        width: calc(100% - 32px);
        padding: 8px 16px;
    }
    .ding-badges .badges-card .badge-content .badge-description {
        font-size: 12px;
        margin-top: 2px;
    }
    .ding-badges .badges-card .badge-label {
        font-size: 10px;
    }
    .ding-badges .badges-card .badge-progress-all .badge-progress {
        height: 6px;
    }
    .ding-badges .badges-card .badge-content .badge-title {
        width: 100%;
    }
    .ding-badges.mobile-expanded .badge-card-editor {
        width: calc(100% - 8px);
        padding: 8px 0;
    }
    .content .section.small-padding-top {
        padding-top: 0;
    }
    .ding-badges .badges-card:last-of-type {
        margin-bottom: 32px;
    }
}
.name-label, .subtitle .row {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100vw - 20vw - 128px - 67px);
}
.student-profile-header {
    display: none !important;
    z-index: 2 !important;
}
.settings-student-mobile.student-profile-header img.logo {
    position: fixed;
    top: 0;
    left: -6px;
    width: auto;
    height: 46px;
    opacity: 1;
}
.settings-student-mobile.student-profile-header img.setting-img {
    position: fixed;
    height: 28px;
    width: 28px;
    top: 0;
    padding: 18px;
    right: 0;
    left: unset;
    opacity: 0.8;
}
@media screen and (max-width: 800px) {
    .name-label, .subtitle .row {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: calc(100vw - 230px);
    }
    #experience_editor_form .editor-content {
        z-index: 100;
    }
    .student-profile-header {
        display: block !important;
    }
}
@media screen and (max-width: 520px) {
    .name-label, .subtitle .row {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: calc(100vw - 80px);
        max-width: 100%;
    }
    .title-container {
        height: 264px;
    }
    .title-container .image {
        left: calc(50vw - 64px);
        top: 16px;
    }
    .title-container .title {
        top: 160px;
        left: 20px;
    }
    .title-container .title input {
        min-width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
    }
    .title-container .subtitle {
        top: 200px;
        left: 20px;
    }
    .title-container .subtitle input {
        min-width: calc(100vw - 60px);
        max-width: calc(100vw - 60px);
    }
    .mobile-edit-button {
        display: block;
        position: absolute;
        top: 154px;
        right: 14px;
        padding: 10px;
    }
}
@media screen and (max-width: 360px) {
    .title-container.expanded .subtitle {
        top: 256px;
    }
    .title-container.expanded {
        height: 324px;
    }
    .verified .tooltip {
        display: none;
    }
}
input.cropit-image-zoom-input {
    position: relative;
    margin-top: 20px !important;
    width: calc(100% - 110px);
}
input[type=range] {
    background: unset;
    border: unset !important;
    border-radius: unset;
    padding: unset;
    margin: unset;
    display: unset;
    width: unset;
    font-size: unset;
    background: linear-gradient(to bottom, #fff 45%, #ccc 50%, #fff 55%) !important;
    height: 16px;
    -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}
input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}
input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}
.cropit-preview-image-container {
    border-radius: 1000px;
    z-index: 100;
}
.cropit-preview {
    border: none;
}
.image-editor {
    max-width: 250px;
    max-height: 250px;
    padding-top: 0;
}
input.cropit-image-zoom-input {
    position: relative;
    margin-top: 20px !important;
    width: calc(100% - 110px);
}
.emoji-picker .emoji-picker__search-icon {
    top: 8px !important;
}
.post-toolbar {
    width: 100%;
    height: 40px;
    max-width: 398px;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    display: flex;
}
.post-toolbar .toolbar-image {
    border: none;
    position: relative;
    object-fit: cover;
    height: 20px;
    margin-top: 10px;
    width: 20px;
    cursor: pointer;
    margin-right: 14px;
}
.post-toolbar .toolbar-text {
    margin: 12px;
    font-weight: 400;
    font-size: 14px;
    flex: 1;
}
.post-link-title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 24px);
    white-space: pre;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 12px 6px 24px;
}
.post-link-domain {
    font-weight: 400;
    font-size: 12px;
    padding: 6px 12px 0 24px;
}
.cursor-pointer {
    cursor: pointer;
}
.desktop-nav-selector {
    background: var(--accent);
    height: 6px;
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}
@media screen and (min-width: 801px) {
    .desktop-nav-selector {
        display: block;
    }
}
.student-profile-settings {
    box-shadow: none;
    background: transparent;
    margin-top: 0;
    overflow: hidden;
}
.student-profile-settings .label {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.label-bold {
    font-weight: 700;
    font-size: 18px;
    color: #222;
}
.delete-success-title {
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
    text-align: center;
}
.image-student-success {
    margin: auto;
    text-align: center;
}
.grey-circle {
    margin: auto;
    text-align: center;
}
.grey-circle img {
    width: 120px;
    height: 120px;
    border-radius: 120px;
}
.delete-success-subtitle {
    font-weight: 400;
    font-size: 14px;
    color: var(--black);
    text-align: center;
    line-height: 26px;
    margin-top: 24px;
}
@keyframes spinner_animation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.image-spinner-company img {
    height: 46px;
    width: 46px;
    animation: spinner_animation 1200ms infinite linear;
}
.image-spinner-company .yellow-circle {
    padding: 12px;
    width: 46px;
    height: 46px;
    display: inline-block;
    border-radius: 1000px;
    background: #FDD835;
}
.fullscreen-overlay .input-style {
    background: #F6F6F4;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    padding: 10px;
    margin: 8px 0;
    display: block;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    -webkit-appearance: none;
    line-height: 1.2;
}
.fullscreen-overlay .input-style:focus {
    border: 1px solid var(--accent);
    background: #fff;
}
#delete_confirmation_form {
    padding-top: 24px;
}
