﻿/**********SubscriptionPlans Start***********/
       .main-SubscriptionPlans .item {
       
              position: relative;
       }
.main-SubscriptionPlans span.plan-title-text {
    position: absolute;
    left: 50%;
    top: 32px;
    transform: translate(-50%, 0%);
    color: #fff;
    z-index: 999999;
    font-size: 20px;
}

  .SubscriptionPlansModal  .modal-content {
        background-image: url(../images/wallet/pack-modal-bg.png);
    } 


p.per-tender-coust {
       margin: 0;
       padding: 0;
       font-size: 29px;
       font-weight: normal; line-height: normal;
}
p.formula {
       font-size: 14px;
       font-weight: normal;
       margin: 0;
       padding: 0;
}

h2.SubscriptionPlans-title {
    margin: 28px 0 0px 0;  font-size: 27px;
}







  


.main-SubscriptionPlans .plan-bx {
    border: 1px solid #7a7a7a;
    border-radius: 13px;
    background-image: linear-gradient(#ffffff, #fff9ef);
}

body .main-SubscriptionPlans img.plan-title {
    position: relative;
    left: 50%;
    top: 29px;
    transform: translate(-50%, 0%);
    width: 250px !important;
}


.main-SubscriptionPlans .points {
    text-align: center;
    padding: 48px 0 9px 0;
    font-size: 35px;
    font-weight: 700;
    border-bottom: 1px solid #000;
}

    .main-SubscriptionPlans .points sub {
        font-size: 22px !important;
        color: #5e5e5e;
        margin-left: 3px;
    }

.main-SubscriptionPlans .includes {
    padding: 0 31px;
    margin-top: 12px;
}

    .main-SubscriptionPlans .includes p {
       font-size: 19px;
    }

        .main-SubscriptionPlans .includes p i {
            color: #faa61d;
        }


.main-SubscriptionPlans .plan-buy-now button {
    width: 92%;
    margin: 0 auto;
    background: #525252;
    border: none;
    color: #fff;
    padding: 5px 0;
    border-radius: 7px;
    font-size: 19px;
}


.main-SubscriptionPlans .plan-buy-now {
    margin-bottom: 20px;
    text-align: center;
   
}

.main-SubscriptionPlans .includes p {
    border-bottom: 1px #000 dashed;
    padding: 10px 0px 10px 0;
    margin: 0;
}

    .main-SubscriptionPlans .includes p:last-child {
        border-bottom: 0px #000 dashed;
    }


.main-SubscriptionPlans .item {
    scale: 0.9;
}

    .main-SubscriptionPlans .item.elite-pack-bx {
        scale: 1;
    }

        .main-SubscriptionPlans .item.elite-pack-bx .plan-bx {
            border: 1px solid #ca8b2b;
            box-shadow: 0 0 5px 0px #c0a275;
            background-image: linear-gradient(#ffffff, #faefdc) !important;
        }

            .main-SubscriptionPlans .item.elite-pack-bx .plan-bx button {
                background: #ca8b2b;
            }



@media only screen and (max-width:1600px) {
    .SubscriptionPlansModal .modal-dialog.modal-dialog-centered {
       margin-top: 39px !important;
}
    p.per-tender-coust {

       font-size: 22px;

}
    .main-SubscriptionPlans .includes p {
        font-size: 16px;
    }

    .main-SubscriptionPlans h2.SubscriptionPlans-title {
        margin:14px 0 0 0;
    }

  body .SubscriptionPlansModal .modal-dialog {
       max-width: 90% !important;
       min-width: 90% !important;
   width: 100% !important;
}

    .SubscriptionPlansModal .includes p {
        font-size: 15px;
    }
}



@media only screen and (max-width:991px) {
    .main-SubscriptionPlans .points sub {
        font-size: 16px !important;
    }

   

    .main-SubscriptionPlans span.plan-title-text {
        top: 21px;
        font-size: 15px;
    }

    .main-SubscriptionPlans {
        padding: 29px 15px;
    }

        .main-SubscriptionPlans .points {
            margin: 0px 5px !important;
           
        }

        .main-SubscriptionPlans .item {
            scale: unset !important;
        }


        .main-SubscriptionPlans .includes {
            padding: 0 13px;
        }

      
        .main-SubscriptionPlans .includes p {
            font-size: 14px;
        }

    body .main-SubscriptionPlans img.plan-title {
        position: relative;
        left: 50%;
        top: 20px;
        transform: translate(-50%, 0%);
        width: 180px !important;
        margin: 0;
    }

    .main-SubscriptionPlans h2.SubscriptionPlans-title {
        font-size: 23px;
    }


    .main-SubscriptionPlans h2.SubscriptionPlans-title b {
        display: flex;
        flex-direction: column;
    }

    .main-SubscriptionPlans span.SubscriptionPlans-brack {
        display: none;
    }

    .SubscriptionPlansModal .main-SubscriptionPlans {
        padding: 4px 5px !important;
    }

    .SubscriptionPlansModal .includes p {
        font-size: 14px;
    }

    .SubscriptionPlansModal .modal-body {
        padding: 15px 1px;
    }

    .SubscriptionPlansModal span.plan-title-text {
        top: 23px;
        font-size: 14px;
    }
}
/****modal start*/
body .modal.SubscriptionPlansModal.show {
    z-index: 999999 !important;
    background: #000000a1 !important
}

body .SubscriptionPlansModal .modal-dialog {
       max-width: 90% !important;
       min-width: 70% !important;
}



body .SubscriptionPlansModal button.btn-close {
    background-color: #c8c8c8 !important;
    z-index: 9999 !important;
}
/****modal End***/

/****hover start*****/
  .plan-buy-now button {
        position: relative;
        overflow: hidden;
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);


        overflow: hidden;
        transform: scale(1);
        transition: transform 0.4s ease;
    }

    .plan-buy-now button::before {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.4), rgba(255,255,255,0.1));
        transform: skewX(-25deg);
        transition: left 0.75s ease;
    }

    .plan-buy-now button:hover::before {
        left: 125%;
    }







    .main-SubscriptionPlans .item {
        overflow: hidden;
        transform: scale(1);
        transition: transform 0.4s ease;
    }

        .main-SubscriptionPlans .item:hover {
            transform: scale(1.05);
        }



           

            .main-SubscriptionPlans .item:hover button {
                background: #000;
            }
            /****hover end*****/
/**********SubscriptionPlans End***********/


/*Subscription Plan details Changes*/


.Counters .Card {
    border: 1px solid #0000;
    padding: 33px 15px;
    align-items: center;
    width: 230px;
    box-shadow: 1px 1px 35px rgb(0 0 0/14%);
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: auto;
    z-index: 0;
}
.signup-card {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #c1c1c1;
    background-color: #fff;
    margin-top: 24px;
    position: relative;
}
.signup-card-title {
    background-color: #767676;
    border-radius: 8px;
    position: absolute;
    top: -15px;
    left: 20px;
    padding: 5px 8px;
    color: #fff;
}
.signup-card .check-img {
    height:16px;
    width:16px;
}
.ownership-img {
    height:80px;
}
.price-tag-img {
    height:60px;
}
@media(max-width:1500px) {
    .ownership-img {
        height: 70px;
    }

    .price-tag-img {
        height: 55px;
    }
    .WalletOffers-short-info h2 {
        font-size: 21px;
    }
}
@media(max-width:768px) {
    .ownership-img {
        height: unset;
    }

    .price-tag-img {
        height: unset;
    }

    .WalletOffers-short-info h2 {
        font-size: 21px;
    }
}

.Breadcrumbs span a, .tender-categories a {
    text-decoration: none
}

.lock-img{
    height:30px;
}
.Counters .Card, h2.Title {
    text-align: center
}

.cat-icon {
    background: #fff;
    width: 41px;
    display: inline-block;
    height: 41px;
    line-height: 1.7;
    box-shadow: 1px 1px 20px rgb(0 0 0/22%);
    border-radius: 50%;
    color: #a4233d;
    font-size: 25px;
    margin-bottom: 15px
}

.Counters h5 {
    font-size: 20px;
    font-weight: 700;
    color: #f08501;
    margin-bottom: 5px
}

.Counters .Card img.country-img {
    width: 38% !important;
    height: auto !important;
    margin-bottom: 8px
}

.tender-count {
    background: #ffeed2;
    font-size: 14px;
    color: #a4233d;
    margin-top: 9px;
    padding: 4px 0
}

.sec-title {
    background: #a5233d
}

    .sec-title h2, .sec-title h1 {
        color: #fff;
        margin: 12px 0
    }

.Counters .Card .country-icon img {
    width: 42px !important;
    object-fit: cover;
    border-radius: 30px;
    height: 42px;
    filter: none
}

.Counters .Card.country-card {
    padding: 8px 0 0;
    width: 150px
}

.top-search, div#sortingdata span, #sortingdata-result span {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    padding: 0 40px;
}

.top-search-bar {
    width: 300px;
    padding: 4px 10px;
    border-radius: 31px;
    border: 0
}

.top-search {
    padding: 0 51px
}

.Breadcrumbs {
    padding: 2px 58px;
    background: #f1e9e0;
    color: #897c6e;
    font-size: 15px
}
.top-search {
	padding: 0 50px !important;
}

.map img, .state-list-v img.map {
    width: 100%
}

.state-list-v .state-list ul li a {
    font-size: 15px;
    color: #000;
    display: flex;
    flex-direction: column;
    padding: 5px 8px;
    border-bottom: 1px solid #ddd;
    position: relative;
    text-decoration: none
}

.state-list-v {
    background: #f9f3ec;
    max-height: inherit;
    min-height: 86vh
}

    .state-list-v .state-list ul li h3 a {
        padding: 14px 0;
        color: #a5233d
    }

    .state-list-v .state-list ul li a em {
        font-size: 13px;
        color: #000
    }

    .state-list-v span.strong.t-count {
        font-size: 13px;
        color: #585858;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0,-50%)
    }

    .state-list-v fieldset legend {
        background: #f1e9e0;
        padding: 1px 29px;
        position: absolute;
        top: -18px;
        left: 52px;
        width: auto;
        border-radius: 38px;
        box-shadow: 0 0 5px 0#00000087;
        font-size: 18px;
        color: #a5233d;
        font-weight: 500
    }

    .state-list-v fieldset {
        background: #fff;
        position: relative;
        border-radius: 11px;
        border: 1px solid #ddd5cc;
        margin: 30px 35px 0;
        padding: 25px 40px 10px
    }

.map {
    margin-left: 64px
}

span.view-all-tender {
    background: #faa61d;
    padding: 3px 14px;
    border-radius: 33px;
    float: right;
    position: absolute;
    right: 8px;
    top: 6px
}

.Breadcrumbs span.active {
    color: #a5233d
}

.Breadcrumbs span a {
    color: #897c6e
}

span.back-btn a, span.view-all-t a {
    text-decoration: none;
    color: #a5233d
}

span.view-all-t.text-capitalize {
    width: 100%;
    display: inline-block;
    margin-top: 0;
    padding: 0 35px;
    position: relative;
    top: 18px
}

span.view-all-t a {
    color: #fff;
    background: #9e043f;
    padding: 1px 13px;
    border-radius: 31px;
    border: 1px solid #9e043f;
    float: right
}

.Breadcrumbs i.fa.fa-home {
    font-size: 18px
}

.state-list-v {
    padding-bottom: 100px
}

@media (max-width:991px) {

    li .sm-Wallet-card {
        width: 95% !important;
        margin: 0 auto;
        left: unset;
    }
    span.close-boq {
        right: 30px !important;
        top: 1px !important;
    }
	.wp-share-tender {
                position: relative !important;
}

    .wp-sm-form {
        width: 244px !important;
        right: -100px !important;
        left: unset;
    }
        .wp-sm-form:before {
        display:none;        }

    .t-list-right-bx {
        right: 2px !important;
        bottom: 1px !important;
    } 
#similar-tender-content .t-list-right-bx {
		right: 5px !important;
	
	}

    ul.nav.nav-tabs li .detail-org-name {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: normal;
        max-height: 3em;
        width: 100%;
        white-space: normal;
    }
    .Filter li a {
        margin: 0 1px
    }

    .state-list-v fieldset legend {
        top: -10px;
        font-size: 14px;
        left: 50%;
        transform: translate(-50%,0%);
        width: max-content;
    }
    span.view-all-t a {
        float: inline-end;
        padding: 1px 11px;
    }
    span.view-all-t.text-capitalize {
        padding: 0 0px;
        text-align: center;
    }

    .state-list-v fieldset {
        margin-right: 0;
        margin-left: 0;
        padding: 22px 10px 10px;
        margin-top: 42px
    }

    span.view-all-country-t {
        margin-right: 0 !important
    }

    .top-search {
        flex-direction: column;
        margin: 0 0 15px
    }

    .Breadcrumbs {
        padding: 0 8px
    }

    #popupBidderDetails .modal-dialog {
        width: 100% !important
    }

    .Counters .Card {
        padding: 33px 1px;
        width: auto !important
    }

    .change-password-modal {
        padding: 0 25px !important
    }

    div#Feedback .modal-body {
        padding: 0
    }

    div#GraphDiv .tab-btn, div#GraphDiv div#div_topTapChart {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important
    }

    div#GraphDiv div#div_topTapChart {
        display: flex;
        flex-direction: column;
        background: #fff;
        padding: 9px;
        margin: 0 auto
    }

    div#GraphDiv .tab-btn {
        float: left
    }

    div#GraphDiv .chartbox {
        flex-direction: column
    }

        div#GraphDiv .chartbox .tab_list {
            display: flex;
            flex-direction: row;
            margin-left: 0 !important;
            padding: 0 !important;
            width: 100% !important;
            background: #ddd
        }

    div#GraphDiv .tab_list button {
        margin: 0 !important;
        padding: 0 !important;
        height: auto !important;
        width: 25%
    }

        div#GraphDiv .tab_list button i {
            font-size: 21px
        }

        div#GraphDiv .tab_list button img {
            margin: 0 !important;
            padding: 0;
            width: 31px
        }

    div#GraphDiv .modal-header {
        padding: 3px 18px
    }

    div#GraphDiv .modal-body {
        padding: 15px 13px
    }

    div#GraphDiv .tab-btn-view .tab-btn.Active {
        background: #a5233d;
        border-radius: 30px;
        color: #fff
    }

    div#GraphDiv .tab-btn-view .tab-btn {
        color: #000
    }
}

span.view-all-country-t {
    float: right;
    margin-right: 42px;
}

    span.view-all-country-t a {
        color: #fff;
        background: #9e043f;
        border-radius: 31px;
        border: 1px solid #970040;
        text-decoration: none;
        padding: 5px 15px
    }

body.AdvanceSearchResultList .nth-tabs-content table.tbl_resultlist, body.AdvanceSearchTenderList table.tbl_tenderlist {
    margin-top: 29px !important
}

div#sortingdata span, div#sortingdata-result span {
    justify-content: space-around
}

.Filter {
    display: flex;
    box-shadow: 1px 1px 12px rgb(0 0 0/4%);
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #efefef;
    padding: 6px 11px;
}

    .Filter li a {
        border: 1px solid #c5c5c5;
        width: 27px;
        text-align: center;
        margin: 0 5px;
        height: 100%;
        border-radius: 3px;
        padding: 0 !important;
        font-weight: 100;
        background: #fff;
        color: #787878 !important
    }

    .Filter li.active a {
        background: #c69c6d;
        color: #f9f9f9 !important;
        border: 1px solid #c69c6d
    }

.region-bx {
    align-items: center;
    text-align: left;
    box-shadow: 1px 1px 35px rgb(0 0 0/14%);
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: auto;
    border: 1px solid #d5d5d5;
    z-index: 0
}

    .region-bx h3 {
        font-size: 14px;
        color: #404040;
        margin: 0;
        font-weight: 700
    }

.region-bx-title, .region-sub-list a {
    display: flex;
    justify-content: space-between
}

.region-bx-title {
    align-items: center;
    background: #dddddd;
    padding: 7px 13px;
    font-weight: 700
}

.region-sub-list a {
    display: block;
    font-size: 13px;
    color: #404040 !important;
    padding: 10px 16px 6px 17px;
    border-bottom: 1px solid #ddd;
    margin: 0 8px
}

.View-all.view-region a {
    font-size: 14px;
    color: #404040;
    display: inline-block;
    border-radius: 32px
}

.region-sub-list i {
    font-size: 16px
}

.region-sub-1, .region-sub-2, .region-sub-3, .region-sub-4, .region-sub-5 {
    min-height: 194px;
    overflow: auto;
    max-height: 235px
}

.region-sub-4, .region-sub-5 {
    min-height: 210px
}

.region-sub-list a:last-child {
    border: 0
}

.region-container {
    padding-bottom: 70px !important
}

@media (max-width:1199px) {
    .region-sub-1, .region-sub-2, .region-sub-3 {
        min-height: 175px;
        overflow: auto;
        max-height: 235px
    }

    .View-all.view-region a, .region-bx h3 {
        font-size: 13px
    }
}

@media (max-width:991px) {

    .dashboard-sub-tab {
        display: flex !important;
        align-items: flex-end !important;
        justify-content: flex-end !important;
        flex-direction: column;
    }

    ul.ft-icons li {
	margin: 0 11px !important;
}
    .footer-bottom-info {
	display: flex;
	flex-direction: column-reverse;
}
    .footer-two.footer-dark.footer-bottom {
	
	padding:7px 0 3px 0;
	
}
    .footer-copy-right {
	
	border-top: 1px solid #ddd;
	width: 100%;
	text-align: center;
    line-height: normal;
	margin-top: 5px;
}

    	span.copyrights-text {
		font-size: 10px;
	}
       
    .wp-sm-form:before {
        left: 28px;
    }
    span.close-wp-sm-form {
        right: 18px !important;
        right: unset !important;
        top: -11px;
    }
    .wp-sm-form {
        
        width: 100%;
    }
    .wp-sm-form input {
        width: 100%;
    }
    
    .container.region-container {
        max-width: 100%
    }

    .region-sub-1, .region-sub-2, .region-sub-3 {
        min-height: 175px;
        overflow: auto;
        max-height: 235px
    }

    .View-all.view-region a, .region-bx h3 {
        font-size: 12px
    }

    .region-bx-title {
        align-items: center;
        flex-direction: column
    }

    @media (max-width:767px) {
        .region-sub-1, .region-sub-2, .region-sub-3, .region-sub-4, .region-sub-5 {
            height: auto !important;
            max-height: auto !important;
            min-height: auto !important
        }

        .region-container {
            padding-bottom: 150px !important
        }
    }
}

/*****mandatory filed****/
.mandatory:after {
    content: "*";
    position: absolute;
    right: -6px;
    top: -6px;
    color: red;
    font-size: 13px;
}
.mandatory {
    position: relative;
}
.captcha-bx.mandatory::after {
    right: 0px !important;
}
/******admin user start*******/
span.checkpid {
    position: absolute;
    left: -16px;
    bottom: 0px;
}
body .select-all-pid input {
    position: relative !important;
    top: 8px !important;
    left: -7px;
}
div.set-pid {
    padding: 0 10px 0 0;
    margin-bottom: -2px;
    display: block;
}
.set-pid input {
    padding: 1px 14px !important;
    border-radius: 5px;
}
.select-all-pid {
    display: flex;
    align-items: center;
}
 .select-all-pid input {
    position: unset !important;
    margin: 0px !important;
}
    div.set-pid button {
        background: #e0e0e0;
        border: none;
        margin-left: 10px;
        border-radius: 30px;
        padding: 2px 17px;
        color: #616161;
    }
div.set-pid input {
    border: 1px solid #ddd;
    padding: 0px 9px !important;
    width: 125px;
}
.form-check-input-pid {
    width: 20px !important;
    height: 18px;
    background-color: #d7d7d7 !important;
}
/******admin user end*******/




/*********new design start ********/
/*********new design start ********/
/*********new design start ********/
.counter-box input[type=text]:focus {
        border: 0px solid #d3d3d3;
        box-shadow: 0 0px 0px 0 #d3d3d3;
    }

    .counter-box input[type=text] {
        border: 1px solid #c9c9c9;
        background: #f3f3f3;
    }

        .counter-box input[type=text]:read-only {
            background: none;
            border: none;
        }

    .counter-box {
        background: #fff;
        border: 1px solid #c5c5c5;
        width: 190px;
        text-align: center;
        float: left;
        height: 88px;
        margin: 0 12px 0 0;
        position: relative;
        padding: 7px 0;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 21px;
    }

        .counter-box p {
            margin: 0px;
            padding: 0;
            text-align: center;
            color: #898989;
        }

        .counter-box input.Category-name {
            color: #898989;
        }

    input.Category-name {
        width: 92%;
        padding: 0;
        text-align: center;
    }

    .counter-box-action-btn button {
        background: #ddd;
        border: none;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        margin: 0 3px;
    }

    .counter-box-action-btn {
        display: flex;
        position: absolute;
        top: -11px;
        right: -12px;
    }

    .counter-box-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sub-tab-view {
        padding: 19px 29px;
    }

    button.add-new {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: none;
        background: none;
    }

        button.add-new i {
            font-size: 30px;
            color: #8d8d8d;
        }

        button.add-new span {
            font-size: 15px;
            color: #8d8d8d;
        }

    button.Category-name-update {
        position: absolute;
        left: 50%;
        bottom: -24px;
        transform: translate(-50%, 0%);
        background: lightgrey;
        padding: 0px 10px;
        height: auto;
        margin: 0;
        border: none;
        border-radius: 0 0px 9px 9px;
        font-size: 13px;
    }



    .counter-box-action-btn button i {
        font-size: 12px;
        color: #767676;
    }

    .Prompt-listing table input {
        width: 90%;
    }

    span.table-action-btn button {
        background: none;
        border: none;
    }

        span.table-action-btn button i.fa.fa-pencil {
            color: #878787;
        }

        span.table-action-btn button i.fa.fa-check {
            color: #000;
        }

    .counter-box.active {
        background: #ffffff;
        border: 1px solid #323232;
        box-shadow: 1px 2px 4px 0 #bbb8b8;
        color: #000;
        font-weight: 700;
    }

        .counter-box.active input.Category-name::placeholder, .counter-box.active p, .counter-box.active input.Category-name {
            color: #000 !important;
            font-weight: 700;
        }


    input.Category-name::placeholder {
        color: #898989 !important;
    }

    .prompt-item {
        display: flex;
    }

    span.select-prompt input {
        width: 17px;
        height: 17px;
        margin-right: 6px;
        position: relative;
        top: 2px;
    }

    .delete-category {
        text-align: center;
    }

        .delete-category .trash-cion i {
            font-size: 65px;
        }

        .delete-category p {
            font-size: 20px;
            margin: 16px 0;
        }

    .delete-category {
        padding: 30px 0;
    }

        .delete-category p strong {
            font-weight: 700;
        }

    .counter-box-Elastic {
        background: #ffffff;
        border: 1px solid #323232;
        box-shadow: 1px 2px 4px 0 #bbb8b8;
        color: #000;
        font-weight: 700;
        width: 190px;
        text-align: center;
        float: left;
        height: 88px;
        margin: 0 12px 0 0;
        position: relative;
        padding: 7px 0;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 21px;
    }

        .counter-box-Elastic p {
            margin: 0;
            padding: 0;
        }

    #deleteConfirmationModal .modal-dialog, div#thankYouModal .modal-dialog {
        min-width: fit-content;
        max-width: fit-content !important;
    }
    .Prompt-listing table tr td {
        color: #5a5a5a;
    }

    /*********elastic**********/
    span.Elastic-label {
        min-width: 65px !important;
        float: left;
    }

    .Elastic-info {
        display: flex;
    }

    span.colan {
        margin: 0 6px;
    }

    span.Profile-name {
        font-size: 18px;
        margin-right: 9px;
    }

    .Elastic-item {
        margin-bottom: 23px;
        padding-bottom: 24px;
        border-bottom: 1px solid #c5c5c5dd;
    }

    .Elastic-info button {
        background: none;
        border: none;
        padding: 0px;
    }

    .Elastic-info input {
        width: 218px;
        padding: 2px 7px;
        margin: 0 12px 2px 0;
    }

    .update-Elastic-words-box {
        background: #fff;
        padding: 19px 35px;
        margin-top: 8px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

    button.Elastic-words-edit {
        margin-left: 9px;
    }

    button.update-words-btn {
        background: #767676;
        border: none;
        margin: 11px 0;
        color: #fff;
        border-radius: 30px;
        padding: 2px 21px;
    }

    button.Edit-Elastic-profile-name i, button.Elastic-words-edit i {
        color: #858585;
    }

    img.success-process {
        width: 83px;
        margin: 0 auto;
    }

    /***********chart end************/
    /***********chart end************/
    /***********chart end************/
	
	
	/*********web intro hepl start********/
	 .intro-animation img {
        display: none;
    }

    .intro-animation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

        .intro-animation img {
            width: 100%;
        }

        .intro-animation img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

    img.intro-screen {
        width: 100%;
    }

   .previous-next-btn {
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translate(-50%, 0%);
	display: flex;
	width: 100%;
	padding: 0 21px;
	justify-content: center;
}
   .previous-next-btn button {
	margin: 0 6px;
}

        .previous-next-btn button {
            background: #000;
            border: none;
            padding: 6px 13px;
            font-size: 14px;
            line-height: normal;
        }

            .previous-next-btn button:focus,
            .previous-next-btn button:hover {
                background: #000;
                border: none;
                transition: .5s;
            }

  a.TT-help {
	margin-right: 4px;
}
    /*********web intro hepl end********/

 .bottom-arrow-none .dropdown-toggle::after {display:none !important;}



.tab-content-new {
    padding-bottom: 29px !important;
}
span.sm-ai-indicate {
    position: absolute;
    top: -7px;
    right: -7px;
    background: linear-gradient(to right, #0498bb, #2f22a1) !important;
    width: 19px;
    height: 19px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 31px;
    line-height: normal;
    color:#fff;
}




/******wp share start*******/
.wp-share-container {
    display: flex;
    gap: 10px; /* Adjust gap between buttons if needed */
    flex-direction: row-reverse;
}

/*.wp-share-tender {
    position: absolute;
    right: 9px;
    bottom: -6px;
}*/
span.t-score {
		background: #fff;
	font-size: 12px;
	padding: 3px 9px;
	margin-right: 7px;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: normal;
}

.t-list-right-bx {
       position: absolute;
    right: 0px;
    bottom: -3px;
    display: flex;
    align-items: center;
}
.wp-share-tender {
    margin: 2px 13px 0px 19px;
}

    span.wp-sm-button label {
        padding: 0 9px;
    }

    span.wp-sm-button img {
        width: 21px;
    }

.wp-sm-form {
    position: absolute;
    top: 31px;
    background: #fff;
    padding: 13px 15px;
    right: -15px;
    border: 1px solid #9f9f9f;
    border-radius: 11px;
}

    .wp-sm-form:before {
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #ababab;
        content: "";
        top: -9px;
        position: absolute;
        right: 14px;
    }

span.close-wp-sm-form {
    position: absolute;
    background: white;
    top: -11px;
    left: -7px;
    border-radius: 30px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a1a1a1;
    font-size: 14px;
}

.wp-sende-tender {
    text-align: center;
    text-decoration: none;
}

.wp-sende-tender {
    background: #404040;
    width: 100%;
    color: #fff !important;
    padding: 5px 11px;
    display: block;
    font-size: 13px;
    border-radius: 30px;
    line-height: normal;
    margin-top: 9px;
    float: left;
    text-decoration: none;
}

.wp-sm-form input {
    padding: 0 11px;
    height: auto;
    margin-bottom: 8px;
    border-radius: 3px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 14px;
    color: #404040;	height: 27px;
}
a.send-tender.wp-sende-tender {
	color: #fff !important;
}
.wp-sm-form {
    z-index: 99999;
}

.wp-share-tender i.fa.fa-whatsapp {
	font-size: 21px;
}

.wp-share-tender i.fa.fa-envelope {
    background: #fff;
    padding: 4px 6px;
    color: #c42f11;
}

.wp-share-tender .error-message {
    font-size: 12px;
    position: relative;
    top: -9px;
}

.success-msg {
    position: fixed;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0%);
    background: #ffffff;
    z-index: 99;
    padding: 8px 16px;
    border-radius: 38px;
    font-size: 16px;
    border: 1px solid #000;
    color: #000;
    width: max-content;
}

img.success-img {
    width: 33px;
    margin-right: 11px;
}

.wp-share-tender {
    position: relative;
}

.wp-sm-form select {
    padding: 0 11px;
    height: 26px;
    margin-bottom: 8px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
/******wp share end*******/
.boq-tag ,.doc-tag ,.pq-tag {
    display:none;
}

img.tender_number_blur {
	height: 22px;
}
span.new-tag, span.free-tag, span.gem-tag {
    font-weight: 600;
}
.tender-tag span.cor-tag{
    color: #a5233d !important;
    font-weight: 600;
}
.qualification-tab-view [onclick] {
    cursor: pointer;
}

.rg-menu .sm-modal-bx, .archive-toggal .sm-modal-bx {
    position: absolute;
}
.tender-tag span.new-tag {
    color: #a5233d !important;
}
.client-logo-sec img {
    width: 139px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 6px 4px;
    height: 68px;
    margin: 12px 12px;
    border-radius: 8px;
    box-shadow: 0 0 5px 0 #d3d3d3;
}

/***boq listing start*/
.boq-content {
    padding: 0 !important;
}
a.view-more-boq {
    float: right;
    margin: 0 10px 0 0;
}

.boq-info {
    position: relative;
}

a.quote-now:hover {
    color: #fff;
}


.boq-info:before {
    content: "";
    background-image: url(../../assets/images/arrow.png) !important;
    background-size: 27px;
    background-repeat: no-repeat;
    width: 30px;
    height: 31px;
    position: absolute;
    top: -8px;
    left: -26px;
}

.boq-info table.rwd-table {
    margin-top: 0px !important;
}

span.unit-price {
    display: inline-flex;
}

th.sr-no {
    width: 60px;
}

th.boq-total-price, th.boq-texes, th.quote-now, th.qty-uom, th.boq-id {
    width: 150px;
}

th.unit-price {
    width: 200px;
}

.boq-info {
    margin-left: 34px;
    margin-right: 16px;
}

table.rwd-table th, table.rwd-table td {
    padding: 3px 4px !important;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #ddd;
}

.rwd-table {
    margin: auto;
    width: 100%;
    min-width:100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
}

    .rwd-table tr:first-child {
        border-top: none;
        background: #f2f2f2;
        color: #404040;
    }

    .rwd-table tr {
        background-color: #fff;
    }


    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            margin-top: .5em;
        }

        .rwd-table td:last-child {
            margin-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 120px;
            display: inline-block;
            color: #000;
        }

    .rwd-table th,
    .rwd-table td {
        text-align: left;
    }

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

    .rwd-table tr {
        border-color: #bfbfbf;
    }

    .rwd-table th,
    .rwd-table td {
        padding: .5em 1em;
    }




@media screen and (max-width:991px) {
    .row1 span.brack {
        display: none;
    }

    .rwd-table {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    a.view-more-boq {
        margin: 0;
    }

    .rwd-table tr td {
        background: #f4f4f4;
        border-bottom: 1px solid #ddd;
        margin: 0px !important;
    }

    .rwd-table tr {
        border-top: 18px solid #ffffff;
    }

    .boq-info {
        margin-left: 25px;
        margin-right: 0px;
    }

    .rwd-table tr:nth-child(2) {
        border-top: none;
        border: none;
    }

    .rwd-table tr:hover:not(:first-child) {
        background-color: #efefef;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child,
        .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child,
        .rwd-table td:last-child {
            padding-right: 0;
        }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

a.view-more-boq {
    float: right;
}

.boq-info {
    position: relative;
}

    .boq-info:before {
        content: "";
        background-image: url(../../assets/images/arrow.png) !important;
        background-size: 27px;
        background-repeat: no-repeat;
        width: 30px;
        height: 31px;
        position: absolute;
        top: -8px;
        left: -26px;
    }

table.rwd-table {
    margin-top: 0px !important;
}

span.unit-price {
    display: inline-flex;
}

th.sr-no {
    width: 60px;
}

th.boq-total-price, th.boq-texes, th.quote-now, th.qty-uom, th.boq-id {
    width: 150px;
}

th.unit-price {
    width: 200px;
}

.boq-info {
    margin-left: 34px;
    margin-right: 16px;
}

table.rwd-table th, table.rwd-table td {
    padding: 3px 4px !important;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #ddd;
}

.rwd-table {
    margin: auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-top: 0px;
}

    .rwd-table tr:first-child {
        border-top: none;
        background: #f2f2f2;
        color: #404040;
    }

    .rwd-table tr {
        background-color: #fff;
    }


    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

        .rwd-table td:first-child {
            margin-top: .5em;
        }

        .rwd-table td:last-child {
            margin-bottom: .5em;
        }

        .rwd-table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 78px !important;
            display: inline-block;
            color: #000;
            min-width: 78px !important;
            max-width: 78px !important;
        }

    .rwd-table th,
    .rwd-table td {
        text-align: left;
    }

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

    

    .rwd-table th,
    .rwd-table td {
        padding: .5em 1em;
    }

@media screen and (max-width:991px) {
    .wp-sm-form {
	
	
	max-width: 93% !important;
	z-index: 99999999999 !important;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	bottom: 111px;
	transform: translate(-50%, 0%);
	min-width: 90% !important;
	box-shadow: 0 0 20px 20px #00000029;		height: unset;
		top: unset;
}
    .rwd-table tr td {
        background: #f4f4f4;
        border-bottom: 1px solid #ddd;
        border-top: 0;
        margin: 0px !important;
        display: flex;
    }
        .rwd-table tr td:first-child {
            border-top: 1px solid #ddd !important;
        }
    .rwd-table tr {
        border-bottom: 6px solid #ffffff;
    }

    .boq-info {
        margin-left: 25px;
        margin-right: 0px;
    }
}

@media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}

@media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #f2f2f2;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .rwd-table th:first-child,
        .rwd-table td:first-child {
            padding-left: 0;
        }

        .rwd-table th:last-child,
        .rwd-table td:last-child {
            padding-right: 0;
        }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

th.boq-quote-count, td[data-th="Quote-Count"] {
    display: none;
}
th.quote-now {
    width: 170px;
    text-align: center;
}
a.quote-view {
    background: #ffffff;
    padding: 4px 12px;
    border-radius: 4px;
    color: #404040;
    font-size: 13px;
    border: 1px solid #404040;
    margin: 0 4px;
}
.no-boq-found {
    font-size: 21px;
    font-weight: 600;
    color: #696969;
}
span.close-boq {
    position: absolute;
    right: 32px;
    top: 0px;
    background: #ddd;
    width: 21px;
    text-align: center !important;
    height: 21px;
    border-radius: 30px;
    line-height: normal;
}
a.quote-now {
    background: #404040;
    padding: 4px 12px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    border: 1px solid #404040;
    margin: 0 4px;
}

.row1, .row2 {
    margin-bottom: 3px;
}

.row1, .row2, .row3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

    .row1 span.brack, .row2 span.brack, .row3 span.brack {
        height: 17px;
    }

    .row1 i {
        margin-right: 5px;
    }

input.unit-amount {
    padding: 0 6px;
    margin: 0;
    line-height: 3;
    height: 25px;
    width: 102px;
    border-radius: 0 4px 4px 0px !important;
    border: 1px solid #a9a9a9;
}

span.unit-price {
    display: flex;
    align-items: center;
  
}

span.rupee-symbol {
    background: #ddd;
    padding: 0 6px;
    margin: 0;
    line-height: 1.6;
    height: 25px;
    border-radius: 4px 0px 0px 4px !important;
    border: 1px solid #a9a9a9;
    border-right: 0px solid;
}

input.taxes {
    padding: 0 6px;
    margin: 0;
    line-height: 3;
    height: 25px;
    width: 59px;
    border-radius: 4px !important;
    border: 1px solid #a9a9a9;
    
    margin-right: 2px;
}



    .boq-item:nth-child(even) {
       
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

.all-boq, .hide-boq {
    margin-left: 12px;
}

.row3 {
    display: inline-flex;
}

    .row1 div, .row2 div, .row3 div {
        display: flex;
        align-items: center;
    }

span.quote-now-label {
    display: none;
}

a.less-item, a.view-more {
    float: right;
    text-align: right !important;
    top: 5px;
    position: relative;
    right: 8px;
   
}
.t-info i {
    color: #000;
}
.boq-item:hover {
    background: #f1f1f1;
}
.boq-item:first-child:hover {
    background: #fff;
}


    @media (max-width:767px) {
        .row1 div, .row2 div, .row3 div {
            display: flex;
            align-items: center;
            flex-direction: row;
            flex-wrap: wrap;
        }
        .row1 div span.brack:last-child, .row2 div span.brack:last-child, .row3 div span.brack:last-child {
            display: none;
        }

        .row1 div, .row2 div {
            display: flex;
            align-items: center;
            flex-direction: row;
            flex-wrap: wrap;
        }
        .boq-item {
            padding: 6px 0 6px 0;
        }
        .boq-item {
            background: #f5f5f5;
           
            float: left;
            width: 100%;
        }

        .row3 {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .unit-price-label, .taxes-label, .total-price-label, span.quote-now-label {
            width: 90px;
            margin: 3px 0 5px 0;
        }

        span.quote-now-label {
            display: inline-block;
        }

        a.less-item, a.view-more {
            width: 100%;
            float: right;
            text-align: right !important;
        }

        .row1 {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: column;
            flex-wrap: wrap;
        }
    }



    /***boq listing end*/

/**************************profile-view Start(dashboard)***************************/
.profie-bx li .prompt-item.active {
    font-weight: 600;
}

.prompt-action {
    margin-left: 27px;
}

    .prompt-action span {
        margin: 0 5px;
    }

a.add-new-profile {
    background: #404040;
    padding: 3px 10px;
    margin-left: 15px;
    margin-top: 9px;
    display: inline-block;
    border-radius: 6px;
    font-size: 13px;
    color: #fff;
}

ul.profile-list {
    margin: 0px;
}

span.profile-label {
    margin: 0 8px;
}

.profile-name i.fa.fa-circle {
    font-size: 11px;
}

.profile-name {
    display: flex;
    align-items: center;
}

ul.profile-list li:nth-child(even) {
    background: #f3f3f3;
}

.profie-bx {
    padding: 9px 0px;
}

ul.profile-list {
    max-height: 315px;
    overflow: auto;
    margin-bottom: 0 !important;
    min-height: auto;
}

.Prompt-list {
    margin-left: 32px;
}

ul.profile-list li {
    padding: 5px 14px;
}

    ul.profile-list li .profile-name {
        margin: 0 0px !important;
    }

span.add-prompt i.fa.fa-plus-circle {
    color: #a1a0a0;
    font-size: 18px;
}

.prompt-item:last-child {
    border-bottom: none;
}

.prompt-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cdcdcd;
    padding: 2px 0;
}

.profile-list li:last-child {
    border: none !important;
}

.prompt-item .prompt-text {
    word-break: break-word;
    white-space: normal;
    float: left;
}

ul.profile-list {
    padding: 0;
}

div#profile-view {
    border: 1px solid #ddd;
}

ul.profile-list {
    list-style: none;
}

.profile-action-btn {
    margin-left: 6px;
}

    .profile-action-btn i.fa.fa-pencil-square-o {
        font-size: 16px;
        color: #6a6a6a;
    }

    .profile-action-btn i.fa.fa-floppy-o {
        font-size: 17px;
        margin-right: 6px;
    }

[contenteditable="true"] {
    border: 1px solid #404040 !important;
    padding: 3px 10px;
    text-align: left;
    background: #fff !important;
    border-radius: 3px;
    font-weight: 500;
}

    [contenteditable="true"]:focus {
        border: 0px solid #007BFF; /* Change the border color on focus (blue in this case) */
        box-shadow: 0 0 0px rgba(0, 123, 255, 0.5); /* Optional: adds a subtle shadow for focus */
        outline: none; /* Removes the default focus outline */
        background-color: #f0f8ff; /* Optional: change background color when focused */
    }

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }



/**************************profile-view End(dashboard)***************************/

.tender-detail-bx-info .twm-mid-content {
    padding-right: 0;
}
a.add-to-cart {
    background: #7c7c7c;
    color: #fff;
    padding: 5px 16px;
    border-radius: 3px;
}

a.add-to-cart img {
    margin-right: 7px;
}
div#download-pdf-excel span.divider {
    height: 30px;
}
a.add-to-cart:hover span {
    color: #fff !important;
}
header nav.navbar ul.navbar-nav li a {
    color: #3c3c3c;
} 


/*************  listing advertisement css start  **************/

.listing-banner.banner {
    color: #212529;
    text-align: left;
    padding: 14px 20px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.listing-banner .banner-text {
    margin-right: 300px;
}

.listing-banner .banner h1 {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 15px;
}

.listing-banner.banner h2 {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.listing-banner .contact {
    color: #000;
}

    .listing-banner .contact a {
        color: #007bff;
        text-decoration: none;
    }

.listing-banner .banner-text h1 {
    font-size: 17px;
    margin: 0 0 4px 0;
    padding: 0;
}

.listing-banner .banner-text p {
    margin: 0;
    line-height: 1.4;
    font-size: 15px;
}

.listing-banner a.start-free-trail {
    padding: 6px 13px !important;
    margin: 8px 0 0 0;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
}

.listing-banner span.contact a {
    font-weight: normal;
    text-decoration: underline !important;
}
li.tender-listing-ad {
    margin-bottom: 12px;
}

@media only screen and (max-width:991px) {
    .BOQ-banner {
        background-image: linear-gradient(#e3f4fb, #bbe6f7) !important;
    }

    .listing-banner .banner-text {
        margin-right: 0;
    }

    .result-banner {
        background-image: linear-gradient(#102530, #357896) !important;
    }

    .summary-banner {
        background-image: linear-gradient(#d14075, #d8a150) !important;
    }

    .AtomsAI-banner {
        background-image: linear-gradient(#0f293a, #15273a) !important;
    }

    .pq-banner {
        background-image: linear-gradient(#aeecff, #7ea9ff) !important;
    }

    .GEM-banner, .analytics-banner {
        background-image: linear-gradient(#010511, #6a7a7d) !important;
    }

}


/*************  listing advertisement css end  **************/

/*************  Price Tag Css Jeet Chauhan  **************/

span.tt-wallet-card-points {
	font-size: 27px;
	font-weight: normal;
	margin-left: 6px;
	color: #585858;
}
span.quoted-price {
	z-index: 9;
}
.without-discount {
	flex-direction: column !important;
	align-items: flex-start !important
}
.without-discount .price-label-name {
	display: flex;
	flex-direction: row;
}
.without-discount .price-label-name span {
	margin-right: 3px;
}
.without-discount .discount-price {
	
	padding: 0;
}
.boq-view-for , .boq-view-for::before{
	background: #ffecce !important;
}


 .price-label-name {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
      }

      span.price-tag.price-tag--two-lines {
        display: flex;
        width: max-content;
        flex-direction: row;
        align-items: center;
      }

      .tender-price {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .price-tag {
        position: relative;
	display: inline-flex;
	flex-direction: row;
	height: 20px;
	margin-right: 10px;
	padding: 5px 7px;
	color: #000;
	border-radius: 4px;
	background-color: #faa61d;
	line-height: 1;
	justify-content: center;
	font-size: 14px;
	align-items: center;min-width: 80px;
      }
   .boq-action {
	display: flex;
	justify-content: center;
}

      .price-tag::before,
      .price-tag::after {
        position: absolute;
        content: '';
      }

      .price-tag::before {
        right: -14px;
        width: 14px;
        height: 14px;
        transform: rotate(45deg);
        border-radius: 0 0 0 4px;
        background-color: #faa61d;
      }

      .price-tag::after {
        z-index: 1;
        top: 50%;
        right: 5px;
        width: 2px;
        height: 2px;
        transform: translate(-50%, -50%) translateX(10px);
        border-radius: 50%;
        background-color: #fff;
      }

      .main-price {
        padding: 0 7px;
        opacity: 0.7;
        position: relative;
        z-index: 1;    font-size: 13px;
      }
        .discount-price {
        font-size: 15px;
         padding: 0 7px;
      }
      

   

      .price-tag--two-lines {
        margin-right: 20px;
        height: 33px;
      }

      .price-tag--two-lines::before {
           right: -10px;
    width: 23px;
    height: 23px;
      }

      .price-tag--two-lines::after {
        transform: translate(-50%, -50%) translateX(10px) scale(2);
      }

      span.main-price::after {
        right: -4px;
        width: 94%;
        height: 1px;
        position: absolute;
        content: '';
        background: #a5233d;
        top: 6px;
        transform: rotate(171deg);
      }

      span.cur-label , .price-label-name span {
	font-size: 12px;
}
  
      span.main-price::before {
        right: -3px;
        width: 95%;
        height: 1px;
        position: absolute;
        content: '';
        background: #a5233d;
        top: 6px;
        transform: rotate(191deg);
      }
      .tender-price {
    z-index: 9999;
}

.quote-for-btn {
    display: flex;
    background: #faa61d;
    border-radius: 30px;
    padding: 2px 7px;
    border: #faa61d;
    line-height: normal;
}

    .quote-for-btn span, .view-for-btn span {
        font-size: 13px;
    }

    .quote-for-btn .discount-price, .view-for-btn .discount-price {
        padding: 0 0 0 4px;
    }

.view-for-btn {
    display: flex;
    background: #ffecce;
    border-radius: 30px;
    padding: 2px 7px;
    border: 1px solid hsl(39.78deg 80.7% 77.65%);
    line-height: normal;
    margin-left: 5px;
}
th.quote-now {
    width: 220px;
}
tr.odd {
    background: #f2f2f2 !important;
}
    
    /*************  Price Tag Css Jeet Chauhan  **************/
.tt-search-history li {
    display: flex;
}


/*************LOGIN BOX NO DATA START**********/
.action-btn-login-signup .login {
    background: #f2f5ff;
    border: 1px solid #a5c7ed !important;
}

.action-btn-login-signup a {
    text-decoration: underline;
}



a.login-signup:hover {
    text-decoration: none !important;
    background: #fff;
    border: 1px solid #000;
}

a.login-signup {
    border: 1px solid #a3a3a3;
    padding: 9px 24px;
    border-radius: 9px;
    background: #efefef;
}

    a.login-signup span.btn-label {
        font-size: 15px;
        color: #000;
    }

.login-signup {
    margin: 19px 0 19px 0;
    display: inline-block;
}



.login-alert-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 470px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 13px 30px;
    border-radius: 15px;
    box-shadow: 0 0 11px 0px;
    text-align: center;
}


    .login-alert-box i {
        font-size: 64px;
        color: #9b9b9b;
        margin: 19px 0 28px 0;
    }

    .login-alert-box p {
        margin: 0 0 4px 0;
        font-size: 20px;
        line-height: normal;
        color: #7c7c7c;
    }


.action-btn-login-signup {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

    .action-btn-login-signup a {
        margin: 18px 19px;
    }

    .action-btn-login-signup a {
        width: 126px;
        padding: 13px 0;
        border-radius: 6px;
    }



    .action-btn-login-signup .signup {
        background: #f1f1f1;
        border: 1px solid #b9b9b9;
    }

/*************LOGIN BOX NO DATA END**********/
li#li-search-history-blank span, li.product-0 {
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin:20px 0;
}

li#li-search-history-blank {
    border: none;
}



.wp-share-tender {
	display: inline-block;
}
.tender-listing .like-btn{
	margin:0 11px 0 19px;
}
.tender-listing .wp-share-tender{
	margin: 0 12px;
}
.tender-listing .wp-share-tender {
	position: relative !important;

    	top: 3px !important;
	left: -2px !important;
}
.tender-listing .wp-share-tender span.wp-sm-button i {
	color: #8b8a8a !important;

}
.tender-listing .wp-share-tender span.wp-sm-button i:hover {
	color: #2ab200 !important;}


	.like-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	display: inline-block;
}


.fa-heart-solid {
    color: #000000;
}


/*for add to atom*/
button.add-ser {
    color: #ffffff;
    background: #000;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 4px 21px;
    line-height: normal;
}

/*for add to atom*/



.seo-text {
    clear: both;
}

.time-label-show {
    float: right;
    display: block !important;
    clear: both !important;
    font-size: 12px;
}




.UserPayment .payment input#pay_amount {
    text-align: right;
}

.UserPayment span.amount {
    text-align: right;
    padding-right: 7px;
}

.UserPayment .payment {
    background: #f2f2f2;
}

    .UserPayment .payment .signup-from-bx {
        height: auto !important;
        overflow: auto !important;
        height: 100% !important;
        background: #fff;
        margin: 0px !important;
    }

.UserPayment .signup-from-bx {
    padding: 47px 0;
}

.UserPayment div#stateContainer {
    padding-left: 9px;
}

.UserPayment .flex-1 {
    flex: 1;
}

.UserPayment .gst-details-bx thead {
    background: #ededed;
    font-size: 12px;
    line-height: normal;
}

.UserPayment td.gst-number-other-code input {
    height: auto;
}

.UserPayment td.gst-number {
    width: 30px;
}

.UserPayment .gst-details-bx tbody {
    background: #fff;
}

.UserPayment .gst-details-bx thead th {
    padding: 5px 0;
}

.UserPayment div#DvGST {
    float: right;
}

.UserPayment p.order-Amount {
    float: right !important;
}

/*--------------------------------------------*/
.tender-details-price {
    position: relative;
    display: flex;
    align-items: center ;
    padding: 0 0 0 10px;
}
    .tender-details-price .t-list-right-bx {
        position: unset;
        padding: 0 0 7px 10px;
    }
    .tender-details-price .price-tag {
    background-color:#fff;
    border:1px solid #000;
    }
    .tender-details-price .price-tag::before {
        content: unset;
        display: none;
    }
    .tender-details-price .tender-price {
        flex-direction: row;
        z-index: 0;
    }
    .tender-details-price .price-tag--two-lines {
    margin-right:0px;
    }