.user_card {
    border: 1px solid #CB9453;
    border-radius: 8px;
    padding: 40px 24px;
    margin-bottom: 24px;
}

.user_card_lbl {
    display: block;
    margin-top: 16px;
    color: #6c6c6e;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;

}

.user_card_item {
    width: 18%;
}


.message_card {
    background: #fff;
    border: 1px solid #CB9453;
    border-radius: 8px;
    padding: 16px 20px 18px;
    margin-bottom: 24px;
}

.message_card_replay {
    background: #fff;
    border: 1px solid #6C6C6E;
    border-radius: 8px;
    padding: 16px 20px 18px;
    margin-bottom: 24px;
}


.message_header {
    color: #6c6c6e;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #CB9453;
    padding-bottom: 14px;
}

.message_card_replay .message_header {
    border-bottom: 1px solid #6C6C6E;
}

.user_info {
    text-align: center;
    border-left: 1px solid #CB9453;

    padding-left: 50px;
    margin-left: 16px;
    padding-top: 25px;
}

.message_card_replay .user_info {
    border-left: 1px solid #6C6C6E;
}

.user_info .user_info_avatar {
    width: 60px;
    height: 60px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #000000;
}

.user_info .user_info_text,
.user_info_desc {
    color: #6c6c6e;
    font-weight: 400;
    font-size: 15px;
    padding-top: 8px;
}

.replay_edit_label {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 8px;
    color: #6C6C6E;
}

.replay_edit_txtarea {
    background-color: #F5F5F6;
}

.replay_edit_btn {
    font-size: 15px;
}

.reply_box_btns .main-btn2 {
    width: 100px;
    height: 41px;
    font-size: 14px;
    margin-right: 12px;
}

.reply_box_btns .btn_secondary {
    width: 100px;
    height: 41px;
    background-color: #F5F5F6;
    color: #6C6C6E;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;

}

.add_more_btn {
       height: 40px;
    width: 40px;
    background-color: #e4cda4 !important;
    color: #7c6c75 !important;
    border-color: #e4cda4 !important;
}
.add_more_btn:hover {
    color: #7c6c75 !important;
}
.remove_btn_user{
    color: #bb2d3b;
    background-color: transparent;
    border-color: #bb2d3b;
    width: 40px;
    height: 40px !important;
}


.file_name {
    background-color: #E4CDA4;
    color: #6C6C6E;
    border-radius: 8px;
    font-weight: 400;
    font-size: 15px;
    /* padding: 6px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 90px;
}

.uploadFile {
    width: 100%;
    background-color: #F5F5F6;
    border: none;
    height: 60px;
    color: #6c6c6e;
    font-size: 16px;
    line-height: 23px;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    resize: none;

    [type="file"] {
        cursor: pointer !important;
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0px;
        text-align: right;
        top: 0px;
        z-index: 1;
    }
}

.user_txt {
    color: #6C6C6E;
    font-weight: 400;
    font-size: 14px;

}

.search_user_wrap {
    position: relative;
}

.search_user_wrap .search_input {
    padding-right: 42px;
    border-radius: 12px;
    border: 1px solid #CB9453;
    height: 48px;
}

.search_icn {
    position: absolute;
    right: 10px;
    top: 10px;
}

.table_user .table-sm> :not(caption)>*>* {
    text-align: right !important;
}

.table_user td {
    color: #6C6C6E;
}

.t_close {
    color: #6C6C6E;
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    background: #F5F5F6;
    border-radius: 8px;
    height: 26px;
    width: 45px;
}

.t_btn {
    height: 32px;
    padding-inline: 20px;
}

.table_user tbody,
.table_user td,
.table_user th,
.table_user thead,
.table_user tr {
    border-color: transparent !important;
}


.ticket_header .accordion-item .accordion-button {
    padding: 0;
    border-radius: 12px !important;
    border: none;
    background: #fff;
}

.ticket_header .accordion-body {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    padding-top: 14px;
    font-size: 16px;
    color: #000;
}

.ticket_header .accordion-item {
    border: none;
}

.ticket_header .accordion-button svg {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    transition: 0.5s;
    color: #6C6C6E;
}

.ticket_header .accordion-button:not(.collapsed) {
    color: #CB9453;
    background-color: #fff;
    box-shadow: none;
}

.ticket_header .accordion-button:not(.collapsed) .profile_sidebar_nav_link,
.ticket_header .accordion-button:not(.collapsed) svg {
    color: #CB9453;
}

.ticket_header .accordion-button:before,
.ticket_header .accordion-button.collapsed:after {
    content: unset
}

.certificate_card {
    box-shadow: none;
}

.certificate_card .card-img {
    border: 1px solid #F9F5ED;
}

.certificate_card .card-body {
    padding: 24px 16px;
}




.user_course_card {
    background-color: #F9F5ED;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.user_course_image {
    height: 220px;
    border-radius: 18px;
    object-fit: cover;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 100%);

}


.user_badge_category {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #CB9453;
    color: white;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 12px;
}

.user_course_title ,.user_course_title a{
    font-weight: 700;
    font-size: 18px;
    color: #242128;
}

.user_course_desc {
    color: #6C6C6E;
    font-weight: 400;
    font-size: 14px;
}

.user_course_instructor {
    font-size: 14px;
    color: #6C6C6E;
}

.user_course_instructor span {
    font-weight: bold;
}

.user_course_card .progress {
    height: 8px;
    border-radius: 4px;
    border: 1px solid #26232933
}

.user_course_card .progress .bg-success {
    background-color: #34C759 !important;
}

.user_progress_label {
    font-size: 18px;
    font-weight: bold;
    color: #6C6C6E;
}

.user_course_footer {
    font-size: 16px;
    color: #B8793A;
    font-weight: bold;
    padding-top: 15px;
    text-align: right;
}


.profile_user form .btn {
    padding: 10px 30px;
    margin: 0 !important;
    width: auto !important;
}

.profile_user .card p {
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* .profile_user .step:nth-child(3) {
    align-items: center;
}

.profile_user .step:nth-child(4) {
    align-items: end;
}

.profile_user .progress-container::before {
    content: "";
    position: absolute;
    top: 28%;
    left: 0%;
    width: 100%;
    height: 2px;
}

.profile_user .step {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 33.3%;
}

.profile_user .progress-container {
    margin: 50px auto;
    width: 92%;
} */

.profile_user .card {
    padding: 30px 20px !important;
}

.user_profile_inpt {
    padding: 0px 16px 14px 16px;
    text-align: right;
    height: 52px;
    font-size: 14px;
    color: #000;
}

.user_profile_inpt::placeholder {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

.user_profile_lbl {
    color: #6C6C6E;
    font-size: 13px;
    font-weight: 700;
}

.user_profile_lbl .text-muted {
    font-weight: 500;
}

.progress_container_user {
    margin: 50px auto;
    width: 100%;
}

.progress_container_user::before {
    width: 80%;
    left: 10%;
}

.progress_container_user .step .circle {
    width: 34px;
    height: 34px;
    color: #AFAFB1;
}

.progress_container_user .step.done .circle {
    color: #fff !important;
}

.w-22 {
    width: 20%;
}

.user_order_status {
    width: 78px;
    height: 26px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #00000012 inset;
    font-weight: 400;
    font-size: 15px;
    text-align: center;

}

.user_order_status.order_status_follow {
    color: #6C6C6E;
    background-color: #F5F5F6;
}

.user_order_status.order_status_request_done {
    color: #fff;
    background-color: #007AFF;
}

.user_order_status.order_status_delivered {
    color: #fff;
    background-color: #34C759;
}

.order_updates_title {
    color: #6C6C6E;
    font-weight: 700;
    font-size: 20px;
}

.w-18 {
    width: 18%;
}

.text-bold {
    font-weight: 700;
}

.sm-height {
    height: 40px;
    box-shadow: 0px 4px 4px 0px #00000033;

}

.btn_shadow {
    box-shadow: 0px 4px 4px 0px #00000033;
    height: 48px;
    font-weight: 700;
    font-size: 18px;
}

.user_review_order {
    margin-top: 22px;
    box-shadow: 3px 3px 18px 0px #D3D3D338;
    border-radius: 12px;
    background-color: #fff;
    border-bottom: 10px solid #CB9453;
}

.user_header_top {
    background-color: #CB9453;
    color: white;
    border-radius: 12px 12px 0 0;
    padding-block: 12px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;

}

.summary_review_details {
    padding-inline: 30px;
}

.summary_review_type {
    color: #6C6C6E;
    font-weight: 500;
    font-size: 14px;
}

.summary_review_value {
    color: #2c2c2c;
    font-weight: 700;
    font-size: 14px;
}

.hr-top {
    border-top: 1px solid #D9D9D9;
}


.review_product_box {
    padding: 16px 30px 30px;
    border-bottom: 1px solid #D9D9D9;
}



.review_product_box img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 16px;
}

.review_product_info h6 {
    color: #2c2c2c;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0.2rem;
}

.review_product_price {
    color: #2c2c2c;
    font-weight: 700;
    font-size: 14px;
}

.review_product_info .num-block {
    width: 120px;
    margin-right: 10px;
    margin-top: 4px;
}

.instructor_profile {
    padding-bottom: 30px;
    padding-inline: 10%;
}

.instructor_profile h2 {
    font-size: 18px;
}

.instructor_profile p {
    font-weight: 400;
    font-size: 18px !important;
    text-align: center;
    color: #000000 !important;
    line-height: 28px;

}

.instructor_profile .card-img img {
    width: 102px !important;
    height: 102px !important;
}

.instructor_profile .card-img {
    margin-bottom: 0px !important;
}

.instructor_profile_info {
    background: #F9F5ED;
    padding: 30px 50px;
    border-radius: 16px;
}

.instructor_profile_data .card-img {
    border-radius: 16px 16px 0 0 !important;
}
.instructor_profile_data .card{
   padding-bottom: 16px !important;
}

.instructor_profile_info ul li {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 6px;
}

.instructor_profile_count {
    font-size: 22px !important;
    color: #CB9453 !important;
}

.instructor_profile_title {
    font-size: 24px;
}
.user_card_item img{
    width: 50px;
    height: 50px;
}
.fc .fc-col-header-cell-cushion , .fc-daygrid-day-number{
       color: #CB9453 !important;
}
.no_data_image{    
    height: 500px;
    width: 100%;
}