.profile-img-box {
    margin: 44px 0;
    padding: 50px 20px 20px;
    text-align: center;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 9px;
}

.green-color {
    color: #19c350;
}

button.btn.btn-primary {
    padding: 13px 33px;
    background: linear-gradient(45deg, #37a35b, #8ce159);
    border: 0px;
}

.profile-link {
    font-weight: 500;
}

.profile-link a {
    color: #111820;
    text-decoration: none;
    padding: 15px !important;
}

.profile-link a:hover {
    color: #009d9a;
    background-color: #effbfb;
}


.profile-img-box>div a {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    cursor: pointer;
    align-items: center;
}

.profile-img-box>div a {
    text-align: left;
}

.profile-img-box hr {
    margin: 0 !important;
}

.profile.relatedCar h4 {
    line-height: 60px;
    color: #86C440;
    font-weight: 700;
    font-size: 30px;
}

.profiles.relatedCarp {
    line-height: 26px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.top-sec {
    width: 20%;
    text-align: center;
    padding-top: 50px;
}

.profile-image>img {
    width: 100%;
}

section.profile {
    margin-bottom: 50px;
}

.form-control {
    background: #ffffff !important;
    /* padding: 20px !important; */
    border-radius: 7px !important;
}

label {
    padding-bottom: 10px !important;
    padding-left: 8px !important;
}

.user-email p {
    font-size: 12px;
}

.relatedCar.text-center {
    margin-top: 40px;

}


.bottom-sec a {
    line-height: 39px;
    display: flow;
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
}

.bottom-sec a.signout-btn {
    padding-top: 32px;
    color: #009d9a;
    text-decoration: none;

}

.relatedCar p {
    margin-left: 71px;
    margin-bottom: 26px;
    color: #626060;
    font-size: 14px;
    line-height: 26px;
    display: block;
}

.relatedCar h3 {
    margin-left: 70px;
    font-size: 24px;
    color: #009d9a;
    font-weight: 700;
    line-height: 36px;
}

.companies {
    background: #f6f6f6;
    height: 100%;
}

.img_box {
    padding: 35px 0px 10px 76px;
}

.profile-edit-form textarea,
.profile-edit-form select,
.profile-edit-form input[type] {
    width: 100% !important;
    margin-bottom: 10px !important;
    font-weight: 400 !important;
    border-radius: 5px !important;
    border: 1px solid lightslategray !important;
}

.fields-sec {
    position: relative;
}

.fields-sec.usernameclass::before {
    background-image: url(../images/user.png);
}

.fields-sec.emailclass::before {
    background-image: url(../images/email.png);
}

.fields-sec.oldpasswordclass::before,
.fields-sec.changepasswordclass::before,
.fields-sec.confirmpasswordclass::before {
    background-image: url(../images/eye.png);
}

.fields-sec::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    top: 33px;
    background-size: auto;
    right: 7px;
    z-index: 9;
    color: #c9cee1;
    background-repeat: no-repeat;
}

.profile-sec {
    display: none;
}

.profile-sec.active {
    display: block;
}

.mobile-view {
    display: none;
}

@media screen and (max-width : 767px) {

    .profile-edit-form {
        padding: 0 0 44px 0 !important;
    }

    section.profile .row {
        display: block;
        width: 100%;
        margin: auto;
    }

    input#imageInput {
        width: 170px !important;
        font-size: 12px;
        left: 59px !important;
    }

    section.profile .row>div {
        flex: 0px !important;
        max-width: 100% !important;
    }

    .top-sec {
        margin: auto;
        width: 40%;
    }

    .profile-details .row {
        display: block;
    }

    .fields-sec {
        padding-top: 30px;
    }

    .fields-sec::before {
        top: 65px;
        right: 15px;
    }

    button.btn.btn-primary {
        margin: 18px auto 0px;
    }

    .box {
        padding-top: 30px;
        text-align: center;
    }

    .table-responsive {
        overflow-x: auto;
    }

    .relatedCar.text-center.new_sec_add,
    .relatedCar.text-center.new_sec_add {
        width: 95% !important;
        margin: 30px auto !important;
    }

    .relatedCar h3,
    .relatedCar p {
        margin-left: 0px;
    }

    .relatedCar h3 {
        padding-bottom: 20px;
    }

    .relatedCar~.row h2.text-center {
        padding: 0px !important;
    }
}



/* Mobile Sidebar - New Design */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    transition: left 0.3s ease;
}

.mobile-sidebar.active {
    left: 0;
}

.profile-img-box.mobile-view {
    background: #fff;
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 40px;
    overflow-y: auto;
    padding: 0;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.1);
}

.sidebar-toggle {
    position: fixed;
    top: 80px;
    left: 15px;
    z-index: 10000;
    background: #009d9a;
    color: white;
    border: none;
    padding: 10px 12px;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-toggle.mobile-view {
    left: auto;
    right: 15px;
}

.sidebar-toggle:hover {
    background: #007a77;
    transform: scale(1.05);
}

.bar {
    width: 20px;
    height: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bar::before,
.bar::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
    border-radius: 1px;
    right: 0;
}

.bar::before {
    top: 6px;
    transform: rotate(0deg);
}

.bar::after {
    bottom: 6px;
    transform: rotate(0deg);
}

.mobile-sidebar.active .bar::before {
    top: 9px;
    transform: rotate(45deg);
}

.mobile-sidebar.active .bar::after {
    bottom: 9px;
    transform: rotate(-45deg);
}

/* Mobile sidebar content */
.profile-img-box.mobile-view .profile-link {
    display: block;
    padding: 18px 25px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.profile-img-box.mobile-view .profile-link:hover {
    background: #f8f9fa;
    color: #009d9a;
}

.profile-img-box.mobile-view .profile-link.active {
    background: #e8f5f5;
    color: #009d9a;
    border-left: 4px solid #009d9a;
}

.profile-img-box.mobile-view .profile-link span {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.profile-img-box.mobile-view .profile-link i {
    margin-right: 12px;
    font-size: 18px;
    width: 20px;
    text-align: center;
}

.profile-img-box.mobile-view hr {
    margin: 0;
    border: none;
    height: 1px;
    background: #f0f0f0;
}

/* Mobile sidebar header */
.mobile-sidebar-header {
    background: #009d9a;
    color: white;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #007a77;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }

    .mobile-sidebar {
        display: block;
    }

    .sidebar-toggle {
        top: 70px;
        left: 10px;
        padding: 8px 10px;
    }

    .sidebar-toggle.mobile-view {
        left: auto;
        right: 10px;
    }
}

@media (max-width: 480px) {
    .sidebar-toggle {
        top: 290px;
        left: 8px;
        padding: 6px 8px;
    }

    .sidebar-toggle.mobile-view {
        left: auto;
        right: 8px;
    }

    .profile-img-box.mobile-view {
        width: 280px;
    }

    .profile-img-box.mobile-view .profile-link {
        padding: 15px 20px;
    }
}

@media (min-width: 769px) {
    .desktop-view {
        display: block !important;
    }

    .mobile-view {
        display: none !important;
    }

    .mobile-sidebar {
        display: none !important;
    }
}

.sidebar {
    padding-top: 20px;
    color: #fff;
}



.featureBox {
    box-shadow: 0px 0px 10px #97949426;
}


/*new css 04-11-23*/


.relatedCar.text-center.new_sec_add {
    text-align: left !important;
    margin: 47px 0;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    width: 100%;
    padding: 0px 15px 0;
}

.relatedCar.text-center.new_sec_add h3 {
    padding-top: 40px;
    margin-left: 0px;
    /*padding-left: 5px;*/
}

.relatedCar.text-center.new_sec_add p {

    margin-left: 0px !important;
}



.row.hello_check {
    font-size: 15px;
    font-weight: 600 !important;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin: 0 auto 20px auto;
    width: 96%;
    background: #ffffff;
    justify-content: space-between;
    align-items: center;
    line-height: 32px;
    transition: all 0.3s ease;
}

.row.hello_check:hover {
    border-color: #009d9a;
}
}




button.btn.btn-primary.check_four,
button.btn.btn-primary.check_three,
button.btn.btn-primary.check_two {

    padding: 12px 20px;
    text-align: center;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;

}


button.btn.btn-primary.check_two {

    background: #ffe1e1;
    border: 1px solid #febdbd;
}

button.btn.btn-primary.check_three {
    background: #dbffe9;
    border: 1px solid #a7fcbb;
}

button.btn.btn-primary.check_four {
    background: none;
    border: 1px solid #e5e5e5;
}





.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

div#tab2 form div select {
    width: 100%;
    height: 58px;
    border: 1px solid #585858;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 16px;
    color: #979797;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;


}

div#tab2 form div label {
    padding-top: 20px;
}

.table-responsive {
    overflow-x: hidden !important;
}

a.btn.btn-success {
    color: black;
    background: none;
    border: 1px solid #e5e5e5;
    width: 75%;
}

a.btn.btn-primary.mb-2 {
    color: black;
    background: #dbffe9;
    border: 1px solid #a7fcbb;
    width: 75%;

}

a.btn.btn-danger.mb-2 {
    color: black;
    background: #ffe1e1;
    border: 1px solid #febdbd;
    width: 75%;

}

.inline-sec.flex {

    align-items: center;
    justify-content: space-between;
}