.inquieryreport_div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.inquieryreport_div .newinquirybtn a {
    background: #1db5c5;
    width: 120px;
    padding: revert;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 10px;
}
.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-input {
  border: 1px solid gold; /* Golden border */
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  margin: 5px;
}


.logo_maindiv {
    /* display: flex; */
    /* justify-content: flex-start; */
    /* align-items: center; */
    gap: 10px;
    /* margin-top: 30px; */
}

.mainlogo_gym {
    width: 90%;
    height: auto !important;
    display: block;
    margin: auto;
}

.mainlogo_sm_gym {
    height: auto!important;
    width: 80%;
    margin: 0 auto;
}

.logo_maindiv .business_name {
    margin-bottom: 0;
    font-size: 25px;
    color: #b6343e;
    font-weight: 600;
}

.div_copyright_footer a {
    color: #a6c87e;
}

/* .menu.menuforonlylogo {
    position: fixed;
} */

.healthinfo_text {
    display: block;
    white-space: normal;
}

.inputmain_createnewmem select {
    appearance: auto;
}

.inputmain_createnewmem .divgndrchoice {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.divgndrchoice .divforgender {
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 2px;
}

.divgndrchoice .divforgender input {
    cursor: pointer;
}

.divgndrchoice .divforgender label {
    cursor: pointer;
}

.regisbtnmaindv .registernewmem_btn {
    background: #b6343e;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
}

.inputmain_createnewmem input:disabled {
    cursor: not-allowed;
}

/* .table_allmember_parent{overflow: scroll;width:100%;max-height: 70vh;border:1px solid #ccc;white-space: nowrap;} */
.login_brandname {
    font-size: 22px;
    color: #f26722;
    margin-bottom: 0;
}

.loginheading_maindiv .loginheading {
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.footercopyright {
    color: #fff;
}

.footercopyright a {
    color: #b6343e;
}

.loginform_loginbtn {
    background: #b6343e;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
}

.loginlogodiv img {
    width: 50%;
}

.gymregisterdiv_forlogo img {
    width: 40%;
}

.table_row_membertable td img.userimg {
    width: 60px;
    height: 60px;
}

.table_row_membertable td .viewprofile_btn_table {
    padding: 10px 20px;
    background: #b6343e;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.deletebtndiv {
    text-align: right;
    margin-bottom: 20px;
}

.deletebtndiv .deleteprofilebtn {
    padding: 8px 20px;
    background: #000000;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #000000;
    width: 200px;
    font-size: 18px;
}

.viewmemberprofile .col8memberpersonalindfo {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
}

.col8memberpersonalindfo .imgandname_profile_view {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}

.profileimgdiv img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
}

.profilename_statusdiv .membername {
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

.profilename_statusdiv .memberid {
    color: #b6343e;
    font-weight: 600;
    font-size: 18px;
}

.cancel-btn{
    border-radius: 10px;
    border: 1px solid #b6343e;
    width:170px;
    height: 43px;
    display: flex;
    justify-content: center;
}

.profilename_statusdiv .memberstatus {
    font-size: 15px;
    margin-top: 10px;
}

.personalinfotable tr th {
    color: #000;
}

.password_td {
    font-size: 25px;
    color: #000;
    font-weight: 800;
    line-height: 10px;
}

.login_cred_heading {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
}

.editbtndiv {
    text-align: center;
}

.editbtndiv .editinfobtn {
    padding: 8px 20px;
    background: #b6343e;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    border: none;
    width: 50%;
    font-size: 18px;
}

.mainmodal_deleteprofile .mdldlg_delteporofile {
    margin-top: 10%;
}

.mdlbdy_deleteprof .deleteprofile_popup {
    text-align: center;
    padding: 10px;
}

.deleteprofile_popup .dleteimgdiv i {
    font-size: 150px;
    color: #b6343eed;
}

.deleteprofile_popup .suretextmsg {
    margin: 15px 0;
    color: #000;
}

.suretextmsg h3 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
}

.suretextmsg p {
    font-size: 18px;
}

.dleteprofile_actionbtns .actionbtn {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.actionbtn button {
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #f37231;
    background: none;
    font-size: 14px;
    font-weight: 600;
    width: 120px;
}

.actionbtn .yesdeletebtn {
    background: #f37231;
    color: #fff;
}

.col12updateprofilediv_personal {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
}

.inputmain_updatepro select {
    appearance: auto;
}

.inputmain_updatepro .divgndrchoice {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.inputmain_updatepro input:disabled {
    cursor: not-allowed;
}

.col12forprofilepiupload {
    margin-bottom: 20px;
}

.profilepic-upload {
    position: relative;
    max-width: 205px;
    margin: 10px auto;
}

.profilepic-upload .profilepic-edit {
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 1;
}

.profilepic-upload .profilepic-edit input {
    display: none;
}

.profilepic-upload .profilepic-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #b6343e;
    border: 1px solid #b6343e;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.profilepic-upload .profilepic-edit input + label:hover {
    background: #f1f1f1;
    border-color: #b6343e;
}

.profilepic-upload .profilepic-edit input + label:hover::after {
    color: #b6343e;
}

.profilepic-upload .profilepic-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.profilepic-upload .profilepic-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.profilepic-upload .profilepic-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ccc;
}

.inputmain_updatepro .frmlbl_inputlbel {
    color: #000;
}

.updatepersonalinfo_div {
    display: none;
}

.update_usercredential_div {
    display: none;
}

.colmainupdatecredentials {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
}

.col3filterequipment .colleftfilter_equipment {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
}

.equipment_mainfilters .filterheading {
    color: #000;
    font-size: 16px;
    position: relative;
    width: fit-content;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.equipment_mainfilters .filterheading:after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #b6343e;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.equipment_mainfilters .filter_ul_list {
    padding-left: 0;
}

.filter_ul_list .list_filterequip {
    margin-bottom: 8px;
}

.list_filterequip input.form-check-input {
    border: 1px solid #ccc;
    cursor: pointer;
}

.list_filterequip input.form-check-input:checked {
    border-color: #b6343e !important;
}

.list_filterequip label.form-check-label {
    cursor: pointer;
}

/* .col9productist .colright_equipments{padding: 20px;border-radius: 8px;box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;} */
.col3equipdiv .colequipment_product {
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 22px;
    box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
    position: relative;
    overflow: hidden;
    transition: 200ms ease-out;
    border: 1px solid #ccc;
}

.col3equipdiv .colequipment_product:hover {
    scale: 1.02;
    transition: 200ms ease;
    box-shadow: 1px 10px 25px rgba(0, 0, 0, .15);
}

.colequipment_product img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.colequipment_product .euip_innerdiv {
    text-align: center;
    margin-top: 20px;
    color: #000;
}

.colequipment_product .euip_innerdiv p {
    margin-bottom: 5px;
}

.colequipment_product .euip_innerdiv .equip_name {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.colequipment_product .euip_innerdiv .brandname {
    font-weight: 700;
    font-size: 15px;
}

.colequipment_product .euip_innerdiv .equipcount {
    margin-bottom: 0;
    font-size: 14px;
}

.lifetime_membergraph {
    margin-top: 60px;
    margin-bottom: 50px;
}

.colequip_details_updatedelete {
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
    overflow: hidden;
    position: relative;
}

.col6mainequipdetails .equipment_details_inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.equipment_details_inner .equip_innerimg {
    width: 25%
}

.equipment_details_inner .equip_innerimg img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.equipment_details_inner .equipinfo_inner {
    width: 75%;
}

.equipment_details_inner .equipinfo_inner h3 {
    margin-top: 0;
    font-size: 22px;
    color: #000;
    padding-left: 15px;
    margin-bottom: 20px;
}

.equipment_details_inner .equipinfo_inner .equipdetails_table {
    margin-bottom: 0;
}

.equipinfo_inner .equipdetails_table tr th {
    color: #000;
}

.uploadpic_ownerpro {
    text-align: center;
    color: #000;
    position: relative;
    margin-bottom: 30px;
}

.uploadpic_ownerpro label {
    font-size: 15px;
    top: 7px;
    position: relative;
}

.update_ownerprofile {
    display: none;
}

.col12addbodypartdivmain .add-bodypartdiv {
    text-align: right;
    margin-bottom: 20px;
}

.add-bodypartdiv .addbodypartbtn {
    padding: 8px 20px;
    background: #b6343e;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #b6343e;
    width: 200px;
    font-size: 16px;
}

.bodypartdiv .bodypartsname {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.mdladdbodypart_popup .mdldlg_addbody_popup {
    margin-top: 10%;
}

.bodypartpopup_crossdiv .closebtn {
    position: absolute;
    top: -15px;
    right: -10px;
    border: none;
    background: #b6343e;
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    border-radius: 50%;
    color: #fff;
}

.addpart_body_div_main_popup .bodypartinput_add {
    position: relative;
    margin-top: 10px;
    padding: 0 20px;
}

.bodypartinput_add .addpartheading h2 {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}

.addpart_body_div_main_popup .submitbtn_addbodypart {
    text-align: center;
    margin-bottom: 15px;
}

.submitbtn_addbodypart .addbodypart_btn {
    padding: 8px 20px;
    background: #b6343e;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    border: none;
    width: 50%;
    font-size: 18px;
}

.bodypartdivmain_inner img {
    margin-top: 15px;
}

.colequipment_product .parts_action_btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5rem 0.5rem 0 0.5rem;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.colequipment_product:hover .parts_action_btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.parts_action_btn button {
    padding: 3px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
}

.parts_action_btn .bdyprts_editbtnicon {
    background: #b6343e;
    border: 1px solid #b6343e;
}

.parts_action_btn .bdyprts_deleteicon {
    background: #333;
    border: 1px solid #333;
}

.mdldlg_updateequipment_popup {
    max-width: 60%;
}

.equip_popup_deleteimg img {
    width: 50%;
}

.exercises_boxesdiv {
    margin-top: 30px;
}

.exercises_boxesdiv img {
    width: 70%;
    border-radius: 50%;
}

.exercisedeletepopup_img img {
    width: 50%;
    border-radius: 50%;
}

.rowrecommended_table {
    display: none;
}

.col12filterforrecommend .recommendfilterdiv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.recommendfilterdiv label {
    font-size: 15px;
}

.recommendfilterdiv .searchinputdiv {
    border: 1px solid #ccc;
    padding: 0 0 0 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommendfilterdiv .searchinputdiv .searchmember_recommend {
    border: none;
    outline: none;
    color: #000;
    width: 250px;
}

.recommendfilterdiv .searchinputdiv .searchicon {
    background: #cccccc;
    width: 32px;
    height: 30px;
    display: block;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.inner_recommend_exercise {
    margin-bottom: 25px;
}

.inner_recommend_exercise .tile {
    background-color: white;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 10px;
    opacity: 0.9;
    transition: 200ms ease-out;
    box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
    border: 1px solid #ccc;
}

.inner_recommend_exercise label {
    cursor: pointer;
}

.inner_recommend_exercise input {
    position: absolute;
    top: 8px;
    left: 8px;
    cursor: pointer;
}

.inner_recommend_exercise .tile:hover {
    scale: 1.02;
    transition: 200ms ease;
    box-shadow: 1px 10px 25px rgba(0,0,0,.15);
}

.inner_recommend_exercise h2 {
    color: #333;
    font-size: 15px;
}

.inner_recommend_exercise .selected {
    outline: 2px solid darkblue;
    opacity: 1;
}

.inner_recommend_exercise .tile label img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.rowmain_exercises_recommends {
    display: none;
}

.submit_recommend_exercise {
    background: #b6343e;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
}

.aerobic_exercisehistory {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 2px 3px #dbd5d5, -1px -1px 3px #dbd5d5;
    margin-bottom: 30px;
}

.aerobic_exercisehistory .historyheading {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 0;
}

.aerobic_exercisehistory .table_allmember_parent tr th {
    color: #000;
    text-transform: capitalize;
    font-size: 15px;
}

.pageheading_aerobic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pageheading_aerobic .addnewequipmentbtn {
    padding: 8px 20px;
    background: #f26722;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #f26722;
    font-size: 16px;
}

.equipment_srnum {
    display: flex;
    justify-content: center;
}

.equipment_srnum .machinesrnum_span {
    width: 40px;
    display: block;
    position: relative;
    height: 40px;
    background: #f26722;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px #898887;
    color: #fff;
}


/* new job web css */
button.button-toggle-menu i {
    color: #b6343e;
}
.d-grid.upper-box1 {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.hiring-proress .time-filter {
    margin: 20px 0;
    text-align: center;
}
.hiring-proress .filter-btn {
    padding: 12px 22px;
    margin: 0 5px;
    border: none;
    /* border-radius: 20px; */
    background: #f5f5f5;
    cursor: pointer;
    transition: all 0.3s ease;
}
.hiring-proress .filter-btn.active {
    background: #bb434c;
    color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.hiring-proress .filter-btn:hover {
    transform: translateY(-2px);
}
.counter-single {
    height: 100%;
}
td.status.purple-color.skill_td.skill_td-active span {
    background: #83a65a52;
    color: #2e4f09;
}
td.status.edit-job a .view-img {
    width: 26px;
}
td.status.edit-job {
    display: flex;
    gap: 15px;
    justify-content: center;
}
.create-job {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); */
}
button.save-btn {
    width: fit-content !important;
    background: #83a65a !important;
    border-color: #83a65a !important;
}
button.save-btn:hover { 
    background: #83a65a30 !important;
    border-color: #83a65a !important;
    color: #83a65a !important;
}
.form-actions.submit-btn2 {
    display: flex;
    gap: 40px;
    justify-content: center;
}


.dashboard-inner-box .profile {
    display: flex;
    align-items: center;
}

.dashboard-inner-box .profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.dashboard-inner-box .status {
    background: #d4edda !important;
    color: #155724 !important; 
}

.dashboard-inner-box .btn {
    background: #b6343e;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.btn.secondary {
    background: #ddd;
    color: black;
}

 
.info-grid {
    border-right: 1px solid #00000026;
    padding-right: 10px;
}
.dashboard-inner-box .skills span {
    background: #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #000;
}

.dashboard-inner-box .history-item {
    display: flex;
    justify-content: space-between;
    background: #eee;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    align-items: center;
}

.dashboard-inner-box .tag.yellow {
    background: #fff3cd;
    color: #856404;
    padding: 5px 10px;
    border-radius: 5px;
}

.dashboard-inner-box .tag.red {
    background: #f8d7da;
    color: #721c24;
    padding: 5px 10px;
    border-radius: 5px;
}

.dashboard-inner-box .note {
    background: #f1f1f1;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
}

.dashboard-inner-box .actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
 .dashboard-inner-box {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.header-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dashboard-inner-box .profile h2 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 4px;
}
.dashboard-inner-box .profile p {
    margin: 0;
}

 

.scheduling-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .scheduling-grid {
        grid-template-columns: 1.5fr 1fr;
    }
    .calendar-section {
        grid-column: 1 / -1;
    }
}

.calendar-container {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    /* min-height: 600px; */
    margin-top: 1rem;
    box-shadow: 3px 2px 12px rgba(0, 0, 0, 0.1);
    
}


.notes h3 {
    color: #000;
    font-size: 20px;
}

.info-grid h3 {
    font-size: 20px;
    color: #000; 
}

.history h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 13px;
}
/* report analytics */
.reports-section .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.reports-section .header h1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f2937;
}
.header-controls {
    display: flex;
    gap: 1rem;
}
.reports-section  select {
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.reports-section button {
    background-color: #2563eb;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: none;
    cursor: pointer;
}
.reports-section button:hover {
    background-color: #1d4ed8;
}
.reports-section .kpi-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    .reports-section .kpi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1024px) {
    .reports-section .kpi-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}
.reports-section .kpi-card {
    background-color: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.reports-section .kpi-title {
    color: #6b7280;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0;
}
.reports-section .kpi-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reports-section .kpi-value {
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}
.reports-section .trend-indicator {
    display: flex;
    align-items: center;
}
.reports-section .trend-up {
    color: #10b981;
}
.reports-section .trend-down {
    color: #ef4444;
}
.reports-section .charts-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
@media (min-width: 1024px) {
    .reports-section .charts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
.reports-section .chart-container {
    background-color: white;
    width: 1400px;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    
}
.reports-section .chart-title {
    color: #1f2937;
    font-weight: 600;
    margin-bottom: 1rem;
}
.header-a h1 {
    font-size: 22px;
}

.header-a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.submit-btn.submit-btn-table  button {
    padding: 10px 30px !important;
}
.modal-dialog-w{width: 70% ;     padding-top: 100px !important;}
.modal-dialog-w .form-group {
    text-align: start;
    margin-bottom: 8px;
}
.modal-dialog-w h1#staticBackdropLiveLabel {
    font-size: 20px !important;
}
button.save-btn.hold-btn {
    background: #83a65a4f !important;
    color: #537032 !important;
}
.app-search form  i{
    position: absolute;
    right: 10px;
}
td.status.edit-job.edit-job22 i {
    font-size: 16px;
}
.form-input-textarea {
    height: unset !important;
}
.activity-log {
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 7%) 0px 3px 13px
}
.details33 {
    display: flex;
    gap: 20px;
}
.details33 h5 {
    margin: 0;
}
.details33 i {
    background: green;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    color: #fff;
}
.status-actions22 a {
    background: #b6343e;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.status-actions22 a:hover { 
    color: white; 
}
.multi-2 .sd-multiSelect {
    position: relative;
  }
  .multi-2 .sd-multiSelect .placeholder {
    opacity: 1;
    background-color: transparent;
    cursor: pointer;
  }
  .multi-2 .sd-multiSelect .ms-offscreen {
    height: 1px;
    width: 1px;
    opacity: 0;
    overflow: hidden;
    display: none;
  }
  
  .multi-2 .sd-multiSelect .sd-CustomSelect {
    width: 100% !important;
  }
  
  .multi-2 .sd-multiSelect .ms-choice {
      padding: 10px;
    position: relative;
    text-align: left !important;
    width: 100%;
    border: 1px solid #e3e3e3;
    background: #ffff;
    box-shadow: none;
    font-size: 13px;
      height: 53px;
      font-weight: 400;
    color: #212529;
    line-height: 1.5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  
  .multi-2 .sd-multiSelect .ms-choice:after {
    content: "\f107 ";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
  }
  
  .multi-2 .sd-multiSelect .ms-choice:focus {
    border-color: var(--theme-color);
  }
  
  .multi-2 .sd-multiSelect .ms-drop.bottom {
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    position: absolute;
      z-index: 9;
      width: 100%;
  }
  
  .multi-2 .sd-multiSelect .ms-drop li {
    position: relative;
    margin-bottom: 10px;
    list-style: none;
  }
  
  .multi-2 .sd-multiSelect .ms-drop li input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .multi-2 .sd-multiSelect .ms-drop li label {
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
  }
  
  .multi-2 .sd-multiSelect .ms-drop li label:before {
    content: "";
    -webkit-appearance: none;
    background-color: #a99c9c00;
    border: 2px solid #4d6d29;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
      inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .multi-2 .sd-multiSelect .ms-drop li input:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
      left: 4px;
      width: 8px;
      height: 8px;
    background: #4d6d29;
    border-width: 0 2px 2px 0;
  }
  .multi-2 .sd-multiSelect ul{
      padding-left: 0;
  }

  /* Avatar Upload Container */
.avatar-upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* Avatar Preview */
.preview-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.avatar-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* File Upload */
.file-upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

/* Hidden Input */
.file-input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

/* Custom Upload Button */
.file-label {
  display: flex;
  /* align-items: center; */
  gap: 8px;
  /* background-color: #007bff; */
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.3s;
}

.file-label:hover {
  background-color: #0056b3;
}

/* Error Message */
.error-message {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
