

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: "Sora", sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
img{
    width: 100%;
}
.sub_title {
    color: #146FD3;
    font-size: 24px;
    font-weight: 600;
}

.title {
    color: #010101;
    font-size: 48px;
    font-weight: 600;
    text-transform: capitalize;
}
.title span {
    color: #146FD3;
}
.des {
    color: #747474;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0;
}


img {
    width: 100%;
}

.logo {
    display: block;
    width: 70px;
}


/*****===== Login Screen =====*****/
.logo {
    width: 80px;
    margin: 30px auto 0;
}
.login_screen {
    display: flex;
    align-items: center;
    height: 80vh;
    flex-direction: column;
    justify-content: center;
}
.login_screen .login_photo {
    width: 64%;
    margin: 0 auto 36px;
}
.login_screen .login_form_sec .form_sec .form_group {
    margin-bottom: 18px;
}
.login_screen .login_form_sec .form_sec .title {
    text-align: center;
    font-size: 34px;
    margin-bottom: 26px;
}
.login_screen .login_form_sec .form_sec .form_group label {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    text-transform: capitalize;
}

.login_screen .login_form_sec .form_sec .form_group  .form-control {
    height: 44px;
}
.login_screen .login_form_sec .form_sec .form_group .form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.login_screen .login_form_sec .form_sec .form_group .forgot {
    color: #8f8f8f;
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}
.login_screen .login_form_sec .form_sec .form_group.login_btn_group input.login_btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #340c6f;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
    text-transform: capitalize;
}
.login_screen .login_form_sec .form_sec .form_group.login_btn_group input.login_btn:hover {
    background: #5412b5;
}

/*****===== Login Screen =====*****/

/*****===== My Profile Screen =====*****/

/*****===== My Profile Screen =====*****/


/*****===== Dashboard Screen =====*****/

.user_search {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
    top: 0;
    padding: 24px 0;
    z-index: 1;
}

.user_search .top_sec {
    margin-top: 0;
}

.top_sec {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    margin-top: 14px;
}

.top_sec .title_sec .title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.top_sec .title_sec  .des {
    font-size: 12px;
}
.top_sec .title_sec {
    display: flex;
}

.top_sec .title_sec .user_photo {
    margin-right: 12px;
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_sec .title_sec .user_photo i {
    color: #777777;
}

.top_sec .notification {
    margin-left: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e0cbff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.top_sec .notification i {
    color: #a1a1a1;
    color: #340c6f;
    font-size: 16px;
}
.seaech_sec .search input[type="text"] {
    width: 100%;
    border: 1px solid #cbcacbaa;
    height: 44px;
    border-radius: 6px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
}
/*****===== Dashboard Screen =====*****/



.m_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    background: url('../images/menu-bg.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 50%;
    z-index: 500;
}
.m_footer .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    padding-top: 30px;
}
.m_footer .menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    font-size: 9px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1;
    color: #747474;
    transition: all 0.3s;
    flex: 0 0 20%;
}
.m_footer .menu a svg {
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
}
.m_footer .menu a svg path {
    fill: #747474;
    transition: all 0.3s;
}
.m_footer .menu a.active {
    font-weight: 600;
    color: #412145;
}
.m_footer .menu a.active svg path {
    fill: #412145;
}
.m_footer .menu a:hover {
    color: #412145;
}
.m_footer .menu a:hover svg path {
    fill: #412145;
}
.m_footer .menu a.btn {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #340c6f;
    transform: translateY(-75px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 54px;
    margin-top: 50px;
}
.m_footer .menu a.btn svg {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}
.m_footer .menu a.btn svg path {
    fill: #fff;
}
.m_footer .menu a.btn:hover {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(65,33,69,0.8);
}
.m_footer .menu a.btn:hover svg path {
    fill: #412145;
}

.m_footer .menu a i {
    font-size: 30px;
}

.m_footer .menu a  span.icon {
    margin-bottom: 13px;
}

.m_footer .menu a.btn span.icon {
    margin: 0;
}

.m_footer .menu a.btn span.icon i {
    color: #fff;
}





/****==== Dashboar Page ====****/
.dashboard_sec {
    margin-bottom: 120px;
    margin-top: 140px;
    padding-top: 10px;
}
.dashboard_sec .task_sec {
    margin-bottom: 30px;
}
.task_sec .task_date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}



.task_sec .task_date .title {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.task_sec .task_date .date {
    font-size: 16px;
    color: #333;
    margin: 0;
}


.task_sec .task_date .date i {
    margin-right: 4px;
}

.task_sec .task_date.task_see {
    background: #340c6f;
    padding: 10px;
    border-radius: 5px;
}

.task_sec .task_date.task_see .title {
    color: #fff;
}

.task_sec .task_date.task_see .view_all {
    color: #dac2ff;
}
.task_sec .task_date.task_see .view_all:hover {
    color: #b38fe9;
}



.task_sec .task_list .task_content {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    -moz-box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    -webkit-box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    padding: 13px;
    border-radius: 10px;
    margin-bottom: 13px;
}

.task_sec .task_list .task_content .right_sec {
    width: 100%;
}

.task_sec .task_list .task_content .right_sec .top_sec {
    display: flex;
    justify-content: space-between;
    margin: 0;
    margin-bottom: 8px;
}
.task_sec .task_list .task_content .right_sec .top_sec .service_id {
    display: flex;
}
.task_sec .task_list .task_content .service_sec span {
    font-size: 13px;
    background: #b497df;
    color: #fff;
    padding: 3px;
    margin-left: 10px;
    border-radius: 5px;
}
.task_sec .task_list .task_content .ongoing span {
    font-size: 13px;
    background: #9dca35;
    color: #fff;
    padding: 3px;
    margin-left: 7px;
    border-radius: 5px;
}
.task_sec .task_list .task_content .ongoing.completed span {
    background: #36ad26;
    color: #fff;
}
.task_sec .task_list .task_content .ongoing.pending span {
    background: #ffd24e;
    color: #000;
}
.task_sec .task_list .task_content .right_sec .top_sec a.arrow_btn {
    color: #9b6cdf;
}
.task_sec .task_list .task_content .ongoing.incomplete span {
    background: #fd674c;
    color: #ffffff;
}
.task_sec .task_list .task_content .ongoing.cancelled span {
    background: #e93535;
}
.task_sec .task_list .task_content .ongoing.inventory span {
    background: #d833e1aa;
}
.task_sec .task_list .task_content .user_photo {
    width: 42px;
    height: 42px;
    background: #ebebeb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex: 0 0 42px;
    overflow: hidden;
}

.task_sec .task_list .task_content .right_sec .text_content .name_payment {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.task_sec .task_list .task_content .right_sec .text_content .name_payment .name {
    color: #010101;
    font-size: 15px;
    margin-right: 7px;
    margin-bottom: 0;
    font-weight: 600;
}
.task_sec .task_list .task_content .right_sec .text_content .name_payment .name span {
    font-weight: 400;
}

.task_sec .task_list .task_content .right_sec .text_content .name_payment .des {
    font-size: 14px;
}

.task_sec .task_list .task_content .right_sec .text_content .des {
    font-size: 13px;
}

.task_sec .task_list .task_content .right_sec .text_content .date_time {
    display: flex;
    margin-bottom: 2px;
}

.task_sec .task_list .task_content .right_sec .text_content .date_time .des {
    margin-right: 10px;
}
.task_sec .task_list .task_content .location_bottom {
    display: flex;
    margin-top: 4px;
    align-items: end;
    justify-content: space-between;
}
.task_sec .task_list .task_content .right_sec .text_content .location {
    margin: 0;
    display: flex;
    background: #d3d3d3;
    color: #313131;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 5px;
    /* margin-top: 5px; */
    margin-right: 20px;
}
.task_sec .task_list .task_content  .arrow_btn {
    float: right;
    margin-top: 5px;
    color: #340c6f;
}


.task_sec .task_list .task_content .right_sec .text_content .location i {
    margin-right: 6px;
    margin-top: 3px;
}
.task_sec .task_list .task_content .right_sec .top_sec .contact {
    color: #b2b2b3;
}


.view_all {
    color: #340c6f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}
/* All Tast Sec */
.task_sec .task_type .ongoing {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    -moz-box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    -webkit-box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    padding: 13px;
    border-radius: 10px;
    margin-bottom: 13px;
    text-decoration: none;
    align-items: center;
}
.task_sec .task_type .ongoing .icon i {
    color: #939191;
    font-size: 24px;
}

.task_sec .task_type .ongoing .right_sec {
    display: flex;
    width: 85%;
    justify-content: space-between;
    margin-left: 21px;
    align-items: center;
}

.task_sec .task_type .ongoing .right_sec .text_content {
    width: 100%;
}

.task_sec .task_type .ongoing .right_sec .text_content .title {
    font-size: 16px;
    margin-bottom: 7px;
    color: #9dca35;
}
.task_sec .task_type .ongoing.pending .right_sec .text_content .title {
    color: #ffd24e;
}
.task_sec .task_type .ongoing.complete  .right_sec .text_content .title {
    color: #36ad26;
}
.task_sec .task_type .ongoing.incomplete  .right_sec .text_content .title {
    color: #fd674c;
}
.task_sec .task_type .ongoing.cancelled  .right_sec .text_content .title {
    color: #e93535;
}

.task_sec .task_type .ongoing .right_sec .text_content .des {
    font-size: 14px;
}

.task_sec .task_type .ongoing .right_sec i {
    color: #777;
}
/* All Tast Sec */

.task_sec .task_list .task_content .right_sec .contact_region {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.task_sec .task_list .task_content .right_sec .contact_region .location {
    margin-right: 0;
    background: #340c6f;
    color: #fff;
}
.task_sec .task_list .task_content .right_sec .text_content .breakdown_service {
    display: flex;
    align-items: center;
}

.breakdown_service .name_payment {
    margin-bottom: 0;
}

.task_sec .task_list .task_content .right_sec .text_content .breakdown_service .name_payment {
    margin: 0;
}
.task_sec .task_list .task_content.task_info .location_bottom {
    display: flex;
}

/****==== Dashboar Page ====****/


/****==== Profile Page ====****/
.profile_sec .title {
    display: flex;
    font-size: 18px;
    margin-top: 19px;
}
.login_screen.profile .user_photo {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 12px;
    margin: 0 auto 13px;
}

.profile_sec .title a {
    color: #333;
    margin-right: 10px;
}

.profile_sec .login_wrapper {
    height: auto;
}

.profile_sec .login_wrapper .login_screen.profile {
    height: auto;
    margin-top: 40px;
}
.login_screen.profile  .profile_content {
    margin-bottom: 29px;
}

.login_screen.profile .name {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}
.login_screen.profile .profile_content .user_photo {
    position: relative;
}
.login_screen.profile .user_photo .file_upload_sec {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #340c6f;
}

.login_screen.profile .user_photo .file_upload_sec .input_sec {
    opacity: 0;
}

.login_screen.profile .user_photo .file_upload_sec .upload {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
}

.login_screen.profile .user_photo .file_upload_sec .input_sec input[type="file"] {
    width: 100%;
}

.login_screen.profile .user_photo .file_upload_sec .upload i {
    color: #fff;
    margin-top: 7px;
}
/****==== Profile Page ====****/

.login_screen.installation_screen {
    height: auto;
}

/* Info Sec */
.info_sec {
    background: #e3e3e3;
    margin: 0;
    padding: 15px;
    border-radius: 8px;
    margin: 15px auto;
    width: 100%;
}
.info_sec .delear_status {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}
.info_sec .address_content .delear_status .title {
    margin: 0;
    font-size: 18px;
}

.task_sec.job_details_sec .info_sec .address_content .service_sec span {
    font-size: 13px;
    background: #b497df;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
}


.info_sec .delear_status .title {
    margin: 0;
}

.info_sec .delear_status .ongoing span {
    font-size: 13px;
    background: #9dca35;
    color: #fff;
    padding: 3px;
    margin-left: 10px;
    border-radius: 5px;
}
.info_sec .date_time {
    display: flex;
    margin-bottom: 4px;
}

.info_sec .date_time .des {
    font-size: 13px;
    margin-right: 8px;
}
.info_sec .address_content  .sr_no {
    font-size: 14px;
    font-weight: 600;
}

.info_sec .address_content .sr_no span {
    font-weight: 400;
}
.info_sec .top_sec {
    margin-top: 0;
    margin-bottom: 0;
}
.info_sec .top_sec .service_sec span {
    font-size: 13px;
    background: #b497df;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
}
.info_sec .top_sec .r_sec .remaining {
    font-size: 11px;
    color: #010101;
    margin: 6px 0 0;
}
.info_sec .top_sec .sr_no {
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: left;
    width: 100%;
}
.info_sec .top_sec .r_sec {
    margin-left: auto;
    text-align: right;
}
/* .info_sec .address_content {
    text-align: center;
} */

.info_sec .top_sec .sr_no span {
    font-weight: 400;
}

.info_sec .address_content .address {
    font-size: 13px;
    margin-bottom: 9px;
}
.info_sec .address_content .title {
    margin: 0 auto 7px;
    /* font-size: 14px; */
    display: block;
}
.contact_region a {
    text-decoration: none;
    font-size: 13px;
    margin-left: 10px;
    color: #333;
}

.contact_region a i {
    font-size: 12px;
    margin-right: 2px;
}

.info_sec .address_content .service_type {
    align-items: center;
    margin-bottom: 0;
    margin-right: 13px;
    display: flex;
    background: #fff;
    padding: 6px 8px;
    border-radius: 5px;
}
.info_sec .address_content .service_type .title {
    font-size: 12px;
    display: block;
    margin: 0;
}

.info_sec .address_content .service_type span {
    background: #fff;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 5px;
    margin-left: 5px;
    padding: 0;
}
.info_sec .service_address {
    display: flex;
    flex-wrap: wrap;
}

.info_sec .service_address .service_breakdown {
    display: flex;
}
.info_sec .service_address {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.info_sec .service_address .service_breakdown {
    display: flex;
}

.info_sec .location {
    margin: 0;
    background: #340c6f;
    padding: 6px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 13px;
    display: inline-block;
    margin-bottom: 7px;
}

.info_sec .location i {
    font-size: 12px;
}
/* Info Sec */




.details_form_sec {
    background: #e3e3e3;
    margin: 0;
    padding: 15px;
    border-radius: 8px;
    margin: 15px auto;
}


.login_screen .login_form_sec .details_form_sec .title {
    margin: 0 auto 19px;
    font-size: 18px;
}
.profile_sec .login_wrapper .login_screen.installation_screen .login_form_sec .form_sec .form_group label {
    font-size: 14px;
}
.profile_sec .login_wrapper .login_screen.installation_screen .form_group textarea.form-control {
    height: 84px !important;
}
.profile_sec .login_wrapper .login_screen.installation_screen .form_group textarea.form-control.corrective {
    height: 110px !important;
}

.profile_sec .login_wrapper .login_screen.installation_screen .login_form_sec .form_sec .form_group {
    margin-bottom: 8px;
}

.profile_sec .login_wrapper .login_screen.installation_screen .login_form_sec .form_sec .form_group label {
    font-size: 14px;
}

.profile_sec .login_wrapper .login_screen.installation_screen .login_form_sec .form_sec .form_group .form-control {
    height: 34px;
    font-size: 14px;
}

.part_select {
    background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    /* height: 24px; */
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.part_select:after {
    content: "";
    position: absolute;
    /* background: #340c6f; */
    height: 100%;
    top: 0;
    bottom: 0;
    width: 25%;
    right: 0;
}

.part_select .left_sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part_select .left_sec .part_name {
    margin-bottom: 0;
}

.part_select .left_sec .sr_no {
    margin: 0;
    font-size: 10px;
    color: #212121aa;
}

.part_select .left_sec .sr_no span {
    font-size: 10px;
    color: #212121aa;
}

.part_select span {
    color: #010101;
    font-size: 13px;
    text-transform: capitalize;
}
.part_select span.number {
    margin-right: 76px;
    color: #595959;
}
.profile_sec .login_wrapper .login_screen.installation_screen .login_form_sec .form_sec .form_group  select.form-select {
    height: 34px;
    font-size: 14px;
}

.check_group_wrapper {
    display: flex;
    margin-bottom: 16px;
    align-items: center;
}
.part_select_sec {
    margin-top: 16px;
}
.part_select .price {
    position: absolute;
    right: 7px;
    z-index: 1;
    color: #fff;
    font-size: 13px;
}

.part_select_sec .form_group {
    display: flex;
    width: 100%;
    align-items: center;
}

.part_select_sec .form_group .close_icon {
    margin-left: 10px;
    color: #f00;
    font-size: 16px;
}

.part_select .price span {
    color: #fff;
    font-size: 13px;
}
/* .login_screen .login_form_sec .details_form_sec .check_group_wrapper .title {
    margin: 0 auto 16px !important;
} */

.login_screen .login_form_sec  .check_group_wrapper .spares_check_group {
    display: flex;
    margin-left: auto;
}

.login_screen .login_form_sec .check_group_wrapper .spares_check_group .form-check {
    margin-right: 7px;
    font-size: 14px;
}
/* .check_group_wrapper:last-child {
    margin-bottom: 0;
} */
.login_screen .login_form_sec .check_group_wrapper .title {
    margin: 0;
    font-size: 14px;
}
.login_screen .login_form_sec .form_sec .ticket_id .title {
    font-size: 18px;
    margin: 0 auto 10px;
}


/* Location Select */
.location_select_sec {
    display: flex;
    margin-top: 0;
}
.location_select_sec .location_select {
    width: 35%;
    height: 30px;
    overflow: hidden;
    margin-right: 10px;
}
.location_select_sec .location_select [type="radio"]:checked,
.location_select_sec .location_select [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.location_select_sec .location_select [type="radio"]:checked + label, .location_select_sec .location_select [type="radio"]:not(:checked) + label {
    position: relative;
    /* padding-left: 28px; */
    cursor: pointer;
    line-height: 20px;
    /* display: inline-block; */
    color: #666;
    width: 100%;
    margin: 0;
    /* z-index: -1; */
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location_select_sec .location_select [type="radio"]:checked + label:before, 
.location_select_sec .location_select [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    right: 0;
    z-index: -1;
}
.location_select_sec .location_select [type="radio"]:checked + label:after, 
.location_select_sec .location_select [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #340c6f;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
    bottom: 0;
    /* color: #fff; */
}
.location_select_sec .location_select [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.location_select_sec .location_select [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.location_select_sec .location_select [type="radio"]:checked + label {
    color: #fff;
}
.profile_sec .login_wrapper .login_screen.installation_screen .login_form_sec .form_sec .form_group.working_fine {
    margin: 10px auto 20px;
}
.profile_sec .login_wrapper .login_screen.installation_screen .login_form_sec .form_sec .working_fine .title {
    margin-right: 10px;
}

.profile_sec .login_wrapper .login_screen.installation_screen .login_form_sec .form_sec .working_fine .location_select_sec .location_select {
    width: 35%;
    flex: 0 0 66%;
}



/* Location Select */

/* Rating Sec */
.location_select_sec .location_select.poor [type="radio"]:checked + label:after {
    background: #fc555d;
}
.location_select_sec .location_select.fair [type="radio"]:checked + label {
    color: #010101;
}
.location_select_sec .location_select.fair [type="radio"]:checked + label:after {
    background: #fbea40;
}
.location_select_sec .location_select.good [type="radio"]:checked + label:after {
    background: #9fda74;
}
.location_select_sec .location_select.excellent [type="radio"]:checked + label:after {
    background: #62cc64;
}
/* Rating Sec */

/*****===== Menu Page =====*****/
.top_sec {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    margin-top: 14px;
}

.top_sec .title_sec .title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.top_sec .title_sec  .des {
    font-size: 12px;
}
.top_sec .title_sec {
    display: flex;
}
.menu_top_sec {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    -moz-box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    -webkit-box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    padding: 13px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.menu_top_sec .user_info {
    display: flex;
    flex-wrap: wrap;
}
.menu_page .user_info .user_photo {
    margin-right: 12px;
    width: 56px;
    height: 56px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_page .user_info .user_photo i {
    color: #777777;
    font-size: 28px;
}
.menu_top_sec .text_content .name {
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 5px;
    color: #010101;
}
.menu_top_sec .text_content .name span {
    font-size: 11px;
    background: #b497df;
    color: #fff;
    padding: 3px;
    margin-left: 4px;
    border-radius: 5px;
    position: relative;
    top: -2px;
}
.menu_top_sec .text_content .sr_no {
    font-size: 12px;
    margin-bottom: 6px;
}
.menu_top_sec .edit {
    color: #7d7d7d;
}
.menu_page {
    margin-top: 26px;
}
.menu_page .menu_list {
    padding: 0;
    margin: 0;
    box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    -moz-box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    -webkit-box-shadow: 0px 4px 8px 0px rgb(177 177 177 / 50%);
    border-radius: 10px;
}

.menu_page .menu_list li {
    list-style: none;
}

.menu_page .menu_list li a {
    text-decoration: none;
    width: 100%;
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 13px 14px;
    color: #340c6f;
}

.menu_page .menu_list li a i {
    margin-right: 11px;
    color: #340c6f;
}

.menu_page .menu_list li a.ongoing {
    color: #9dca35;
}

.menu_page .menu_list li a.ongoing i {
    color: #9dca35;
}
.menu_page .menu_list li a.pending {
    color: #ffd24e;
}

.menu_page .menu_list li a.pending i {
    color: #ffd24e;
}
.menu_page .menu_list li a.completed {
    color: #36ad26;
}

.menu_page .menu_list li a.completed i {
    color: #36ad26;
}
.menu_page .menu_list li a.incomplete {
    color: #fd674c;
}

.menu_page .menu_list li a.incomplete i {
    color: #fd674c;
}
.menu_page .menu_list li a.cancelled {
    color: #e93535;
}

.menu_page .menu_list li a.cancelled i {
    color: #e93535;
}

.menu_page .menu_list li a span {
    /* margin-left: auto; */
    float: right;
    /* color: #eaeaea; */
}

i.menu_page .menu_list li a span i {
    color: #eaeaea;
}

.menu_page .menu_list li a span i {
    color: #898989 !important;
}
/*****===== Menu Page =====*****/


/*****===== Service Details Page =====*****/
.service_content {
    margin-top: 8px;
}
.dashboard_sec .task_sec.job_details_sec .task_date.task_see {
    flex-direction: row;
    align-items: center;
}
.task_sec.job_details_sec .task_date.task_see .r_sec {
    display: flex;
    flex-direction: column;
    text-align: right;
}
.details_region_location {
    display: flex;
    align-items: center;
}

.details_region_location .name_payment {
    margin: 0;
}

.details_region_location .service_content {
    margin: 0;
}
.task_sec.job_details_sec .task_date.task_see .r_sec .remaining {
    font-size: 11px;
    color: #fff;
    margin: 6px 0 0;
}
.dashboard_sec .task_sec.job_details_sec .task_date .ongoing span {
    font-size: 13px;
    background: #9dca35;
    color: #fff;
    padding: 3px;
    margin-left: 10px;
    border-radius: 5px;
}
.dashboard_sec .task_sec.job_details_sec .task_date .contact {
    color: #b2b2b3;
    margin-top: 2px;
}
.dashboard_sec .task_sec.job_details_sec .task_date .status_ccontact .ongoing {
    margin-right: 8px;
}

.dashboard_sec .task_sec.job_details_sec .task_date .status_ccontact .ongoing span {
    margin: 0;
}

.task_sec.job_details_sec .task_date.task_see .r_sec .service_sec span {
    font-size: 13px;
    background: #b497df;
    color: #fff;
    padding: 3px;
    border-radius: 5px;
}


.dashboard_sec .task_sec.job_details_sec .task_date {
    margin-bottom: 11px;
}

.dashboard_sec .task_sec.job_details_sec .task_date .job_id {
    margin-bottom: 0;
    font-size: 13px;
    color: #747474;
    margin-top: 3px;
}
.dashboard_sec .task_sec.job_details_sec .task_date .status_ccontact {
    display: flex;
    margin-right: 10px;
}
.service_content .service {
    color: #010101;
    font-size: 15px;
    margin-right: 7px;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 3px;
}
.service_content .service_list span {
    border: 1px solid #747473;
    color: #747474;
    font-size: 12px;
    padding: 1px 7px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 6px;
    margin-right: 4px;
}

.feedback_form_sec .form_sec .form_group textarea.form-control {
    height: 84px !important;
}


/* Upload File */
.login_screen .form_group.upload_form .title{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}
.feedback_form_sec .form_group.upload_form .title{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
}

.form_group.upload_form .upload_content {
    position: relative;
    height: 100px;
}

.form_group.upload_form .upload_content [type="file"] {
    opacity: 0;
    height: 100%;
}

.form_group.upload_form .upload_content .text_content {
    position: absolute;
    background: #e3e3e3;
    left: 0;
    right: 0;
    border-radius: 5px;
    text-align: center;
    padding: 7px;
    /* height: 70px; */
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form_group.upload_form .upload_content .text_content i {
    color: #340c6f;
    margin-right: 10px;
    font-size: 30px;
}

.form_group.upload_form .upload_content .text_content  label.form-label {
    color: #767577;
    margin: 14px auto 0;
    font-size: 12px;
}
.upload_text_content .uploading_sec {
    display: flex;
    align-items: self-start;
    margin-top: 10px;
}

.upload_text_content .uploading_sec .text_content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.upload_text_content .uploading_sec .icon {
    background: #e8d9ff;
    width: 50px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 7px;
}

.upload_text_content .uploading_sec .icon i {
    color: #6b6b6b;
    font-size: 20px;
}

.upload_text_content .uploading_sec .share_border {
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    /* width: 90%; */
}

.upload_text_content .uploading_sec .text_content .icon {
    margin: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: no-repeat;
}



.upload_text_content .uploading_sec .text_content .share {
    font-size: 10px;
    margin: 0;
    color: #9b9b9b;
    margin-right: 30px;
}

/* .upload_text_content .uploading_sec .share_border .progress_border {
    background: #eaeaea;
    width: 100%;
    height: 4px;
    border-radius: 15px;
    position: relative;
}

.upload_text_content .uploading_sec .share_border .progress_border:after {
    content: "";
    background: #340c6f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    border-radius: 5px;
} */

.upload_text_content .uploading_sec .text_content .icon {
    background: #149325;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin: 6px auto;
    text-decoration: none;
}
.upload_text_content .uploading_sec .text_content .icon.close {
    background: #f00;
}
.upload_text_content .uploading_sec .text_content .icon i {
    font-size: 9px;
    color: #ffffff;
}

.upload_text_content {
    margin-top: 9px;
}
/* Upload File */



.feedback_form_sec .form_sec .form_group .form-control {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.feedback_form_sec .form_sec .form_group.login_btn_group input.login_btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #340c6f;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
    text-transform: capitalize;
    outline: none;
}
.feedback_form_sec .form_sec .form_group.login_btn_group input.login_btn:hover {
    background: #5412b5;
}

.complaint_contain {
    margin-top: 8px;
}

.task_sec .task_list .task_content .location_bottom {
    display: inline-flex;
}

.complaint_contain .service {
    font-size: 15px;
    margin-bottom: 3px;
    color: #010101;
    font-weight: 600;
}
.service_content .service_list span.active {
    background: #340c6f;
    color: #fff;
    border: 1px solid #340c6f;
}


.service_content.satisfaction .service_list span.poor {
    background: #fc555d;
    color: #fff;
    border: 1px solid #fc555d;
}
.service_content.satisfaction .service_list span.fair {
    background: #fbea40;
    color: #010101;
    border: 1px solid #fbea40;
}
.service_content.satisfaction .service_list span.good {
    background: #9fda74;
    color: #fff;
    border: 1px solid #9fda74;
}
.service_content.satisfaction .service_list span.excellent {
    background: #62cc64;
    color: #fff;
    border: 1px solid #62cc64;
}
.details_btn {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.details_btn .replay_btn {
    background: #340c6f;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 4px;
    text-transform: capitalize;
    text-decoration: none;
    margin: 0 4px;
    width: 48%;
    text-align: center;
}
.details_btn .replay_btn i {
    margin-left: 4px;
}
.details_btn .replay_btn:hover {
    background: #5412b5;
}
.details_btn .replay_btn.complete {
    background: #62cc64;
}

.details_btn .replay_btn.complete:hover {
    background: #46b348;
}

/* Details Modal */
.mark_modal .modal-content .modal-header {
    border-bottom: none;
    padding: 0;
}

.mark_modal .modal-content .modal-header button.btn-close {
    margin: 0;
}
.mark_modal .modal-content .modal-body {
    text-align: center;
    padding: 0 0 20px;
}
.mark_modal .modal-content .modal-body .title {
    margin: 0;
    font-size: 20px !important;
    color: #333;
}

.mark_modal .modal-content .modal-footer {
    justify-content: center;
    border-top: 0;
    padding-bottom: 30px;
}

.mark_modal .modal-content .modal-footer .yes_btn {
    border: none;
    background: #340c6f;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 4px;
    text-transform: capitalize;
    text-decoration: none;
    margin: 0 4px;
    text-align: center;
}

.mark_modal .modal-content .modal-footer .yes_btn.no {
    background: #62cc64;
}
.mark_modal .modal-content .modal-header button.btn-close {
    margin: 0;
    float: right;
    margin-left: auto;
    background-size: 10px;
}   

/* Details Modal */


.dashboard_sec .task_sec.job_details_sec .task_date.task_see .job_right .job_id {
    color: #fff;
}

.task_sec.job_details_sec .info_sec {
    margin-top: 0;
}

.feedback_form_sec .details_btn .replay_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.task_sec .task_list .task_content .dealer_id {
    color: #010101;
    font-size: 14px;
    margin-right: 7px;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 4px;
}

.task_sec .task_list .task_content .dealer_id span {
    font-weight: 400;
}


/*****===== Service Details Page =====*****/

/*****===== Feedback Form Page =====*****/

.feedback_form_sec .details_form_sec .title {
    font-size: 14px;
}
.check_group_wrapper .spares_check_group {
    display: flex;
    margin-left: auto;
}
.check_group_wrapper .spares_check_group .form-check {
    margin-right: 7px;
    font-size: 14px;
}
.feedback_form_sec .form_group label {
    font-size: 14px;
    margin-bottom: 5px;
}
.feedback_form_sec .form_sec .form_group {
    margin-bottom: 10px;
}
.feedback_form_sec .check_group_wrapper .title {
    margin: 0;
    font-size: 14px;
}

.feedback_form_sec .form_sec .form_group.working_fine .location_select_sec {
    flex-wrap: wrap;
    display: flex;
    width: 30%;
    margin-left: auto;
    flex-direction: row;
}

.feedback_form_sec .form_sec .form_group.working_fine .location_select_sec .location_select {
    flex: 0 0 40%;
    margin: 0 0px 0 10px;
    width: 40%;
}


/* Machine Details */

.machine_details .accordion-item .accordion-button {
    padding: 10px;
    background: #e3e3e3;
    font-size: 14px;
    color: #010101;
    font-weight: 700;
}
.machine_details .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.machine_details .accordion-item .details_info {
    padding: 15px;
}

.machine_details .accordion-item .details_info .des {
    font-size: 13px;
    color: #010101;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 19px;
}

.machine_details .accordion-item .details_info .des span {
    font-weight: 400;
}

.machine_details .accordion-item .details_info .des:last-child {
    margin-bottom: 0;
}


.machine_details .accordion-item .accordion-button:after {
    background-image: var(--bs-accordion-btn-icon);
}
/* Machine Details */

.sr_no_details {
    font-size: 14px;
    font-weight: 600;
    margin: 5px auto 0;
    color: #010101;
    background: #e3e3e3;
    display: inline-flex;
    padding: 5px;
    border-radius: 5px;
}
.sr_no_details span {
    font-weight: 400;
}
/*****===== Feedback Form Page =====*****/

/*****===== Dealers Page =====*****/
.region_coordinator .title {
    font-size: 18px;
    margin-bottom: 4px;
}

.region_coordinator  a {
    font-size: 12px;
    color: #858080;
    text-decoration: none;
}

.region_coordinator a i {
    font-size: 10px;
}

.region_coordinator {
    margin-bottom: 5px;
}
.region_coordinator .title span {
    color: #340c6f;
}
.task_content.task_info.delear_info {
    margin-bottom: 20px;
}
.region_coordinator .sr_no {
    font-size: 13px;
    margin-bottom: 0;
}
.dealers_top {
    margin-bottom: 14px;
}
.dealers_top select.form-select {
    font-size: 12px;
    padding: 10px;
}
.dealers_top select.form-select:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}
.contact_region.contact_person .name {
    font-size: 14px;
    margin: 0;
    color: #010101;
}
 .task_sec .task_list .task_content.task_info.delear_info .dealer_id {
    margin-bottom: 3px;
}
/*****===== Dealers Page =====*****/


/*****===== Inventory Page =====*****/
.dealers_top.inventory_time select.form-select {
    font-size: 10px;
}
.info_sec.inventory_info .product_title {
    color: #010101;
    font-size: 18px;
    font-weight: 700;
}
.info_sec.inventory_info .part_select_sec .part_select {
    margin-bottom: 13px;
}
.info_sec.inventory_info .replay_btn {
    background: #62cc64;
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 4px;
    text-transform: capitalize;
    text-decoration: none;
    margin: 0 4px;
    text-align: center;
    width: 100%;
    display: block;
}
.info_sec.inventory_info .replay_btn:hover {
    background: #72e774;
}

.task_list  .task_content.inventory_content {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.task_sec .task_list .task_content.inventory_content .right_sec {
    width: auto;
}

.task_sec .task_list .task_content.inventory_content .name_payment .name {
    font-size: 16px;
    color: #010101;
    font-weight: 600;
    margin-bottom: 4px;
}

.task_sec .task_list .task_content.inventory_content .name_payment .name span {
    font-weight: 400;
}

.task_sec .task_list .task_content.inventory_content .dealer_id {
    font-size: 12px;
    margin: 3px 0 0;
    color: #5d5d5d;
}

.task_sec .task_list .task_content.inventory_content .right_sec .count_no {
    background: #d9d7d9;
    width: 30px;
    display: inline-flex;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 13px;
}
/*****===== Inventory Page =====*****/


/*****===== Product Transfer Page =====*****/
.my_stock_sec .product_list_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.my_stock_sec .product_list_content .product_content {
    background: #fff;
    width: 91%;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.my_stock_sec .product_list_content .left_sec {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 6px;
}
.my_stock_sec .product_list_content .left_sec .part_name {
    margin-bottom: 0;
}
.my_stock_sec .product_list_content .left_sec .sr_no {
    margin: 0;
    font-size: 10px;
    color: #212121aa;
}
.my_stock_sec .product_list_content .left_sec span.number {
    color: #595959;
    font-size: 13px;
}
.my_stock_sec .product_list_content .product_content .transfer_product {
    background: #340c6f;
    color: #fff;
    font-size: 13px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.my_stock_sec .product_list_content .close_icon {
    color: #f00;
    margin-left: 10px;
}
.dashboard_sec.product_transfer .details_btn .replay_btn.cancel {
    background: #616161;
}
.dashboard_sec.product_transfer .title {
    font-size: 22px;
}

.dashboard_sec.product_transfer .check_group_wrapper.stock_type {
    flex-direction: column;
    align-items: self-start;
    margin-bottom: 3px;
}
.dashboard_sec.product_transfer .check_group_wrapper.stock_type .title {
    display: block;
    margin-bottom: 8px;
}

.dashboard_sec.product_transfer .check_group_wrapper.stock_type .spares_check_group {
    margin-left: 0;
}
.feedback_form_sec .form_sec .my_stock_sec .title {
    font-size: 18px;
}
.feedback_form_sec .form_sec .my_stock_sec .title span {
    font-size: 18px;
    color: #010101;
    float: right;
}
.feedback_form_sec .form_sec .my_stock_sec .title i {
    margin-left: 10px;
}
.feedback_form_sec .form_sec .my_stock_sec .title span i {
    margin-left: 0;
    margin-right: 7px;
}
.feedback_form_sec .form_sec .my_stock_sec .form-group input[type="text"] {
    width: 100%;
    width: 100%;
    border: 1px solid #cbcacbaa;
    height: 44px;
    border-radius: 6px;
    padding: 15px;
    background: #fff;
}
.feedback_form_sec .form_sec .my_stock_sec {
    margin-top: 12px;
}
.feedback_form_sec .form_sec .my_stock_sec .form-group {
    margin-bottom: 12px;
}
.dashboard_sec.product_transfer .form_group select.form-select:focus {
    box-shadow: none;
    border: 1px solid #bbb8b8;
    outline: none;
}

.feedback_form_sec .form_sec .my_stock_sec .form-group input[type="text"]:focus-visible {
    outline: none;
}
.search_btn_clr{
    background: #d1da5b;
    color: #fff;
}
.reset_btn_clr{
    background: #340c6f;
    color: #fff;
}
.job_completion_btn{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 5px;
}
/*****===== Product Transfer Page =====*****/