header .navbar li a {
    font-weight: 500;
}

#resume {
    margin-top: 56px;
    margin-bottom: 130px;
}

#resume-tab {
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #EBEBEB;
}

#resume-tab li a {
    text-align: center;
    border-radius: 0;
    border-bottom: 1px solid #EBEBEB;
    padding: 30px 15px;
    font-size: 18px;
    font-weight: 500;
}

#resume-tab li a.active {
    color: #09CCB5;
    border-right: 0;
    border-left: 0;
    position: relative;
}

#resume-tab li a.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4px;
    background-color: #09CCB5;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-right-color: #fff;
}

#resume-tab li a .icon {
    background-image: url("../img/resume-sprite.svg");
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    background-position-x: center;
    background-position-y: 5px;
}

#resume-tab li a#suggested-tab .icon {
    background-position-y: -38px;
}

#resume-tab li a#messages-tab .icon {
    background-position-y: -89px;
}

#resume-tab li a#messages-tab .icon {
    background-position-y: -145px;
}

#resume-tab li a.active .icon {
    background-image: url("../img/active-resume-sprite.svg");
}

#manage {
    padding: 0 125px;
}

#suggested {
    padding: 0 105px;
}

#membership {
    padding: 0 55px 0 112px;
}

#resume-tab-content h1 {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 43px;
    color: #242322;
}

.resume-row {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    margin-bottom: 32px;
    padding: 25px 45px 20px;
}

.resume-row .image {
    max-width: 263px;
    max-height: 263px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.1);
    margin-right: 74px;
}

.resume-row .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resume-info ul {
    padding-top: 18px;
}

.resume-info ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
}

.resume-info ul li h5 {
    font-size: 18px;
    color: #242431;
    margin-right: 13px;
    margin-bottom: 0;
}

.resume-info {
    width: 100%;
}

.resume-info ul li p {
    white-space: pre-line;
    font-size: 18px;
    color: #242431;
    margin-bottom: 0;
}

.pencil-edit {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background-color: #838383;
    border-radius: 7px;
    background-image: url("../img/pencil-edit.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.private-info {
    flex-basis: 50%;
}

.family-info {
    background-color: #F3F4F7;
    padding: 5px 35px 0;
    border-radius: 8px;
    margin-bottom: 24px;
}

.hat-select-content {
    position: relative;
}

.select-hat {
    background-color: transparent;
    border-radius: 8px;
    padding: 7px 24px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
}

.resume-info .select-hat li {
    margin-bottom: 0;
}

.select-hat:after {
    content: '';
    width: 18px;
    height: 8px;
    background-image: url("../img/arrow-down.svg");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 15px;
}

.resume-button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
}

.resume-button a {
    border-radius: 5px;
    padding: 11px 25px;
    font-size: 14px;
    color: #fff;
    margin: 0 10px;
}

.resume-button a:before {
    content: '';
    position: relative;
    background-image: url("../img/eye.svg");
    width: 20px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    top: 1px;
    margin-right: 10px;
}

.resume-button a.match {
    background-color: #8028C6;
}

.resume-button a.pro {
    background-color: #09CCB5;
}

.hat-select-content .dropdown {
    display: none;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 5px;
    padding: 0px 25px;
    position: absolute;
    z-index: 2;
    background-color: rgb(255, 255, 255);
    width: 100%;
    top: 100%;
    margin-top: 4px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hat-select-content .dropdown li {
    cursor: pointer;
}

.hat-select-content .dropdown li img {
    max-width: 100%;
}

.cancel {
    background-color: #09CCB5;
    padding: 7px 25px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 60px;
}

.membership-box {
    flex-basis: 25%;
    background-color: #fff;
    border-radius: 7px;
    margin-right: 7px;
}

#membership .title {
    justify-content: space-between;
    align-items: flex-start;
}

.member-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 25px;
    border-bottom: 1px solid rgba(8, 10, 12, 0.08);;
}

.member-title h5 {
    margin-bottom: 0;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 600;
    color: #3F3D3C;
}

.support .member-title h5 {
    color: #09CCB5;
}

.support .member-price {
    background-color: #09CCB5;
}

.pro .member-title h5 {
    color: #8028C6;
}

.pro .member-title {
    padding: 25px 0 22px;
}

.pro .member-price {
    background-color: #8028C6;
}

.pro-support {
    margin-right: 0;
}

.pro-support .member-title h5 {
    color: #EE9D3D;
}

.pro-support .member-title {
    padding: 25px 0 22px;
}

.pro-support .member-price {
    background-color: #EE9D3D;
}


.member-list {
    padding-top: 33px;
    padding-left: 30px;
}

.member-list li {
    position: relative;
    color: #242431;
    margin-bottom: 28px;
    font-size: 14px;
    padding-left: 34px;
}
/*
.member-list li:after {
    content: '';
    background-image: url("../img/check.svg");
    background-position: center;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}*/

.member-price {
    text-align: center;
    background-color: #3F3D3C;
    padding: 0;
    border-radius: 7px;
    margin: 0 7px 9px;
}

.member-price h6 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.member-price > button {
    background: none;
    border: none;
    width: 100%;
    padding: 14px 0;
}


.member-price span {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
}

.modal-title {
    font-size: 28px;
}

.modal-header .member-title {
    padding: 10px 15px;
    border: 1px solid #3F3D3C;
    border-radius: 8px;
}

.pro-support .modal-header .member-title {
    border: 1px solid #EE9D3D;
}

.pro .modal-header .member-title {
    border: 1px solid #8028C6;
}

.support .modal-header .member-title {
    border: 1px solid #09CCB5;
}


.modal-header {
    align-items: center;
}

.apply-modal-form label, .apply-modal-form h5 {
    display: block;
    margin-bottom: 15px;
    color: #242431;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
}

.apply-modal-form input {
    width: 100%;
    background-color: #F3F4F7;
    border: none;
    border-radius: 8px;
    color: rgba(8, 10, 12, 0.4);
    height: 56px;
    padding-left: 16px;
    outline: none;
}

.modal-dialog {
    max-width: 860px;
    padding: 0 15px;
}

.payment {
    display: flex;
    background-color: rgba(8, 10, 12, 0.04);
    border-radius: 8px;
    margin: 0 20px 0 0;
}

.cart-info {
    width: 100%;
    margin: 20px 15px;
    background: rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.01);
    border-radius: 8px;
    padding: 20px 20px 30px;
}

button.payment-btn {
    background-color: #8028c6;
    color: #fff;
    height: 56px;
    border: none;
    padding: 0 35px;
    border-radius: 8px;
    margin: 30px auto;
}

.cart-info input {
    background-color: #fff;
}

.payment button {
    border: none;
    border-radius: 8px;
    width: 100%;
    margin: 8px;
    background: none;
}

.payment-button button.active {
    height: 40px;
    background-color: #8028C6;
    color: #fff;
}


#suggested .payment button.active {
    color: #fff;
}

#suggested .payment button {
    color: rgba(8, 10, 12, 0.4);
}

#suggested .payment {
    height: 56px;
}

#suggested .title {
    justify-content: space-between;
}

.suggest-bg {
    background-color: white;
    padding: 35px 35px 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.suggest-box {
    background: rgba(138, 138, 138, 0.05);
    border-radius: 8px;
    padding: 23px;
    margin-bottom: 40px;
    transition: 0.3s;
    border: 1px solid transparent;
}

.suggest-box:hover {
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.05);
}

.suggest-box.hold:hover {
    border: 1px solid #717171;
}

.suggest-box.pause:hover {
    border: 1px solid #F3A74D;
}

.suggest-box.approved:hover {
    border: 1px solid #08CCB5;
}

.suggest-box .icon h6 {
    margin-left: 10px;
    font-weight: 700;
    color: #454545;
    margin-bottom: 0;
    font-size: 16px;
}

.suggest-box h6 {
    font-weight: 500;
    color: #242431;
    margin-bottom: 0;
    font-size: 16px;
}

.suggest-box p {
    margin-bottom: 0;
    font-size: 14px;
    color: #454545;
}

.suggest-box .text {
    margin-top: 25px;
}

.suggest-box a {
    display: block;
    background-color: #fff;
    border-radius: 8px;
    width: 105px;
    line-height: 36px;
    text-align: center;
    margin-left: auto;
    margin-top: 25px;
    color: #8028C6;
    font-size: 14px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.suggest-box a img {
    margin-right: 5px;
}

.suggest-box a:hover img:first-child {
    display: none;
}

.suggest-box a:hover img:last-child {
    display: inline-block;
}

.suggest-box a img:last-child {
    display: none;
}

.suggest-box a:hover img {
    margin-right: 5px;
}

.suggest-box a:hover {
    background-color: #8028C6;
    color: #fff;
}

#messages {
    padding: 0 125px;
}

#messages-tab-nav {
    background-color: white;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    overflow: hidden;
}

#messages-tab-nav li {
    flex-basis: 50%;
    text-align: center;
}

#messages-tab-nav li a {
    font-size: 22px;
    color: #44444F;
    background-color: #ECEDF0;
    line-height: 39px;
}

#messages-tab-nav li a.active {
    color: #09CCB5;
    background-color: #fff;
}

.br-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bt-0 {
    border-radius: 0;
}

.resume-button.resume-row {
    flex-wrap: wrap;
    padding: 0 0 50px;
}

.resume-button.resume-row .title {
    flex-basis: 100%;
    margin-bottom: 47px;
}

.resume-button.resume-row .title h2 {
    text-align: center;
    font-size: 22px;
    color: #000;
    line-height: 80px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(8, 10, 12, 0.08);
}

.resume-button.resume-row a {
    font-size: 20px;
    height: 56px;
    display: flex;
    align-items: center;
}

.resume-button.resume-row a:before {
    background-image: url("../img/message.svg");
    height: 23px;
    width: 30px;
}

.resume-button a.reject {
    background-color: #F23E48;
}

.resume-button.resume-row a.pro:before {
    background-image: url("../img/like.svg");
    height: 30px;
}

.resume-button.resume-row a.reject:before {
    background-image: url("../img/close.svg");
    height: 30px;
}

.filter-question {
    display: flex;
    max-width: 350px;
    width: 100%;
    background-color: #F3F4F7;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.filter-question button {
    flex-basis: 50%;
    height: 40px;
    border: none;
    background-color: transparent;
    color: rgba(8, 10, 12, 0.4);
}

.filter-question button.active {
    background-color: #09CCB5;
    color: #fff;
}


.border-box {
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.message-profile {
    padding: 40px 55px;
}

.question-answer .text {
    padding: 40px 50px 17px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    color: #585858;
    margin-bottom: 30px;
}

.question-answer .text h5 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 13px;
}
.question-answer .text a {
    background-color: #8028C6;
    color: #fff;
    border-radius: 8px;
    padding: 10px 34px;
    display: inline-block;
}

.question-answer-btn {
    text-align: right;
    margin-top: 15px;
}

.question-answer .text p {
    line-height: 23px;
    font-size: 18px;
    margin-bottom: 15px;
}
.question-message h5 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
}

.question-message {
    background-color: #F5F5F5;
    padding: 45px 55px;
    text-align: center;
}

.question-message textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    margin-bottom: 30px;
}
.question-message button {
    border: none;
    background-color: #8028C6;
    border-radius: 8px;
    color: #fff;
    height: 56px;
    min-width: 107px;
}


@media (max-width: 1200px) {
    .resume-info ul li h5, .resume-info ul li p {
        font-size: 16px;
    }

    #manage, #messages {
        padding: 0 75px;
    }

    .resume-row .image {
        margin-right: 45px;
    }

    .member-list {
        padding-left: 20px;
    }

    .membership-box {
        flex-basis: calc(50% - 4px);
        margin-bottom: 15px;
    }

    .support {
        margin-right: 0;
    }

    .membership-row {
        flex-wrap: wrap;
    }

    #suggested {
        padding: 0 60px;
    }
}

@media (max-width: 991px) {
    #suggested {
        padding: 0 20px;
    }

    #manage, #messages {
        padding: 0 15px;
    }

    #suggested .payment {
        display: none;
    }

    #membership {
        padding: 0 45px 0 50px;
    }

    #resume-tab {
        margin-top: 70px;
    }

    #resume-tab li a {
        font-size: 16px;
        padding: 30px 10px;
    }

    .resume-row .image {
        margin-right: 34px;
        max-width: 195px;
        max-height: 195px;
    }

    .resume-info ul li {
        margin-bottom: 17px;
    }

    .resume-row {
        padding: 25px 25px 20px;
    }

    #resume-tab-content h1 {
        font-size: 24px;
    }

    .cancel {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    #manage, #messages {
        padding: 0 5px;
    }

    #membership {
        padding: 0 0 0 10px;
    }

    .cancel {
        font-size: 13px;
        padding: 7px 15px;
    }

    #resume-tab-content #membership h1 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .top-panel {
        display: none;
    }

    .suggest-bg {
        padding: 30px 30px 0;
    }

    #resume-tab {
        margin-top: 70px;
    }

    .resume-row .image {
        margin-right: 0;
        max-width: 150px;
        max-height: 150px;
        margin-bottom: 30px;
    }

    .resume-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .resume-info {
        flex-wrap: wrap;
    }

    .resume-button {
        flex-wrap: wrap;
    }

    .resume-button a {
        margin-bottom: 15px;
    }

    .private-info {
        flex-basis: 100%;
    }

    .resume-info ul {
        padding-top: 0;
    }

    #resume-tab-content h1 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 50px;
    }

    .family-info {
        padding: 18px 35px 3px;
        flex-wrap: wrap;
    }

    #resume-tab {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 40px;
    }

    #resume-tab li:nth-child(1) {
        flex-basis: 23%;
    }

    #resume-tab li:nth-child(2) {
        flex-basis: 27%;
    }

    #resume-tab li:nth-child(3) {
        flex-basis: 23%;
    }

    #resume-tab li:nth-child(4) {
        flex-basis: 27%;
    }

    #resume-tab li a {
        border-right: 1px solid #EBEBEB;
        height: 100%;
        padding: 30px 0;
        font-size: 13px;
    }

    #resume-tab li a.active:after {
        top: auto;
        height: 4px;
        width: 100%;
        bottom: 0;
    }

    #resume-tab li a.active {
        border-top-color: transparent;
        border-right: 1px solid #EBEBEB;
    }

    #membership .title {
        align-items: center;
        flex-direction: column;
    }

    #resume-tab-content #membership h1 {
        margin-bottom: 40px;
    }

    #membership {
        padding: 0 25px;
    }

    .membership-box {
        flex-basis: 100%;
        margin-bottom: 45px;
        margin-right: 0;
    }

    .cancel {
        margin-bottom: 40px;
    }

    #resume {
        margin-bottom: 50px;
    }
}