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

* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

:root {
    --primary-color: #ff4f00;
    --secondary-color: #ff653e;
    --btn-hover-color: #d18800;
    --input-text: #000000;
    --input-border: #EDEDED;
    --white: #ffffff;
    --body-color: #FBFCFF;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    height: 70px;
    align-items: center;
}

.pending-payments-container {
    width: 100%;
    gap: 5px;
    display: grid;
    grid-template-columns: 1fr 20% 20%;
}
.pending-payment-header {
    background-color: #FFE3D6;
    padding: 4px 16px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
}
.pending-payment-content {
    background-color: #FFE3D6;
    padding: 4px 16px;
    border-radius: 5px;
    font-weight: 400;
}

.login-header {
    position: sticky;
    z-index: 100;
    background-color: #fff;
    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);
}

.header-button .login-button .register-button {
    font-size: 16px;
    background-color: #ff4f00;
    padding: 7px 30px;
    border: none;
    color: #fff;
    border-radius: 5px;
}

.logo {
    display: flex;
    /* align-items: baseline; */
    align-items: center;
    gap: 15px;
}

.logo img {
    width: 100px;
}

.next-tech {
    margin-bottom: 0px;
    font-size: 22px;
    color: #ff4f00;
    font-weight: 500;
}

.header-button .signin-button {
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 5px;
    color: #ff4f00;
    border: 1px solid #ff4f00;
    background-color: transparent;
}

.login-form {
    display: flex;
    align-items: center;
}

.left-image {
    width: 60%;
    height: calc(100vh - 70px);
    background: rgb(255, 182, 148);
    background: linear-gradient(90deg,
            rgba(255, 182, 148, 1) 0%,
            rgba(255, 132, 77, 1) 100%);
}

.right-form {
    width: 40%;
    text-align: center;
}

.left-image {
    position: relative;
    text-align: center;
}

.icons-one {
    position: absolute;
    top: 3%;
    right: 2%;
}

.icons-two {
    position: absolute;
    top: 50%;
    right: 0%;
}

.icons-three {
    position: absolute;
    top: 50%;
}

.icons-four {
    position: absolute;
    top: 5%;
    left: 10%;
}

.icons-five {
    position: absolute;
    bottom: 0;
    right: 10%;
}

.icons-six {
    position: absolute;
    bottom: 0;
    left: 6%;
}

.left-image-text {
    position: absolute;
    bottom: 30px;
    /* top: 50%; */
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.left-image-text h3 {
    font-size: 24px;
    color: #252525;
    margin-bottom: 5px;
}

.left-image-text p {
    font-size: 18px;
    margin-bottom: 0px;
    color: #252525;
}

.login-design {
    padding: 0px 100px;
}

.login-heding {
    padding: 0px 40px;
}

.login-heding h2 {
    color: #252525;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 30px;
}

.login-heding h2 img {
    margin-right: 15px;
}

.login-heding p {
    color: #9d9d9d;
    font-size: 16px;
    margin-bottom: 80px;
}

.form-login {
    text-align: left;
}

.input-lable {
    color: #858585;
    font-size: 16px;
}

.form-login .input-design {
    border: 1px solid #858585;
    color: #858585;
    font-size: 16px;
    padding: 15px 15px 15px 80px;
    border-radius: 10px;
    text-align: center;
}

.form-login .input-design:focus {
    box-shadow: none;
}

.form-login .input-design:focus {}

.form-login .input-design::placeholder {
    color: #858585;
    opacity: 1;
    /* Firefox */
}

.form-login .input-design::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #858585;
}

/* otp css  */
.otp-input-inputs {
    margin-bottom: 40px;
    display: none;
}

.otp-input-fields {
    margin: auto;
    width: auto;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

/* .otp-input-fields input{
    height: 40px;
    width: 40px;
} */
.otp-input-fields .otp-design {
    border: 1px solid #858585;
    color: #858585;
    font-size: 16px;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    text-align: center;
}


.otp-input-fields .otp-design:focus-visible {
    border-color: #858585;
    outline: none;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.otp-input-fields input[type="number"] {
    -moz-appearance: textfield;
}

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

input[type="checkbox"]:checked+label:before {
    background-color: #000;
    border-color: #ed820a;
    color: #fff;
}

.privacy-policy .privacy-lable a {
    color: #ff4f00;
}

.privacy-policy .privacy-input {
    border: 1px solid #252525;
}

/* When the checkbox is checked, add a blue background */
.privacy-policy input:checked~.checkmark {
    background-color: #ff4f00 !important;
}

.privacy-policy .privacy-input:focus {
    box-shadow: none;
}

.login-button button {
    width: 100%;
    padding: 16px 0px;
    background-color: #ff4f00;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 12px;
}

#send-otp-button {
    width: 100%;
    padding: 16px 0px;
    background-color: #ff4f00;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 12px;
}

.register-button button {
    width: 100%;
    padding: 16px 0px;
    background-color: #ff4f00;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 12px;
}

.registration-text p {
    color: #252525;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}

.registration-text span {
    color: #ff4f00;
}

/* Base styles */
.or {
    text-align: center;
    color: #8c8c8c;
    margin-bottom: 25px;
}

.or::before,
.or::after {
    content: "";
}

/* 
/* Horizontal */
.or--x::before,
.or--x::after {
    position: relative;
    border-top: 1px solid #8c8c8c;
    display: inline-block;
    vertical-align: middle;
    width: 16%;
    margin-bottom: 0.15em;
    overflow: hidden;
}

.or--x::before {
    right: 2em;
    /* margin-left: -50%; */
}

.or--x::after {
    left: 2em;
    /* margin-right: -50%; */
}

/* Demo styles */
.demo {
    margin: 4em 1em;
    text-align: center;
}

.demo .or {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #8c8c8c;
    font-size: 0.75em;
    margin: 4em auto;
}

.demo .or--x {
    max-width: 30em;
}

.demo .or--y {
    height: 4em;
}

.login-with {
    text-align: center;
}

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

.login-with a {
    background-color: #efefef;
    padding: 15px 16px;
    border-radius: 15px;
    font-size: 18px;
    color: #252525;
    text-decoration: none;
}

.login-with a:nth-child(2) {
    padding: 15px 20px;
}

.login-with a img {
    width: 30px;
}

#login-footer {
    padding: 10px 40px;
    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);
    position: sticky;
}

.copy-right p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #252525;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 35px; */
}

.link-privacy ul {
    display: flex;
    list-style: none;
    gap: 20px;
    margin-bottom: 0px;
}

.link-privacy ul li a {
    color: #ff4f00;
    text-decoration: none;
    font-size: 16px;
}

/* ===============================
subscription page css
=============================== */
#subscription {
    position: relative;
}

.subscription-icon-one {
    position: absolute;
    top: 0%;
    left: 0%;
}

.subscription-icon-two {
    position: absolute;
    top: 0%;
    right: 0%;
}

.subscription-content {
    text-align: center;
    padding: 25px 0px;
    width: 45%;
    margin: 0 auto;
}

.subscription-header h3 {
    color: #252525;
    font-size: 34px;
    margin-bottom: 15px;
}

.subscription-header p {
    color: #4d4d4d;
    font-size: 18px;
    margin-bottom: 30px;
}

.sunscription-toggle span {
    color: #252525;
    font-size: 14px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff4f00;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
}

input:checked+.slider {
    background-color: #ff4f00;
}

input:focus+.slider {
    box-shadow: none;
    outline: none;
}

input:checked+.slider:before {
    transform: translateX(18px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.subscription-parent {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
}

#subscription-card {
    padding-bottom: 50px;
    position: relative;
}

.subscription-icon-three {
    position: absolute;
    bottom: 0;
    left: 0;
}

.card-design {
    background-color: #f8f8f8;
    padding: 40px;
    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);
}

.card-design-focus {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 1) 0%,
            rgba(255, 79, 0, 1) 0%,
            rgba(255, 150, 103, 1) 100%);
    padding: 40px;
    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);
}

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

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

.card-head h3 {
    font-size: 27px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 8px;
}

.card-head-focus h3 {
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
}

.card-head p {
    color: #4d4d4d;
    font-size: 14px;
    margin-bottom: 30px;
}

.card-head-focus p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
}

.amount {
    font-size: 34px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 25px;
}

.amount-focus {
    font-size: 34px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}

.card-list {
    margin-bottom: 50px;
}

.card-list-focus {
    margin-bottom: 50px;
}

.card-list ul li i {
    color: #ff4f00;
    margin-right: 15px;
    font-size: 16px;
}

.card-list-focus ul li i {
    color: #fff;
    margin-right: 15px;
    font-size: 16px;
}

.card-list ul li {
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 20px;
}

.card-list-focus ul li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.sub-button {
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ff4f00;
    color: #ff4f00;
}

.sub-button-focus {
    background-color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ff4f00;
    color: #ff4f00;
}

.footer img {
    width: 100%;
}

/* ===============================
Privacy Policy page css
=============================== */
.privecy-background {
    background-color: #f6f6f6;
    padding-bottom: 20px;
}

.privacy-banner {
    margin: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    padding: 60px 0px;
}

.privacy-banner .privacy-banner-text {
    text-align: center;
    color: #ff4f00;
    font-size: 32px;
    display: flex;
    justify-content: center;
}

.banner-image {
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-ellipse {
    position: absolute;
    top: 0;
    right: 0;
}

.pricacy-date {
    text-align: center;
    color: #777777;
    font-size: 14px;
    margin-bottom: 0px;
}

.privacy-content {
    margin: 20px 20px 0px 20px;
    padding: 50px 0px;
    background-color: #fff;
    border-radius: 10px;
}

.privacy-text {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

.privacy-text p {
    color: #252525;
}

.list-bold-text {
    color: #777777;
}

.privacy-text h4 {
    color: #ff4f00;
    font-size: 20px;
}

.privacy-text ul li {
    color: #252525;
}

.privacy-text ul:last-child {
    margin-bottom: 0px;
}

/* ==========================
faq page content 
========================== */
.faq-content {
    margin: 20px 20px 0px 20px;
    background-color: #fff;
    border-radius: 10px;
    min-height: 65vh;
}

.accordian-design {
    position: relative;
    margin: 40px 20px;
    border-bottom: none;
}

.accordian-hover {
    position: absolute;
    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;
    /* border: 1px solid #E1E1E1; */
}

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

.accordian-button-design {
    border: 1px solid #e1e1e1;
    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);
    -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);
    border: 1px solid #e1e1e1;
}

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

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

/* ============================
welcome screen 
============================ */
.welcome-image {
    width: 100%;
    height: calc(100vh - 114px);
    background: rgb(255, 182, 148);
    background: linear-gradient(90deg,
            rgba(255, 182, 148, 1) 0%,
            rgba(255, 132, 77, 1) 100%);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.welcome-image .banner-image-two {
    width: 50%;
}

/* ====================
input registration
==================== */
.tel-phone {
    position: relative;
}

.country-code-selecter {
    position: absolute;

    top: 0;
}

.code-selecter {
    padding: 15px;
    background-color: transparent;
    border: 1px solid #858585;
    color: #858585;
    border-radius: 10px 0px 0px 10px;
}

.code-selecter:focus {
    border-color: #858585;

    box-shadow: none;
}

.role-selector {
    padding: 15px;

    border: 1px solid #858585;

    border-radius: 10px;

    color: #858585;
}

.role-selector:focus {
    border-color: #858585;

    box-shadow: none;
}

.password-design {
    position: relative;
}

.toggle-password {
    position: absolute;

    right: 3%;

    top: 58%;
}

.red-star {
    color: red !important;
    font-size: 18px;
}

.green-color {
    color: green;
}

.drag-area {
    border: 2px dashed #777777;
    height: auto;
    width: auto;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.drag-area.active {
    border: 2px solid #777777;
}

.drag-area .icon {
    font-size: 100px;
    color: #777777;
}

.drag-area-header {
    font-size: 30px;
    font-weight: 500;
    color: #777777;
}

.drag-area .drag-area-button {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #ff4f00;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.drag-area span {
    font-size: 25px;
    font-weight: 500;
    color: #777777;
    margin: 10px 0 15px 0;
}

.file-block {
    color: #fff;
    background-color: #ff4f00;
    transition: all 1s;
    width: 100%;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 12px;
    cursor: pointer;
}

.file-icon {
    margin-right: 10px;
}

.file-name,
.file-size {
    padding: 0 3px;
}

.remove-file-icon {
    width: 22px;
}

.viewcontent-popup span {
    font-weight: 400;
}

.close-btn {
    width: 20px;
    border: none;
    background: transparent;
}

.bg-primary-color {
    background-color: #ff4f00;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.bg-primary-color:hover {
    background-color: #ffffff;
    color: #ff4f00;
    border-color: #ff4f00;
}

.text-primary-color {
    color: #ff4f00;
}

.text-primary-color:hover {
    color: #777777;
}

/* // by shivam */
/* ============ Modal Pop ============ */
.main-popup .modal-header {
    background: var(--primary-color);
    color: #ffffff;
    padding: 15px 22px;
    background-color: #ff4f00;
}

.main-popup .modal-body {
    padding: 15px 28px;
}

.main-popup table {
    border: none !important;
}

.main-popup table th {
    background-color: #dadada !important;
    color: #000;
}

.main-popup th:last-child {
    border-radius: 0 !important;
}

.reassign-client {
    background-color: #f1f1f1 !important;
    color: #000;
    padding: 6px 0;
}

.reassign-client .reassign-client_heading h5 {
    font-weight: 500;
}

.client-list-popup .modal-header {
    background: var(--primary-color);
    color: #ffffff;
    padding: 15px 22px;
}

.client-list-popup .modal-body {
    padding: 25px 20px;
}

.client-list-popup table {
    border: none !important;
}

.client-list-popup table th {
    background-color: #dadada !important;
    color: #000;
}

.client-list-popup th:last-child {
    border-radius: 0 !important;
}

/* svg {
    vertical-align: middle;
    color: black;
    background-color: black;
} */

/* drag and drop  */

.drag-area {
    border: 2px dashed #777777;
    height: auto;
    width: auto;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.drag-area.active {
    border: 2px solid #777777;
}

.drag-area .icon {
    font-size: 100px;
    color: #777777;
}

.drag-area-header {
    font-size: 30px;
    font-weight: 500;
    color: #777777;
}

.drag-area .drag-area-button {
    padding: 10px 25px;
    font-size: 20px;
    font-weight: 500;
    border: none;
    outline: none;
    background: #ff4f00;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.drag-area span {
    font-size: 25px;
    font-weight: 500;
    color: #777777;
    margin: 10px 0 15px 0;
}

.file-block {
    color: #fff;
    background-color: #ff4f00;
    transition: all 1s;
    width: 100%;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 12px;
    cursor: pointer;
}

.file-icon {
    margin-right: 10px;
}

.file-name,
.file-size {
    padding: 0 3px;
}

.remove-file-icon {
    width: 22px;
}

.viewcontent-popup span {
    font-weight: 400;
}

.close-btn {
    width: 20px;
    border: none;
    background: transparent;
}

.bg-primary-color {
    background-color: #ff4f00;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.bg-primary-color:hover {
    background-color: #ffffff;
    color: #ff4f00;
    border-color: #ff4f00;
}

.text-primary-color {
    color: #ff4f00;
}

.text-primary-color:hover {
    color: #777777;
}

/* stripe css */

.bold-selected {
    font-weight: bold;
}


/* OTP Paste Css */

/* Add your CSS styles here */
.atm-card {
    width: 400px;
    height: 250px;
    background-color: #007bff;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
}

.card-number {
    font-size: 24px;
    margin-bottom: 10px;
}

.card-holder {
    font-size: 18px;
    margin-bottom: 10px;
}

.card-expiry {
    font-size: 18px;
}

.pay-button {
    float: right;
}

.new-class {
    width: 1000px;
    height: 500px;
}

.job-title {
    margin-top: 12px;
    font-size: 16px;
}

/* ---------08-06-2024--------------- */

.complain-image .shop-image-1 {
    margin-top: 12px;
}

.Review-sec {
    margin-top: 12px;
}

button#rePay {
    width: 100%;
    margin-top: 15px;
}

.form-row.row {
    margin-top: 20px;
}

.panel-heading .display-table {
    margin-top: 15px;
}

div#card_details input {
    margin-top: 15px;
}

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

.select_card {
    font-size: 20px;
    font-weight: 600;
}

.container-center {
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    height: 100vh;
}

/* ------------------------ */
/* 
.center-div {
    height: 66vh;
    display: flex;
    align-items: center;
    width: 100% !important;
    justify-content: center;
}
.panel {
    width:50%;
} */

.greater-icon {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

/* input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
} */

.form-model {
    display: flex;
    justify-content: center;
    align-items: center;
}



/* 16 - July 2024 */
.header-common ul#myTab {
    border: 0;
    display: flex;
    gap: 40px;
}

.header-common ul#myTab li.nav-item button {
    border: 0;
    font-size: 18px;
    color: black;
}

.header-common ul#myTab li.nav-item button.active {
    border-bottom: 1px solid black;
}

/* 
div#myTabContent.tab-content>.tab-pane {
    display: block;
    opacity: 1;
} */


/* Subcription 04/07/2024 */

.subscripton-card-head {
    font-weight: 600 !important;
    color: var(--primary-color);
    text-align: center !important;
    font-size: 26px;
}

.subscripton-per-year {
    font-size: 1rem;
    color: #6C6C6C;
    font-weight: 400;
}

.cstm-basic-plan-card {
    padding: 20px;
    background: white;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    flex-basis: 33%;
}

.cstm-plan-list-prent .cstm-plan-list i {
    font-size: 1rem;
    color: var(--primary-color);
    margin-top: 5px;
}

.cstm-read-btn {
    background: var(--primary-color);
    padding: 15px 30px;
    border-radius: 100px;
    color: white;
    border: none;
    font-size: 1.125rem;
}

.cstm-plan-list p {
    color: #6C6C6C;
    font-size: 0.875rem;
    font-weight: 400;
}

/* signup */
.cstm-left-container {
    max-width: 450px;
    width: 100%;
    background: var(--white);
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 700px;
}

.cstm-login-form {}

form input {
    color: var(--input-text);
    max-width: 100%;
    width: 100%;
    font-size: 0.938rem;
    border: 1px solid var(--input-border);
    border-radius: 8px;
    padding: 13px;
}

.password-eye {
    background: none;
    border: none;
    color: #337ab7;
    font-weight: 600;
    position: absolute;
    right: .75em;
    top: 1.12em;
    z-index: 9;
}

.password-eye i {
    color: var(--primary-color);
}

.checkbox-field label {
    font-size: 0.875rem;
    color: var(--input-text);
}

input[type='checkbox'] {
    width: 14px;
    height: 14px;
    background-color: #F9F9F9;
    border: 1px solid var(--input-border);
}

input:focus {
    outline: none;
}

.cstm-login-btn {
    border-radius: 50px;
    background-color: var(--primary-color);
    padding: 12px 0px;
    border: none;
    transition: .5s ease-in-out;
    color: #fff;
}

.cstm-login-btn img {
    top: 30%;
    right: 7%;
    width: 22px;
}

/* signup end */

/* payment */
.active-sub {
    border: 1px solid var(--secondary-color) !important;
}

.cstm-subscription {
    border: 1px solid var(--input-border);
    border-radius: 8px;
}

.cstm-subscription img {
    width: 22px;
}


.cstm-subscription1 {
    border: 1px solid var(--input-border);
    border-radius: 8px;
}

.cstm-subscription1 img {
    width: 22px;
}

.back-login-btn {
    color: var(--primary-color);
    font-size: .85rem;
    font-weight: 600;
}

.membership-modal .modal-content {
    border-radius: 20px;
}

.membership-text {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.5rem;
}

.membership-card-content .grap-text {
    color: var(--primary-color);
    font-weight: 600;
}

.membership-card-content .fed-text {
    color: var(--secondary-color);
    font-weight: 600;
}

/* payment end */

/* yearly plan */
.select-plan {
    color: var(--primary-color);
    font-size: 1.125rem;
    font-weight: 600;
}

.tool .tooltiptext {
    display: none;
    background-color: white;
    color: var(--input-text);
    font-size: 0.813rem;
    padding: 16px;
    border-radius: 20px;
    width: 260px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;   
    z-index: 1;
}

.tool:hover .tooltiptext {
    display: block;
}

.tool .tooltiptext::after {
    content: "";
    position: absolute;
    top: -20px;
    left: 20%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.cstm-subscription .annual-plan span {
    font-size: 0.813rem;
    color: #474747;
    line-height: 15px;
}

.cstm-subscription span {
    font-size: 0.688rem;
    color: var(--primary-color);
}

.cstm-subscription1 .annual-plan span {
    font-size: 0.813rem;
    color: #474747;
    line-height: 15px;
    margin-bottom: 20px;
}

.cstm-subscription1 span {
    font-size: 0.688rem;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.check-wrapper {
    display: none;
}

.active-sub .check-wrapper {
    z-index: 9;
    background-color: white;
    display: block;
    border-radius: 50%;
}

/* yearly plan end */
/* Subcription 04/07/2024  end*/




/*==================================== 16 - July 2024 =============================================*/
.select_plan_title {
    text-align: center;
    padding: 20px 80px 40px;
    max-width: 1140px;
    margin: 0px auto;
}

.select_plan_title h3 {
    font-size: 50px;
}

.select_plan_title p {
    font-weight: 400;
    padding-top: 16px;
}

.subscripton-price span.fw-semibold.m-0.fs-2 {
    color: black;
}

img.blue_wave-img {
    width: fit-content;
    margin: 10px auto 0;
    display: block;
}

.select_plan_title p {
    font-size: 1.125rem;
    color: #6C6C6C;
    line-height: 28px;
}

.cstm-basic-plan-card hr {
    border-color: #bababa;
}

/* Debit Credit Card UI  */
.field-wrp-card {
    width: 100%;
    text-align: left;
    position: relative;
}

.field-wrp-card input {
    padding-top: 30px;
    padding-bottom: 8px;
    color: #343434;
}

.field-wrp-card span.icon-card {
    width: 20px;
    position: absolute;
    top: 22px;
    right: 20px;
}

.field-wrp-card>span:first-child {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 6px 14px 0;
    font-size: 12px;
    color: #838383;
}

.field-wrp-card input::placeholder {
    color: #343434;
}

.field-wrp-card p[class^="error-"] {
    color: #ea001b;
    font-size: 12px;
    padding: 2px 2px 0;
    margin: 0;
    display: none;
}

.two-field-card-de {
    display: flex;
    gap: 20px;
}

.form-cstm-card-de {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.two-field-card-de input[type=number]::-webkit-inner-spin-button,
.two-field-card-de input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-cstm-card-de input[readonly] {
    background: whitesmoke;
}


.select-plan .cstm-left-container,
.select-plan-period .cstm-left-container,
.select-payment-type .cstm-left-container,
.payment-details .cstm-left-container {
    height: fit-content;
    padding: 20px 0;
}


.disabled-btn {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.add_subscription_btn {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #ff4f00;
    color: #fff;
    border: none;
}

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

.subscription .modal-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

.modal.subscription .modal-body button#continue-btn {
    margin-bottom: 20px;
    max-width: 50%;
    width: 100%;
}

.cstm-basic-plan-card {
    border: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
}

.cstm-plan-list-prent {
    min-height: 217px;
}

@media(max-width:767px) {
    .welcome-image{
        height:calc(100vh - 156px);
    }
    .left-image-text{
        bottom:80px;
    }
    .left-image-text h3{
        font-size: 20px;
    }
    .profile-input .phone_number_field select {
        max-width: 100px;
        padding-right: 22px;
    }
    .tool .tooltiptext {
        display: none;
        background-color: white;
        color: var(--input-text);
        font-size: 0.813rem;
        border-radius: 20px;
        width: 260px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        position: absolute;
        z-index: 1;
        left: 50%;
        right: 0;
        padding: 14px;
        border: 1px solid #eee;
        transform: translateX(-10%);
    }

    .input-field-container {
        gap: 10px;
    }

    .shop-performance .chart-header {
        display: block;
    }

    .shop-performance .chart-header select {
        margin: 10px 0 10px 0;
    }

    .cstm-plan-list-prent {

        min-height: fit-content;
    }

    .modal.subscription .modal-body button#continue-btn {
        max-width: 100%;

    }

    .select_plan_title {
        text-align: center;
        padding: 20px;
        margin: 0px auto;
    }

    .select_plan_title h3 {
        font-size: 25px;
    }

    .select_plan_title p {
        margin-top: 0;
        padding-top: 0;
    }

    button.cstm-read-btn {
        padding: 10px 20px;
        font-size: 15px;
    }

    button.cstm-read-btn span.btn-inner-icon img {
        width: 12px;
    }

    .main-image-box {
        flex-direction: column-reverse;
    }

    .profile-parent .complain-title {
        display: block;
    }

    .profile-parent .complain-title p {
        margin: 0 0 10px 0;
        text-align: center;
    }

    .radio-complain-button .d-flex.gap-3 {
        display: block !important;
    }

    div#example_filter label input.form-control,
    div#example2_filter label input.form-control {
        display: block;
    }
}

.header-button {
    margin-top: 8px;
}

/* star review function */
/* .cstm-modal-card {
    display: block;
    max-width: 80%;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 100%;
    border-radius: 0.5rem;
    margin: auto;
}

.StarPriview {
    font-size: 18px;
    color: #df9119;
}

.validationMessage {
    font-size: 10px;
    color: gray;
    text-align: end;
    padding-block: 5px;
}

.modaltextArea {
    padding: 6px 10px;
    border: 1px solid #c3c3c3;
    border-radius: 6px;
    width: 100%;
}

.modal-btn {
    padding: 8px 15px;
    background-color: #ff4f00;
    color: #fff;
    border-radius: 5px;
    border: none;
}

.star {
    color: #c0c0c0;
    font-size: 35px;
    cursor: pointer;
}

.one {
    color: rgb(255, 0, 0);
}

.two {
    color: rgb(255, 106, 0);
}

.three {
    color: hsl(219, 100%, 74%);
}

.four {
    color: hsl(219, 100%, 74%);
}

.five {
    color: rgb(24, 159, 14);
}

.review-comment {
    padding: 20px;
}

.delete-popup-header {
    border-bottom: 1px solid silver;
    background-color: var(--primary-color);
} */

/* First Letter Capitalized */
.sm_title {
    text-transform: capitalize;
}

/* 29-08-2024 new css  */
#layout-common.custm-bg-none {
    background-color: transparent;
    align-content: center;
    height: calc(100% - 140px);

}

.paymntCard {
    max-width: 450px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 4px 0 #00000024;
    text-align: center;
    margin: 0 auto;
    padding: 30px 20px 40px;
}

.paymntCard .iconCheck {
    font-size: 4rem;
    color: #55e100;
}

.paymntCard .message {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin: 15px 0 40px;
}

.btnTheme {
    padding: 7px 14px;
    background-color: #ff4f00;
    color: #fff;
    border-radius: 4px;
    border: none;
    text-decoration: none;
}

form .form-check .custmPrvc {
    padding: 7px;
}

.login-form .left-image {
    min-height: calc(100vh - 114px);
    height: 100%;
}

.login-form .left-image img {
    max-width: 80%;
    width: 100%;
}

.uploadImg {
    border: 1px solid #b3b3b3;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.custmDropBox.drop_box {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.IconOption {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: 0 0 4px 0 #0000003b;
    background-color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgeditBtn,
.imgdeleteBtn {
    position: absolute;
    top: 6px;
    cursor: pointer;
}

.imgeditBtn {
    right: 38px;
}

.imgdeleteBtn {
    right: 6px;
}

.radioGrup {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border: 1px solid #cbcbcb;
    border-radius: 6px;
    background: whitesmoke;
}

div#card_details .radioGrup>input[type="radio"] {
    width: fit-content;
    margin-top: 0;
}

/* star image review page */
.star.five {
    font-size: 0;
    /* remove the default star symbol */
}

.star.five img {
    /* width: 20px; */
    /* adjust the width and height to your liking */
    /* height: 20px; */
    display: inline-block;
}

.star.five {
    /* background-image: url('image/star-image.png'); */
    background-size: 20px 20px;
    /* adjust the size to your liking */
    /* width: 20px;
    height: 20px; */
    display: inline-block;
}

/* 11-09-2024 new css  */
/* .custmStar-review{
    width: 34px;
    height: 34px;
  } */

.starBox .star {
    width: 24px;
    height: 24px;
    opacity: .4;
}

.star img {
    width: 100%;
    height: auto;
}

.starBox {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 10px;
}

.star.one,
.star.two,
.star.three,
.star.four,
.star.five {
    opacity: 1;
}

.login-form.custm-lgForm {
    align-items: unset;
}

.login-form.custm-lgForm .left-image {
    height: auto;
}

.login-form.custm-lgForm .right-form {
    display: flex;
    align-items: center;
}

.login-design {
    width: 100%;
}

.custmmulti-selct .bootstrap-select>.btn {
    border-radius: 6px;
}

.custmLabel-lh {
    line-height: 27px;
}

.profile-image .profile-user {
    background: #ffffff;
    border: 1px solid #dbdbdb;
}

.profile-parent {
    border: 1px solid #c1c1c1;
}

.custm-ci {
    flex-direction: column;
}


/*18/9/2024 css start here */
.form_heading h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0 15px 0;
}

.form-checkboxes .form-group {
    margin-bottom: 10px;
}

.form-checkboxes .form-group label input {
    margin-right: 2px;
}

.form-checkboxes .form-group label {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.step-img img {
    width: 80%;
    height: auto;
}

/*18/9/2024 css start here */


/*23/9/2024 css start here */
.custom-column-eight .input_field_wrap .input_field{
    width: 55px;
    border: 1px solid black;
    border-radius: 0;
    height:32px;
    padding: 5px;
  } 


/* chat css */

body {
    font-family: sans-serif;
}

.chat-container {
    width: 400px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 6%;
}

.chat-header {
    background-color: #eee;
    padding: 10px;
}

.chat-messages {
    height: 300px;
    overflow-y: scroll;
    padding: 10px;
}

.chat-message {
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
}

.chat-message.me {
    background-color: #ccf;
    text-align: right;
}

.chat-message.other {
    background-color: #eee;
    text-align: left;
}

.chat-input {
    padding: 10px;
}

.chat-input textarea {
    width: 100%;
    height: 50px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}

.chat-input button {
    padding: 5px 10px;
    border: none;
    background-color: #008CBA;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

/* add new css for customize layout 11th oct 2024 */
.add-make-module-wrapper,
.Add-Insurance-Company-wrapper,
.Commission-wrapper-box-container,
.general-setting .JobType-wrapper {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}

/* Loader Styles */
.loader {
    position: fixed;
    /* Fixed position to cover the entire screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* Semi-transparent background */
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
    z-index: 9999;
    /* High z-index to appear above other elements */
}

.spinner {
    border: 5px solid #f3f3f3;
    /* Light gray background */
    border-top: 5px solid #ff4f00;
    /* Blue color for the spinner */
    border-radius: 50%;
    /* Circular shape */
    width: 50px;
    /* Width of the spinner */
    height: 50px;
    /* Height of the spinner */
    animation: spin 1s linear infinite;
    /* Spin animation */
}

/* Animation for the spinner */
@keyframes spin {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(54deg); }   /* New keyframe at 15% */
    30% { transform: rotate(108deg); }  /* New keyframe at 30% */
    45% { transform: rotate(162deg); }  /* New keyframe at 45% */
    60% { transform: rotate(216deg); }  /* New keyframe at 60% */
    75% { transform: rotate(270deg); }  /* Existing keyframe at 75% */
    90% { transform: rotate(324deg); }  /* New keyframe at 90% */
    100% { transform: rotate(360deg); }
}




/*12/12/2024 */
.profile-submit {
    background-color: #ff4f00;
    padding: 5px 14px;
    color: #fff;
    border: none;
    border-radius: 5px;
}

/* 31/12/2024*/
.code-select {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    color: #858585;
    border-radius: 10px 0px 0px 10px;
}

.verify-emailOrphone {
    background-color: #ff4f00;
    padding: 5px 14px;
    color: #fff;
    border: none;
    border-radius: 5px;
}


/* 08 Jan 2025 */
.verify-emailOrphone {
    position: absolute;
    top: 9.5px;
    right: 10px;
}

.verify-emailOrphone:focus,
.verify-emailOrphone:hover {
    background: #d94706;
}

.verification-status {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #ff4f00;
    height: calc(100% - 2px);
    padding: 0 12px;
    display: flex;
    align-items: center;
    border-radius: 0 6px 6px 0;
    color: white;
}

.cstm-modal-otp {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    width: 100%;
    height: 100dvh;
    background: #00000026;
    display: none;
    transform: scale(0.9);
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.cstm-modal-otp.show_modal {
    display: flex;
    transform: scale(1);
    opacity: 1;
    transition: 0.3s all ease-in-out;
}

.cstm-modal-otp .modal_box-inner {
    width: 440px;
    background: white;
    border-radius: 8px;
}

.cstm-modal-otp .modal_box-inner h4.modal_title {
    padding: 16px;
    border-bottom: 1px solid #8080805e;
    margin: 0;
    font-size: 18px;
    background: #ff4f00;
    color: white;
    border-radius: 8px 8px 0 0;
}

.modal-content-inner {
    padding: 16px;
}

.otp_input_box {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
    text-align: center;
}

button.submit_otp {
    background-color: #ff4f00;
    padding: 12px 14px;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.otp_input_box input {
    text-align: center;
    font-size: 20px;
}

.otp_input_box input:focus,
.otp_input_box input:active {
    border: 1px solid #ff4f00;
    box-shadow: 0 0 4px #ff4f00;
}


.phone_number_field select {
    max-width: max-content;
    padding-right: 22px;
}

.phone_number_field input#userPhone {
    border-radius: 0 8px 8px 0;
    border-left: 0;
}

.tool {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.form-group {
    position: relative;
    margin: 20px 0;
}


.input-field-container .profile-input {
    width: 100%;
}
 
.profile-form .input-field-container{gap:10px ; align-items: end;}
.profile-buttons.btn-spacing button {
    height: 54px;
}
.input-field-container .profile-input select + span span.select2-selection.select2-selection--single {
    border-color: #c7c7c7;
}

.tooltiptext{    
    background-color: white;
    color: var(--input-text);
    font-size: 0.813rem;
    padding: 16px;
    border-radius: 20px;
    width: 260px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: absolute;   
    z-index: 1;
    right: 0;
    display: none;  
}
.profile-input.profile_tip span.tool:hover + .tooltiptext{
    display: block;
}
.profile_tip{
    position: relative;
}
 
.form_row_table .custom_column span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.form_row_table .custom_column .profile-input {
    width: 100%;
}


.custom_column .profile-buttons button{
    height: 54px;
}

.form_input_box .input-group-prepend button {
    height: 48px;
    border: unset;
    background: #ff4f00;
    color: #fff;
    padding: 0 14px;
    border-radius: 0 4px 4px 0;
}

@media(max-width:767px){
    .header-button, .header-common {
        flex-wrap: wrap;
    }
}


@media(max-width:1600px){
    div#mySidenav .setting-menu{
        position: unset;
    }
}


/* New shivam code 27/2/2025 */

.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;
}
  /* new Code */

  /*21 Feb 2025*/
  .chat-buttons button#send-button {
    height: 100%;
    border-radius: 0px 60px 60px 0;
    width: 60px;
  }

  .chat-buttons .send-button {
    height: 100%;
  }

  .chat-buttons {
    right: 10px;
    top: 10px;
    height: calc(100% - 20px);
  }

  .live-chat-area {
    height: calc(100% - 156px) !important;
    bottom: unset !important;
  }

  .pofile-image-name {
    width: 100%;
  }

  div#conversation-header {
    margin-left: auto;
  }

  div#conversation-header span#unseen-count {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    background: #ff4f00;
    font-size: 12px;
  }

  .chat-list {
    height: calc(100% - 146px) !important;
  }

  /* #mySidenav ul li span#unseen-count {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    background: #ff4f00;
    font-size: 12px;
  } */

  #layout-common:has(.chat-right-body) {
    padding: 0;
    border-radius: 14px;
  }

  .sender p#myMessage {
    display: flex;
    flex-direction: column;
  }

  .sender {
    padding: 10px 10px !important;
    border-radius: 0px 10px 10px 10px !important;
    width: fit-content !important;
    margin: 10px 0px !important;
    background-color: #efefef;
    display: inline;
  }

  .chat-right-body {
    height: calc(100dvh - 110px);
  }

  .person-chat {
    padding-right: 10px;
  }

  .d-flex.phone_number_field input#shop-admin-number {
    border-radius: 0 6px 6px 0;
    border-left: 0;
}
  @media(max-width:767px) {
    form#insurance-form {
        padding-bottom: 24px;
    }
    div#viewModal .modal-body {
        flex-direction: column;
    }
    div#myTabContent .layout-datatable {
        overflow: auto;
    }
    .person-chat {
      padding-left: 10px;
    }

    .chat-area.showbox {
      padding: 0 !important;
    }

    .sender {
      width: 100% !important;
      background-color: white !important;
      padding: 0 !important;
      border-radius: 0 !important;
      margin: 0 !important;
    }

    #layout-common:has(.chat-right-body) {
      padding: 10px;
      overflow: hidden;
    }
  }

  /* New Code End */

  
  
  #mySidenav ul li span#unseen-count {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    background: #ff4f00;
    font-size: 12px;
  }


  .uploadImg button.btn {   
    background: #fff;
    border: 1px solid #ccc;
    padding: unset;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    color: #ff4f00;
}
.trash_btn {
    display: flex;
    gap: 6px;
    position: absolute;
    right: 10px;
    top: 10px;
}

/* upload css start here */
 
 .avatar-edit {
    position: relative;
    right: 0px;
    z-index: 1;
    top: 0px;
  }
 .avatar-edit input {
    display: none;
  }
 .avatar-edit input + label {
    background: #fff;
    border: 1px solid #ccc;
    padding: unset;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    color: #ff4f00;
    cursor: pointer;
  }
 .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
 .avatar-edit input + label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #ff4f00;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
 .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
 .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
/* upload css end here */

.trash_btn {
    display: flex;
    gap: 6px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}




.uplaod_flex {
    display: flex
;
    justify-content: space-between;
}
.uplaod_flex .uploadImg .trash_btn {
    width: 100%;
    position: unset;
}
.uplaod_flex .uploadImg {
    border: unset;
}

.uplaod_flex .trash_btn label:after{
    content: "\f067";
}



/* 21 Mar 2025 */
.privacy-content {
    min-height: calc(100dvh - 292px);
}
.faq-content{
    min-height: calc(100dvh - 292px);
}
div#accordionFlushExample {
    flex-direction: column;
}
div#accordionFlushExample .accordian-design {
    width: 100%;
}

.form-group.mb-3 {
    margin-top: 0;
}

#Cardpayment .panel.panel-default.credit-card-box .panel-body .center .form-row.row:first-child ,
#new_payment_form .panel.panel-default.credit-card-box .panel-body .center .form-row.row:first-child {
    margin-top: 20px;
}

#Cardpayment .panel.panel-default.credit-card-box .panel-body .center .form-row.row ,
#new_payment_form .panel.panel-default.credit-card-box .panel-body .center .form-row.row {
    margin-bottom: 0;
    margin-top: 0;
}

#Cardpayment .panel.panel-default.credit-card-box .panel-body .center .form-row.row input ,
#new_payment_form .panel.panel-default.credit-card-box .panel-body .center .form-row.row input {
    margin: 0;
}

#Cardpayment .panel.panel-default.credit-card-box .panel-body .center .form-row.row .col-xs-8.form-group.form-group ,
#new_payment_form .panel.panel-default.credit-card-box .panel-body .center .form-row.row .col-xs-8.form-group.form-group {
    margin-top: 1rem;
}
.radio-complain-button label.radio-button {
    width: calc(50% - 20px);
    justify-content: flex-start;
    align-items: flex-start;
}
.radio-complain-button label.radio-button span.radio {
    margin-top: 3px;
}
.radio-complain-button {
    width: 100%;
}
.faq-content .accordian-hover {
    position: static;
}
.login-form .left-image img {
    max-height: calc(100dvh - 220px);
}

/* 04/23/2025 */
.highlight-faq {
    border: 2px solid #0d6efd;
    background-color: #e7f1ff;
    border-radius: 5px;
    box-shadow: 0 0 8px #0d6efd;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.icon-24 {
    width: 24px;
    height: 24px;
  }

ul.custom-bullet-color li::marker {
  color: #ff4f00; /* Use any color you like */
}

.tech-profile-info-review {
  padding: 0px 20px;
  padding-top: 35px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}