.antd-pro-components-global-header-index-menu .anticon {
    margin-right: 8px
}

.antd-pro-components-global-header-index-menu .ant-dropdown-menu-item {
    min-width: 160px
}

.antd-pro-components-global-header-index-right {
    float: right;
    height: 100%;
    margin-left: auto;
    overflow: hidden
}

.antd-pro-components-global-header-index-right .antd-pro-components-global-header-index-action {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 12px;
    transition: all .3s
}

.antd-pro-components-global-header-index-right .antd-pro-components-global-header-index-action>i {
    color: rgba(0, 0, 0, .65);
    vertical-align: middle
}

.antd-pro-components-global-header-index-right .antd-pro-components-global-header-index-action.opened {
    background: rgba(0, 0, 0, .025)
}

.antd-pro-components-global-header-index-right .antd-pro-components-global-header-index-search {
    padding: 0 12px
}

.antd-pro-components-global-header-index-right .antd-pro-components-global-header-index-search:hover {
    background: transparent
}

.antd-pro-components-global-header-index-right .antd-pro-components-global-header-index-account .antd-pro-components-global-header-index-avatar {
    margin: 20px 8px 20px 0;
    color: #007aa3;
    vertical-align: top;
    background: hsla(0, 0%, 100%, .85)
}

.antd-pro-components-global-header-index-dark {
    height: 64px
}

.antd-pro-components-global-header-index-dark .antd-pro-components-global-header-index-action {
    color: hsla(0, 0%, 100%, .85)
}

.antd-pro-components-global-header-index-dark .antd-pro-components-global-header-index-action>i {
    color: hsla(0, 0%, 100%, .85)
}

.antd-pro-components-global-header-index-dark .antd-pro-components-global-header-index-action.opened,
.antd-pro-components-global-header-index-dark .antd-pro-components-global-header-index-action:hover {
    background: #007aa3
}

.ant-pro-global-header .antd-pro-components-global-header-index-dark .antd-pro-components-global-header-index-action {
    color: rgba(0, 0, 0, .65)
}

.ant-pro-global-header .antd-pro-components-global-header-index-dark .antd-pro-components-global-header-index-action>i {
    color: rgba(0, 0, 0, .65)
}

.ant-pro-global-header .antd-pro-components-global-header-index-dark .antd-pro-components-global-header-index-action:hover {
    color: hsla(0, 0%, 100%, .85)
}

.ant-pro-global-header .antd-pro-components-global-header-index-dark .antd-pro-components-global-header-index-action:hover>i {
    color: hsla(0, 0%, 100%, .85)
}

@media only screen and (max-width:768px) {
    .ant-divider-vertical {
        vertical-align: unset
    }
    .antd-pro-components-global-header-index-right {
        position: absolute;
        top: 0;
        left: 12px
    }
    .antd-pro-components-global-header-index-right .antd-pro-components-global-header-index-account .antd-pro-components-global-header-index-avatar {
        margin-left: 0
    }
}

.antd-pro-pages-applicant-profile-index-siderLayout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 100%;
    width: 80%;
    margin: 0 auto
}

.antd-pro-pages-applicant-profile-index-siderLayout * {
    transition: width 1s
}

.antd-pro-pages-applicant-profile-index-siderLayout.antd-pro-pages-applicant-profile-index-siderIsOpen {
    padding-left: 36%;
    width: 100%
}

@media (max-width:992px) {
    .antd-pro-pages-applicant-profile-index-siderLayout {
        width: 90%
    }
    .antd-pro-pages-applicant-profile-index-siderLayout.antd-pro-pages-applicant-profile-index-siderIsOpen {
        padding-left: 0
    }
}

@media (max-width:768px) {
    .antd-pro-pages-applicant-profile-index-siderLayout {
        width: 100%
    }
    .antd-pro-pages-applicant-profile-index-siderLayout.antd-pro-pages-applicant-profile-index-siderIsOpen {
        padding-left: 0
    }
}

.antd-pro-components-header-search-index-headerSearch .anticon-search {
    font-size: 16px;
    cursor: pointer
}

.antd-pro-components-header-search-index-headerSearch .antd-pro-components-header-search-index-input {
    width: 0;
    background: transparent;
    border-radius: 0;
    transition: width .3s, margin-left .3s
}

.antd-pro-components-header-search-index-headerSearch .antd-pro-components-header-search-index-input .ant-select-selection {
    background: transparent
}

.antd-pro-components-header-search-index-headerSearch .antd-pro-components-header-search-index-input input {
    padding-right: 0;
    padding-left: 0;
    border: 0;
    box-shadow: none !important
}

.antd-pro-components-header-search-index-headerSearch .antd-pro-components-header-search-index-input,
.antd-pro-components-header-search-index-headerSearch .antd-pro-components-header-search-index-input:focus,
.antd-pro-components-header-search-index-headerSearch .antd-pro-components-header-search-index-input:hover {
    border-bottom: 1px solid #d9d9d9
}

.antd-pro-components-header-search-index-headerSearch .antd-pro-components-header-search-index-input.antd-pro-components-header-search-index-show {
    width: 210px;
    margin-left: 8px
}

body {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    overflow: unset !important
}

.antd-pro-pages-applicant-profile-partials-fields-skill-sample-modal-modal {
    min-height: 300px
}

.antd-pro-pages-applicant-profile-partials-fields-skill-sample-modal-modal .ant-modal-content {
    color: #fff;
    text-align: center;
    background: #007aa3;
    border-radius: .5rem
}

.antd-pro-pages-applicant-profile-partials-fields-skill-sample-modal-modal .ant-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    padding: 2.5rem 2.5rem 1.75rem
}

.antd-pro-pages-applicant-faq-index-siderLayout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 75%;
    min-height: 100%;
    margin: 0 auto
}

.antd-pro-pages-applicant-faq-index-siderLayout * {
    transition: width 1s
}

.antd-pro-pages-applicant-faq-index-siderLayout.antd-pro-pages-applicant-faq-index-siderIsOpen {
    width: 100%;
    padding-left: 36%
}

@media (max-width:992px) {
    .antd-pro-pages-applicant-faq-index-siderLayout {
        width: 90%
    }
    .antd-pro-pages-applicant-faq-index-siderLayout.antd-pro-pages-applicant-faq-index-siderIsOpen {
        padding-left: 0
    }
}

@media (max-width:768px) {
    .antd-pro-pages-applicant-faq-index-siderLayout {
        width: 100%
    }
    .antd-pro-pages-applicant-faq-index-siderLayout.antd-pro-pages-applicant-faq-index-siderIsOpen {
        padding-left: 0
    }
}

.antd-pro-pages-applicant-faq-index-title {
    margin-bottom: 2rem;
    color: #007aa3;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2;
    text-align: center
}

.antd-pro-pages-applicant-faq-index-item {
    margin-top: 1rem;
    cursor: pointer
}

.antd-pro-pages-applicant-faq-index-item .ant-card-body {
    padding: 1.375rem 1.25rem
}

.antd-pro-pages-applicant-faq-index-item .antd-pro-pages-applicant-faq-index-number {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    width: 2.125rem;
    height: 2.125rem;
    margin-left: .75rem;
    color: #007aa3;
    background-color: #daebf3;
    border: 1px solid #007aa3;
    border-radius: 50%
}

.antd-pro-pages-applicant-faq-index-item .antd-pro-pages-applicant-faq-index-question {
    flex-grow: 1;
    margin: .125rem 0 0;
    color: #007aa3;
    font-weight: 500;
    font-size: .9375rem;
    line-height: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.antd-pro-pages-applicant-faq-index-item .antd-pro-pages-applicant-faq-index-answer {
    margin-top: .625rem;
    margin-right: 2.875rem;
    margin-bottom: 0;
    color: #95989a;
    font-size: .875rem;
    line-height: 2
}

.antd-pro-pages-applicant-faq-index-item.antd-pro-pages-applicant-faq-index-current {
    cursor: default
}

.antd-pro-pages-applicant-faq-index-item.antd-pro-pages-applicant-faq-index-current .antd-pro-pages-applicant-faq-index-number {
    color: #fff;
    background-color: #007aa3
}

body {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    overflow: unset !important
}

.antd-pro-pages-applicant-profile-partials-fields-learning-sample-modal-modal {
    min-height: 300px
}

.antd-pro-pages-applicant-profile-partials-fields-learning-sample-modal-modal .ant-modal-content {
    color: #fff;
    text-align: center;
    background: #007aa3;
    border-radius: .5rem
}

.antd-pro-pages-applicant-profile-partials-fields-learning-sample-modal-modal .ant-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    padding: 2.5rem 2.5rem 1.75rem
}

.antd-pro-components-sidemenu-index-container {
    position: fixed;
    top: 104px;
    right: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 4.375rem;
    height: calc(100vh - 144px);
    padding: 14px 0;
    background-color: #007aa3;
    border-radius: 20px
}

.antd-pro-components-sidemenu-index-container .antd-pro-components-sidemenu-index-spacer {
    flex-grow: 1
}

.antd-pro-components-sidemenu-index-container .active {
    background-color: hsla(0, 0%, 100%, .15)
}

.antd-pro-components-sidemenu-index-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 6px 12px;
    border-radius: 6px;
    color: #f5f5f5
}

.antd-pro-components-sidemenu-index-item:hover {
    color: #fff
}

.antd-pro-components-sidemenu-index-item .antd-pro-components-sidemenu-index-title {
    display: none
}

.antd-pro-components-sidemenu-index-item .anticon {
    width: 20px
}

.antd-pro-components-sidemenu-index-item .anticon svg {
    max-width: 100%
}

@media (max-width:767px) {
    .antd-pro-components-sidemenu-index-container {
        top: 64px;
        width: 100%;
        background-color: #007aa3;
        height: calc(100vh - 64px);
        right: 0;
        z-index: 1000;
        border-radius: 0;
        padding: 6vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%
    }
    .antd-pro-components-sidemenu-index-container .antd-pro-components-sidemenu-index-spacer {
        display: none
    }
    .antd-pro-components-sidemenu-index-container .active {
        background-color: #fff;
        color: #007aa3
    }
    .antd-pro-components-sidemenu-index-container .active svg path {
        fill: #007aa3
    }
    .antd-pro-components-sidemenu-index-container.antd-pro-components-sidemenu-index-hide {
        display: none
    }
    .antd-pro-components-sidemenu-index-item {
        width: 7.5rem;
        height: 7.5rem;
        background-color: hsla(0, 0%, 100%, .12);
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        color: #f5f5f5
    }
    .antd-pro-components-sidemenu-index-item .antd-pro-components-sidemenu-index-title {
        display: block;
        margin-top: 14%
    }
    .antd-pro-components-sidemenu-index-item .anticon {
        width: 33%
    }
    .antd-pro-components-sidemenu-index-item .anticon svg {
        width: 100%;
        height: 100%
    }
}

@media (max-width:340px) {
    .antd-pro-components-sidemenu-index-item {
        width: 7rem;
        height: 7rem
    }
}

.antd-pro-pages-applicant-contest-index-siderLayout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 100%;
    width: 80%;
    margin: 0 auto
}

.antd-pro-pages-applicant-contest-index-siderLayout * {
    transition: width 1s
}

.antd-pro-pages-applicant-contest-index-siderLayout.antd-pro-pages-applicant-contest-index-siderIsOpen {
    padding-left: 36%;
    width: 100%
}

@media (max-width:992px) {
    .antd-pro-pages-applicant-contest-index-siderLayout {
        width: 90%
    }
    .antd-pro-pages-applicant-contest-index-siderLayout.antd-pro-pages-applicant-contest-index-siderIsOpen {
        padding-left: 0
    }
}

@media (max-width:768px) {
    .antd-pro-pages-applicant-contest-index-siderLayout {
        width: 100%
    }
    .antd-pro-pages-applicant-contest-index-siderLayout.antd-pro-pages-applicant-contest-index-siderIsOpen {
        padding-left: 0
    }
}

body {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    overflow: unset !important
}

.antd-pro-pages-applicant-contest-partials-contest-end-confirm-modal {
    min-height: 300px
}

.antd-pro-pages-applicant-contest-partials-contest-end-confirm-modal .ant-modal-content {
    color: #fff;
    text-align: center;
    background: #007aa3;
    border-radius: .5rem
}

.antd-pro-pages-applicant-contest-partials-contest-end-confirm-modal .ant-modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    padding: 2.5rem 2.5rem 1.75rem
}

.antd-pro-pages-applicant-contest-partials-contest-end-confirm-modal .antd-pro-pages-applicant-contest-partials-contest-end-confirm-actions {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.antd-pro-pages-applicant-contest-partials-contest-end-confirm-modal .antd-pro-pages-applicant-contest-partials-contest-end-confirm-actions .antd-pro-pages-applicant-contest-partials-contest-end-confirm-cancelButton {
    color: #fff;
    background: hsla(0, 0%, 100%, .11);
    border: 1px solid hsla(0, 0%, 100%, .2)
}