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

@import url('https://fonts.googleapis.com/css2?family=Poly:ital@0;1&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

ul li{
    list-style: none;
}

.slider_left_arrow {
    background: #ffff;
    border-radius: 50px;
    padding: 24px;

    z-index: 1;
}
.tursid-carousel-item.carousel-item {
  position: relative;
}
.tursid-carousel-item.carousel-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #02020273;
}
.slide_content h5 {
    color: #ffff;
    font-size: 50px;
}
.slide_content {
    width: 50%;
    margin: 0 auto;
}
.slide_content p {
    color: #ffff;
    font-size: 22px;
}
.slide_content button {
    background: #2695EE;
    border: 0;
    padding: 10px 27px;
    border-radius: 5px;
    color: #ffff;
    font-size: 18px;
    text-transform: uppercase;
}
.background_skyblue {
    background: #EFF6FC;
}
.why_choose_image img {
    width: 100%;
}

.why_choose h3 {
    font-size: 36px;
    font-weight: 600;
    color: #000000;
}
.why_choose p {
    font-size: 18px;
    color: black;
}

.App_store_image {
    margin-top: 35px;
}
.why_choose ul {
    list-style: none;
    padding: 0;
}
.mobile_app img {
    width: 100%;
}
.tursid_astraSlide_items img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.partner_logo_size img {
    width: 100% !important;
    margin: 0 auto;
    padding: 0 5px;
}
.download_app_card {
    align-items: center;
    padding-top: 50px;
}
.Download_app_card h4 {
    color: #0C0C0C;
    font-family: "Inter", Sans-serif;
    font-size: 35px;
    font-weight: 400;
}
.Download_app_card p {
    text-align: left;
    color: #000000;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 25px !important;
    margin-bottom: 30px !important;
}
.mobile_app {
    width: 500px;
}
.why_choose_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.color_blue {
    color: #338CDE;
    font-family: "Inter", Sans-serif;
    font-size: 35px;
    font-weight: 700;
}
.email_row {
    position: relative;
}
.email {
    border-radius: 10px;
    padding: 0px 17px;
    border: 0;
    min-width: 100%;
    min-height: 53px;
}
.why_choose {
    padding: 64px 80px 35px 80px;
}
.subscribe_btn {
    top: 3px;
    right: 0;
    position: absolute;
    top: 0;
    border: 0;
    color: #fff;
    background: #2695EE;
    border-radius: 1px 10px 10px 0px;
    padding: 16px 29px;
}
.App_store_image a img {
    width: 162px;
    margin-right: 20px;
}
.Download_app_card {
    margin-top: 0px;
}
.why_choose_list li {
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    word-spacing: 0px;
}
.slider_content {
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 20px;
    color: #ffff;
}
.tursid_astraSlide_items {
    position: relative;
}
a.info_link {
    color: #fff;
    text-decoration: none;

}

.services {
    display: flex;
    flex-wrap: wrap;
}

.tursid_astraSlide_item:hover .overlay {
    opacity: 1;
  }
  .tursid_astraSlide_items.overlay {
    position: relative;
    width: 16.66%;
}
.tursid_astraSlide_items.overlay:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    Z-INDEX: 1;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.3);
}
.tursid_astraSlide_items {
  overflow: hidden;
}
.tursid_astraSlide_items.overlay:hover:before {
    background-color: rgba(0,0,0,0.75);
    transition: .5s ease;
}
.tursid_astraSlide_items.overlay:hover > img {
    transform: scale(1.3) rotate(10deg);
    transition: .5s ease;
}
.tursid_astraSlide_items > img {
    transform: scale(1) rotate(0deg);
    transition: .5s ease;
}
.slider_content {
    position: relative;
    z-index: 1;
}
.tursid_astraSlide_items .slider_content {
    position: absolute;
    bottom: 0px;
    z-index: 1;
}
.tursid_astraSlide_items .slider_content .slider_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    transition: 0.5s ease-out;
    color: #fff;
}

.tursid_astraSlide_items .slider_content .slider_discription {
    font-size: 16px;
    margin-bottom: 14px;
    text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
    max-height: 48px;
    opacity: 1;
    transition: 0.5s all;
  -webkit-box-orient: vertical;
  color: #fff;
}
.service_coming_soon {
    padding: 70px 10px;
    text-align: center;
    background: #dcf0ff;
    font-size: 22px;
    border-radius: 8px;
}
.my_service_coming_soon {
    text-align: center;
    color: #fff;
    max-width: 800px;
    font-size: 20px;
    margin: 0 auto;
    padding-top: 30px;
}
.tursid_astraSlide_items.overlay:hover .slider_discription {
    max-height: 150px;
    opacity: 1;
    transition: 0.5s all;
    -webkit-line-clamp: 4;
}
#subscribeUser {
    text-align: center;
}
.tursid_astraSlide_items .slider_content .info_link {
    font-size: 15px;
    display: flex;
    align-items: center;
}
.tursid_astraSlide_items .slider_content .info_link span {
    margin-left: 11px;
    position: relative;
    top: -1px;
}

.tursid_astraSlide_items.overlay:hover .slider_title {
    margin-bottom: 5px;
    transition: margin-bottom ease-out 0.5s;
}
.why_choose_image{
    width: 100%;
    height: 100%;
}
.user_image img {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 100%;
    margin-right: 12px;
}
.header .header__actions>* {
    margin: 0 8px;
}

.header_social_icons li {
    padding: 10px 10px;
}
.header .header_social_icons {
    padding-left: 10px;
}

.header_social_icons {
    border-left: 2px solid #d9d9d942;
    padding-left: 8px;
}
.header .navigation__extra .sign_up_login_btns .login_btn:hover {
    color: var(--color-1st);
    background: var(--header-text-color);
}
.sign_up_login_btns li {
   margin-left: 18px;
}
.sign_up_login_btns li:first-child {
    margin-left: 5px;
 }
.header .navigation__extra .sign_up_login_btns .login_btn {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: var(--color-1st);
    background: var(--header-text-color);
    border-radius: 6px;
    padding: 7px 10px !important;
    margin-top: 4px;
    margin-bottom: 4px;
    min-width: 80px;
}

.header .navigation__extra .sign_up_login_btns .register_btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--header-text-color);
    background: transparent;
    border-radius: 6px;
    padding: 7px 10px !important;
    border: 1px solid var(--header-text-color);
    margin-top: 4px;
    margin-bottom: 4px;
    min-width: 80px;
    text-align: center;
}

.navigation {
    background: url(../../../storage/images/menu_background.svg) no-repeat scroll center / cover;
    position: relative;
    z-index: 10;
}

.ps-logo img {
    width: 100%;
    min-width: 124px;
    height: 100% !important;
    max-width: 122px;
}
.header__center {
    border-radius: 10px;
    overflow: hidden;
}
.header__center.centerHeader {
    overflow: unset !important;
}
.widget {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.footer_toppart {
    background: #333333;
    padding-top: 40px;
    padding-bottom: 20px;
}
.footer_toppart p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    max-width: 440px;
}
.footer_logo {
    margin-bottom: 15px;
    margin-top: -40px;
}
.footer_menu_widget h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.get_in_touch_menu li {
    display: flex;
    margin-top: 20px;
}
.get_in_touch_menu {
    margin-top: 28px;
}

.get_in_touch_menu li span img {
    min-width: 20px;
    margin-right: 12px;
    max-width: 20px;
}
.get_in_touch_menu {
    margin-top: 0;
    display: inline-block;
}
.get_in_touch_menu li a {
    color: #fff;
    font-size: 16px;
}
.card-header h3 {
    margin-bottom: 0;
}
.customer-page .customer-order-detail {
    margin-top: 20px;
}
.carousel-control-prev {
    background: url(../../../storage/images/left_arrow.svg) no-repeat scroll center / cover;
    border: none;
    height: 54px;
    width: 54px;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    opacity: 1;
}

.carousel-control-next {
    background: url(../../../storage/images/right_arrow.svg) no-repeat scroll center / cover;
    border: none;
    height: 54px;
    width: 54px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    opacity: 1;
}
.why_choose_list li img {
    min-width: 28px;
    margin-right: 12px;
}
.track_order_link {
    color: #2695ee;
    margin-bottom: 25px;
    display: inline-block;
    margin-top: 12px;
    text-decoration: underline;
}
.footer_call_widget {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer_call_widget .icon {
    background: #545454;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 55px;
    transition: 0.3s all;
}

.footer_call_widget .icon img {
    min-width: 18px;
    max-width: 16px;
    margin: 0 auto;
    padding-top: 11px;
}

.footer_call_widget .icon p {
    font-weight: 500;
    line-height: 28px;
    font-size: 12px;
    margin: 0;
    padding-top: 2px;
}

.footer_call_widget a {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-left: 12px;
}

.footer_bottom {
    background: #212121;
}
.footer_call_widget:hover .icon {
    background: #2a95ee;
    transition: 0.3s all;
}
.footer_call_widget:hover a, .get_in_touch_menu li  a:hover {
    color: #2a95ee;
    transition: 0.3s all;
}
.menu_links li a:hover {
    color: #2a95ee;
    transition: 0.3s all;
    left: 4px;
    position: relative;
}




.privacy_policy_link li a, .privacy_policy_link li {
    color: #fff;
}
.privacy_policy_link li {
   margin-left:10px;
   list-style: none;
}

.new_login_ui {
    background: transparent;
}

.new_login_ui .ps-form--account .ps-form__content {
    background: #fff;
    border-radius: 12px;
}
.rating_wrap {
    margin-top: 10px;
}
  .form-group.submit {
    max-width: 378px;
    margin: 0 auto;
    margin-bottom: 2.5rem;
}
.widget_contact-us {
    flex-grow: 1;
}
.form-group .small_warning {
    font-size: 12px;
    padding-left: 30px;
    margin-top: -13px;
    color: #414141;
    margin-bottom: 40px;
}
.custom_radiobox input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.custom_radiobox {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}

.custom_radiobox span:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #333;
    content: "";
    border-radius: 100%;
}

.custom_radiobox input:checked ~ span:after {
    position: absolute;
    content: "";
    background: var(--color-1st);
    height: 10px;
    width: 10px;
    left: 5px;
    border-radius: 100%;
    top: 5px;
}

.custom_radiobox input:checked ~ span:before {
    border-color: var(--color-1st);
}

.get_geo_location {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 4;
    height: 48px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 2px solid #787878;
    border-bottom: 2px solid #787878;
    border-top: transparent;
    border-right: transparent;
    height: 9px;
    width: 9px;
    transform: rotate(-45deg);
    top: -2px;
    position: relative;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.iti__flag-container {
    height: 50px;
    background: transparent;
}
.iti__selected-flag {
    background: #efefef !important;
    border-right: 1px solid #ddd;
    height: 48px;
    margin-top: 0px;
    margin-right: 15px;
    padding-right: 15px;
    border-left: none;
}

.mobile_code {
    padding-left: 14px !important;
    margin-left: 108px!important;
}

.carousel-item {
    height: calc(calc(100vh * .8) - 0px);
}
.tursid-carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.carousel-caption {
    padding-top: 170px;
}

.go_to_dashboard:before {
    position: absolute;
    content: "";
    right: -11px;
    height: 16px;
    top: 16px;
    width: 2px;
    background: #fff;
}
.go_to_dashboard {
    margin-right: 20px;
    position: relative;
    transition: 0.2s all;
}

.menu--dropdown>li>a:hover img {
    filter: brightness(0) invert(1);
    transition: 0.2s all;
}

.custom_row_five {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.custom_column_five {
    padding: 0 15px;
    width: 20%;
    margin-bottom: 24px;
}
.ps-tab .form-group.submit .ps-btn {
    background: #FFC72E;
    margin-left: 0;
    margin-right: auto;
    color: #424242;
    border-radius: 5px;
}

.ps-tab .form-group.submit {
    margin-left: 0;
}

.ps-table--shopping-cart .sold-by a {
    color: #FCB800 !important;
}


.ps-btn.btn-cart-button-action.continue_shopping_btn {
    background: transparent;
    border: 1px solid #c5c5c5;
    color: #555;
}

.ps-table--shopping-cart .form-group--number .form-control {
    height: 40px;
}

.tracking_model .modal-dialog {
    max-width: 730px;
    margin: 1.75rem auto;
}


.tracking_model .modal-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.tracking_model .modal-header {
    border-bottom: 1px solid #EDEDED;
    padding: 46px 25px 30px 25px;
}

.tracking_model .close {
    font-size: 55px;
    position: absolute;
    right: 25px;
    top: 10px;
    opacity: 0.7;
}
.tracking_model .arriving_date_display h4 {
    background: #FEF0BF;
    border: 1px solid #FEF0BF;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    padding: 10px 20px;
}

.tracking_model .modal-body {
    padding: 25px 28px;
}

.tracking_model .courier_journey_table {
    width: 100%;
}

.tracking_model .courier_journey_table {
    border: 1px solid #EEEEEE;
    margin-top: 16px;
    border-radius: 5px;
}

.tracking_model .courier_journey_table tr th, table.courier_journey_table tr td {
    border: 0.5px solid #eee;
    padding: 15px 18px;
    white-space: nowrap;
    border-right:none;
    border-left:none;
}
.tracking_model .courier_journey_table tr th {
 font-weight: 600;

 width: 50%;
}
.courier_journey_table_cover {
    overflow: auto;
    margin-bottom: 30px;
}
.tracking_model .modal-content {
    border-radius: 15px;
    border: none;
}


.line {
	stroke-width: 1;
	fill: none;
}
.line-glow {
	filter: url(#glow-filter);
}

.electric_wave .line {
   stroke: white !important;
   box-shadow: none;
   opacity: 0.2;
}

.electric_wave svg {
    position: absolute;
    top:10px;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.7;
 }

 .vertical_height_div {
    min-height: calc(calc(100vh * 0.99) - 384px);
    padding-top: 150px;
}

 .navigation .ps-container {
    position: relative;
    z-index: 5;
 }

 .request_service_guide_box {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fcfcfc;
    border: 1px solid #E0E0E0;
    padding: 10px;
}

.request_service_guide_box .guide_description {
    width: 70%;
    padding: 15px;
}

.request_service_guide_box .featured_img {
    width: 30%;
    padding: 15px;
}

.guide_description h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}


.checked_descorate_list li {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0;
    list-style: none;
    position: relative;
}
.checked_descorate_list {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 26px;
}

.checked_descorate_list li:before {
    position: absolute;
    content: "";
    background: url(../img/green_checked_icon.svg) no-repeat scroll center / contain;
    height: 16px;
    width: 16px;
    left: -22px;
    top: 4px;
}
.red_more_link {
    line-height: 21px;
    text-decoration-line: underline;
    color: #338CDE;
    font-style: italic;
}

.go_next_btn {
    background: #338CDE;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 30px;
    font-size: 16px;
    color: #fff;
}
.go_next_btn:hover {
    background: #338CDE;
    color: #fff;
}

.customer_service_request_form label {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
}

.customer_service_request_form .form_control {
    border: 1px solid #8495B1;
    border-radius: 5px;
    padding: 10px;
    height: 50px;
    width: 100%;
}
.customer_service_request_form .ui.calendar .form_control {
    border: 1px solid #8495B1;
    border-radius: 5px;
    padding: 10px;
    height: 50px;
    width: 100%;
    background: transparent !important;
    position: relative;
    z-index: 2;
}

.customer_service_request_form .ui.input.right.icon {
    width: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.customer_service_request_form .geo_location {
    position: relative;
}

.customer_service_request_form .geo_location > a {
    position: absolute;
    right: 10px;
    top: 12px;
}
.customer_service_request_form .ui .calender_icon {
    position: absolute;
    right: 14px;
    top: 14px;
    max-width: 18px;
    z-index: 1;
}
.customer_service_request_form .geo_location > a img {
    max-width: 20px;
}

.customer_service_request_form .geo_location .form_control {
    padding-right: 40px;
}

.ui.calendar .ui.table.day {
    font-size: 14px!important;
}
.customer_dashboard_leftsidebar ul li a img {
    width: 100%;
    max-width: 20px;
    transition: 0.5s all;
}
.customer_dashboard_leftsidebar ul li.active a img {
    filter: brightness(0) invert(1);
    transition: 0.5s all;
}
.customer_dashboard_leftsidebar ul li a:hover img {
    filter: brightness(0) invert(1);
    transition: 0.5s all;
}
.customer_dashboard_leftsidebar ul li a .icon {
    min-width: 27px;
    display: inline-block;
}


.my_requests_table {
    background: #FFFFFF;
 /* Gray 5 */
    border: 1px solid #E0E0E0;
}
.btn-info {
    background: #F2994A;
    border-color: #F2994A;
}
.customer_table_ui_default tr th {
    background: #F7F3F3;
    padding: 12px 25px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 13px;
    white-space: nowrap;
    border: none!important;
}
.customer_table_ui_default tr td:nth-child(2) {
    font-weight: 600;
}
.service_request_default_table_ui table.dataTable.no-footer {
    border-bottom:none;
}
body .service_request_default_table_ui .dataTables_wrapper a.paginate_button.current {
    background: #2695ee !important;
    border: none !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_info {
    padding-left: 16px;
    padding-bottom: 16px;
}
.customer_table_ui_default td {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    padding: 10px 15px;
    white-space: nowrap;
    border: none!important;

}

.customer_table_ui_default tr:nth-child(even) td {
    background: #fafafa;
}

.customer_table_ui_default tr .request_title {
    font-weight: 500;
}

.customer_table_ui_default td:last-child, .customer_table_ui_default th:last-child {
    text-align: center;
}
.table_header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
}
input[type=search] {
    box-sizing: border-box!important;
}
.selectbox_reload_sortby ul li {
    padding-right: 30px;
}

.selectbox_reload_sortby li {
    padding-left: 15px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.default_searchbar .form-group a {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    z-index: 9;
}

.table_responsive {
    overflow: auto;
}

.selectbox_container .nice-select {
    padding: 0px 30px 0 10px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    width: 100%;
    min-width: 200px;
    min-height: 35px;
}

.selectbox_container .nice-select:after {
    border-bottom: 1.8px solid #000;
    border-right: 1.8px solid #000;
    height: 10px;
    margin-top: -7px;
    right: 13px;
    width: 10px;
}

.selectbox_reload_sortby .reload_btn {
    background: #36C6D3;
    border: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    min-height: 39px;
    padding: 5px 9px;
    border-radius: 2px;
}

.selectbox_reload_sortby .reload_btn span {
    padding: 7px 5px;
}

.nice-select .list {
    width: 100%;
    border-radius: 0;
    margin-top: 0px;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #F4FAFF;
}

.customer_table_ui_default .status {
    position: relative;
    margin-left: 15px;
}
.default_searchbar .form-control {
    height: 42px;
    width: 100%;
    max-width: 100%;
}
.customer_table_ui_default .status:before, .myrequest_header .status:before, .project_detail_title .status:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    left: -11px;
    top: 6px;
    border-radius: 100%;
    background: #444;
}

.customer_table_ui_default .status.open:before, .myrequest_header .status.open:before, .project_detail_title .status.open:before  {
    background: #0085FF;
}
.customer_table_ui_default .status.closed:before, .myrequest_header .status.closed:before, .project_detail_title .status.closed:before {
    background: #FCB800;
}
.customer_table_ui_default .status.awarded:before, .project_detail_title .status.awarded:before {
    background: #6A9C06;
}
.status {
    position: relative;
}

.myrequest_header {
    background: #2B4C69;
    display: flex;
    align-items: flex-end;
    position: relative;
    border-radius: 10px;
}

.myrequest_header .navtab_menus {
    flex-grow: 1;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 230px;
}

.myrequest_header .navtab_menus .nav-tabs .nav-link:hover {
    background: #1f3f5c;
    border-color: #1f3f5c;
    color: #fff;
}
.myrequest_header .nav-tabs .nav-link.active {
    background: #0A263F;
    border-color: #0A263F;
    color: #fff;
}

.myrequest_header .navtab_menus .nav-tabs .nav-link {
    padding: 10px 25px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    margin-bottom: 0;
}


.myrequest_header .nav-tabs {
    border-bottom: none;
}

.myrequest_header .status, .project_detail_title .status {
    color: #ffff;
    font-size: 14px;
    display: inline-block;
    line-height: 22px;
}

.myrequest_header .status:before, .project_detail_title .status:before {
    width: 12px;
    height: 12px;
    left: -18px;
    top: 5px;
    content: "";
    position: absolute;
}
.top_navigate_btns li {
    margin-right: 18px;
    margin-bottom: 0px;
}
.top_navigate_btns {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.top_navigate_btns .btn_project_closed {
    background: #DF4339;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding: 7px 20px;
    white-space: nowrap;
}


.table_data_display {
    padding: 18px;
    color: #2d9cdb;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.table_data_display .icon {
    margin-right: 9px;
}

.my_requests_table .page_number {
    width: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #828282;
    border-radius: 100%;
    color: #fff;
    margin: 0 6px;
}

.custom_radiobtn .check_radio {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    position: relative;
    padding-left: 25px;
    display: inline-block;
}

.custom_radiobtn {
    position: relative;
}

.custom_radiobtn .custom_radio {
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}
.category_radio_selectboxs li {
    margin-right: 21px;
    margin-top: 10px;
}
.custom_radiobtn .check_radio:before {
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 0;
    height: 20px;
    width: 20px;
    content: "";
    background: #FFFFFF;
    border: 2px solid #CDCDCD;
    border-radius: 100%;
}
.custom_radiobtn .check_radio:after {
    position: absolute;
    left: 5px;
    top: 7px;
    bottom: 0;
    height: 10px;
    width: 10px;
    content: "";
    background: #0076DF;
    border-radius: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.custom_radiobtn .custom_radio:checked ~ .check_radio:after  {
    opacity: 1;
    visibility: visible;
}
.custom_radiobtn .custom_radio:checked ~ .check_radio:before  {
    border: 2px solid #0076DF;
}



.customer_service_request_form .custom-file-upload, .register_doc_uploads .custom-file-upload {
    cursor: pointer;
    background: #F6F6F6;
    border: 1px dashed #8495B1;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #828282;
    padding: 15px 20px;
    margin-bottom: 9px;
}

.customer_service_request_form .custom-file-upload span {
    margin-bottom: 10px;
}
.preview-image {
    position: relative;
    width: 15.2%;
    height: 74px;
    margin-top: 0px;
}
.preview-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

  .preview-image .remove-image, .remove-btn {
    cursor: pointer;
    background: url(../img/close_red_icon.svg) no-repeat scroll center / cover;
    width: 15px;
    height: 15px;
    font-size: 0px;
    position: absolute;
    top: 7px;
    right: 7px;
  }

  .drawing-pdf-preview,
  .latestbill-pdf-preview,
  .uploaddoc-pdf-preview,
  .requestform-pdf-preview,
  .uploadquotation-pdf-preview,
  .upload-register-pdf-previews,
  .auditor_certificate_file_previews,
  .dcrp_certificate_file_previews
{
    position: relative;
    width: 15.2%;
    background: #EDEDED;
    padding: 17px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

#drawing-pdf-previews,
#location-preview-container,
#latestbill-pdf-previews,
#uploaddoc-pdf-previews,
#requestform-pdf-previews,
#uploadquotation-pdf-previews,
#upload-register-pdf-previews,
#dcrp_certificate_file_previews,
#auditor_certificate_file_previews,
.location_images_list,
.drawing_document_list,
.latest_bills_document_list {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.custom_uploader_photos {
    position: relative;
    top: 0;
}

.custom_uploader_photos input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.download_pdf_link {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    margin-left: 10px;
    color:#2970B2;
}
.download_pdf_link .icon {
   margin-right: 5px;
}

.pdf-preview {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .pdf-preview img {
    height: 40px;
    margin-right: 10px;
  }

  .pdf-preview .remove-btn {
    cursor: pointer;
  }


.customer_service_request_form .btn.submit_request_btn {
    background: #0076DF;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 13px 46px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.please_note_p {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #818181;
    margin-top: 28px;
}


.thanks_giving_screen_ui {
    text-align: center;
}

.thanks_giving_screen_ui .featured_img img {
    width: 100%;
    max-width: 380px;
    margin-bottom: 10px;
}

.thanks_giving_screen_ui h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 61px;
    color: #338CDE;
    margin-bottom: 0;
}

.thanks_giving_screen_ui p {
    font-weight: 400;
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}

.thanks_giving_screen_ui .start_shopping_btn {
    background: #338CDE;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    padding: 15px 54px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

.thanks_giving_screen_ui .start_shopping_btn img {
    margin-left: 6px;
}

.thanks_giving_screen_ui .my_requests_link {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    text-decoration-line: underline;
    margin-top: 30px;
    display: inline-block;
    color: #338CDE;
}


.project_detail_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 31px;
    color: #000000;
    margin-top: 20px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.project_title {
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #338CDE;
}

.small_info_list_bid {
    display: flex;
    margin: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

.small_title {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #4F4F4F;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.info_list_box label {
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    padding-top: 5px;
}

.location_images_list {
    margin: 0 -7px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.location_images_list li {
    width: 16.6%;
    padding: 10px 7px 0;
}

.location_images_list li .preview-location-image {
    position: relative;
    height: 74px;
    overflow: hidden;
}

.location_images_list li .preview-location-image img {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.project_custom_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.project_description_column {
    width: 42%;
    padding: 0 15px;
}

.project_geo_location_map {
    width: 58%;
    padding: 20px 15px 0 15px;
}

.project_footer_area {
    border-top: 1px solid #D9D9D9;
    margin-top: 20px;
}

.project_footer_area ul {
    margin: 0;
    padding: 0;
}

.project_id_label {
    margin-top: 10px;
}

.project_id_label .project_id {
    font-weight: 600;
}

.report_project_link img {
    margin-right: 10px;
}

.report_project_link {
    margin-top: 10px;
    display: inline-block;
}

.drawing_document_list {
    padding-left: 0;
    gap: 0;
    margin: 0 -7px;
}

.drawing_document_list li {
    width: 16.6%;
    padding: 10px 7px 0;
}
.drawing_document_list .drawing-pdf-preview {
    display: flex;
    width: 100%;
}
.drawing_document_list .drawing-pdf-preview img {
    width: 100%;
    display: inline-block;
    max-width: 28px;
    margin: 0 auto;
}


/******************* Gallary Css Start ****************/
.location_images_list li .item {
    width: 100%;
    overflow: hidden;
    background: #000;
  }

  .location_images_list li img {
    width: 100%;
    height: 100%;
    transform: scale(1.15);
    transition: transform 0.5s, opacity 0.5s;
  }

  .location_images_list li img:hover {
    opacity: 1;
    transform: scale(1.03);
  }

  .location_images_list li .preview-location-image a {
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

/******************* Gallary Css End ****************/


.before_hire_project_detail #nav-payments-tab,
.before_hire_project_detail #nav-reviews-tab,
.before_hire_project_detail .project_right_part_column {
    display: none;
}


.after_hire_project_detail .project_left_part_description {
    width: 63%;
    padding: 0 15px;
}

.after_hire_project_detail .project_right_part_column {
    width: 37%;
    padding: 10px 15px;
}
.service_provider_info_list li .icon {
    margin-right: 4px;
}
.after_hire_project_detail .project_hire_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.after_hire_project_detail .location_images_list li,
.after_hire_project_detail .drawing_document_list li {
    width:33.33%;
}
.after_hire_project_detail iframe {
    height: 640px;
}

.project_progress_tracking_card,
.working_service_provider_info_card {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    margin-top: 30px;
    background: rgba(249, 249, 249, 0.64);
    margin-bottom: 20px;
}

.project_progress_tracking_card .progress_tracking_list {
    margin: 0;
    padding: 0 20px 0 0px;
}

.project_progress_tracking_card .tracking_card_title,
.working_service_provider_info_card .tracking_card_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    padding: 15px 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
}

.project_progress_tracking_card .progress_tracking_list .step {
    border-left: 1px dashed #D8D8D8;
    padding-left: 36px;
    margin-left: 135px;
    padding-bottom: 40px;
    position: relative;
}

.project_progress_tracking_card .progress_tracking_list .about_step_info h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #BDBDBD;
    margin-bottom: 6px;
}



.project_progress_tracking_card .progress_tracking_list .about_step_info p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #828282;
}

.project_progress_tracking_card .progress_tracking_list .step_date_with_icon {
    position: absolute;
    left: -120px;
    top: 0;
    text-align: right;
}

.project_progress_tracking_card .progress_tracking_list .date_display {
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #828282;
    margin-top: 9px;
}

.project_progress_tracking_card .progress_tracking_list .step:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: -4px;
    border-radius: 100%;
    background: #CDCDCD;
    top: 6px;
    z-index: 2;
}

.project_progress_tracking_card .progress_tracking_list .step:after {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border: 2px solid #CDCDCD;
    left: -9px;
    border-radius: 100%;
    background: #fff;
    top: 1px;
}

.project_progress_tracking_card .progress_tracking_list .step:last-child {
    border-left: none;
}
.project_progress_tracking_card .progress_tracking_list .step_date_with_icon .icon img {
    filter: brightness(0) contrast(0);
    opacity: 0.8;
}

.project_progress_tracking_card .progress_tracking_list .active .about_step_info h4,
.project_progress_tracking_card .progress_tracking_list .visited .about_step_info h4 {
    color: #4F4F4F;
}

.project_progress_tracking_card .progress_tracking_list .active .step_date_with_icon .icon img,
.project_progress_tracking_card .progress_tracking_list .visited .step_date_with_icon .icon img {
    filter: brightness(1) contrast(1);
    opacity: 1;
}
.project_progress_tracking_card .progress_tracking_list .active:before,
.project_progress_tracking_card .progress_tracking_list .visited:before {
    background: #2B4C69;
}

.project_progress_tracking_card .progress_tracking_list .active:after,
.project_progress_tracking_card .progress_tracking_list .visited:after {
    border: 2px solid #2B4C69;
}


.service_provider_header .user_rating .rating {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
}

.service_provider_header .user_rating {
    display: flex;
    align-items: center;
}

.service_provider_header .info_service_provider .seller_name {
    margin-bottom: 2px;
    font-size: 16px;
}

.service_provider_header .get_avtaar_img {
    padding-right: 10px;
}

.service_provider_header {
    padding-left: 20px;
}

.service_provider_header .total_review_count {
    font-weight: 600;
    font-size: 11.6122px;
    line-height: 14px;
    color: #4A4A4A;
    padding-left: 4px;
    padding-top: 0px;
    margin-top: -2px;
}

.service_provider_info_list {
    margin-left: 0;
    padding-left: 20px;
}

.service_provider_info_list li {
    padding-top: 14px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #474747;
    display: flex;
}

.service_provider_info_list .verified {
    color: #4E8E30;
}

.working_service_provider_info_card .send_message_btn_cover {
    padding: 20px;
}

.working_service_provider_info_card .send_message_btn_cover .btn {
    background: #338CDE;
    border: 2px solid #338CDE;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 10px 23px;
}


.before_hire_project_detail .cancel_contract_btn {
    display: none;
}



.main_box {
    background: #ffff;
    border: 1px solid #d7d7d7;
    padding: 20px;
    border-radius: 4px;
    position: relative;
}
.awarded_service_provider {
    background: #F6FFF4;
    border-color: #CFF3C7;
}
.main_box .profile img {
    min-width: 80px;
    max-width: 80px;
    margin-right: 30px;
}

.main_box .Proposal_detail {
    padding-top: 10px;
}

.main_box .btn_award {
    color: #27AE60;
    border: 2px solid #27AE60;
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: 600;
    height: 40px;
    background: transparent;
    cursor: pointer;
}

.main_box .days_count {
    color: #787373;
}

.main_box .Payment {
    font-size: 20px;
    font-weight: 600;
    display: block;
}

.main_box .discription {
    font-size: 15px;
    font-weight: 400;
}

.main_box .read_more.link {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.main_box .proposal_btns .btn_cancel {
    border: 2px solid #D74F4F;
    color: #E3271B;
    border-radius: 5px;
    font-weight: 600;
    height: 40px;
    background: transparent;
    cursor: pointer;
    padding: 5px 20px;
}
.main_box .proposal_btns li {
    margin-bottom: 10px;
    margin-left: 15px;
}

.main_box .proposal_btns .chat_link {
    border: 2px solid #338CDE;
    padding: 10px 16px;
    border-radius: 6px;
}

.main_box .proposal_btns .chat_link img {
    width: 100%;
    max-width: 18px;
}


.main_box .proposal_btns .total_review_count {
    font-size: 12px;
    margin-left: 6px;
    margin-top: 7px;
    font-weight: 600;
}
.main_box .proposal_title {
    font-size: 17px;
    margin-bottom: 0;
}
.main_box .total_review_count {
    font-size: 12px;
    margin-left: 6px;
    margin-top: -4px;
    font-weight: 600;
}

.main_box .proposal_title {
    font-size: 17px;
    margin-bottom: 0;
}

.main_box .awarded_tag {
    background: #37B870;
    padding: 7px 13px;
    color: #fff;
    position: absolute;
    top: -21px;
    left: 30px;
}

.main_box .awarded_tag:before {
    position: absolute;
    content: "";
    top: 0;
    height: 50%;
    width: 11px;
    background: #37B870;
    left: -5px;
    transform: skew(27deg, 0deg);
}
.main_box .discription .read_more.link {
    color: #338CDE;
    font-size: 14px;
    display: inline-block;
}
.main_box .awarded_tag:after {
    position: absolute;
    content: "";
    bottom: 0px;
    height: 50%;
    width: 11px;
    background: #37B870;
    left: -5px;
    transform: skew(-27deg, 0deg);
}



.payment_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.payment_screen_tab_ui .payment_left_part_description {
    width: 72%;
    padding: 0 15px;
}
.payment_screen_tab_ui .project_right_part_column {
    width: 28%;
    padding: 0 15px;
}



h4.milestone_title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid #D9D9D9;
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 0;
}

.milestone_remaining_list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.milestone_remaining_list > li {
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    flex-wrap: wrap;
    padding:15px 15px 15px 20px;
    align-items: center;
}

.milestone_remaining_list_ui .list_number {
    padding-right: 10px;
    width: 30px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.milestone_remaining_list_ui .milestone_add_view_buttons {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.milestone_remaining_list_ui .milestone_title_amount {
    width: 100%;
    max-width: 280px;
}

.milestone_remaining_list_ui .milestone_title {
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
}

.milestone_remaining_list_ui .milestone_payment {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4F4F4F;
    margin-bottom: 0;
}

.milestone_remaining_list_ui .milestone_date {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #4F4F4F;
    justify-content: flex-end;
    display: flex;
    align-items: flex-end;
}

.milestone_remaining_list_ui .view_invoice_link {
    font-weight: 500;
    font-size: 13px;
    line-height: 11px;
    color: #338CDE;
    white-space: nowrap;
    border-bottom: 1px solid #338CDE;
    padding-bottom: 4px;
}

.milestone_remaining_list_ui .view_invoice_link img {
    width: 100%;
    max-width: 21px;
    margin-right: 5px;
}

.milestone_remaining_list_ui .milestone_add_view_buttons li {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
    top: -6px;
}

.add_milestone_form_ui {
    width: 100%;
}

.add_milestone_form_ui {
    background: #F5F5FF;
    margin-left: 30px;
    max-height: 0px;
    overflow-y: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    border: transparent;
    transition: 0.2s all;
}
.open .add_milestone_form_ui {
    background: #F5F5FF;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-left: 30px;
    border: 1px solid #e8e8ff;
    max-height: 1000px;
    overflow-y: inherit;
    transition: 0.2s all;
}

 .multiple_field_component {
    position: relative;
}

 .multiple_field_component .amount_label {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.multiple_field_component .dollar_sign {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .multiple_field_component .form-control {
    padding: 0 50px;
    background: #ffff;
    border-radius: 5px;
}
.add_milestone_form_ui .form-control {
    background: #ffff;
    border-radius: 5px;
}
.add_milestone_form_ui .add_milestone_form_ui label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 7px;
}

.add_milestone_form_ui .custom_radiobtn .check_radio {
    font-size: 14px;
}
.add_milestone_form_ui .custom_radiobtn .check_radio:before {
    height: 17px;
    width: 17px;
}
.add_milestone_form_ui .custom_radiobtn .check_radio:after {
    left: 5px;
    top: 7px;
    height: 7px;
    width: 7px;
}
.add_milestone_form_ui .custom_radiobtn .check_radio {
    padding-left: 21px;
}

.add_milestone_form_ui .ui.input {
    width: 100%;
    height: 50px;

}

.add_milestone_form_ui .ui.input .form_control {
    background: transparent!important;
    position: relative;
    z-index: 2;
}

.add_milestone_form_ui .date_picker .calender_icon {
    position: absolute;
    right: 0;
    top: 13px;
    right: 13px;
    max-width: 18px;
    z-index: 1;
}
.add_milestone_form_ui .btn.submit_btn {
    background: #338CDE;
    border: 2px solid #338CDE;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    margin-top: 13px;
}
.payment_left_part_description .small_info_list_bid {
    padding: 0 20px;
}


.milestone_remaining_list_ui .accordion_btn {
    height: 20px;
    width: 20px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 100%;
    margin-top: 15px;
    position: relative;
    right: -17px;
}

.active_milestone {
    border: 0.5px solid #338CDE;
    border-radius: 4px;
    padding: 3px 8px;
    font-size: 12px;
    margin-left: 9px;
    color: #338CDE;
}

.milestone_remaining_list_ui .accordion_btn:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    top: 50%;
    background: #000;
    border-radius: 10px;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: 0.2s all;
}
.milestone_remaining_list_ui .accordion_btn:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    top: 50%;
    background: #000;
    border-radius: 10px;
    transform: translate(-50%, -50%) rotate(90deg);
    left: 50%;
    transition: 0.2s all;
}

.milestone_remaining_list_ui .paid_invoice {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #27AE60;
}

.paymnt_status_with_money {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.paymnt_status_with_money .payment_status {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

.added_milestone_sucessfully {
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
}

.paymnt_status_with_money .payment_status li {
    padding: 8px 10px;
    white-space: nowrap;
}

.paymnt_status_with_money  .payment_status_label {
    background: #6A9C06;
    border-radius: 200px;
    padding: 7px 12px;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
}

.paymnt_status_with_money .payment_status {
    padding-left: 0;

}

.payment_status label {
    margin: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    color: #333333;
}

.paymnt_status_with_money .paid_amount {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #4F4F4F;
    padding: 8px 10px;
}
.milestone_add_view_buttons .request_milestone_btn {
    background: #338CDE;
    border: 2px solid #338CDE;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 8px 10px;
    margin-right: -10px;
    display: inline-block;
    margin-top: 9px;
}

.btn.btn_mark_complete_project {
    background: #27AE60;
    border: 2px solid #27AE60;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 10px 23px;
}
.mark_as_complete_button_division {
    text-align: right;
    padding: 10px 10px;
}
.mark_as_complete_button_division {
    text-align: right;
}

.rating {
    display: inline-block;
  }

  .rating input {
    display: none;
  }

  .rating label {
    float: right;
    color: #ddd;
    cursor: pointer;
    margin-left: 0px;
}

  .rating label:before {
    content: '\2605';
    font-size: 24px;
  }

  .rating input:checked ~ label {
    color: #ffca08;
  }

  .rating_hover label:hover,
  .rating_hover label:hover ~ label {
    color: #ffca08;
  }

  .myrating label:hover,
  .myrating label:hover ~ label {
    cursor: default;
  }

  .review_deatils li {
    display: flex;
    justify-content: space-between;
    max-width: 320px;
    align-items: center;
}

.review_deatils li > label {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.review_deatils {
    margin-left: 0;
    padding-left: 0;
}

.project_review_screen_ui .label {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
}

.feedback_btn {
    background: #338CDE;
    border: 2px solid #338CDE;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 12px 30px;
    margin-top: 30px;
}

.feedback_btn:hover {
    color: #FFFFFF;
}





.section-header h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.coming_soon_page {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f9f9f9;
}

.signup_btn_div a {
    background: #338CDE;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    padding: 12px 38px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 13px;
}
.signup_btn_div a:hover {
    color: #fff;
}
.signup_btn_div span {
    font-size: 15px;
}
.selectbox_reload_sortby {
    margin-bottom: 0;
}
.signup_btn_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.noUi-value {
    color: #338CDE;
}
.noUi-marker {
    background: #338CDE;
}



.main_title {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}
.wrapper {
    background: #F1F1F1;
    padding: 40px 30px;
}

.OR_text {
    font-size: 16px;
    font-weight: 500;
    margin-right: 50px;
}
.style-3 {
    padding: 60px 18px;
}
.main_heading {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 20px;
    margin: 0;
}
.bg_red p {
    font-size: 10px;
    color: #FF6969;
    margin: 0;
}
.border-grey {
    border-bottom: 1px solid #bdbdbd;
}
.select_box {
    padding: 10px;
    border: 1px solid #dddddd;
    font-size: 14px;
    font-weight: 300;
}
.calculator_btn {
    background: #338CDE;
    color: #fff;
    border: 1px solid #338CDE;
    border-radius: 5px;
    padding: 13px 40px;
    display: inline-block;
}
.calculator_btn:hover {
    background: #287ac7;
    color: #fff;
}
.hidden-lable {
    visibility: hidden;
}
.Card {
    background: #fff;
    padding: 0;
    border-radius: 15px;
}
.bottom_card{
    background: #F9F9F9;
    padding: 30px 30px 0px 0px;
}
.energy_calculator_cover .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #97CDFF;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    min-width: 70px;
    text-align: center;
    justify-content: center;
}

.energy_calculator_cover .nice-select.select_box {
    padding-top: 0;
    padding-bottom: 0;
}

.energy_caculator_range_row, .solar_capacity_row {
    display: none;
}
.energy_caculator_range_row.active, .solar_capacity_row.active {
    display: flex;
}

.energy_calculator_cover .Card .column_1 b {
    margin-left: -18px;
    margin-top: 0px;
    display: inline-block;
}
.energy_calculator_cover td {
    padding: 12px 35px;
    border: 1px solid #dbdbdb;
}

.energy_calculator_cover tr td:last-child {
    background: #dbdbdb;
    width: 280px;
}


.service_provider_section_cover .after_hire_project_detail .project_right_part_column {
    width: 27%;
}

.service_provider_section_cover .after_hire_project_detail .project_left_part_description {
    width: 73%;
}

.accept_bid_button_div {
    margin-top: 20px;
    border-top: 1px solid #d9d9d9;
    padding-top: 18px;
}

a.accept_bid_button {
    background: #6A9C06;
    border: 2px solid #6A9C06;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 10px 23px;
    margin-top: 0px;
    display: inline-block;
}

.submit_bid_modal .modal-dialog {
    max-width: 638px;
    width: 96%;
    border-radius: 10px;
    border: none;
}
.submit_bid_modal .modal-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    padding: 7px 20px;
}

.submit_bid_modal .close {
    font-size: 40px;
    padding-top: 6px;
    height: auto;
    opacity: 1;
    position: relative;
    padding-right: 20px !important;
}

.submit_bid_modal .modal-header {
    border-bottom: 5px solid #D9D9D9;
}

.submit_bid_modal .row {
    max-width: 440px;
    margin: 0 auto;
}
.submit_bid_modal .btn-primary {
    font-size: 16px;
    background: #338CDE;
    margin: 0 auto;
    display: block;
    padding: 9px 43px;
    margin-bottom: 30px;
}
.modal-backdrop.show {
    opacity: .7;
}

.submit_bid_modal label {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
}

.service_provider_section_cover .myrequest_header {
    background: #FFFFFF;
    border: 1px solid #C7C7C7;
}
.service_provider_section_cover .myrequest_header .navtab_menus .nav-tabs .nav-link {
    color: #333;
}
.service_provider_section_cover .myrequest_header .nav-tabs .nav-link.active {
    color: #fff;
}

.service_provider_section_cover .myrequest_header .navtab_menus .nav-tabs .nav-link:hover {
    background: #4c6883;
    border-color: #4c6883;
    color: #fff;
}

.service_provider_section_cover .btn_pending_approval {
    padding: 7px 13px;
    color: #fff;
    top: 0;
    background: #EBB115;
    border: none;
    left: 0;
    position: relative;
}

.service_provider_section_cover .btn_pending_approval:after {
    position: absolute;
    content: "";
    bottom: 0px;
    height: 50%;
    width: 11px;
    background: #EBB115;
    left: -5px;
    transform: skew(-27deg, 0deg);
}

.service_provider_section_cover .btn_pending_approval:before {
    position: absolute;
    content: "";
    top: 0;
    height: 50%;
    width: 11px;
    background: #EBB115;
    left: -5px;
    transform: skew(27deg, 0deg);
}

.payment_status_label.inprogress img {
    transform: rotate(180deg);
}
.payment_status_label.inprogress {
    background: #FCB800;
}
.mark-paid_btn_div {
    padding: 8px 10px;
    white-space: nowrap;
}
.mark-paid_btn_div .mark_paid_btn {
    border-radius: 200px;
    padding: 5px 12px;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #fcb800;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #fcb800;
}

.mark-paid_btn_div .mark_paid_btn.paid_amount {
    color: #6A9C06;
    border: 1px solid #6A9C06;
}
.add_new_milestone_button_division {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #d9d9d9;
    margin-top: 12px;
    padding-top: 20px;
}

.btn.add_new_milestone {
    background: #338CDE;
    border: 2px solid #338CDE;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 10px 23px;
    display: inline-block;
}
.btn.add_new_milestone:hover {
    color: #FFFFFF;
}
.add_new_milestone_form ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.add_new_milestone_form ul li {
    padding: 10px 8px;
    flex-grow: 1;
}

.add_new_milestone_form .form-group {
    margin-bottom: 0;
}

.add_new_milestone_form .form-control {
    height: 36px;
    border-radius: 5px;
    border-color: #8495B1!important;
    width: 100%;
    background: transparent!important;
}
.add_new_milestone_form .form-control:focus {
    background: transparent!important;
}
.add_new_milestone_form .ui.input img {
    position: absolute;
    right: 10px;
    bottom: 9px;
    max-width: 16px;
    z-index: -1;
}

.add_new_milestone_form ul li .dolar_sign {
    position: absolute;
    height: 100%;
    background: #8495B1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px 0px 0px 5px;
}

.btn.btn_add_milestone {
    background: #338CDE;
    border: 2px solid #338CDE;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 8px 23px;
    display: inline-block;
}
.btn.btn_add_milestone:hover {
    color: #FFFFFF;
}
.add_new_milestone_form ul li:first-child {
    width: 100%;
    max-width: 390px;
}

.add_new_milestone_form ul li:nth-child(2) {
    width: 100%;
    max-width: 260px;
}

.add_new_milestone_form .ui.input {
    width: 100%;
}
.add_new_milestone_form .multiple_form_group .form-control {
    padding-left: 35px;
    padding-right: 8px;
}


.solar_project_vector {
    position: relative;
}

.solar_project_img img {
    width: 100%;
}

.small_info_about_project {
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 9;
    display: flex;
    max-width: 1070px;
    transform: translateX(-28%);
}
.solar_project_img {
    background: #2695ee;
}
.solar_project_vector {
    position: relative;
    background: #0350A0;
}

.small_info_about_project .left_info {
    padding: 15px;
    width: 60%;
}

.solar_project_vector .right_info {
    padding: 15px;
    width: 40%;
}

.solar_project_vector .small_info_about_project p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.white_listing li {
    position: relative;
}

.white_listing li:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 7px;
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.white_listing li:after {
    position: absolute;
    content: "";
    left: -16px;
    top: 11px;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}

.services_modal_main, .how_it_works_popup {
    background: url(../img/service_popup_bg.png) no-repeat scroll center / cover;
}

.services_modal_main .modal-header, .how_it_works_popup .modal-header {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
}

.services_modal_main .close, .how_it_works_popup .close {
    position: absolute;
    right: 10px;
    font-size: 40px;
}

.services_modal_main .modal-dialog {
    max-width: 820px;
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.how_it_works_popup .modal-dialog {
    max-width: 1100px;
    width: 95%;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.services_modal_main .modal-title, .how_it_works_popup .modal-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    color: #000000;
    padding: 8px 50px;
}

.services_modal_main .modal-content, .how_it_works_popup .modal-content {
    border-radius: 30px;
    border: none;
}

.services_modal_main .sevcies_popup_list_btns ul {
    display: flex;
    justify-content: center;
}

.services_modal_main .sevcies_popup_list_btns ul li {
    padding: 30px;
    width: 50%;
}

.services_modal_main .thumbanil_title {
    background: #484848;
    padding: 15px 10px;
    text-align: center;
    transition: 0.4s all;
}

.services_modal_main .active .thumbanil_title {
    background: #0085FF;
    transition: 0.4s all;
}

.services_modal_main .thumbanil_title h3 {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 24px;
}
.services_modal_main .thumbanil_title h3:before {
    position: absolute;
    content: "";
    left: 0px;
    height: 18px;
    width: 18px;
    border: 2px solid #fff;
    top: 1px;
    border-radius: 100%;
}
.service_thumbnail_box {
    border: 1px solid #484848;
    border-radius: 24px;
    overflow: hidden;
}
.active .service_thumbnail_box {
    border: 1px solid #0085FF;
    transition: 0.4s all;
}
.services_modal_main .active .thumbanil_title h3:after {
    position: absolute;
    content: "";
    left: 4px;
    height: 10px;
    width: 10px;
    background: #fff;
    top: 5px;
    border-radius: 100%;
}
.services_modal_main .featured_img {
    position: relative;
    padding: 50%;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

.services_modal_main .featured_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.services_modal_main .sevcies_popup_list_btns {
    max-width: 680px;
    margin: 0 auto;
}


.how_working_steps_box {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.how_works_modal_content {
    padding: 20px 30px;
}

.how_works_modal_content .step_text {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #084D9C;
    margin-top: 13px;
    display: inline-block;
    margin-bottom: 10px;
}

.how_works_modal_content h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: center;
}

.how_works_modal_content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #6B6B6B;
}

.general_information_box {
    margin-top: 24px;
}

.divider_1px {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    margin-top: 32px;
}

.how_works_modal_content .register_btn {
    background: #338CDE;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 43px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 5px;
}

.how_working_steps_box .featured_img {
    display: inline-block;
    margin: 0 auto;
    border: 1px dashed #ababab;
    border-radius: 100%;
    padding: 4px;
}

.show-if-service-provider {
    max-height: 0px;
    overflow-y: auto;
    transition: 0.5s all;
    visibility: hidden;
}
.show-if-service-provider.open {
    max-height: 500px;
    transition: 0.5s all;
    overflow-y: inherit;
    visibility: visible;
}


.show-if-service-provider::-webkit-scrollbar {
    width: 0px;
  }


  .show-if-provider-vendor {
    max-height: 0px;
    overflow-y: auto;
    transition: 0.5s all;
    visibility: hidden;
}
.show-if-provider-vendor.open {
    max-height: 500px;
    transition: 0.5s all;
    overflow-y: inherit;
    visibility: visible;
}


.show-if-provider-vendor::-webkit-scrollbar {
    width: 0px;
  }


.register_doc_uploads .upload-register-pdf-previews {
    width: 15.2%;
}
.nice-select.custom-selectbox {
    width: 100%;
    border-radius: 3px;
    border-color: #dddddd;
    height: 50px;
    font-size: 14px;
    padding-top: 3px;
}
.nice-select.custom-selectbox:after {
    height: 11px;
    margin-top: -8px;
    right: 15px;
    width: 11px;
}
.custom-selectbox .list li {
    font-size: 13px;
}
.nice-select.open .list {
    box-shadow: 0px 7px 10px 0 rgba(0,0,0,0.2);
    border-radius: 0 0 8px 8px;
}

.ps-my-account,
.ps-section--account {
    min-height: 50vh;
}

.regular_title {
    margin-top: 35px !important;
    margin-bottom: 10px;
}

.static_display_box {
    display: flex;
    background: #A4ECF2;
    max-width: 260px;
    padding: 20px;
    border-radius: 14px;
}

.static_display_box .icon img {
    width: 100%;
    min-width: 63px;
    display: inline-block;
    margin-right: 20px;
    max-width: 63px;
}

.static_display_box .description h6 {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
}

.service_request_default_table_ui {
    border: 1px solid #E0E0E0;
    margin-top: 30px;
}

label.error {
    color: red;
    margin-top: 4px;
}


.custom_services_requests_bx #ajax_datatable_filter {
    display: none;
}

ul.SubSideMenu.active {
    display: block !important;
}
span.star.unfilled_star img {
    filter: grayscale(1);
}
/**** RANJEET RANA***/

.rating_star .selected {
    color: #FCB800;
  }

  .rating_star .fa-star {
    font-size: 18px;
  }

  .rating_star .select {
    color: #aaa7a7;
  }

  .rating_outof {
    font-weight: 700;
    font-size: 16px;
    color: #666;
  }

  .customer_count {
    font-size: 14px;
    color: #666;
  }

  .review_progrss {
    height: 10px;
    border-radius: 10px;
  }

  .review_progrss .progress-bar {
    background: #FCB800;
    border-radius: 10px;
  }

  .progress_lebel {
    font-size: 16px;
    font-weight: 500;
  }

  .progress_lebel {
    font-size: 16px;
    font-weight: 500;
    text-align: right;
    width: 130px;
  }

  .progress_lebel_prec {
    width: auto;
    text-align: left;
  }

  .rating_box {
    display: inline-block;
    border-radius: 10px;
    background: #00000008;
  }

  .single_user_review {
    border-radius: 10px;
    background: #00000008;
    position: relative;
  }

  .user_bio img {
    width: 35px;
    height: 35px;
    border-radius: 99px;
  }

  .user_bio .user_bio_name {
    font-size: 16px;
    font-weight: 600;
  }

  .review_username_time {
    display: flex;
    margin-bottom: 5px;
}

  .review_username_time li {
    list-style: disc;
  }
  .rating_box.rating_box_hover {
    background: #ffffff;
    position: absolute;
    top: 40px;
    left: 12px;
    display: none;
    z-index: 1;
    box-shadow: 0px 0px 24px #00000033;
    transition: 0.2s all;
}

.overall_rating_point:hover .rating_box_hover {
    display: block;
    transition: 0.2s all;
}
.get_avtaar_img {
    width: 60px;
    height: 60px;
}
.status.closed {
    color: #000;
}
.status.closed:before {
    background: #FCB800;
}
.status.open:before {
    background: #0085FF;
}
.status.awarded {
    color:#000;
}
.status.awarded:before {
    background:#6A9C06;
}
.status.completed {
    color:#28a745;
}
.status.completed:before {
    background:#28a745;
}



.myrequest_header .status.awarded,
.myrequest_header .status.open,
.myrequest_header .status.closed,
.myrequest_header .status.completed {
    color: #FFF;
 }
 .service_provider_section_cover .status.open, .service_provider_section_cover .status.pending, .service_provider_section_cover .status.awarded, .service_provider_section_cover .status.closed, .service_provider_section_cover .status.completed {
    color: #000;
}


.small_info_list_bid li {
    width: 100%;
}
.small_info_list_bid li:nth-child(4) {
    width: 100%;
}
.payment_left_part_description .small_info_list_bid li {
   width: auto;
   flex-grow: 1;
}

a:hover{
    color: unset;
  }
  .rate {
    display: inline-block;
    border: 0;
}

.rate > input {
    display: none;
}

.rate > label {
    float: right;
    margin-bottom: 0;
}

.rate > label:before {
    display: inline-block;
    font-size: 16px;
    padding: 0.3rem 0.1rem;
    margin: 0;
    cursor: pointer;
    font-family: 'FontAwesome';
    content: "\f005 ";
}


.rate .half:before {
    content: "\f089 ";
    position: absolute;
    padding-right: 0;
}

.rate input:checked ~ label { color: #fcb800;  }


.user_rating a {
    display: flex;
    align-items: center;
}
.btn.remove-milestone {
    padding: 6.5px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.has_applied {
    background: #a8ffac82;
    border-radius: 59px;
    padding: 3px 15px;
    color: #00a407;
    font-size: 12px;
    border: 1px solid #99f79d;
    margin-left: 7px;
}
.mile_approved {
    background: #a8ffac82;
    border-radius: 59px;
    padding: 3px 15px;
    color: #00a407;
    font-size: 12px;
    border: 1px solid #99f79d;
    margin-left: 7px;
}
.mile_pending {
    background: #fcb800;
    border-radius: 59px;
    padding: 3px 15px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #ffba00;
    margin-left: 7px;
}
.quotation_bx p {
    margin: 0px;
}

.approvel_milestone {
    background: #8BC34A;
    border: 2px solid #8BC34A;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 6px 14px;
}
.approvel_milestone:hover {
    background: #75a83a;
    border: 2px solid #75a83a;
    color: #FFFFFF;
}

.edit_milestone_btn_box {
    flex-grow: 1;
    text-align: right;
}
.edit_milestone_bt {
    background: #338CDE;
    border: 2px solid #338CDE;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 8px 23px;
    display: inline-block;
}

.add_new_milestone_form.bg_gray {
    background: #f8f8f8;
    margin-top: 10px;
    border-radius: 5px;
    padding-bottom: 5px;
}
.edit_milestone_bx{
    display: none;
}

.milestone_remaining_list > .open .milestone_add_view_buttons .accordion_btn:after {
    transform: translate(-50%, -50%) rotate(0deg);
    transition: 0.2s all;
}

.rating_deal_page_link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    display: inline-block;
}


/* ============================================
   CHAT / MESSAGES UI
   ============================================ */

/* Main Container */
.chat_container {
    display: flex;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    overflow: hidden;
    height: 600px;
    background: #fff;
    font-family: 'Inter', var(--primary-font), sans-serif;
}

/* Left: Contacts Panel */
.chat_contacts {
    width: 320px;
    min-width: 320px;
    border-right: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.chat_contacts_header {
    padding: 21px 15px;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-2nd);
    border-bottom: 1px solid #E0E0E0;
    background: #F7F3F3;
}

.chat_contacts_header i {
    color: #2695EE;
    margin-right: 6px;
}

.chat_contacts_list {
    overflow-y: auto;
    flex: 1;
}

/* Contact Item */
.chat_contact_item {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s ease;
    gap: 12px;
}

.chat_contact_item:hover {
    background: #f7f9fc;
}

.chat_contact_item.active {
    background: rgba(38, 149, 238, 0.08);
    border-left: 3px solid #2695EE;
    padding-left: 13px;
}

.chat_contact_avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E0E0E0;
}

.chat_contact_item.active .chat_contact_avatar {
    border-color: #2695EE;
}

.chat_contact_info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.chat_contact_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.chat_contact_name {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-2nd);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat_contact_time {
    font-size: 11px;
    color: #999;
    white-space: nowrap;
}

.chat_contact_project {
    font-size: 12px;
    color: #2695EE;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Right: Main Chat Area */
.chat_main,
#pubnub_messages_bx {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    min-width: 0;
    min-height: 0;
    border: none;
    width: auto;
    margin: 0;
}

/* Chat Header */
.chat_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    border-bottom: 1px solid #E0E0E0;
    background: #fff;
    min-height: 64px;
    flex-shrink: 0;
}

.chat_header_left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.chat_header_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E0E0E0;
}

.chat_header_info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.chat_header_name {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-2nd);
}

.chat_header_project {
    font-size: 12px;
    color: #2695EE;
    font-weight: 500;
    text-decoration: none;
}

.chat_header_project:hover {
    text-decoration: underline;
    color: #1a7ad4;
}

.chat_header_project i {
    margin-right: 3px;
    font-size: 11px;
}

.chat_hire_btn {
    background: #27AE60;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.chat_hire_btn:hover {
    background: #219a52;
    color: #fff;
}

/* Chat Body */
.chat_body_wrapper {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* Messages Area */
.chat_messages_area {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.chat_messages_scroll {
    flex: 1;
    overflow-y: auto;
    padding: 18px 20px;
    background: #fafafa;
    min-height: 0;
}

/* Message Bubbles */
.chat_bubble {
    max-width: 70%;
    margin-bottom: 10px;
    animation: chatFadeIn 0.2s ease;
}

.chat_bubble p {
    margin: 0;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

.chat_bubble_sent {
    margin-left: auto;
}

.chat_bubble_sent p {
    background: #2695EE;
    color: #fff;
    border-radius: 14px 14px 4px 14px;
}

.chat_bubble_received p {
    background: #fff;
    color: var(--color-2nd);
    border-radius: 14px 14px 14px 4px;
    border: 1px solid #E0E0E0;
}

@keyframes chatFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Chat Input */
.chat_input_area {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-top: 1px solid #E0E0E0;
    background: #fff;
    gap: 10px;
    flex-shrink: 0;
}

.chat_input {
    flex: 1;
    height: 44px;
    border: 1px solid #E0E0E0;
    border-radius: 22px;
    padding: 0 18px;
    font-size: 14px;
    font-family: 'Inter', var(--primary-font), sans-serif;
    outline: none;
    transition: border-color 0.2s ease;
}

.chat_input:focus {
    border-color: #2695EE;
}

#send_chat_bt {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    border: none;
    background: #2695EE;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    padding: 0;
}

#send_chat_bt:hover {
    background: #1a7ad4;
}

#send_chat_bt[disabled] {
    background: #ccc;
    border-color: #ccc;
    color: #fff;
    cursor: not-allowed;
}

/* Detail Panel (Right Sidebar) */
.chat_detail_panel {
    width: 260px;
    min-width: 260px;
    border-left: 1px solid #E0E0E0;
    background: #F7F3F3;
    overflow-y: auto;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.chat_detail_profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #E0E0E0;
}

.chat_detail_profile img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E0E0E0;
    margin-bottom: 10px;
}

.chat_detail_name {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-2nd);
}

.chat_detail_section {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.chat_detail_label {
    font-size: 12px;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.chat_detail_label i {
    margin-right: 4px;
    width: 14px;
    text-align: center;
    color: #2695EE;
}

.chat_detail_value {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-2nd);
    word-break: break-word;
}

/* Empty State */
.chat_empty_state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    color: #ccc;
    gap: 10px;
}

.chat_empty_state i {
    font-size: 48px;
}

.chat_empty_state p {
    font-size: 14px;
    color: #999;
}

/* No Messages State */
.chat_no_messages {
    text-align: center;
    padding: 80px 20px;
    background: #fcfcfc;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
}

.chat_no_messages i {
    font-size: 52px;
    color: #ddd;
    margin-bottom: 16px;
}

.chat_no_messages h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-2nd);
    margin-bottom: 8px;
}

.chat_no_messages p {
    font-size: 14px;
    color: #999;
    max-width: 400px;
    margin: 0 auto;
}

/* Loading Overlay */
.chat_loading_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.chat_loading_spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #E0E0E0;
    border-top-color: #2695EE;
    border-radius: 50%;
    animation: chat_spin 0.7s linear infinite;
}

@keyframes chat_spin {
    to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 991px) {
    .chat_container {
        flex-direction: column;
        height: auto;
    }
    .chat_contacts {
        width: 100%;
        min-width: 100%;
        max-height: 250px;
        border-right: none;
        border-bottom: 1px solid #E0E0E0;
    }
    .chat_detail_panel {
        display: none;
    }
    .chat_container {
        height: auto;
        min-height: 500px;
    }
    .chat_main {
        min-height: 400px;
    }
}

@media (max-width: 1200px) {
    .chat_detail_panel {
        width: 220px;
        min-width: 220px;
    }
}

.ps-section--account .ps-section__header {
    margin-top: 10px;
    padding-bottom: 10px !important;
}
.coming_soon_tag {
    font-size: 9px;
    color: #ff8c00;
    font-weight: 600;
    font-style: italic;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}
.back_to_requests_btn {
    display: inline-block;
    background: #2B4C69;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 5px;
    margin-bottom: 12px;
    text-decoration: none;
    transition: background 0.2s;
}
.back_to_requests_btn:hover {
    background: #0A263F;
    color: #fff;
    text-decoration: none;
}
.back_to_requests_btn i {
    margin-right: 6px;
}


/* ============================================
   NOTIFICATIONS UI
   ============================================ */

.notif_list_container {
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    background: #fff;
}

.notif_card {
    display: flex;
    align-items: center;
    padding: 16px 18px;
    gap: 14px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    transition: background 0.2s ease;
    position: relative;
    cursor: pointer;
}

.notif_card:last-child {
    border-bottom: none;
}

.notif_card:hover {
    background: #f7f9fc;
    text-decoration: none;
}

.notif_card_unread {
    background: rgba(38, 149, 238, 0.04);
    border-left: 3px solid #2695EE;
    padding-left: 15px;
}

.notif_card_unread:hover {
    background: rgba(38, 149, 238, 0.08);
}

.notif_unread_dot {
    position: absolute;
    top: 20px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2695EE;
}

.notif_avatar {
    flex-shrink: 0;
}

.notif_avatar img {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E0E0E0;
}

.notif_card_unread .notif_avatar img {
    border-color: #2695EE;
}

.notif_content {
    flex: 1;
    min-width: 0;
}

.notif_top_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 3px;
}

.notif_sender {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-2nd);
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notif_time {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    flex-shrink: 0;
}

.notif_message {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notif_card_unread .notif_sender {
    color: #2695EE;
}

.notif_card_unread .notif_message {
    color: var(--color-2nd);
    font-weight: 500;
}

.notif_arrow {
    flex-shrink: 0;
    color: #ccc;
    font-size: 12px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.notif_card:hover .notif_arrow {
    color: #2695EE;
    transform: translateX(2px);
}

.notif_unread_badge {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: #2695EE;
    padding: 3px 10px;
    border-radius: 10px;
}

.notif_empty_state {
    text-align: center;
    padding: 80px 20px;
    background: #fcfcfc;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
}

.notif_empty_state i {
    font-size: 48px;
    color: #ddd;
    margin-bottom: 14px;
}

.notif_empty_state h4 {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-2nd);
    margin-bottom: 6px;
}

.notif_empty_state p {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 14px;
    color: #999;
    max-width: 400px;
    margin: 0 auto;
}

.notif_loader {
    width: 24px;
    height: 24px;
    border: 3px solid #E0E0E0;
    border-top-color: #2695EE;
    border-radius: 50%;
    animation: notif_spin 0.7s linear infinite;
    margin: 0 auto;
}

@keyframes notif_spin {
    to { transform: rotate(360deg); }
}

.no_milestones, .no_notification_found {
    padding: 80px 10px;
    text-align: center;
    margin-top: 30px;
    background: whitesmoke;
}

.chat_users_list .chat_username, .chat_users_list .project_title{
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 138px;
}

.no_milestones, .no_notification_found {
    padding: 80px 10px;
    text-align: center;
    margin-top: 30px;
    background: whitesmoke;
}

.notification_red_dot {
    margin-right: auto;
    background: red;
    color: white;
    padding: 2px 8px;
    border-radius: 200%;
    font-size: 11px;
    float: right;
}

.ui-datepicker {
    z-index: 999!important;
}


.menu>li.menu-item-has-children > a {
    padding-right: 20px !important;
}

.SubSideMenu li.active a {
    color: #fff !important;
}


.service_detail_img {
    position: sticky;
    top: 175px;
}
.service_detail_img .service_main_img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}
.single_service_detail .btn-primary {
    font-size: 15px;
    padding: 7px 20px;
    background: #2695ee;
    border-color: #2695ee;
}
.red_more_sm_btn {
    background: #2695ee;
    padding: 4px 10px;
    border-radius: 3px;
}

.overlap_link {
    position: relative;
}

.overlap_link:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.icon_inputText {
    position: relative;
}

.icon_inputText #showPass, .icon_inputText #showPass1 {
    position: absolute;
    right: 15px;
    top: 15px;
}
#alert-container .alert{
    text-transform: capitalize;
}
.invalid-feedback {
    text-transform: capitalize;
}
.header .navigation__extra .sign_up_login_btns .register_btn.active {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: var(--color-1st);
    background: var(--header-text-color);
    border-radius: 6px;
    padding: 7px 10px !important;
    margin-top: 4px;
    margin-bottom: 4px;
    min-width: 100px;
}
.header .navigation__extra .sign_up_login_btns .login_btn.active {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--header-text-color);
    background: transparent;
    border-radius: 6px;
    padding: 7px 10px !important;
    border: 1px solid var(--header-text-color);
    margin-top: 4px;
    margin-bottom: 4px;
    min-width: 100px;
    text-align: center;
}
.parent_menu.active i {
    rotate: 180deg;
    transition: 0.2s ease-in;
}
.parent_menu i {
    transition: 0.2s ease-in;
}
.form-group.submit + .text-success {
    text-align: center;
}

.mySelectBox {
    background-color: transparent;
    border: 1px solid #8495B1;
    border-radius: 5px;
    box-shadow: 0 0 0 #000;
    font-size: 14px;
    height: 50px;
    outline: none;
    padding: 10px 20px;
    transition: all .4s ease;
    width: 100%;
}

#switchCountryCode{
    padding: 6px;
    border: 1px solid #d0d0d0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #444546;
}
#passwordStrength {
    font-weight: bold;
}

.progress {
    height: 7px;
    margin-top: 10px;
    background-color: #f0f0f0;
}

.progress-bar {
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.very-weak {
    color: red;
    width: 20%;
    background-color: red;
}

.weak {
    color: orange;
    width: 40%;
    background-color: orange;
}

.moderate {
    color: yellow;
    width: 60%;
    background-color: yellow;
}

.strong {
    color: blue;
    width: 80%;
    background-color: blue;
}

.very-strong {

    background-color: green;
    width: 100%;
    color: green;
}
.passwordStrengthBx{
    display:none;
    margin-top: 13px;
}

.position_sticky_aout_us {
    position: sticky;
    top: 160px;
}

.single_service_detail h2 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.single_service_detail h3 {
    font-size: 18px;
    font-weight: 400 !important;
    margin-bottom: 4px;
}

.single_service_detail h3.pt-3 {
    margin-bottom: 12px;
}

.single_service_detail p {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}


.services .slick-prev:before {
    position: absolute;
    height: 18px;
    width: 2px;
    background: #fff;
    content: "";
    top: 15px;
    transform: rotate(45deg);
    left: 15px;
    z-index: 99;
    opacity: 1;
}

.services .slick-prev:after {
    position: absolute;
    height: 18px;
    width: 2px;
    background: #fff;
    content: "";
    top: 27px;
    left: 15px;
    transform: rotate(-45deg);
    opacity: 1;
}

.services .slick-next:before {
    position: absolute;
    height: 18px;
    width: 2px;
    background: #fff;
    content: "";
    top: 15px;
    transform: rotate(-45deg);
    left: 18px;
    z-index: 99;
    opacity: 1;
}

.services .slick-next:after {
    position: absolute;
    height: 18px;
    width: 2px;
    background: #fff;
    content: "";
    top: 27px;
    left: 18px;
    transform: rotate(-135deg);
    opacity: 1;
}

.services .slick-next.slick-arrow {
    right: 0;
    z-index: 10;
    opacity: 1;
    height: 60px;
    width: 36px;
    background: rgba(0,0,0,0.8);
}

.services .slick-prev {
    left: 0;
    z-index: 10;
    opacity: 1;
    height: 60px;
    width: 36px;
    background: rgba(0,0,0,0.8);
}


.new_media_tile_sec .heading_title, .achivement_section .heading_title, .article_section .heading_title, .documents_section .heading_title, .journals_section .heading_title {
    font-size: 38px;
    color: #000;
    font-weight: 600;
}

.article_section {
    background: #FAFAFA;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 40px;
}
.sub_hading {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    color: #363636;
    margin-bottom: 40px;
}

.achivment_box .featured_img img {
    width: 100%;
}

.achivment_box {
    position: relative;
}

.achivment_box .overlay_box {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding: 20px;
    background: rgba(0, 0, 0, 0.64);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s all;
    opacity: 0;
}
.achivment_box:hover .overlay_box {
    top:0px;
    opacity: 1;
    transition: 0.3s all;
}
.achivment_box .overlay_box h5 {
    color: #fff;
    font-size: 18px;
}

.achivment_box .overlay_box p {
    color: rgba(255,255,255,0.9);
}

.article_content_box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    color: #363636;
    margin-bottom: 20px;
}

.article_section .featured_img img {
   width: 100%;
}

.featured_img img {
    width: 100%;
}

.articles_list_box {
    border-radius: 10px;
    background: #FFF;
    padding: 10px;
    height: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
}

.articles_list_box .featured_img {
    margin-bottom: 10px;
    position: relative;
}

.articles_list_box .reading_time {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    padding: 0px 10px;
    border-radius: 200px;
    font-weight: 500;
    font-family: 'Poly', serif;
}

.articles_list_box .description h5 {
    margin-top: 13px;
    font-size: 22px;
}

.articles_list_box .description p {
    font-size: 16px;
}

.articles_list_box .description {
    padding-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.documents_section  .document_box {
    border-radius: 10px;
    background: #FBF9F9;
    padding: 20px 10px;
}

.documents_section .document_box .icon {
    margin-right: 16px;
}

.documents_section .document_box .icon img {
    width: 100%;
    max-width: 48px;
    min-width: 50px;
}
.journals_section {
    background: #FAFAFA!important;
}

.btn_link {
    color: var(--color-1st);
    font-family: 'Poly', serif;
}

.comming_soon_with_timer_ui {
    background: url(../../../images/comming_soon_background.jpg);
    padding: 20px;
    margin-top: 20px;
    background-position: center;
}
#subscribeUser {
    text-align: center;
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#subscribeUser input {
    width: 100%;
}

#subscribeUser form {
    display: flex;
}

#subscribeUser form input[type="submit"] {
    background: #2695ee;
    border: none;
    padding: 10px 12px;
    color: #fff;
    max-width: 100px;
    border-radius: 0px 5px 5px 0px;
}

#subscribeUser form input[type="email"] {
    border: none;
    border-radius: 5px 0px 0px 5px;
}



.ms-dd .ms-list-option.option-selected, .ms-dd .ms-optgroup ul .ms-list-option.option-selected {
    background: transparent!important;
}
.ms-dd .ms-dd-arrow.ms-dd-pointer-down {
    border-top-color: #fff!important;
}
.ms-dd {
    background: transparent!important;
    border-radius: 10px;
    margin-top: 3px!important;
    width: 155px!important;
}
.ms-dd .ms-value-input {
    background: transparent;
    color: #fff;
    font-size: 0;
}
.ms-dd .ms-dd-header {
    border: 1px solid #fff!important;
    border-bottom: none;
    border-radius: 8px!important;
}

.ms-dd .ms-list-option, .ms-dd .ms-optgroup ul .ms-list-option {
    border: none!important;
}
.ms-dd .ms-dd-header .option-selected {
    color: #fff!important;
    font-weight: 500!important;
    font-size: 16px!important;
    padding: 7px 20px 7px 10px !important;
}


.service_background .service_detail_img {
    padding: 5px;
    background: #fff;
}


.home_vision_section .container {
    max-width: 1680px;
}

.home_vision_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #edf7ed;
}


.our_vision p {
    font-size: 16px;
    color: #fff;
}
.our_vision h3, .our_values h3 {
    font-size: 20px;
    border-bottom: 2px solid #55ae21;
    padding-bottom: 14px;
    display: inline-block;
    margin-bottom: 18px;
    color: #fff;
}

.our_values li:after {
    position: absolute;
    content: '';
    background: #ffffff4d;
    width: 12px;
    height: 12px;
    border-radius: 99px;
    left: -26px;
    top: 5px;
    z-index: 1;
    animation: zoom-in-zoom-out 0.9s ease-out infinite;
}

.our_values li:before {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 99px;
    left: -24px;
    top: 7px;
    z-index: 2;
}

.our_values li {
    position: relative;
    margin-bottom: 10px;
}

.our_values li p {
    font-size: 16px;
    color: #000;
}

@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }




 .process_putt_box ul {
	list-style: none;
	counter-reset: item;
}
.process_putt_box ul li {
    counter-increment: item;
    margin: 1em 0;
    padding-left: 14px;
    position: relative;
}
.process_putt_box ul li:before {
    content: counter(item);
    content: counters(item, ".") " ";
    width: 33px;
    position: absolute;
    left: -29px;
    top: -0.2em;
    font-size: 1em;
    line-height: 2.2em;
    text-align: center;
    color: white;
    background-image: url(../../../public/images/point_polygonal.svg);
    background-size: cover;
}

.checklist_list_decorate_box {
    background: #2695ee0a;
    padding: 20px 15px 10px;
    margin: 20px 0 40px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}

.checklist_list_decorate_box ul {
	list-style: none;
	counter-reset: item;
}
.checklist_list_decorate_box ul li {
    counter-increment: item;
    margin: 1em 0;
    padding-left: 14px;
    position: relative;
}
.checklist_list_decorate_box ul li:before {
    content: counter(item);
    content: "\f00c";
    font-family: 'FontAwesome';
    width: 31px;
    height: 31px;
    position: absolute;
    left: -32px;
    top: 4px;
    font-size: 1em;
    line-height: 2.2em;
    text-align: center;
    color: white;
    background: #2695ee;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 0 0 0px 6px #2695ee1f;
    border: 0px solid;
}

.scrollable_menu_section {
    position: sticky;
    top: 148px;
    left: 0;
    right: 0;
    z-index: 990;
    background: #fff;
    box-shadow: 0px 7px 7px 0 rgba(0,0,0,0.1);
}
.scrollable_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #cbe0f1;
    background: #fff;
    padding: 0;
}

.scrollable_menu li a {
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    margin: 0 15px;
    border-bottom: 2px solid transparent;
}
.scrollable_menu li .active {
    border-bottom: 2px solid #2695EE;
    color: #2695EE;
}

.post_posted_date i {
    color: #2695ee;
}
.post_posted_date {
    font-weight: 500;
}

.articles_list_box .post_posted_date {
    padding-top: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.document_box .post_posted_date{
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    padding-bottom: 0px;
}


































@media only screen and (max-width:1550px) {
.banner__slider {
    margin-top: 130px;
}
.vertical_height_div {
    padding-top: 140px;
}
.scrollable_menu_section {
    top: 139px;
}
}

@media only screen and (max-width:1400px) {
    .custom_column_five {
        width: 33.33%;
    }

}

@media only screen and (max-width:1350px) {
    .proviedr_table_default tr {
        display: flex;
        flex-direction: column;
    }
    .proviedr_table_default tr td:first-child {
        padding-bottom: 0;
    }
    .proviedr_table_default tr td:last-child {
        padding-left: 20px;
    }
    .solar_project_img {
        padding-top: 110px;
    }
    .small_info_about_project {
        max-width: 65%;
        width: 100%;
        transform: translateX(-22%);
    }
}


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

.navigation .navigation__right {
    padding-left: 0;
}
}


@media only screen and (max-width:1310px) {
    .milestone_remaining_list_ui .milestone_title_amount {
        max-width: 100%;
    }
    .milestone_remaining_list_ui .list_number {
        background: #444;
        text-align: center;
        width: auto;
        color: #fff;
        padding: 4px 10px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

 .add_milestone_form_ui, .open .add_milestone_form_ui {
        margin-left: 0px;
    }

}

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

    .tursid_astraSlide_items .slider_content .slider_title {
        font-size: 18px;
    }

.header_social_icons li img {
    /* filter: brightness(0.4);    */
    margin-left: 0px;
}
.OR_text {
    margin-right: 30px;
}
.after_hire_project_detail iframe {
    height: 310px;
    width: 100%;
}
.after_hire_project_detail .project_right_part_column,
.after_hire_project_detail .project_left_part_description {
    width: 50%;
}

.after_hire_project_detail .project_description_column, .after_hire_project_detail .project_geo_location_map {
    width: 100%;
}
.payment_screen_tab_ui .payment_left_part_description {
    width: 100%;
}
.payment_screen_tab_ui .project_right_part_column {
    width: 100%;
}
.service_provider_section_cover .after_hire_project_detail .project_right_part_column {
    width: 100%;
}
.service_provider_section_cover .after_hire_project_detail .project_left_part_description {
    width: 100%;
}
.navigation .navigation__left, .navigation__right .menu {
  display: none;
}
.navigation__extra {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 4px 0 !important;
}
.ps-search--mobile {
    display: none;
}
.header .header__left {
    max-width: 170px;
}
.header .header__right {
    max-width: 270px;
}
.vertical_height_div {
    padding-top: 50px;
}
.banner__slider {
    margin-top: 0;
}
.custom_message_ui_pubnub .chat_users_list img, .chat_user_info .icon img {
    max-width: 40px;
    min-width: 40px;
}
.chat_users_list ul li .chat_username, .chat_user_info .chat_username {
    font-size: 15px;
}
.pubnub_chat_box,
.custom_message_ui_pubnub .chat_users_list,
.user_info_box {
    padding-top: 0px;
}

.user_info_box {
    padding-top: 67px;
}
.project_title {
    line-height: 17px;
}
.user_info_box .chat_username {
    font-size: 15px;
}
.user_pubnub_mgs {
    height: 420px;
}
.chat_users_list ul li {
    padding: 9px;
}
#back2top.active {
    bottom: 140px;
}
    .why_choose {
        padding: 47px 23px 35px 38px;
    }
    .header .header__extra {
        margin-top: -6px !important;
    }
    .electric_wave svg {
        top: 16px;
        opacity: 1;
    }
    .scrollable_menu_section {
        top: 144px;
    }
}



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

    .new_media_tile_sec .heading_title, .achivement_section .heading_title, .article_section .heading_title, .documents_section .heading_title, .journals_section .heading_title {
        font-size: 36px;
    }

.request_service_guide_box .guide_description {
    width: 100%;
}

.request_service_guide_box .featured_img {
    width: 100%;
}
.request_service_guide_box {
    flex-direction: column-reverse;
}
.request_service_guide_box .featured_img img {
    max-width: 300px;
    width: 100%;
}
.OR_text {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 26px;
}
.solar_pannel_capacity {
    width: 100%;
}
.small_info_about_project {
    position: relative;
    left: auto;
    transform: translateX(0);
    max-width: 100%;
    top: auto;
    flex-wrap: wrap;
}
.header__center {
    display: none;
}
.header .header__top .container, .header .header__top .ps-container {
    justify-content: space-between;
}
.ps-section__left {
    margin-bottom: 50px;
}
.ps-logo img {
    min-width: 100px;
    max-width: 100px;
}
.vertical_height_div {
    padding-top: 56px;
}
    .Download_app_card {
        margin-top: 30px;
        text-align: center;
    }

    .mobile_app {
        width: auto;
    }
    .App_store_image {
        margin-bottom: 50px;
        margin-top: 20px;
    }
    .slide_content h5 {
        font-size: 40px;
    }
    .slide_content p {
        font-size: 18px;
    }
    .electric_wave svg {
        top: 18px;
    }

    .tursid_astraSlide_items.overlay {
        width: 33.33%;
    }

    .mobile_app img {
        max-width: 420px;
        margin: 0 auto;
        display: block;
    }
    .App_store_image a img {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .home_vision_section {
        padding-bottom: 0px;
    }
    .solar_project_img {
        padding-top: 0;
    }
    .scrollable_menu_section {
        top: 131px;
    }
  }




@media only screen and (max-width:768px) {
.default_searchbar .form-group {
    width: 100%;
}
.new_media_tile_sec .heading_title, .achivement_section .heading_title, .article_section .heading_title, .documents_section .heading_title, .journals_section .heading_title {
    font-size: 30px;
}
.articles_list_box .description h5 {
    font-size: 20px;
}
.selectbox_reload_sortby li {
    padding-left: 0;
}
.selectbox_reload_sortby {
    width: 100%;
    padding-left: 0px;
}
.selectbox_reload_sortby .reload_btn {
    min-height: 42px;
}
.selectbox_reload_sortby li:first-child {
    flex-grow: 1;
    padding-left: 0px;
}
.project_geo_location_map,
.project_description_column {
    width: 100%;
}
.top_navigate_btns {
    top: 28px;
}
.location_images_list li, .drawing_document_list li {
    width: 25%;
}
.after_hire_project_detail .project_right_part_column, .after_hire_project_detail .project_left_part_description {
    width: 100%;
}
.after_hire_project_detail .location_images_list li, .after_hire_project_detail .drawing_document_list li {
    width: 16.6%;
}
.myrequest_header .navtab_menus {
    padding-right: 15px;
}
.main_box .proposal_btns li {
    margin-left: 0;
    margin-right: 15px;
    margin-bottom: 0;
}
.service_provider_section_cover .after_hire_project_detail .project_right_part_column,
.service_provider_section_cover .after_hire_project_detail .project_left_part_description {
    width: 100%;
}
.register_doc_uploads .upload-register-pdf-previews {
    width: 23.2%;
}
.user_info_box, .pubnub_chat_box {
    width: 100%;
}
.user_info_box {
    display: none;
}

.custom_message_ui_pubnub .chat_users_list img, .chat_user_info .icon img {
    max-width: 30px;
    min-width: 30px;
    margin-bottom: 5px;
}

.custom_message_ui_pubnub .chat_users_list {
    width: 40%;
}
.chat_user_info {
    left: 34.8%;
}
.chat_users_list ul li .chat_username, .chat_user_info .chat_username {
    font-size: 14px;
}
.chat_users_list ul li .project_title a {
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
    display: inline-block;
}

    .Download_app_card {
        margin-top: 30px;
    }
    .slide_content h5 {
        font-size: 32px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        top: auto;
    }
    .carousel-caption {
        right: 0;
        left: 0;
        width: 100%;
        padding-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }
  }


@media only screen and (max-width:680px) {
    .add_new_milestone_form ul li:first-child {
        max-width: 100%;
    }
    .add_new_milestone_form ul {
        flex-wrap: wrap;
    }
    .add_new_milestone_form ul li:nth-child(2) {
        max-width: 100%;
    }
    .btn_add_milestone {
        width: 100%;
    }
    .progress_lebel {
        text-align: left;
        width: auto;
    }
    .review_progrss {
        width: 100% !important;
    }
    .rating_box {
        width: 100%;
    }
    .progress_lebel.progress_lebel_prec {
        position: absolute;
        right: 0;
        top: 0;
    }
    .chat_users_list .chat_username, .chat_users_list .project_title {
        max-width: 70px;
        display: block;
    }
    .chat_users_list ul li {
        padding: 11.5px;
    }
    .custom_column_five {
        width: 50%;
    }
    .small_info_about_project .left_info, .solar_project_vector .right_info {
        width: 100%;
    }
    .scrollable_menu li a {
        padding: 10px 10px;
        font-size: 16px;
        margin: 0 5px;
    }
}

@media only screen and (max-width:575px) {
    .myrequest_header .navtab_menus .nav-tabs .nav-link {
        padding: 10px 5px;
        flex-grow: 1;
        text-align: center;
    }
    .after_hire_project_detail .location_images_list li, .after_hire_project_detail .drawing_document_list li {
        width: 33.33%;
    }
    .project_progress_tracking_card .progress_tracking_list .step_date_with_icon {
        position: relative;
        left: 0;
        top: 0;
        text-align: left;
        margin-top: 5px;
    }
    .project_progress_tracking_card .progress_tracking_list .step {
        padding-left: 30px;
        margin-left: 20px;
    }
.after_hire_project_detail .project_hire_row {
    margin: 0 -14px;
}

.wrapper {
    padding: 20px 18px 30px;
}
.main_title {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}
.main_heading {
    font-size: 18px;
}
.energy_calculator_cover tr td:last-child {
    width: 180px;
}
.small_info_about_project {
    flex-wrap: wrap;
}
.services_modal_main .thumbanil_title h3 {
    font-size: 15px;
}
.services_modal_main .sevcies_popup_list_btns ul li {
    padding: 30px 5px;
}
.services_modal_main, .how_it_works_popup {
    padding: 5px;
}
.register_doc_uploads .upload-register-pdf-previews {
    width: 100%;
}

/* Notifications responsive */
.notif_card {
    padding: 14px 12px;
    gap: 10px;
}
.notif_card_unread {
    padding-left: 10px;
}
.navigation .ps-container {
    padding: 0 0;
}
.ps-search--mobile {
    padding: 10px 0px;
}
.ps-search--mobile, .ps-shopping .ps-shopping__view {
    display: none !important;
}

.why_choose {
    padding: 47px 16px 35px 16px;
}
ul.why_choose_list li{
    font-size: 14px;
}
.why_choose p {
    font-size: 16px;
}
.why_choose h3 {
    font-size: 30px;
}
.Download_app_card h4 {
    font-size: 22px;
}
.color_blue {
    font-size: 22px;
}
.Download_app_card {
    margin-top: 30px;
}
.download_app_card {
    padding-top: 50px;
}
.tursid_astraSlide_items.overlay {
    width: 50%;
}
.scrollable_menu li a {
    padding: 10px 5px;
    font-size: 15px;
    margin: 0 0px;
}
}


@media only screen and (max-width:480px) {
.services_modal_main .thumbanil_title h3 {
    font-size: 13px;
}
.services_modal_main .thumbanil_title h3:before {
    top: -1px;
}
.services_modal_main .active .thumbanil_title h3:after {
    top: 3px;
}
.services_modal_main .modal-title, .how_it_works_popup .modal-title {
    font-size: 20px;
    padding: 8px 40px;
}
.chat_users_list .chat_username {
    max-width: 68px;
}
.custom_message_ui_pubnub .chat_users_list {
    width: 50%;
}
.chat_user_info {
    left: 40%;
}
.ps-block--user-header .ps-block__right a {
    font-size: 12px;
}
.user_image img {
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin-right: 5px;
}
    .custom_column_five {
        width: 100%;
    }
    .small_info_list_bid li {
    width: 50%;
}
.tursid_astraSlide_items.overlay {
    width: 100%;
}

}

@media only screen and (max-width:440px) {
    .header .header__left {
        max-width: 110px;
    }
    .header_social_icons li {
        padding: 10px 5px;
    }
}





#countdown {
    width: 465px;
    height: 170px;
    text-align: center;
    background: #222;
    background-image: -webkit-linear-gradient(top, #222, #333, #333, #222);
    background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
    border: 1px solid #111;
    border-radius: 5px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
    padding: 24px 0;
    position: relative;
    margin: 33px auto;
}

#countdown:before{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; left: -10px;
}

#countdown:after{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555);
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; right: -10px;
}

#countdown #tiles{
	position: relative;
	z-index: 1;
}

#countdown #tiles > span{
	width: 92px;
	max-width: 92px;
    font-size: 48px;
    font-weight: 700;
	text-align: center;
	color: #333;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee);
	background-image:    -moz-linear-gradient(top, #bbb, #eee);
	background-image:     -ms-linear-gradient(top, #bbb, #eee);
	background-image:      -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
}

#countdown #tiles > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; left: -3px;
	z-index: -1;
}

#countdown #tiles > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%; left: 0;
}

#countdown .labels{
	width: 100%;
	height: 25px;
	text-align: center;
	position: absolute;
	bottom: 8px;
	z-index: 10;
}
#countdown .labels li {
    width: 102px;
    font-size: 15px;
    font-weight: 700;
    color: #55ae21;
    text-shadow: 1px 1px 0px #000;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 4px;
}
.download_pro_doc {
    cursor: pointer;
    width: 15px;
    height: 15px;
    font-size: 14px;
    position: absolute;
    top: 7px;
    left: 7px;
}

/* ============================================
   MODERN SIDEBAR REDESIGN
   Uses existing design tokens:
   - Font: 'Inter', var(--primary-font)
   - Blue: #2695EE (primary action)
   - Gold: var(--color-1st) / #fcb800
   - Dark: var(--color-2nd) / #222222
   - Borders: #E0E0E0
   - Light BG: #F7F3F3, #fcfcfc
   - Radius: 5px-6px
   ============================================ */

/* Sidebar Container */
.ps-section--account .ps-section__left {
    margin-bottom: 30px;
}

.ps-widget--account-dashboard {
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #E0E0E0;
    overflow: hidden;
}

/* Profile Header */
.ps-widget--account-dashboard .ps-widget__header {
    padding: 16px 20px 16px;
    background: var(--color-2nd);
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 3px solid var(--color-1st);
    position: relative;
}

.ps-widget--account-dashboard .ps-widget__header img {
    border-radius: 50%;
    flex-basis: 46px;
    max-width: 46px;
    height: 46px;
    object-fit: cover;
    border: 2px solid var(--color-1st);
}

.ps-widget--account-dashboard .ps-widget__header figure {
    padding-left: 14px;
    flex-basis: 100%;
}

.ps-widget--account-dashboard .ps-widget__header figure figcaption {
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-weight: 400;
}

.ps-widget--account-dashboard .ps-widget__header figure p {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

/* Logout button in header */
.ps-widget--account-dashboard .ps-widget__header .sidebar-header-logout {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 5px;
    background: rgba(231, 76, 60, 0.85);
    color: #fff;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.25s ease;
    align-self: center;
    margin-left: auto;
    text-decoration: none;
    white-space: nowrap;
}

.ps-widget--account-dashboard .ps-widget__header .sidebar-header-logout:hover {
    background: rgba(231, 76, 60, 1);
    color: #fff;
}

/* Sidebar Menu List */
.ps-widget--account-dashboard .ps-widget__content.customer_dashboard_leftsidebar {
    padding: 6px 0;
}

.ps-widget--account-dashboard .ps-widget__content ul {
    border: none;
    padding: 0;
    margin: 0;
}

.ps-widget--account-dashboard .ps-widget__content ul li {
    border-bottom: none;
    margin: 1px 6px;
}

.ps-widget--account-dashboard .ps-widget__content ul li a {
    color: var(--color-2nd);
    display: flex;
    align-items: center;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 14px;
    text-transform: capitalize;
    border-radius: 5px;
    border-bottom: none;
    transition: all 0.25s ease;
    position: relative;
    gap: 2px;
}

.ps-widget--account-dashboard .ps-widget__content ul li a:hover {
    background-color: rgba(38, 149, 238, 0.08);
    color: #2695EE;
    padding-left: 18px;
}

.ps-widget--account-dashboard .ps-widget__content ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(85%) saturate(1200%) hue-rotate(190deg) brightness(98%) contrast(92%);
    opacity: 1;
}

.ps-widget--account-dashboard .ps-widget__content ul li:last-child {
    border-bottom: none;
}

/* Active State */
.ps-widget--account-dashboard .ps-widget__content ul li.active {
    background-color: transparent;
}

.ps-widget--account-dashboard .ps-widget__content ul li.active > a {
    background: #2695EE;
    color: #fff;
    font-weight: 600;
}

.ps-widget--account-dashboard .ps-widget__content ul li.active > a img {
    filter: brightness(0) invert(1);
}

.ps-widget--account-dashboard .ps-widget__content ul li.active > a .notification_red_dot {
    background: #fff;
    color: #2695EE;
}

/* Active state for submenu parent when child is active */
.ps-widget--account-dashboard .ps-widget__content ul li.active ul li a {
    color: var(--color-2nd);
    background: transparent;
    font-weight: 400;
}

.ps-widget--account-dashboard .ps-widget__content ul li.active ul li a:hover {
    background: rgba(38, 149, 238, 0.08);
    color: #2695EE;
}

/* Icon Styling */
.customer_dashboard_leftsidebar ul li a .icon {
    min-width: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.customer_dashboard_leftsidebar ul li a img {
    width: 20px;
    max-width: 20px;
    opacity: 0.65;
    transition: all 0.3s ease;
}

.customer_dashboard_leftsidebar ul li.active > a img {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.customer_dashboard_leftsidebar ul li a:hover img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(85%) saturate(1200%) hue-rotate(190deg) brightness(98%) contrast(92%);
    opacity: 1;
}

/* Notification Badge */
.notification_red_dot {
    margin-left: auto;
    margin-right: 0;
    background: #e74c3c;
    color: white;
    padding: 2px 7px;
    border-radius: 10px;
    font-size: 11px;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-weight: 600;
    float: none;
    line-height: 16px;
    min-width: 22px;
    text-align: center;
}

/* Parent Menu / Expandable */
.ps-widget--account-dashboard .ps-widget__content ul li.parent_menu {
    margin: 1px 6px;
}

.ps-widget--account-dashboard .ps-widget__content ul li.parent_menu > a {
    justify-content: space-between;
}

.ps-widget--account-dashboard .ps-widget__content ul li.parent_menu > a span {
    display: flex;
    align-items: center;
}

.parent_menu > a > i {
    font-size: 12px;
    color: #999;
    transition: all 0.2s ease-in;
}

.parent_menu.active > a > i {
    rotate: 180deg;
    color: #2695EE;
    transition: 0.2s ease-in;
}

.ps-widget--account-dashboard .ps-widget__content ul li.parent_menu.active > a.issubmenu {
    background: #2695EE;
    color: #fff;
    font-weight: 600;
}

.ps-widget--account-dashboard .ps-widget__content ul li.parent_menu.active > a.issubmenu img {
    filter: brightness(0) invert(1);
}

.ps-widget--account-dashboard .ps-widget__content ul li.parent_menu.active > a.issubmenu > i {
    color: #fff;
}

.ps-widget--account-dashboard .ps-widget__content ul li.active > a:hover {
    padding-left: 14px;
}

/* SubSideMenu - Submenu Items */
ul.SubSideMenu {
    display: none;
    padding: 2px 0 2px 0 !important;
    margin: 15px 0 15px 0 !important;
    border: none !important;
    background: #fcfcfc;
    border-radius: 0px;
    border-left: 2px solid #E0E0E0 !important;
    margin-left: 18px !important;
}

ul.SubSideMenu.active {
    display: block !important;
}

.SubSideMenu li {
    margin: 0 !important;
}

.SubSideMenu li a {
    font-family: 'Inter', var(--primary-font), sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #666 !important;
    padding: 8px 14px 8px 16px !important;
    border-radius: 0 5px 5px 0 !important;
    position: relative;
}

.SubSideMenu li a:hover {
    background: rgba(38, 149, 238, 0.08) !important;
    color: #2695EE !important;
    padding-left: 20px !important;
}

.SubSideMenu li.active a {
    color: #2695EE !important;
    background: rgba(38, 149, 238, 0.08) !important;
    font-weight: 600 !important;
    border-left: 2px solid #2695EE !important;
    margin-left: -2px;
}

/* Logout Item */
.ps-widget--account-dashboard .ps-widget__content ul > li:last-child {
    margin-top: 4px;
    border-top: 1px solid #E0E0E0;
}

.ps-widget--account-dashboard .ps-widget__content ul > li:last-child > a {
    color: #999;
    border-radius: 0;
}

.ps-widget--account-dashboard .ps-widget__content ul > li:last-child > a:hover {
    color: #e74c3c;
    background: rgba(231, 76, 60, 0.06);
    padding-left: 18px;
}

.ps-widget--account-dashboard .ps-widget__content ul > li:last-child > a:hover img {
    filter: invert(37%) sepia(91%) saturate(2697%) hue-rotate(340deg) brightness(95%) contrast(94%);
}

/* Separator before My Requests */
.ps-widget--account-dashboard .ps-widget__content ul > li.my_requests {
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px solid #E0E0E0;
}

/* Responsive */
@media (max-width: 991px) {
    .ps-widget--account-dashboard {
        border-radius: 5px;
        margin-bottom: 20px;
    }

    .ps-widget--account-dashboard .ps-widget__header {
        padding: 18px 15px;
    }

    .ps-widget--account-dashboard .ps-widget__content ul li a {
        padding: 9px 12px;
        font-size: 13px;
    }

    .SubSideMenu li a {
        padding: 7px 12px 7px 14px !important;
        font-size: 12px !important;
    }
}

/* ============================================
   EV FORM ALERTS
   ============================================ */
.ev_form_alert {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-family: 'Inter', var(--primary-font), sans-serif;
}

.ev_form_alert_error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.ev_form_alert_icon {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

.ev_form_alert_error .ev_form_alert_icon {
    color: #dc2626;
}

.ev_form_alert_content {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
}

.ev_form_alert_content strong {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.ev_form_alert_content ul {
    margin: 0;
    padding-left: 18px;
}

.ev_form_alert_content ul li {
    list-style: disc;
    font-size: 13px;
    margin-bottom: 2px;
    color: #b91c1c;
}

/* ============================================
   EV FORM FIELD VALIDATION ERRORS
   ============================================ */
.ev_field_error {
    display: block;
    color: #dc2626;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin-top: 6px;
    padding-left: 2px;
}

.ev_input_error {
    border-color: #dc2626 !important;
    background-color: #fef2f2 !important;
}

.ev_input_error:focus {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 2px rgba(220, 38, 38, 0.15) !important;
}

/* ============================================
   SERVICE REQUEST DETAIL - RIGHT COLUMN CARDS
   ============================================ */

/* Summary Card */
.detail_summary_card {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 16px;
}

.detail_summary_card .tracking_card_title {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--color-2nd);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.detail_summary_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail_summary_list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 0;
    border-bottom: 1px solid #f8f8f8;
}

.detail_summary_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.detail_summary_label {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 13px;
    color: #999;
    font-weight: 500;
    flex-shrink: 0;
    margin-right: 12px;
}

.detail_summary_value {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-2nd);
    text-align: right;
    word-break: break-word;
}

/* Tips Card */
.detail_tips_card {
    background: rgba(38, 149, 238, 0.04);
    border: 1px solid rgba(38, 149, 238, 0.15);
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 16px;
}

.detail_tips_card .tracking_card_title {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #2695EE;
    margin-bottom: 14px;
}

.detail_tips_card .tracking_card_title i {
    margin-right: 6px;
}

.detail_tips_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.detail_tips_list li {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    padding: 5px 0 5px 18px;
    position: relative;
}

.detail_tips_list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2695EE;
}

/* Make project_hire_row always flex */
.after_hire_project_detail .project_hire_row,
.myrequest_detail_page_ui .project_hire_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.myrequest_detail_page_ui .project_left_part_description {
    width: 63%;
    padding: 0 15px;
}

.myrequest_detail_page_ui .project_right_part_column {
    width: 37%;
    padding: 10px 15px;
}

@media (max-width: 991px) {
    .myrequest_detail_page_ui .project_left_part_description,
    .myrequest_detail_page_ui .project_right_part_column {
        width: 100%;
    }
}

/* Proposals Count Card */
.detail_proposals_count {
    text-align: center;
    padding: 16px 0;
}

.detail_proposals_number {
    display: block;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #2695EE;
    line-height: 1;
}

.detail_proposals_text {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-top: 4px;
    display: block;
}

.detail_view_proposals_btn {
    display: block;
    text-align: center;
    padding: 10px;
    background: rgba(38, 149, 238, 0.06);
    border-radius: 5px;
    color: #2695EE;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.2s ease;
}

.detail_view_proposals_btn:hover {
    background: rgba(38, 149, 238, 0.12);
    color: #2695EE;
    text-decoration: none;
}

.detail_view_proposals_btn i {
    margin-left: 4px;
    font-size: 11px;
}

.detail_waiting_text {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 13px;
    color: #999;
    text-align: center;
    margin: 8px 0 0;
    line-height: 1.5;
}

/* Timeline */
.detail_timeline_list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.detail_timeline_list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 4px;
}

.detail_timeline_list li:last-child {
    padding-bottom: 0;
}

.detail_timeline_list li::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 20px;
    bottom: 0;
    width: 2px;
    background: #E0E0E0;
}

.detail_timeline_list li:last-child::before {
    display: none;
}

.detail_timeline_done::before {
    background: #2695EE !important;
}

.detail_timeline_dot {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    border: 2px solid #E0E0E0;
    background: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.detail_timeline_done .detail_timeline_dot {
    border-color: #2695EE;
    background: #2695EE;
}

.detail_timeline_done .detail_timeline_dot::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detail_timeline_pending .detail_timeline_dot {
    border-color: #E0E0E0;
    background: #f8f8f8;
}

.detail_timeline_title {
    display: block;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--color-2nd);
}

.detail_timeline_pending .detail_timeline_title {
    color: #bbb;
}

.detail_timeline_date {
    display: block;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

.detail_timeline_pending .detail_timeline_date {
    color: #ccc;
}

/* Active timeline step (current step) */
.detail_timeline_active .detail_timeline_dot {
    background: #fff;
    border: 2px solid #F7941D;
    box-shadow: 0 0 0 4px rgba(247, 148, 29, 0.15);
}

.detail_timeline_active .detail_timeline_dot::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #F7941D;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: timeline_pulse 2s ease-in-out infinite;
}

@keyframes timeline_pulse {
    0%, 100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.3); }
}

.detail_timeline_active .detail_timeline_title {
    color: #333;
    font-weight: 600;
}

.detail_timeline_active .detail_timeline_date {
    color: #F7941D;
    font-weight: 500;
}

.detail_timeline_active::before {
    border-left-color: #F7941D !important;
}

/* Milestone Progress Bar */
.detail_milestone_progress {
    margin-top: 12px;
}

.detail_milestone_bar_bg {
    width: 100%;
    height: 8px;
    background: #E8E8E8;
    border-radius: 4px;
    overflow: hidden;
}

.detail_milestone_bar_fill {
    height: 100%;
    background: linear-gradient(90deg, #28a745, #34c759);
    border-radius: 4px;
    transition: width 0.5s ease;
    min-width: 0;
}

.detail_milestone_stats {
    margin-top: 8px;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 13px;
    color: #666;
}

.detail_milestone_bar_cancelled {
    background: linear-gradient(90deg, #999, #bbb) !important;
}

.detail_milestone_paid_info {
    margin-top: 10px;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 13px;
    color: #28a745;
    font-weight: 500;
}

.detail_milestone_paid_info i {
    margin-right: 4px;
}

/* Bid Status Card (Provider) */
.detail_bid_status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
}

.detail_bid_status_icon {
    width: 40px;
    height: 40px;
    background: #FFF3E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F7941D;
    font-size: 18px;
}

.detail_bid_status_text {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #F7941D;
}

/* Completed Card */
.detail_completed_card {
    border-color: #28a745;
    background: #f0faf3;
}

.detail_completed_card .tracking_card_title {
    color: #28a745;
}

.detail_completed_card .tracking_card_title i {
    margin-right: 6px;
}

.detail_completed_text {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 14px;
    color: #555;
    margin: 8px 0 0;
    line-height: 1.5;
}

/* Closed Card */
.detail_closed_card {
    border-color: #dc3545;
    background: #fef2f2;
}

.detail_closed_card .tracking_card_title {
    color: #dc3545;
}

.detail_closed_card .tracking_card_title i {
    margin-right: 6px;
}

/* Expired timeline step (deadline passed, no action possible) */
.detail_timeline_expired .detail_timeline_dot {
    background: #E0E0E0;
    border: 2px solid #bbb;
}

.detail_timeline_expired .detail_timeline_title {
    color: #999;
    text-decoration: line-through;
}

.detail_timeline_expired .detail_timeline_date {
    color: #bbb;
}

/* Cancelled timeline step */
.detail_timeline_cancelled .detail_timeline_dot {
    background: #fff;
    border: 2px solid #dc3545;
}

.detail_timeline_cancelled .detail_timeline_dot::after {
    content: '\d7';
    position: absolute;
    font-size: 10px;
    font-weight: 700;
    color: #dc3545;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.detail_timeline_cancelled .detail_timeline_title {
    color: #999;
    text-decoration: line-through;
}

.detail_timeline_cancelled .detail_timeline_date {
    color: #dc3545;
    font-weight: 500;
}

.detail_text_expired {
    color: #dc3545 !important;
    font-weight: 500;
}

/* Expired Card */
.detail_expired_card {
    border-color: #F7941D;
    background: #FFF8EE;
}

.detail_expired_card .tracking_card_title {
    color: #E67E00;
}

.detail_expired_card .tracking_card_title i {
    margin-right: 6px;
}

.detail_expired_text {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 14px;
    color: #555;
    margin: 8px 0 0;
    line-height: 1.5;
}

.detail_expired_hint {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 13px;
    color: #888;
    margin: 8px 0 0;
    line-height: 1.5;
}

/* Action Needed Card (deadline passed but has proposals) */
.detail_action_card {
    border-color: #007bff;
    background: #f0f6ff;
}

.detail_action_card .tracking_card_title {
    color: #0056b3;
}

.detail_action_card .tracking_card_title i {
    margin-right: 6px;
}

/* ============================================
   EV CHARGER SPECIFICATIONS CARD
   ============================================ */
.ev_specs_card {
    background: #f9fafb;
    border: 1px solid #E0E0E0;
    border-radius: 6px;
    padding: 20px;
    margin-top: 24px;
    margin-bottom: 20px;
}

.ev_specs_title {
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-2nd);
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E0E0E0;
}

.ev_specs_title i {
    color: #2695EE;
    margin-right: 8px;
}

.ev_specs_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.ev_spec_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
}

.ev_spec_icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 8px;
    background: rgba(38, 149, 238, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2695EE;
    font-size: 15px;
}

.ev_spec_label {
    display: block;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.ev_spec_value {
    display: block;
    font-family: 'Inter', var(--primary-font), sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--color-2nd);
    margin-top: 2px;
}

@media (max-width: 576px) {
    .ev_specs_grid {
        grid-template-columns: 1fr;
    }
}

/* ============================================
   SERVICE REQUEST DETAIL - RESPONSIVE FIXES
   ============================================ */

/* Prevent horizontal overflow globally */
.myrequest_detail_page_ui {
    overflow-x: hidden;
}

.project_geo_location_map iframe {
    max-width: 100%;
}

/* 1199px - Tablet landscape */
@media only screen and (max-width: 1199px) {
    .myrequest_detail_page_ui .project_left_part_description,
    .myrequest_detail_page_ui .project_right_part_column {
        width: 50%;
    }
    .ev_specs_grid {
        grid-template-columns: 1fr;
    }
}

/* 991px - Tablet portrait */
@media only screen and (max-width: 991px) {
    .myrequest_detail_page_ui .project_left_part_description,
    .myrequest_detail_page_ui .project_right_part_column {
        width: 100%;
    }
    .myrequest_header {
        flex-wrap: wrap;
    }
    .myrequest_header .navtab_menus {
        padding-right: 15px;
        width: 100%;
    }
    .top_navigate_btns {
        position: relative;
        top: auto;
        transform: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .small_info_list_bid {
        flex-wrap: wrap;
    }
    .small_info_list_bid li {
        width: 50%;
    }
    .project_description_column,
    .project_geo_location_map {
        width: 100% !important;
    }
    .detail_timeline_list {
        padding-left: 0;
    }
}

/* 768px - Mobile landscape */
@media only screen and (max-width: 768px) {
    .myrequest_header .navtab_menus {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px;
    }
    .myrequest_header .navtab_menus .nav-tabs .nav-link {
        padding: 8px 14px;
        font-size: 13px;
    }
    .ev_specs_grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .ev_spec_item {
        padding: 10px;
    }
    .ev_spec_icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
        font-size: 13px;
    }
    .ev_spec_value {
        font-size: 13px;
    }
    .location_images_list li {
        width: 25% !important;
    }
    .drawing_document_list li {
        width: 25% !important;
    }
    .detail_proposals_number {
        font-size: 28px;
    }
}

/* 575px - Mobile portrait */
@media only screen and (max-width: 575px) {
    .myrequest_header .navtab_menus {
        padding-top: 35px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .myrequest_header .navtab_menus .nav-tabs {
        flex-wrap: nowrap;
    }
    .myrequest_header .navtab_menus .nav-tabs .nav-link {
        padding: 8px 8px;
        font-size: 12px;
        flex-grow: 1;
        text-align: center;
        white-space: nowrap;
    }
    .top_navigate_btns {
        flex-wrap: wrap;
        gap: 8px;
    }
    .top_navigate_btns li {
        margin-right: 8px;
    }
    .small_info_list_bid li {
        width: 100%;
    }
    .ev_specs_card {
        padding: 14px;
    }
    .ev_specs_grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .ev_specs_title {
        font-size: 14px;
    }
    .location_images_list li {
        width: 33.33% !important;
    }
    .drawing_document_list li {
        width: 33.33% !important;
    }
    .project_geo_location_map iframe {
        height: 250px !important;
    }
    .detail_summary_card {
        padding: 14px;
    }
    .detail_tips_card {
        padding: 14px;
    }
    .project_detail_title {
        font-size: 17px;
    }
}

/* 480px - Small mobile */
@media only screen and (max-width: 480px) {
    .location_images_list li {
        width: 50% !important;
    }
    .drawing_document_list li {
        width: 50% !important;
    }
    .myrequest_header .navtab_menus .nav-tabs .nav-link {
        padding: 7px 5px;
        font-size: 11px;
    }
}
