@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
    padding: 0;
    box-sizing: border-box;
    background-color: #f6f6f6 !important;
    font-family: "Poppins", sans-serif !important;
    min-height: 100%;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #ff4f00;
}

::selection {
    color: #fff;
    background: #ff4f00;
}

/* ====================
dashboard css
===================== */
.dashboard-cards-parent {
    margin-bottom: 20px;
}

.card-design {
    background: rgb(0, 0, 0);
    background: linear-gradient(60deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(248, 77, 126, 1) 0%,
            rgba(251, 178, 192, 1) 100%);
    border-radius: 10px;
    padding: 20px;
}

.card-design-two {
    background: rgb(0, 0, 0);
    background: linear-gradient(60deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(164, 121, 237, 1) 0%,
            rgba(201, 165, 250, 1) 100%);
    border-radius: 10px;
    padding: 20px;
}

.card-design-three {
    background: rgb(0, 0, 0);
    background: linear-gradient(60deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(50, 192, 157, 1) 0%,
            rgba(154, 244, 176, 1) 100%);
    border-radius: 10px;
    padding: 20px;
}

.card-design-four {
    background: rgb(0, 0, 0);
    background: linear-gradient(60deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(234, 190, 84, 1) 0%,
            rgba(246, 214, 119, 1) 100%);
    border-radius: 10px;
    padding: 20px;
}

.page-name {
    padding: 5px 0px 10px 0px;
}

.page-name p {
    color: #252525;
    font-size: 18px;
    margin-bottom: 0px;
}

.deshboard-card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.deshboard-card-header h2 {
    font-size: 18px;
    font-weight: 500;
    color: #252525;
}

.dashboard-card-score {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.dashboard-card-score h3 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
}

.dashboard-card-score span {
    color: #000;
    font-size: 14px;
}

.dashboard-card-score span i {
    color: #8d0f30;
    margin-right: 5px;
}

.dashboard-card-score .decrease-icon {
    color: #36008c;
}

.dashboard-card-score .pending-icon {
    color: #086642;
}

.dashboard-card-score .tech-icon {
    color: #95710b;
}

.create-job-table {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}

.table-head-style {
    background-color: #ffeae1 !important;
    font-size: 16px;
    font-weight: 500;
    color: #252525;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.create-job-table table.dataTable.table-striped>tbody>tr:nth-of-type(2n + 1)>* {
    box-shadow: none;
}

.table-body-style {
    font-size: 16px !important;
    color: #4d4d4d !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.table-name h3 {
    font-size: 18px;
    color: #252525;
}

.create-job-table .dataTables_length {
    display: none;
}

.create-job-table .dataTables_filter {
    display: none;
}

.create-job-table .pagination .previous .page-link {
    background-color: transparent !important;
    color: #777777 !important;
    border: none;
}

.create-job-table .pagination .next .page-link {
    background-color: transparent !important;
    color: #777777 !important;
    border: none;
}

.create-job-table .dataTables_info {
    color: #565656;
}

.create-job-table .page-link.active {
    background-color: transparent !important;
}

.create-job-table .page-link {
    background-color: transparent;
    border: none;
    color: #565656 !important;
}

.create-job-table .page-link:focus {
    box-shadow: none;
}

.create-job-table .page-link:hover {
    background-color: transparent;
}

.create-job-table .active>.page-link,
.page-link.active {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ff4f00;
    color: #fff !important;
    z-index: 0;
}

.open-color {
    color: #1133ac;
}

.progress-color {
    color: #d90f0f;
}

.accepted-color {
    color: #f29304;
}

.complete-color {
    color: #095303;
}

.work-category-chart {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.cart-header {
    font-size: 18px;
    color: #252525;
    font-weight: 400;
}

.total-earning-chart {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.apexcharts-menu-icon {
    display: none;
}

.chart-name {
    display: flex;
    justify-content: space-between;
}

.earning-content p {
    font-size: 14px;
    margin-bottom: 0px;
    color: #252525;
}

.earning-price {
    font-size: 18px;
    font-weight: 700;
}

/* dashboard dropdown  */
.chat-popup-button {
    width: 100%;
}

.message-parent {
    display: flex;
    gap: 25px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.pofile-image-name {
    display: flex;
    gap: 10px;
    align-items: center;
}

.person-name {
    font-size: 14px;
    color: #252525;
    text-wrap: nowrap;
    text-align: left;
    margin-bottom: 5px;
}

.person-message {
    font-size: 12px;
    color: #808080;
    text-align: left;
    margin-bottom: 0px;
    text-wrap: nowrap;
}

.message-list {
    height: 350px;
    overflow: auto;
}

.mail-button .message-list {
    padding: 10px 20px;
}

.message-time {
    text-align: center;
    /* width: 20%; */
    display: flex;
    align-items: center;
    flex-direction: column;
}

.message-timing {
    font-size: 12px;
    color: #707070;
    margin-bottom: 5px;
}

.number-message {
    font-size: 14px;
    display: flex;
    background-color: #ff4f00;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
}

.notification-separator {
    height: 1px;
    background-color: #eeeeee;
    margin: 15px 0px;
}

.message-day {
    margin-bottom: 12px;
    text-decoration: none;
    color: #404046;
}

.day-seprater {
    margin-bottom: 12px;
}

/* notificcation scroll design width */
.message-list::-webkit-scrollbar {
    /* width: 10px; */
    display: none;
}

.message-name {
    display: flex;
    flex-direction: column;
}

/* chat popup design css  */

.chat-content {
    position: relative;
}

.chat-header {
    position: absolute;
    right: 0;
    z-index: 100;
}

.chat-dialog .chat-content {
    border-radius: 20px;
}

.chat-content .chat-header {
    border-bottom: none;
    padding: 14px 14px;
}

.chat-content .chat-body {
    padding: 0px;
}

.right-chat-parent {
    background-color: #f8f8f8;
    padding: 20px 30px;
    border-radius: 20px 0px 0px 20px;
    height: 100%;
}

.chat-profile {
    margin-bottom: 40px;
}

.chat-profile-two img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.chat-name {
    font-size: 18px;
    color: #252525;
}

.chat-message {
    font-size: 12px;
    color: #808080;
    margin-bottom: 0px;
}

.search-design {
    position: relative;
    margin-bottom: 20px;
}

.search-design input {
    border-radius: 50px;
    padding: 10px 4px 10px 45px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.search-icon {
    position: absolute;
    top: 25%;
    left: 5%;
}

.chat-list {
    height: 500px;
    overflow: auto;
}

/* chat-list scroll design width */
.chat-list::-webkit-scrollbar {
    /* width: 10px; */
    display: none;
}

.change-price a {
    text-decoration: none;
}

.chat-list ul {
    list-style: none;
    padding-left: 0px;
}

.chat-area {
    padding: 20px 25px 20px 0px;
    position: relative;
    height: 100%;
}

.show-online {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.chat-profile-margin {
    margin-bottom: 0px;
}

.live-chat-area {
    height: 550px;
     /* margin-right: 25px; */
     overflow: auto;
     position: absolute;
     width: 100%;
     bottom: 76px;
     height: 84%;
 }

/* live chat scroll design width */
.live-chat-area::-webkit-scrollbar {
    /* width: 10px; */
    display: none;
}

.notification-separator-two {
    height: 1px;
    background-color: #eeeeee;
    margin: 15px 0px 0px 0px;
}

.chat-input {
    position: relative;
}

.chat-input input {
    width: 100%;
    background-color: #f8f8f8;
    padding: 12px 135px 12px 20px;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.chat-input input:focus-visible {
    outline: none;
}

.chat-send {
    background-color: #ff4f00;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: none;
}

.file-input>input {
    display: none;
}

.file-input i {
    font-size: 18px;
    color: #616161;
    cursor: pointer;
}

.chat-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    right: 1%;
    top: 15%;
}

.person-chat {
    width: 100%;
    height: 100%;
}

.sender {  
    padding: 10px 10px;
    border-radius: 0px 10px 10px 10px;
    width: 100%;
    margin: 10px 0px;
}

.sender p {
    margin-bottom: 0px;
    font-size: 14px;
}

/* .reciver {
    background-color: #ff4f00;
    padding: 10px 10px;
    border-radius: 10px 0px 10px 10px;
    width: max-content;
    margin: 10px 0px;
    text-align: right;
    margin-left: auto;
    color: white;
}

.reciver p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
} */

.chat-separate {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #e0e0e0;
    font-size: 14px;
    /* margin: 0px 5px; */
}

.chat-separate::before {
    margin-right: 15px;
}

.chat-separate::after {
    margin-left: 15px;
}

.chat-separate::before,
.chat-separate::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #e0e0e0;
    width: 100%;
}

.chat-icon {
    display: none;
}

.message-send {
    position: absolute;
    width: 100%;
    bottom: 0px;
}



/* ============================
profile page css
============================ */
.profile-page-content {
    margin-top: 10px;
}

.page-name a {
    color: #252525;
    font-size: 18px;
    text-decoration: none;
}

.page-name a i {
    margin-right: 8px;
}

.profile-page {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 20px;
}

.profile-parent {
    background-color: rgba(223, 223, 223, 0.29);
    width: 350px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 75px;
    margin-bottom: 70px;
}

.profile-image {
    position: relative;
    width: fit-content;
    margin: 0px auto 15px;
}

.profile-image .profile-user {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    object-fit: contain;
}

.profile-icon {
    position: absolute;
    top: 6%;
    right: 7%;
}

.profile-shop-name h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #212121;
    margin-bottom: 15px;
}

.uploard-button {
    text-align: center;
}

.uploard-button button {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    background-color: #ff4f00;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.form-lable {
    margin-bottom: 20px;
}

.form-lable span {
    position: relative;
    color: #252525;
    font-size: 14px;
    font-weight: 500;
}

.form-lable span:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    bottom: -4px;
    background-color: #777777;
    left: 0;
}

.profile-input .select-design {
    font-size: 14px;
    padding: 15px 15px;
    border-color: #c7c7c7;
    color: #848484;
}

.profile-input .select-design:focus {
    box-shadow: none;
    border-color: #c7c7c7;
}

.profile-lable {
    font-size: 14px;
    color: #252525;
}

.profile-input .profile-control {
    font-size: 14px;
    padding: 15px 15px;
    border-color: #c7c7c7;
    color: #252525;
}

.profile-input .profile-control::placeholder {
    color: #848484;
}

.profile-input .profile-control:focus {
    box-shadow: none;
    border-color: #c7c7c7;
}

.profile-buttons {
    text-align: right;
    margin-top: 20px;
}

.profile-buttons .profile-cancle {
    padding: 9px 15px;
    color: #777777;
    background: transparent;
    border: 1px solid #777777;
    border-radius: 5px;
}

.profile-buttons .profile-save {
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #ff4f00;
    color: #fff;
    border: none;
}

/* ============================
My jobs page css
============================ */
#layout-common {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-top: 10px;
}

.header-common {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header-name h3 {
    font-size: 18px;
}

.header-button a {
    padding: 8px 15px;
    text-decoration: none;
    background-color: #ff4f00;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.layout-datatable table.dataTable.table-striped>tbody>tr:nth-of-type(2n + 1)>* {
    background-color: #fcf7f6;
    box-shadow: none;
}

.layout-datatable .table-body-style,
.table-head-style {
    border-bottom: none;
}

.layout-datatable .active>.page-link,
.page-link.active {
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ff4f00;
    color: #fff !important;
}

.layout-datatable .pagination .previous .page-link {
    background-color: transparent !important;
    color: #777777 !important;
    border: none;
}

.layout-datatable .pagination .next .page-link {
    background-color: transparent !important;
    color: #777777 !important;
    border: none;
}

.layout-datatable .dataTables_info {
    color: #565656;
}

.layout-datatable .page-link.active {
    background-color: transparent !important;
}

.layout-datatable .page-link {
    background-color: transparent;
    border: none;
    color: #565656 !important;
}

.layout-datatable .page-link:focus {
    box-shadow: none;
}

.layout-datatable .page-link:hover {
    background-color: transparent;
}

.layout-datatable .dataTables_filter {
    color: #252525;
}

.layout-datatable .dataTables_filter .form-control-sm {
    border-radius: 20px;
    font-size: 16px;
    border-color: #dee2e6;
    padding: 6px 15px;
    color: #252525;
}

.layout-datatable .dataTables_filter .form-control-sm:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.layout-datatable .dataTables_length {
    color: #252525;
}

.layout-datatable .dataTables_length .form-select-sm {
    font-size: 16px;
    border-color: #dee2e6;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #252525;
}

.layout-datatable .dataTables_length .form-select-sm:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.archive-buton {
    background-color: transparent;
    color: #f29304;
    border: 1px solid #f29304;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 5px;
    height: 28px;
    width: 28px;
}

.archive-buton i {
    display: flex;
    justify-content: center;
}

.my-job-delete {
    background-color: transparent;
    color: #0b9700;
    border: 1px solid #0b9700;
    border-radius: 5px;
    font-size: 15px;
    height: 28px;
    width: 28px;
}

.Repost-job-button{
    background-color: transparent;
    color: #ff4f00;
    border: 1px solid #ff4f00;
    border-radius: 5px;
    font-size: 15px;
    height: 28px;
    width: 28px;
}

.noshow-job-button{
    background-color: transparent;
    color: #ff4f00;
    border: 1px solid #ff4f00;
    border-radius: 5px;
    font-size: 15px;
    height: 28px;
    width: 28px;
}

.myjob-complaint button {
    background-color: transparent;
    border: 1px solid #d90f0f;
    color: #d90f0f;
    border-radius: 5px;
    margin-left: 5px;
    padding: 0px 5px;
}

.model-complaint {
    text-align: center;
}

.content-complain {
    position: relative;
}

.head-complain {
    position: absolute;
    top: 9%;
    right: 2%;
    z-index: 10;
}

.content-complain .head-complain {
    border-bottom: none;
    padding: 0px;
}

.issue-yes {
    height: 35px;
    width: 65px;
    border-radius: 5px;
    color: #777777;
    border: 1px solid #777777;
    background-color: transparent;
}

.issue-no {
    height: 36px;
    width: 65px;
    border-radius: 5px;
    background-color: #f42727;
    color: #fff;
    border: none;
}

.my-job-complaint {
    height: 60px;
    width: 60px;
    background-color: #f42727;
    color: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.resolved-text {
    font-size: 25px;
    color: 000;
    margin-bottom: 15px;
}

.my-job-complaint i {
    font-size: 30px;
}

.model-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* ============================
Create job page css
============================ */
.step-count {
    display: flex;
    align-items: center;
    gap: 15px;
}

.step-count span {
    white-space: nowrap;
    font-size: 14px;
    color: #777777;
}

.step-count hr {
    width: 100%;
    background-color: #777777;
}

.button-input {
    position: relative;
}

.button-input .float-button {
    position: absolute;
    top: 49%;
    right: 2%;
    background-color: #ff4f00;
    color: #fff;
    border: none;
    font-size: 14px;
    padding:2%;
    margin:-1%;
}

.button-input .float-button:hover {
    background-color: #ff4f00;
    color: #fff;
}

.button-input .float-button:active {
    background-color: #ff4f00 !important;
    color: #fff !important;
}

/* file upload  */

.drop_box {
    margin: 0px 0;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px dashed #777777;
    border-radius: 10px;
}

.drop_box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 0px;
}

.drop_box p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777777;
}

.drop-button {
    text-decoration: none;
    background-color: transparent;
    color: #ff4f00 !important;
    padding: 8px 15px !important;
    border: 1px solid #ff4f00 !important;
    outline: none;
    transition: 0.3s;
}

.drop-button:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #005af0;
    padding: 8px 15px;
    border: none;
    border: 1px solid #ff4f00;
}

.form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
}

/* model popup  */
.procedure-popup {
    max-width: 31% !important;
}

.procedure-popup .model-design {
    border-radius: 0px;
}

.procedure-popup .model-design .procedure-head {
    border-bottom: none;
}

.procedure-heading {
    font-size: 16px;
}

.procedure-text {
    color: #6d6d6d;
    font-size: 14px;
}

.model-design .procedure-footer {
    border-top: none;
}

.procedure-upload {
    background-color: transparent !important;
    border: 1px solid #ff4f00 !important;
    color: #ff4f00 !important;
    border-radius: 5px !important;
    padding: 5px 20px !important;
}

.procedure-submit {
    background-color: #ff4f00 !important;
    color: #fff;
    border-radius: 5px;
    margin-left: 15px !important;
    padding: 6px 20px !important;
    border: none !important;
}

.procedure-button {
    height: 35px;
    width: 100px;
}

.procedure-close:focus {
    box-shadow: none !important;
}

.select-design option {
    white-space: wrap !important;
}

.multi-selector .dropdown-toggle {
    font-size: 14px;
    padding: 15px 15px;
    border-color: #c7c7c7;
    color: #848484;
    background-color: transparent;
}

.multi-selector .dropdown-toggle:active {
    background-color: transparent !important;
}

.multi-selector .bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin solid #c7c7c7 !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px;
}

.multi-selector .btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: transparent !important;
}

.multi-selector .btn:hover {
    background-color: transparent;
}

.multi-selector .dropdown-item.active,
.dropdown-item:active {
    background-color: #ff4f00 !important;
}

.multi-selector .bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    background-color: transparent;
}

.multi-selector .bs-searchbox {
    display: none;
}

.multi-selector .form-control:focus {
    color: #848484;
    background-color: transparent;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

/* =======================
my shop css
======================= */

.list-wrapper {
    padding: 15px;
    overflow: hidden;
}

.list-item {
    border: 1px solid #eee;
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.list-item h4 {
    color: #ff7182;
    font-size: 18px;
    margin: 0 0 5px;
}

.list-item p {
    margin: 0;
}

.simple-pagination ul {
    margin: 0 0 0px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #666;
    border-radius: 5px;
    padding: 6px 13px;
    text-decoration: none;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #eee;
}

.simple-pagination .current {
    color: #fff;
    background-color: #ff4f00;
    border-color: #ff4f00;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #ff4f00;
}

/* card design  */
.cards-design {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* align-items: stretch; */
    gap: 10px;
}

.card-image {
    width: 37%;
    border-radius: 10px 0px 0px 10px;
    /* background-color: #24aae1; */
}

.card-content {
    width: 60%;
}

.shop-name {
    display: flex;
    justify-content: space-between;
}

.shop-name button {
    background-color: transparent;
    border: none;
}

.shop-name h4 {
    color: #212121;
    font-size: 18px;
}

.card-content .shop-manager {
    font-size: 12px;
    color: #808080;
    margin-bottom: 5px;
}

.manage-count {
    color: #777777;
}

.card-image img {
    border-radius: 10px 0px 0px 10px;
    width: 90%;
}

.card-address p {
    color: #111111;
    font-size: 14px;
}

.card-address p i {
    color: #8d8d8d;
    height: 14px;
    width: 16px;
}

.shop-name .dropdown-toggle::after {
    display: none;
}

/* =============================
technician page css 
============================= */
.action-button-datatable button {
    background-color: transparent;
    border: none;
    color: #777777;
}

.action-button-datatable button::after {
    display: none;
}

#example-two {
    border: 1px solid black !important;
}

.tech-button {
    background-color: transparent;
    border: none;
    color: #4d4d4d;
    padding: 0px;
}

.tech-header {
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%;
}

.tech-body {
    position: relative;
}

.tech-content {
    border-radius: 10px !important;
}

.tech-content .tech-header {
    padding: 20px;
    border-bottom: none;
}

.tech-body {
    padding: 0px !important;
}

.tech-content .tech-head {
    background-color: #ffab88;
    height: 90px;
    position: relative;
    border-radius: 10px 10px 0px 0px;
    /* background-image: url(../image/orange-dot-pattern-free-png.webp); */
}

.tech-image {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.tech-image img {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.tech-profile-info {
    padding: 0px 20px;
    padding-top: 35px;
    padding-bottom: 15px;
    background-color: #ffab88;
}

.tech-user-name {
    font-size: 20px;
    color: #252525;
    margin-bottom: 5px;
    text-align: center;
}

.tech-ratting {
    margin-bottom: 5px;
    text-align: center;
}

.mail-phone {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

.mail-phone p {
    color: #252525;
    margin-bottom: 0px;
}

.mail-phone p i {
    color: #ff4f00;
    margin-right: 5px;
}

.tech-seperater {
    height: 1px;
    background-color: #c7c7c7;
}

.tech-jobs {
    padding: 20px 20px 0px 20px;
}

.job-done {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    margin-bottom: 20px;
}

.job-done-a {
  padding: 10px;
  display: flex;
  justify-content: center;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  margin-bottom: 20px;
  a {
    color: #252525;
  }
}

.job-done p {
    margin-bottom: 0px;
}

/* =============================
role management page css 
============================= */
/* Remove this container when use*/
.component-title {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #888;
    text-align: center;
}

/* The switch - the box around the slider */
.container {
    width: 51px;
    height: 31px;
    position: relative;
}

.modal-container {
    width: 100%;
    height: auto;
}

/* Hide default HTML checkbox */
.checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.switch {
    width: 100%;
    height: 86%;
    display: block;
    background-color: #e9e9eb;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

/* The slider */
.slider {
    width: 22px;
    height: 22px;
    position: absolute;
    left: calc(50% - 22px / 2 - 10px);
    top: calc(50% - 27px / 2);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.checkbox:checked+.switch {
    background-color: #ff4f00;
}

.checkbox:checked+.switch .slider {
    left: calc(50% - 27px / 2 + 10px);
    top: calc(50% - 27px / 2);
}

/* =============================
permisson management page css 
============================= */
.cl-checkbox {
    position: relative;
    display: inline-block;
}

/* Input */
.cl-checkbox>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.cl-checkbox>span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.cl-checkbox>span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 1px;
    /* Safari */
    border-color: #c7c7c7;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.cl-checkbox>span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 12px;
    height: 7px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.cl-checkbox>input:checked,
.cl-checkbox>input:indeterminate {
    background-color: #018786;
}

.cl-checkbox>input:checked+span::before,
.cl-checkbox>input:indeterminate+span::before {
    border-color: #ff4f00;
    background-color: #ff4f00;
}

.cl-checkbox>input:checked+span::after,
.cl-checkbox>input:indeterminate+span::after {
    border-color: #fff;
}

.cl-checkbox>input:indeterminate+span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.cl-checkbox:hover>input {
    opacity: 0.04;
}

.cl-checkbox>input:focus {
    opacity: 0.12;
}

.cl-checkbox:hover>input:focus {
    opacity: 0.16;
}

/* Active */
.cl-checkbox>input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.cl-checkbox>input:active+span::before {
    border-color: #85b8b7;
}

.cl-checkbox>input:checked:active+span::before {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
}

/* Disabled */
.cl-checkbox>input:disabled {
    opacity: 0;
}

.cl-checkbox>input:disabled+span {
    color: rgba(0, 0, 0, 0.38);
    cursor: initial;
}

.cl-checkbox>input:disabled+span::before {
    border-color: currentColor;
}

.cl-checkbox>input:checked:disabled+span::before,
.cl-checkbox>input:indeterminate:disabled+span::before {
    border-color: transparent;
    background-color: currentColor;
}

/* =============================
user management page css 
============================= */
.action-button-user button {
    background-color: #d2fbea;
    color: #00bb6c;
    border: none;
    border-radius: 5px;
}

.user-profile-margin {
    margin-top: 85px;
}

/* =============================
Summary page css 
============================= */
.shops-tab {
    gap: 30px;
}

.shops-tab .active-design.active,
.shops-tab .show>.active-design {
    background-color: #fff !important;
    color: #ff4f00 !important;
    border-bottom: 1px solid #ff4f00;
    border-radius: 0px;
}

.active-design {
    color: #777770 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.shops-card {
    margin-bottom: 25px;
}

.shop-card {
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.shop-header {
    display: flex;
    justify-content: space-between;
    background-color: #b7dfff;
    border-radius: 10px 10px 0px 0px;
    padding: 15px;
}

.shop-two {
    background-color: #fff09e;
    max-height: 80px;
}

.shop-three {
    background-color: #ffccae;
    max-height: 80px;
}

.shop-four {
    background-color: #afffb7;
}

.shop-headding {
    font-size: 18px;
    margin-bottom: 0px;
}

.shop-header span {
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
}

.jobs-count {
    display: flex;
    justify-content: space-between;
}

.shop-content {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.jobs-count p {
    color: #252525;
    font-size: 14px;
    margin-bottom: 0px;
}

.shop-performance {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.chart-header {
    padding: 0px 15px;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
}

.chart-lable {
    font-size: 18px;
    color: #252525;
}

.shop-performance {
    margin-bottom: 25px;
}

.chart-selecter {
    border: 1px solid #c7c7c7;
    color: #252525;
}

.chart-selecter:focus {
    box-shadow: none !important;
    border-color: #c7c7c7 !important;
}

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

.chart-month {
    font-size: 18px;
    color: #252525;
    /* margin-bottom: 10px; */
}

.chart-content span {
    padding: 2px 10px;
    background-color: #ecdeff;
    color: #000;
    font-size: 12px;
    border-radius: 12px;
}

.chart-increase {
    color: #2e950b;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.chart-price {
    font-size: 24px;
    color: #252525;
}

.total-job {
    background: rgb(255, 154, 149);
    background: linear-gradient(180deg,
            rgba(255, 154, 149, 1) 3%,
            rgba(255, 156, 150, 1) 5%,
            rgba(255, 192, 172, 1) 97%,
            rgba(255, 191, 175, 1) 98%);
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
}

.shop-open-job {
    background: rgb(138, 205, 255);
    background: linear-gradient(180deg,
            rgba(138, 205, 255, 1) 5%,
            rgba(143, 159, 255, 1) 97%);
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
}

.shop-in-progress {
    background: rgb(252, 125, 247);
    background: linear-gradient(180deg,
            rgba(252, 125, 247, 1) 3%,
            rgba(252, 126, 250, 1) 5%,
            rgba(194, 117, 255, 1) 97%,
            rgba(191, 112, 255, 1) 98%);
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
}

.shop-complete-job {
    background: rgb(143, 255, 207);
    background: linear-gradient(180deg,
            rgba(143, 255, 207, 1) 3%,
            rgba(141, 250, 208, 1) 5%,
            rgba(148, 213, 213, 1) 97%);
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 10px;
}

.shop-performace-tab {
    margin-top: 20px;
}

/* ====================
setting css
===================== */
.general-profile-parent {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 30px 0px;
}

.general-image {
    position: relative;
}

.general-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.general-image img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}

.general-icon img {
    width: 30px;
    height: 30px;
}

.file {
    position: relative;
    overflow: hidden;
    background-color: #ff4f00;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    margin-right: 15px;
}

.upload-button {
    position: absolute;
    font-size: 12px;
    opacity: 0;
    left: 0;
    top: 0;
}

.general-content h4 {
    font-size: 18px;
    color: #212121;
    margin-bottom: 5px;
}

.general-content p {
    font-size: 14px;
    color: #777777;
    margin-bottom: 5px;
}

.profile-cancle {
    padding: 7px 15px;
    color: #777777;
    background: transparent;
    border: 1px solid #777777;
    border-radius: 5px;
}

.billing-info-parent {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.billing-text {
    font-size: 14px;
    color: #252525;
    margin-bottom: 0px;
}

.delete-margin {
    margin-bottom: 15px;
}

.update-bil-button {
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 5px;
    background-color: #5447ed;
    border: none;
    color: #fff;
}

.delete-parent {
    display: flex;
    gap: 15px;
}

.delete-text {
    width: 25%;
}

.delete-text p {
    font-size: 14px;
    color: #777777;
}

.delete-account {
    padding: 8px 15px;
    color: #777777;
    border: 1px solid #777777;
    background-color: transparent;
    border-radius: 5px;
    margin-right: 10px;
}

.learn-more {
    padding: 9px 15px;
    background-color: #ff4f00;
    color: #fff;
    border: none;
    border-radius: 5px;
}

/* Remove this container when use*/
.component-title {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 30px;
    left: 0;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #888;
    text-align: center;
}

/* The switch - the box around the slider */
.container-two {
    width: 51px;
    height: 31px;
    position: relative;
}

/* Hide default HTML checkbox */
.checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.switch {
    width: 90%;
    height: 80%;
    display: block;
    background-color: #ff4f00;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

/* The slider */
.slider {
    width: 20px;
    height: 20px;
    position: absolute;
    left: calc(50% - 16px / 2 - 14px);
    top: calc(50% - 27px / 2);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.checkbox:checked+.switch {
    background-color: #777777;
}

.checkbox:checked+.switch .slider {
    left: calc(50% - 27px / 2 + 10px);
    top: calc(50% - 27px / 2);
}

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

.notification-layout {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
    margin-bottom: 0px;
}

.verification-tab {
    margin-bottom: 5px;
}

.scurity-text {
    font-size: 14px;
    color: #777777;
    margin-bottom: 0px;
}

/* ======================================
my shop review css 
====================================== */
#my-review {
    padding: 5px 20px;
}

.review-banner {
    background-color: #fdeee7;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.review-content {
    text-align: center;
}

.year-review {
    font-size: 18px;
    color: #252525;
}

.ratting {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.out-off {
    font-size: 14px;
    color: #504a4a;
    width: 14%;
    text-align: left;
}

.ratting-number {
    font-size: 60px;
    color: #ff4f00;
}

.revie-section {
    padding: 0px 25px 25px 25px;
    background-color: #fff;
    border-radius: 10px;
}

.review-list {
    padding: 5px 5px;
    /* border-bottom: 1px solid #c7c7c7; */
}

.star-review {
    margin-bottom: 15px;
}

.star-review img {
    width: 28px;
}

.review-header h4 {
    font-size: 14px;
    color: #252525;
}

.review-description p {
    font-size: 14px;
    color: #6d6d6d;
}

/* ======================================
help and support css 
====================================== */
.help-banner .support-banner {
    width: 100%;
}

.input-elevated {
    font-size: 16px;
    line-height: 1.5;
    border: none;
    background: #ffffff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23838D99' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-size: 20px 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    width: 500px;
    padding: 0.5em 1em 0.5em 2.5em;
    margin-right: 10px;
}

.input-elevated::placeholder {
    color: #8c8c8c;
}

.input-elevated:focus {
    outline: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}

.help-banner {
    position: relative;
}

.support-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff66;
    padding: 30px 50px;
    border-radius: 10px;
    text-align: center;
}

.support-content h4 {
    font-size: 24px;
    margin-bottom: 25px;
}

.search-input .help-search {
    background-color: #ff4f00;
    color: #fff;
    font-size: 16px;
    border: none;
    padding: 8px 25px;
    border-radius: 10px;
}

.help-desk-card {
    background-color: #fff;
    padding: 0px 0px 30px 0px;
    border-radius: 0px 0px 10px 10px;
}

.live-chat-card {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 25%;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.help-chat-text h4 {
    color: #252525;
    font-size: 18px;
    margin-bottom: 8px;
}

.help-chat-text p {
    font-size: 14px;
    color: #252525;
    margin-bottom: 10px;
}

.help-chat-text a {
    text-decoration: none;
    color: #ff4f00;
    font-size: 14px;
}

.help-card-parent {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 30px;
}

.faq-section {
    padding: 0px 50px;
}

.accordian-design {
    /* position: relative; */
    margin: 20px 20px;
    border-bottom: none !important;
    width: 45%;
}

.accordian-hover {
    z-index: 100;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
}

.accordian-parent {
    display: flex;
    flex-wrap: wrap;
}

.accordian-width {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.accordian-button-design {
    border: 1px solid #e1e1e1 !important;
    border-radius: 10px !important;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    color: #252525;
    font-size: 16px;
}

.accordian-button-design:focus {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) !important;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) !important;
    border: 1px solid #e1e1e1 !important;
}

.accordian-button-design:not(.collapsed) {
    background-color: #fff !important;
    color: #252525;
}

.accordion-text {
    color: #777777;
    font-size: 16px;
}

/* ======================================
technican popup css 
====================================== */
.delete-model .modal-dialog-centered {
    max-width: 35%;
}

.delete-image {
    text-align: center;
    margin-bottom: 10px;
}

.delete-model .delete-popup-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
}

.delete-model .delete-content {
    border-radius: 10px;
}

.delete-model .delete-popup-body {
    padding: 0px 60px;
}

.delete-content {
    text-align: center;
}

.delete-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.delete-content p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 25px;
}

.delete-popup {
    margin-bottom: 20px;
}

.delete-popup-cancle {
    border-radius: 10px;
    border: 1px solid #777777;
    padding: 10px 20px;
    font-size: 16px;
    color: #777777;
    margin-right: 15px;
}

.delete-popup-inactive {
    font-size: 16px;
    background-color: #f42727;
    color: #fff;
    padding: 11px 20px;
    border-radius: 10px;
    border: none;
}

/* ============================
Complain page css
============================ */
.complain-view {
    color: #ff4f00;
    border: none;
    background-color: transparent;
}

.complain-profile {
    margin-bottom: 30px;
    width: 100%;
    padding: 25px 30px;
}

.complain-image {
    display: flex;
    gap: 20px;
    align-items: center;
}

.complain-image .shop-image {
    width: 130px;
    height: 130px;
}

.carousel-item {
    gap: 10px;
}

.complain-title {
    display: flex;
    justify-content: space-between;
}

.complain-title p {
    margin-bottom: 0px;
}

.title-name {
    margin-right: 5px;
}

/* .complain-description {
    background-color: #dfdfdf4a;
    height: 100%;
    border-radius: 20px;
    padding: 25px;
    position: relative;
} */
.profile-parent.complain-profile {
    border: 1px solid #eee;
    background: #fcf7f6;
    background-color: #fcf7f6 !important;
}
.complain-title p span.title-name.fw-bold {
    font-weight: 500 !important;
    color: #000;
}

.comment-box.gap-2 {
    margin: 10px 0 10px 0;
}
.profile-parent.complain-profile {
    border: 1px solid #eee;
}

.complain-description {
    background-color: #ffffff4a;
    height: 100%;
    border-radius: 20px;
    /* padding: 25px; */
    position: relative;
    /* border: 1px solid #ccc; */
}

.complain-description ul li {
    color: #6d6d6d;
    margin-bottom: 15px;
    line-height: 1.8;
}

.complain-description ul li::marker {
    color: #ff4f00;
}

.image-slider .carousel-inner {
    border-radius: 20px;
    box-shadow: 0 0 4px #000;
}

.image-slider .carousel-control-next-icon {
    background-color: #ff4f00;
    -webkit-mask-size: cover;
    border-radius: 5px;
    background-size: 65%;
}

.image-slider .carousel-control-prev-icon {
    background-color: #ff4f00;
    -webkit-mask-size: cover;
    border-radius: 5px;
    background-size: 65%;
}

.complain-page-button {
    /* text-align: right; */
    margin-top: auto;
    margin-top: 10px;
}

.complain-page-button button {
    padding: 8px 15px;
    background-color: #ff4f00;
    color: #fff;
    border-radius: 5px;
    border: none;
}

.radio-complain-button {
    display: flex;
    display: inline-flex;
    margin-top: 12px;
}

.radio-button {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 10px 10px;
    position: relative;
    align-items: center;
    color: #6d6d6d;
}

.radio-button input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.radio {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ff4f00;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    transform: translateZ(-25px);
    transition: all 0.3s ease-in-out;
}

/* .radio::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s ease-in-out;
  } */

.radio-button input[type="radio"]:checked+.radio {
    border-color: #ff4f00;
    transform: translateZ(0px);
    background-color: #ff4f00;
}

.radio-button input[type="radio"]:checked+.radio::before {
    opacity: 1;
}



/* ==============================12 Jun 2024 ================================*/
button.add_money_btn {
    padding: 10px 25px;
    border-radius: 5px;
    background-color: #ff4f00;
    color: #fff;
    border: none;
}

.menuDropdown_admin {
    left: unset !important;
    right: 0 !important;
}

.profile-form.cstm-cls .profile-parent {
    width: 100% !important;
    margin: 0 !important;
}

.profile-form.cstm-cls .profile-parent .profile-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.layout-datatable li.paginate_button.page-item.active:hover {
    background-color: #ff4f00;
    color: #fff !important;
    border-radius: 50%;
}

.complain-description.cstm-cls-review .profile-image.complain-image {
    display: flex;
    flex-direction: column;
}

.main-box-job-details {
    padding: 0px 16px;
}

.main-box-job-details .box-jobs-line {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    align-items: flex-start;
}

.main-box-job-details .box-jobs-line strong {
    min-width: 150px;
}

.main-box-job-details .box-jobs-line p {
    margin: 0;
}

textarea#Review-comment {
    padding: 6px 10px;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
}

.paymentModalContiner,
.paymentFailModalContiner {
    padding: 10px 16px;
}

.paymentModalContiner button,
.paymentModalContiner button:hover,

.paymentFailModalContiner button,
.paymentFailModalContiner button:hover {
    background: transparent;
    border: 0;
    color: blue;
    text-decoration: underline;
    outline: 0;
    font-size: 16px;
}

.paymentModalContainer,
.paymentFailModalContiner {
    padding: 10px 16px;
}

.paymentModalContainer button,
.paymentModalContainer button:hover,

.paymentFailModalContainer button,
.paymentFailModalContainer button:hover {
    background: transparent;
    border: 0;
    color: blue;
    text-decoration: underline;
    outline: 0;
    font-size: 16px;
}

#paymentsdetail {
    padding: 12px 20px;
    width: fit-content;
    margin: 0px auto;
    min-width: 340px;
}

#paymentsdetail p.select_card {
    font-size: 22px;
    margin-bottom: 4px;
}

#paymentsdetail #inputCustomAmount input {
    width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 6px;
    min-height: 44px;
    padding: 2px 8px;
}

#Cardpayment #card_details {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 16px;
}

#paymentsdetail #payNow {
    min-width: 100%;
    margin-top: 20px !important;
}

button.back_btn-mdl,
button.back_btn-mdl-failed {
    position: absolute;
    top: 80px;
    left: 20px;
    background: #e7e7e7;
    border: 0;
    padding: 4px 12px;
    border-radius: 2px;
}

#paymentsdetail #payNow {
    border: none;
    outline: none;
    background-color: #ff4f00;
    padding: 10px;
    width: 100%;
    max-width: 50%;
    color: #fff;
}

.main-wrp-payment-modal {
    margin: 0px auto;
    width: calc(100% - 40px);
    padding: 20px 0;
}

.main-wrp-payment-modal button#rePay,
.main-wrp-payment-modal button#rePay:focus,
.main-wrp-payment-modal button#rePay:hover,
.main-wrp-payment-modal button#rePay:active,
#new_payment_form button#rePay,
#new_payment_form button#rePay:focus,
#new_payment_form button#rePay:hover,
#new_payment_form button#rePay:active {
    background: #ff4f00;
    color: white;
    border-color: #ff4f00;
}

div#new_payment_form {
    padding: 10px 10px;
}



/* Loader CSS */
.box-loader-cstm {
    border: 0;
    border-radius: 3px;
    font-size: 30px;
    padding: 0;
    margin-bottom: .25em;
    vertical-align: top;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000029;
}

.box-loader-cstm .loader-box {
    border: .2em solid currentcolor;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s loader-cstm linear infinite;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

@keyframes loader-cstm {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.roll_box span.user-name.uerr_role {
    display: block;
    font-size: 11px;
}
.main_user_bx {
    display: flex;
    gap: 10px;
}
.darkdown::after{
    content: none;
}
.roll_box {
    position: relative;
    padding-right: 20px;
}

.roll_box::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
}
.user-card_details .label-row{
    margin-top: 6px;
}
.Repost-job-button{
    background-color: transparent;
    color: #ff4f00;
    border: 1px solid #ff4f00;
    border-radius: 5px;
    font-size: 15px;
    height: 28px;
    width: 28px;
}


/* add new css 30th jan  */
.input-field-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.input-field-container .profile-input select + span{
    display:block;
    width: 100% !important;
}
.input-field-container .select2-container .select2-selection--single {
    height: 53px;
}
.input-field-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 13px;
    padding-top: 10px;
}
.input-field-container  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 6px;
}
.input-field-container .profile-buttons {
    text-align: right;
    margin-top: 0px;
}
.card-address p.email-addresss{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    .input-field-container .profile-input select + span{
        width: 100% !important;
    }
}



/* 25 Apr 2025 */
.support-content .search-input.input {
    display: flex;
}
.support-content .search-input.input input.input-elevated {
    max-width: calc(100% - 106px);
}
.faq-section .accordian-hover {
    position: relative;
}

section#my-review .review-banner .ratting {
    align-items: flex-end;
}
section#my-review .review-banner span.out-off {
    width: fit-content;
    margin-bottom: 20px;
}
section#my-review .revie-section {
    padding: 25px;
}
section#my-review .revie-section .list-wrapper {
    padding: 0;
}
section#my-review .page-name > .revie-section .review-list {
    margin-bottom: 20px;
    border-bottom:1px solid #0000000f;
    padding-bottom:20px;
}
section#my-review .page-name > .revie-section .list-wrapper .row .col-md-12:last-child .review-list{
    border:0;
    padding-bottom:0;
}
.faq-content .accordian-width {
    padding:20px 30px;
}
.faq-content .accordian-width .accordion-item.accordian-design {
    margin: 25px 0;
}