.membership_card {
    background-color: white;
    border-radius: 18px;
    border: 1px solid #F5F5F6;

    display: flex;
    height: 100%;
}

.membership_card_top {
    background-color: white;
    border-radius: 18px 18px 0 0;
    padding: 24px !important;
    height: 55% !important;
}

.membership_card_price {
    color: #CB9453 !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.membership_card_title {
    text-align: right;
    color: #2c2c2c;
    font-weight: 700 !important;
    font-size: 24px !important;

    margin-bottom: 10px !important;
}

.membership_card_text {
    color: #6c6c6e;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;

}

h6.membership_section_title {
    font-weight: 700;
    font-size: 18px;
    color: #2c2c2c;
    margin-top: 20px;
}

.membership_items {
    padding-right: 18px;
}

.membership_items li {
    color: #6c6c6e;
    font-weight: 400;
    font-size: 18px;
}

.membership_section_bottom {
    background-color: #F9F5ED;
    border-radius: 0 0 18px 18px;
    padding: 24px;
    height: 45%;
}

.membership_section_bottom h6.membership_section_title {
    font-weight: 700;
    font-size: 18px;
    color: #CB9453;
    margin-top: 20px;
}

.membership_section_bottom .btn {
    font-size: 18px;
}


.member_card {
    background-color: #F9F5ED;
    border-radius: 12px;
    padding: 20px 16px;
}

.member_card_label {
    color: #6C6C6E;
    font-weight: 400;
    font-size: 14px;
    width: 40%;
}

.member_card_value {
    color: #2C2C2C;
    font-weight: 700;
    font-size: 14px;
    text-align: right;

}

.space_body {
    padding-block: 80px;
}



.member_comment_box {
    margin-top: 20px;
}

.member_comment_input {
    border-radius: 12px;
    border: 1px solid #D0D0D1;
    background: #F5F5F6;
    padding: 16px;
    color: #AFAFB1;
    font-weight: 700;
    font-size: 14px;
}

.member_comment_btn {
    width: 187px;
    height: 41px;
    margin-top: 30px;
}

.member_comment_name {
    color: #2C2C2C;
    font-weight: 400;
    font-size: 16px;
    padding-right: 10px;
}

.member_comment_avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.member_comment_items li {
    border-top: 1px solid #F5F5F6;
    padding-block: 16px;
}

.member_comment_items .w-25 {
    width: 25%;
}

.member_comment_image {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.member_comment_text {
    width: 50%;
    color: #6C6C6E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.member_comment_date {
    font-size: 14px;
    color: #2C2C2C;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.member_comment_date:before,
.member_comment_date:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #E6E6E7;
    margin: auto;
}

.member_comment_date:before {
    margin-left: 20px
}

.member_comment_date:after {
    margin-right: 20px
}

.mb-6 {
    margin-bottom: 50px !important;
}

.member_card_custom {
    background-color: #F9F5ED;
    border-radius: 12px;
    padding: 24px 80px;
    margin-bottom: 40px;
    border: 1px solid #F1E6D0;
}

.member_card_title {
    color: #2C2C2C;
    font-weight: 700;
    font-size: 16px;

}

.member_card_info {

    font-weight: 400;
    font-size: 16px;
    color: #5C3227;
}

.member_card_info span {
    font-weight: 700;
    color: #2C2C2C;
    padding-right: 4px;
}

.member_card_custom .badge {
    border-radius: 8px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 700;
}

.badge-success {
    background-color: #E5F2E5;
    color: #00AF6C !important;

}

.member_btn {
    height: 41px;
    width: 148px;
}

.badge-danger {
    background-color: #FDDCDD;
    color: #F55157 !important;
}

.badge-info {
    background-color: #007AFF26;
    color: #007AFF !important;
}


.member_timeline {

    padding: 4px 80px;
    background: white;
    border-radius: 12px;
}


.alert-danger-custom {
    background-color: #FDDCDD;
    color: #F55157;
    border-radius: 12px;
    padding: 16px 130px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;

}

.steps_date {
    color: #2C2C2C;
    font-weight: 700;
    font-size: 16px;
    padding-top: 5px;
}

.btns_membership .btn_profile {

    margin-right: unset;

    justify-content: center;
    font-size: 14px;
}

.btns_membership .btn_outline_profile {
    justify-content: center;
    margin-right: 16px;
    font-size: 14px;
}

.member_min_height {
    height: 35px;
}
.text-right{
    text-align: right !important;
}
.member_profile_card {
    padding: 24px 80px !important;
}
.pr-0{padding-right: 0 !important;}
.member_profile_card .member_card_info {
    padding-left: 30px;
}

.member_profile_card h6 {
    font-size: 16px !important;
    line-height: 26px !important;
}


.profile_cv_box {
    background-color: #F9F5ED;
    border: 1px solid #CB9453;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.membership_cv_title {
    background-color: #F5F5F6;
    border: 1px solid #AFAFB1;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 16px;
    color: #6C6C6E;
    font-weight: 700;
    font-size: 20px;

}

.profile_cv_image {
    width: 156px;
    height: 156px;
    box-shadow: 0px 4px 4px 0px #00000014;
    object-fit: cover;
}

.profile_cv_info {
    text-align: right;
    font-weight: 700;
    font-size: 20px;
    color: #2C2C2C;

}

.profile_cv_info span {
    padding-left: 16px;
    font-weight: 400;
}

.membership_container {
    padding: 24px;
    margin-bottom: 40px;
}

.membership_container .membership_user_header {
    background-color: #fff;
    border: 1px solid #CB9453;
    border-radius: 12px;
    color: #2C2C2C;
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    padding: 16px 8px;
    margin-bottom: 16px;
}

.membership_user_item {
    background-color: #fff;
    border: 1px solid #CB9453;
    border-radius: 12px;
    color: #2C2C2C;
    font-weight: 400;
    font-size: 20px;
    text-align: right;
    padding: 10px 8px;
    margin-bottom: 16px;
}

.membership_container [class^="col"] {
    padding-inline: 6px;
    display: flex;
    align-items: center;
}

.degree_img {
    position: relative;
    width: 63px;
    height: 45px;
    border: 1px solid #F9F5ED;
    border-radius: 12px
}

.degree_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    max-width: 100%;
    max-height: 100%;
    inset: 0;
    margin: auto;
}


.member_wrapper_content {
    padding: 40px 80px;
    border: none;
    border-radius: 24px;
    box-shadow: 3px 3px 18px 0px #D3D3D338;
    border-bottom: 6px solid #CB9453;
    background-color: #fff;
}

.member_cv {
    position: relative;
    padding: 60px 0;
}

.member_cv .head-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 75px;
    z-index: -1;
}

.report_title {
    background-color: #F5F5F6;
    border-radius: 12px;
    padding: 14px;
    margin: 16px auto;
    max-width: 250px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #6C6C6E;
}

.voting_box {
    background-color: #F5F5F6;
    border: 1px solid #E6E6E7;
    border-radius: 12px;
    padding: 6px 16px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    height: 100%;
}

.vote_number {
    font-weight: 700;
    font-size: 18px;
    color: #6C6C6E;
    text-align: center;
}

.badge_custom {
    border: 1px solid #CB9453;
    background-color: #F9F5ED;
    color: #CB9453;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 400;
    font-size: 14px;

}

.vote_note {
    background-color: #F9F5ED;
    border: none;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px;
}

.vote_note .vote_note_title {
    color: #CB9453;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    width: 80%;
}

.vote_note ol {
    margin: 0;
    padding-right: 20px;
}

.vote_note li {
    margin-bottom: 5px;
    color: #6C6C6E;
    font-weight: 400;
    font-size: 16px;

}

.voting_header {
    color: #6C6C6E;
    font-weight: 700;
    font-size: 18px;

}

.add_vote_title {
    color: #CB9453;
    font-weight: 700;
    font-size: 26px;

}

.add_vote_note {
    color: #6c6c6e;
    font-weight: 400;
    font-size: 14px;
}


.vote_error_box {
    background-color: #FDDCDD;
    box-shadow: 0px 4px 4px 0px #00000012 inset;
    color: #F55157;
    border-radius: 20px;
    padding: 18px 24px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.vote_error_box h2 {
    font-weight: 700;
    font-size: 18px;
    color: #F55157;
}

.member_second_title {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.member_second_title span {
    color: #CB9453;
}

.member_add_vote_radios .radio-label {
    border-radius: 12px;
    padding: 16px;
    color: #2C2C2C;
    position: relative;
    border: 1px solid #E6E6E7;
    font-weight: 400;
    font-size: 14px;
    background-color: #F5F5F6;
    margin-bottom: 16px;
}

.add_vote_icon svg {
    color: #000000;
    font-size: 20px;
}

.member_add_vote_radios .radio-item input[type="radio"]:checked+label {
    border: 1px solid #CB9453;
    background-color: #CB9453;
}

.member_add_vote_radios .radio-item input[type="radio"]:checked+label::before {
    background-color: #fff;
    border-color: #E4CDA4;
}

.member_add_vote_radios .radio-item input[type="radio"]:checked+label::after {
    content: "✔";
    color: #CB9453;
}

.member_add_vote_radios .radio-item input[type="radio"]:checked+label .shipping_details_title,
.member_add_vote_radios .radio-item input[type="radio"]:checked+label .add_vote_icon svg {
    color: #fff;
}










.member-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.member-card input[type="radio"] {
    accent-color: #f0a52a;
}

.member-card label {
    margin-bottom: 0;
    font-weight: 500;
}

.member-card i {
    color: #6c757d;
    margin-left: 10px;
}

.member-card.selected {
    background-color: #fef6ef;
    border: 2px solid #f0a52a;
}



.form-check-input {
    margin-left: 8px;
}

.icon-doc {
    font-size: 18px;
    color: #888;
}

.nomination_card_title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;

}

.nomination_card {
    padding: 30px 24px 24px;
    border-radius: 24px;
    border: none;
    box-shadow: 3px 3px 18px 0px #D3D3D338;
    border-bottom: 6px solid #CB9453;
    background-color: #fff;
}

.nomination_card .select2-container--default .select2-selection--single,
.academy_training .select2-container--default .select2-selection--single {
    box-shadow: unset
}

.nomination_card .upload-image {
    height: 53px;
}

.nomination_card .upload-image .btn {
    margin: 0px auto;
}

.nomination_card .next_btn,.next_btn,
.nomination_card .main-outline {
    width: 104px !important;
}
.academy_training .next_btn {
    width: 104px !important;
    margin: unset !important;
}
.nomination_card .highlight {
    text-align: inherit;
    padding: 12px 16px;
    background: #f9f5ee;
    border-radius: 80px;
    width: fit-content;
    font-size: 14px;
    color: #CB9453;
}

.nomination_card .highlight img {
    max-width: 20px;
    margin-left: 10px;
}
.subscribe_title{
    color: #2c2c2c;
    font-weight: 700;
    font-size: 16px;

}
.membership_renewal{
    padding: 60px 40px;
}
.membership_renewal  .main-outline{
    width: 100px;
}
.member_progress .step {
    width: 48%;}

.member_progress  .step {
    align-items: start;
}

.member_progress .step:nth-child(2) {
    align-items: end;
}
.progress-container.member_progress::before {
    left: 3%;
    width: 95%;}
.progress-container.member_progress {
    margin: 50px auto 25px;}
.nomination_card .step:nth-child(4) {
    align-items: end;
}
.membership_container .membership_user_header:last-of-type{
    margin-bottom: 0;
}