#sidebar-menus {}

#sidebar-menus li.active a {
    background-color: #0076C6;
    color: #ffffff;
}

#sidebar-menus li.active a span {
    color: #ffffff;
}

/* dashboard right sidebar */

.right-bar-box {}

.right-bar-box .btn.disable {
    background-color: rgb(0 118 198 / 53%);
}

.right-bar-box .btn:hover {
    background-color: #085589;
}

#shop_managements {}

#shop_managements .shop_info_section {
    position: relative;

}

#shop_managements .oldest_request_section {}

#shop_managements .oldest_request_section ul {}

#shop_managements .oldest_request_section ul li {
    color: #0076c6;
    font-size: 13px;
    margin: 4px 0;
    padding: 7px;
    text-align: left;
}

#shop_managements .oldest_request_section ul li {
    background-color: transparent;
    border: none;
}

#shop_managements .oldest_request_section ul li.active-shop,
#shop_managements .oldest_request_section ul li:hover {
    background-color: rgb(0 118 198 / 53%);

}

#shop_managements .oldest_request_section ul li.active-shop .state,
#shop_managements .oldest_request_section ul li.active-shop .name,
#shop_managements .oldest_request_section ul li:hover .state,
#shop_managements .oldest_request_section ul li:hover .name {
    color: #ffffff;
}

#shop_managements .oldest_request_section ul li .state {
    color: #FE0002;
}

#shop_managements .oldest_request_section ul li .name {
    color: #0076c6;
}

/* shop services */
#shop_managements ul.shop-services {}

#shop_managements ul.shop-services li {}

#shop-services-wrapper {
    transition: all .5s ease-in-out;
    height: 0;
    opacity: 0;
    display: none;
}

#shop-services-wrapper.show-services {
    position: relative;
    height: 45rem;
    opacity: 1;
    display: block;
}

/* #shop-user-wrapper {
    position: relative;
    height: 100%;
    opacity: 1;
    display: block;
} */

#shop-user-wrapper.hide-users {
    transition: all .5s ease-in-out;
    height: 0;
    opacity: 0;
    display: none;
}

#shop-service-actions.hide-actions {
    transition: all .5s ease-in-out;
    height: 0;
    opacity: 0;
    display: none;
}

#selected-shop-services {
    max-height: 28rem;
    overflow-y: scroll;
}

#shop-services-update {
    min-height: 5rem;
}



/* shop-setting */
.center_dashboard_part .row.border_row.no-border {
    border-bottom: none;
}

.file-thumbnail {
    position: relative;
}

.inner_btn_lft_col.text-center.owner_info_lft_input p.error {
    margin-bottom: 1rem;
}

.inner_btn_lft_col.text-center.owner_info_lft_input p.error input {
    margin-bottom: 0;
}

.current-shop {
    background: rgba(0, 118, 198, 0.52);
    color: white;
    cursor: pointer;
}

.shop-user-name {
    color: blue;
    font-size: 12px;
    margin: 5px 0;
}

.shop-user-name .state {
    color: #FE0002;
}

.shop-user-name .shop-name {}

#request-services-wrapper {
    width: 100%;
    display: block;
    min-width: 650px;
}

#request-services-wrapper .center_dashboard_part .row.border_row {
    border-bottom: none;

}

#request-services-wrapper.hide,
#shop-verification-wrapper.hide {
    display: none;
    transition: all .4s ease-in-out;
}

#request-services-wrapper.show,
#shop-verification-wrapper.show {
    display: block;
    transition: all .4s ease-in-out;
}


img.round-circle {
    width: 100px;
    border-radius: 100%;
    height: 100px;
}

ul.update-shop-services {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.uploaded-img span.upload-avatar-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner_btn_lft_col.text-center.owner_info_lft_input input.current-shop {
    background-color: #0076C6;
    padding: .5rem 1rem;
    color: #ffffff;
}

.set_pas_row>p.error {
    border: none;

}

/* // disable inputs */

#disable-buttons-initially .disabled {
    background-color: #D9D9D9;
}

select#shop-states {
    border: none;
    width: 100%;
    text-align: left;
    padding: 8px;
    border-radius: 10px;
    color: #6E6E6E;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 16px;
}

#createShopAccountForm p.error {
    border: none;
}

#add_shop_username_input {
    text-align: left;
}

.owner_info_lft_input.error {
    border: none;
}



.self-service .oil_service_report,
.self-service .pre-service-doc {
    background: #DBDBDB;
    border-top-left-radius: 0px;
}

.self-service .oilservice_additional .inner_services_info {
    background: #DBDBDB;
}

.self-service .oil_service_report h2,
.self-service .pre-service-doc h2,
.self-service .oilservice_additional .inner_services_info h3 {
    color: #0076C6;
}

.self-service .oil_service_report .color-change,
.self-service .pre-service-doc .color-change {
    font-size: 100px;
    height: 1em;
    width: 1em;
    overflow: hidden;
    display: inline-flex;
}

.self-service .oil_service_report .color-change div,
.self-service .pre-service-doc .color-change div {
    display: flex;
    height: 1em;
    width: 1em;
    position: relative;
    left: -1em;
    filter: drop-shadow(1em 0 0px #0076C6);
}

.self-service .selfservicehead {

    background: #DBDBDB;
    border-radius: 10px 10px 0px 0px;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    display: flex !important;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2em;
    color: #0076C6;
    width: 30%;
    justify-content: center;
}

.selfservicehead {
    display: none;
}

.createvin_owner_account .first-set-options label.button-label {
    background: #CDCDCD;
    margin: 18px 10px 0px;
    border-radius: 5px;
    width: 220px;
    text-align: center;
    padding: 15px 10px;
    color: #fff;
    font-size: 18px;
}

.createvin_owner_account .first-set-options  input[type=radio] {
    display: none;
}

.createvin_owner_account input[type=radio]:checked+label {
    background-color: #0077c6;
}

.createvin_owner_account .first-set-options {
    display: flex;
    margin-bottom: 30px;
}

.bluetext{    color: #0076C6;
    text-align: center;
   
    margin-bottom: 4rem}