.tk-buyer-select {
    width: 100%;
    display: block;
    position: relative;
  }
.tk-buyer-select > span {
    width: 100%;
    height: 48px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    align-items: center;
    padding: 0 40px 0 20px;
    border: 1.5px solid #eee;
    font: 400 0.9375rem/1.6em "Open Sans", sans-serif;
}
.tk-buyer-select > span::before {
    right: 16px;
    z-index: 1;
    font-size: 20px;
    content: "\e92e";
    color: #999999;
    position: absolute;
    pointer-events: none;
    font-family: "icomoon";
}
  
.tk-buyer-select-wrapper{
    margin: 0;
    width: 100%;
    z-index: 1051;
    display: none;
    padding: 10px;
    position: absolute;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04), 0px 8px 16px rgba(0, 0, 0, 0.08);
}
.tk-buyer-slect-list{
    padding: 0;
    overflow: auto;
    margin: 10px 0 0;
    max-height: 242px;
}

.tk-buyer-search{
    width: 100%;
    position: relative;
}
.tk-buyer-search::after{
    top: 50%;
    left: 15px;
    content: "";
    display: flex;
    line-height: 1;
    font-size: 20px;
    color: #DDDDDD;
    position: absolute;
    font-family: "icomoon";
    transform: translateY(-50%);
}
.tk-buyer-search__field{
    width: 100%;
    height: 42px !important;
    padding: 0 20px 0 53px !important;
}
.tk-buyer-slect-list li {
    padding: 10px;
    list-style-type: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tk-buyer-slect-list li:hover{
    background-color: #F7F7F7;
}
.tk-buyer-holder{
    display: flex;
    cursor: pointer;
    align-items: center;
}
.tk-buyer-holder img{
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
}
.tk-buyer-content{
    display: flex;
    flex-direction: column;
}
.tk-buyer-content h6{
    margin-bottom: 0;
}
.tk-buyer-content span{
    width: 350px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'Open Sans';

}
.tk-buyer-slect-list li label{margin-bottom: 0;}
.tk-buyer-slect-list li input{
    display: none;
}
.tb-input-counter{
    width: 100%;
    color: #999999;
    text-align: right;
    padding-top: 10px;
    font: 600 0.875rem/1.7142857143em "Open Sans", sans-serif;
}
.tb-input-counter > * {
    display: inline-block;
}
.tb-input-counter b {
    color: #1C1C1C;
}
.tb-input-counter span {
    color: #1C1C1C;
    font: 400 0.875rem/1.7142857143em "Open Sans", sans-serif;
}
.tb-input-counter em {
    font-style: normal;
}
.tb-offer-listing.tb-savelisting{
    border: 0;
    box-shadow: none;
    border-radius: 0;
    background: none;
}
.tb-offer-listing.tb-savelisting > li{
    background: #fff;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08));
}
.tb-offer-listing.tb-savelisting > li:hover{
    filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.04)) drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.04));
}
.tb-offer-listing.tb-savelisting > li:hover .tb-tabicon > li > a.tk-invite-bidbtn{
    background-color: #FCCF14;
}
.tb-main-bg .tb-offer-listing.tb-savelisting > li ~ li{
    border-top: 0;
    margin-top: 20px;
}
.tb-offer-listing .tb-deatlswithimg figure{
    width: 130px;
}
.tb-offer-listing .tb-desclinks{
    padding-bottom: 0;
}
.tb-offer-listing.tb-savelisting .tb-deatlswithimg .tb-icondetails h6{
    margin-bottom: 11px;
}
.tb-offer-listing .tb-request-user{
    display: flex;
    align-items: center;
}
.tb-offer-listing .tb-request-user figure{
    max-width: 32px;
    margin:0 6px 0 0;
    border-radius: 50%;
}
.tb-offer-listing .tb-request-user figure img{
    width: 32px;
    border-radius: inherit;
}
.tb-offer-listing .tb-request-user_content span{
    font-size: 14px;
    color: #1C1C1C;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Open Sans';
}
.tb-offer-listing .tb-request-user_content em{
    font-size: 14px;
    font-weight: 600;
    color: #999999;
    font-style: normal;
    line-height: 24px;
    font-family: 'Open Sans';
}
.tb-offer-listing  .tb-tabicon > li > a{
    font-size: 16px;
}
.tb-offer-actions{
    gap: 10px;
    display: flex;
    align-items: center;
}
.tb-btn.taskbot-decline-offer{
    background-color: #fff;
    border: 2px solid #DDDDDD;
}
.tb-btn.taskbot-decline-offer:hover{
    background-color: #fff;
}
.tb-addservice-steps.tb-offer-reponsice li{
    width: 33.33%;
}
.tb-pkgresponse__content > em{
    display: block;
    color: #676767;
    font: 400 0.875rem/1.7142857143em "Open Sans", sans-serif;
}
.tb-pkgresponse__content em + h6{
    margin-top: -2px;
}
.tk-blogs-bottom .tb-postservicev2{
    overflow: visible;
}
.tb-offer-wrapper .tb-pricingitems li > .tb-pricingitems__content > .tb-pricingtitle{
    width: 50% !important;
}
.tb-offer-wrapper .tb-pricingitems{
    display: flex;
    border-left: 0;
    align-items: center;
}
.tb-offer-wrapper .tb-pricingitems li {
    width: 100%;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.tb-offer-wrapper .tb-pricingitems__content{
    margin-top: 0;
}
.tb-offer-wrapper .tb-pricingitems li:last-child {
    border-bottom: 0;
}

.tb-offer-wrapper .tb-pricingitems li:not(:last-child):not(:first-child) .tb-pricingtitle{
    border-top: 0;
    border-bottom: 0;
}
.tb-offer-wrapper .tb-pricingcontainertwo .tb-pricingtitle{
    padding: 20px;
}
.tk-buyer-slect-list li.check_buyer {
    background-color: #F7F7F7;
}
.tb-postservicetitle > a{
    font-size: 15px;
    line-height: 22px;
}
.tb-custom-pricing .tb-custom-fields .tb-pricingitems__content .tb-pricing-input{
    width: 50%;
}
.tk-offer-del-key i{
    font-size: 16px;
    color: #22C55E;
    padding-right: 12px;
}
.tb-customoffes-wrapper .tb-custom-offers.tb-sidebarpkg .tb-sectiontitle__list li{
    position: relative;
}
.tb-customoffes-wrapper .tb-asideholder .tb-sidebarpkg{
    padding: 30px;
}
.tb-customoffes-wrapper .tb-custom-offers .tb-sectiontitle__list--title .tb-sectiontitle__list li span::before{
    right: 0;
    padding-right: 0;
    position: absolute;
}
.tb-sectiontitle__list .tk-offer-del-key span::before{
    display: none;
}
.tb-customoffes-wrapper .tb-custom-offers .tb-sectiontitle__list .tk-offer-del-key i{
    right: 0;
    font-size: 16px;
    color: #22C55E;
    padding-right: 0;
    position: absolute;
}
.tk-custom-sidebar .tb-seller-profile-two.tb-asideholder{
    margin-top: 49px;
}
.tk-custom-sidebar .tk-betaversion-wrap{
    flex-wrap: wrap;
    margin-top: 30px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
}
.tk-custom-sidebar .tk-betaversion-info{
    margin-bottom: 10px;
}
.tk-custom-sidebar .tk-downloadbtn{
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}
.tk-custom-sidebar .tk-downloadbtn span{
    width: 100%;
}
.tk-offer-cart .tk-mainlist li.tk-offer-del-key::after {
    display: none;
}
.tk-offer-cart .tk-mainlist li.tk-offer-del-key i{
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    padding-right: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    background: #22C55E;
}
.tk-custom-offers-cart.tk-pakagedetail:after{
    display: none;
}
.tk-offer-cart-order .tb-orderdetailswrap{
    background-color: #fff;
}
.tk-offer-cart-order .tk-featuredlisted{
    padding: 0 30px;
    margin: 15px 0;
}
.tb-offer-decline .tb-themeform{
    margin: -10px;
}
.tb-customoffes-wrapper .tb-orderrequest{
    margin-bottom: 0;
}
.tb-declinerequest{
    max-width: 980px;
    margin:0 auto 30px;
}
.tb-declinerequest .tb-orderrequest{
    margin: 0;
}
.tb-declinerequest .tb-orderrequest h4{
    margin-bottom: 5px;
}
.form-group .tb-postservicetitle{
    padding: 0;
}
.form-group .tb-postservicetitle .form-group-title{
    margin-bottom: 0;
}
.tb-custom-pricing .tb-custom-fields li{
    margin-top: 10px;
}
.tb-pricingitems__content{
    margin-top: 10px;
}
.tb-customoffes-wrapper .tk-servicewrap{
    border-radius: 0;
}
.tk-servicewrap + .tb-asideholder .tb-asidebox,
.tk-servicewrap + .tb-asideholder{
    border-radius: 0;
}
.tk-servicewrap + .tb-sidebartabholder .tab-content{
    border-top: 0;
    border-radius: 0;
}
.tb-offer-listing .tb-startingprice{
    margin: 0 19px 0 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #eee;
}
.tb-offer-listing .tb-switchservice{
    border-left: 0;
    margin: 0 20px 0 0;
    padding: 13px 20px 13px 0;
    border-right: 1px solid #eee;
}
.tb-offer-listing .tb-tabicon{
    margin: 0;
    padding: 0;
    border-left: 0;
}
.tk-offer-checkout h3,.tk-offer-checkout h4{
    color: #0A0F26;
}
.tb-offer-holder .tk-decline{
    border: 0;
    color: #fff;
    padding: 1px 10px;
    border-radius: 4px;
    background-color: #EF4444;
}
.tb-tags .bg-new{
    font: 400 0.75rem/2.1666666667em "Open Sans", sans-serif !important;
}
@media (max-width: 1400px){
    .tk-offer-cart-order .tk-featuredlisted,
    .tk-offer-cart-order .tk-walletsystem,
    .tk-offer-cart-order .tk-pakagedetail{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1199px){
    .tb-offer-actions{
        flex-wrap: wrap;
    }
}
@media (max-width: 991px){
    .tb-offer-wrapper .tb-pricingitems li{
        width: 100%;
    }
    .tb-custom-pricing .tb-custom-fields .tb-pricingitems__content .tb-pricing-input{
        flex: 1;
        width: auto;
        padding: 10px;
    }
    .tb-custom-pricing .tb-custom-fields .tb-remove-field{
        margin-top: 0;
    }
}
@media (max-width: 767px){
    .tb-offer-listing .tb-tabbitem__list .tb-itemlinks .tb-switchservice,
    .tb-offer-listing .tb-tabbitem__list .tb-itemlinks .tb-tabicon{
        border-top: 0;
    }
    .tb-offer-listing .tb-tabbitem__list .tb-itemlinks .tb-switchservice,
    .tb-offer-listing .tb-tabbitem__list .tb-itemlinks .tb-startingprice{
        margin: 0;
        width: 100%;
        border-right: 0;
        padding: 16px 20px 16px 0;
        border-bottom: 1px solid #eee;
    }
    .tb-offer-listing .tb-tabicon{
        padding-top: 16px;
    }
    .tb-offer-listing .tb-tabbitem__list .tb-itemlinks{
        margin-top: 0;
    }
    .tb-addservice-steps.tb-offer-reponsice li {
    width: 100%;
    }
    .tb-offer-listing .tb-tabicon > li > a{
        margin-left: 0;
    }
    .tb-offer-wrapper .tb-pricingcontainertwo .tb-pricingitems li{
        width: 100%;
    }
    .tb-offer-wrapper .tb-pricingitems li > .tb-pricingitems__content{
        margin-top: 0;
        flex-direction: column;
    }
    .tb-offer-wrapper .tb-pricingitems li > .tb-pricingitems__content > .tb-pricingtitle{
        border-left: 0;
        width: 100% !important;
    }
    .tb-custom-pricing .tb-custom-fields .tb-pricingitems__content .tb-pricingtitle{
        width: 100%;
        flex: auto;
    }
    .tb-custom-pricing .tb-custom-fields .tb-remove-field{
        border: 0;
        padding: 10px;
    }
    .tb-offer-listing.tb-savelisting .tb-deatlswithimg figure{
        margin: 0 6px 0 0;
    }
}
@media (max-width: 575px){
    .tb-offer-listing .tb-tabicon > li > a{
        line-height: inherit;
    }
}
@media (max-width: 480px){
    .tb-customoffes-wrapper .tb-asideholder .tb-sidebarpkg{
        padding: 19px;
    }
}
@media (max-width: 420px){
    .tb-pkgresponse__content > em{
        margin-left: 10px;
    }
    .tb-custom-offers .tb-sidebarpkg__btn a i{
        margin: 0 0 0 5px;
    }
}