/**
* Theme Name: Workreap Child
* Description: This is a child theme of Workreap.
* Author: Amentotech
* Template: workreap
* Version: 0.0.129
*/
.wr-header-caterory-menu{
    background-color: #fff;
    height: 54px;
}
.wr-main-section, .wr-searchresult-section{
    padding: 48px 0 !important;
}
.wr-banner-content_vtwo .wr-breadcrumb{
    padding: 0;
    margin-top: 12px;
}
.wr-banner-content_vtwo .wr-breadcrumb li:first-child::before{
    display: none;
}
.wr-banner-content_vtwo .wr-breadcrumb li::before{
    color: #fff;
    content: "/";
    font-size: 14px;
}
.wr-banner-content_vtwo .wr-breadcrumb > li{
    padding: 0 11px 0 0;
}
.wr-banner-content_vtwo .wr-breadcrumb li,
.wr-banner-content_vtwo .wr-breadcrumb li a{
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: "Inter", Sans-serif;
    
}
.wr-freelancer-tag.wr-tag-line {
    margin: 5px 0;
    color: #1E1E1E;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.wr-serviesbann__content {
  background: linear-gradient(145deg, rgba(6,55,72,1) 0%, rgba(29,204,174,0.6) 100%);
  color: white;
  vertical-align: middle;
  align-items: center;
}

.wr-serviesbann__content h1 {
  color: white;
  font-size: 32px;
}

.wr-breadcrumb {
  padding: 0px;
}


.wr-serviesbann__content .wr-contentleft > h3{
  color: #fff;
}
.wr-contenthasfig .wr-featureRating h6,
.wr-contenthasfig .wr-featureRating h6 em,
.wr-contenthasfig .wr-featureRating > em,
.wr-contenthasfig .wr-pkgresponse__content h6,
.wr-contenthasfig .wr-rateviews3 li i,
.wr-contenthasfig .wr-rateviews3 li .wr_saved_items,
.wr-contenthasfig .wr-rateviews3 li .wr_saved_items span,
.wr-contenthasfig .wr-rateviews3 li i + span{
  color: #fff;
}

.wr-header:not(.wr-header-transparent).wr-header-style-three, 
.wr-header:not(.wr-header-transparent).wr-header-style-one{
  top: 0;
  z-index: 99;
  position: sticky;
}
.wr-header.wr-header-menu-white > .wr-header-topbar ~ .wr-themenav_wrapper,
.wr-header.wr-header-menu-white > .wr-themenav_wrapper{
  background-color: #043748 !important;
  position: relative;
  z-index: 9;
}
.wr-main-section:has(.wr-fullwidth_space){
  padding-bottom: 0;
}
.wr-searchresult .gy-4 > div.col-lg-12 > .wr-serviesbann{
  margin-bottom: 20px;
}
.wr-header.wr-header-menu-white .wr-notidropdowns .wr-headerchatbtn a,
.wr-header.wr-header-menu-white .wr-main-notiwrap .wr-notidropdowns > a{
  color: #fff;
}

/* Import profile style start  */

.wr-import-profile-wrapper{
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 12px;
    background-color: #fff;
}
.wr-import-profile-inner .wr-import-profile-heading-area .wr-import-profile-heading{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.wr-import-profile-inner .wr-import-profile-heading-area .wr-import-profile-desc{
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.wr-import-profile-inner .wr-import-profile-header{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-radius: 10px;
    align-items: center;
}
.wr-import-profile-header .wr-import-profile-type{
  display: inline-flex;
  align-items: center;
  min-width: 180px;
  background: #1bccae;
  gap: 8px;
  padding: 0 20px;
  min-height: 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #fff;
  border-radius: 10px;
}

.wr-import-profile-actions{
    flex: none;
    position: relative;
}
.wr-import-profile-list{
    flex-direction: column;
    align-items: start;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    position: absolute;
    width: 100%;
    background: #fff;
    display: none;
    z-index: 1;
}
.wr-import-profile-actions.active .wr-import-profile-list{
    display: flex;
}
.wr-import-profile-inner > .wr-import-profile-action-area{
    padding: 16px;
    background: white;
    border-radius: 10px;
    margin-bottom: 12px;
}
.wr-import-profile-list .wr-import-profile-action{
    background-color: transparent;
    font-size: 12px;
    line-height: 22px;
    padding: 5px;
    border-radius: 10px;
    width: 100%;
    text-align: start;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wr-import-profile-list .wr-import-profile-action:hover{
    background-color: #f5f5f5;
}
.wr-import-profile-list .wr-import-profile-action .wr-coming-soon{
    padding: 5px;
    font-size: 10px;
    line-height: 10px;
    border-radius: 10px;
    margin-left: 4px;
    font-weight: 400;
    display: inline-block;
    color: #1bccae;
    background-color: rgba(27, 204, 174, 0.1);
}
.wr-import-profile-form .wr-import-profile-types-wrapper{
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.wr-import-profile-form .wr-import-profile-types-wrapper input{
    background-color: transparent;
    box-shadow: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.wr-import-profile-form:has(.wr-import-profile-upload:not(.active)){
    display: none;
}
.wr-import-profile-types-wrapper > div{
    display: none;
    padding: 50px;
    border-radius: 10px;
    background: #f7f7f7;
    border: 1px dashed #eaeaea;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}
.wr-import-profile-types-wrapper > div.active{
    display: flex;
}
.wr-import-profile-types-wrapper > div label{
    display: none;
}
.wr-import-profile-types-wrapper .wr-import-profile-upload > span{
    display: inline-flex;
    padding: 5px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
}
.wr-import-profile-form-submit{
    margin: 15px 0 0;
    text-align: right;
}
.wr-import-profile-submit-btn{
    border: 0;
    z-index: 0;
    height: 40px;
    cursor: pointer;
    padding: 0 20px;
    overflow: hidden;
    min-width: 160px;
    position: relative;
    align-items: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    justify-content: center;
    border-radius: 10px;
    background-color: #1bccae;
    font: 500 16px Inter, sans-serif;
}
.wr-import-profile-submit-btn.wr_submitting{
    opacity: 0.5;
    pointer-events: none;
}
.wr-import-profile-submit-btn.wr_submitting::after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: transparent;
    animation: loading 0.6s linear infinite;
    top: 13px;
    right: 35px;
}
.at-chat .at-chatfloat > span a img{
    height: 56px !important;
    max-width: 56px !important;
}
.wr-sc-shortcode .wr-login_title h5{
    color: #fff;
}

.wr-sc-shortcode .wr-login-content .form-group label{
    color: #fff;
}
.wr-sc-shortcode .wr-login-content .wr-form-action-footer,
.wr-sc-shortcode .wr-login-content .wr-form-btn .wr-form-action-footer{
    color: #fff;
    font-weight: 400 !important;
}
.wr-sc-shortcode .wr-login-content .wr-form-action-footer > a{
    color: #fff;
}
.wr-sc-shortcode .wr-login_title{
    gap: 0;
}
.wr-sc-shortcode .wr-login_title a > img{
    max-width: 250px;
    margin-bottom: -20px;
}

/* Asidebar dark mode styling start here  */
.wr-dashboard-sidebar-wrapper{
    background-color: #043748;
}
.wr-dashboard-sidebar-user-wrapper .wr-dashboard-sidebar-user-info .wr-dashboard-sidebar-user-content{
    display: flex;
    flex-direction: column;
}
.wr-dashboard-sidebar-user-wrapper .wr-dashboard-sidebar-user-info .wr-dashboard-sidebar-user-content h4{
    color: #fff;
}
.wr-dashboard-sidebar-user-wrapper .wr-dashboard-sidebar-user-info .wr-icon-chevron-down{
    color: #fff;
}
.wr-dashboard-sidebar-user-wrapper .wr-dashboard-sidebar-user-info .wr-dashboard-sidebar-user-content .wr-online:before{
    box-shadow: none;
}
.wr-dashboard-sidebar-user-wrapper .wr-dashboard-sidebar-user-info .wr-dashboard-sidebar-user-content .wr-user-tag{
    color: #fff;
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a{
    color: #fff;
}
.wr-dashboard-sidebar-action-button > a{
    color: #fff;
    border:3px solid #eee;
}
.wr-dashboard-sidebar-action-button > a:hover{
    border: 3px solid #1bccae;
}
.wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-notifications > a,
 .wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-balance > a,
  .wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-logout > a{
    color: #fff;
}
.wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-notifications > a:hover, 
.wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-balance > a:hover, 
.wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-logout > a:hover{
    color: #fff;
    background-color: #1bccae;
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a.active,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a:hover{
    color: #fff;
    background-color: #1bccae;
}
.wr-dashboard-sidebar-toggle-btn{
    background-color: #1bccae;
    color: #fff;
}
.wr-dashboard-sidebar-toggle-btn:focus, 
.wr-dashboard-sidebar-toggle-btn:hover{
    background-color: #1bccae;
}
.wr-dashboard-sidebar-toggle-btn:focus .wr-icon-layout, 
.wr-dashboard-sidebar-toggle-btn:hover .wr-icon-layout{
    color: #fff;
}
.wr-dashboard-sidebar-profile-menu{
    background-color: #043748;
}
.wr-dashboard-sidebar-profile-menu li{
    border-radius: 10px;
}
.wr-dashboard-sidebar-profile-menu li:hover{
    background-color: #1bccae;
}
.wr-dashboard-sidebar-profile-menu li:hover a::after{
    color: #fff;
}
.wr-dashboard-sidebar-profile-menu li > a{
    color: #fff;
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li .sub-menu li.active > a{
    color: #fff;
}
.wr-folded .wr-dashboard-sidebar-toggle-btn{
    background-color: #1bccae;
    color: #fff;
    width: 48px;
}
.wr-folded .wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-notifications > a:hover, 
.wr-folded .wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-logout > a:hover, 
.wr-folded .wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-balance > a:hover{
    background-color: #1bccae;
}
.wr-folded .wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list > li.menu-item-has-children .sub-menu{
    background-color: #043748;
}
.wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-balance{
    background: linear-gradient(to right, #043748, #1bccae);
}
/* Asidebar dark mode styling end here  */
.wr-freelancersearch .wr-bestservicedetail__user .wr-asideprostatus:has(.wr-badges) figure{
    max-width: 100px;
}
.wr-freelancersearch .wr-bestservicedetail__user .wr-asideprostatus:has(.wr-badges) figure img{
    height: 100px;
}
.wr-sort .wr-sortby.wr-toggle-btn ~ .wr-sortby{
    margin-left: 15px;
}
.wr-sort .wr-sortby.wr-toggle-btn .listing-type-selector{
    gap: 12px;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
}
.wr-sort .wr-sortby.wr-toggle-btn .listing-type-selector label{
    margin: 0;
    cursor: pointer;
}
.wr-sort .wr-sortby.wr-toggle-btn .listing-type-selector label i{
    color: #999;
    padding: 10px;
    border-radius: 25px;
}

  .listing-type-selector input[type="radio"] {
    display: none;
  }
  
  .listing-type-selector label i {
    color: #666;
    transition: color 0.3s ease;
  }
  
  .listing-type-selector input[type="radio"]:checked + i,
  .listing-type-selector input[type="radio"]:checked + i:before {
    color: #fff;
  }
  
  .listing-type-selector input[type="radio"]:checked + i {
    background-color: #1bccae;
    color: white;
  }
  
  .listing-type-selector label input[type="radio"]:checked + i {
    background-color: #1bccae;
  }
  .wr-sidebar-show .wr-dashboard-sidebar-header{
      display: flex;
      align-items: center;
    }
.wr-sidebar-show .wr-dashboard-sidebar-header .wr-dashboard_logo .amsvglogo{
    padding-right: 15px;
}
.wr-folded.wr-sidebar-show .wr-dashboard-sidebar-header .wr-dashboard_logo .amsvglogo{
    display: none;
}
.wr-frelancer-v2 .wr-profile-basic .wr-profile-image figure .wr-usertag{
    bottom: -2px;
    right: -2px;
}
.wr-frelancer-v2 .wr-profile-basic .wr-profile-image figure{
    height: 100px;
    width: 100px;
    border-radius: 10px;
}
.wr-title-wrapper .wr-author-info{
    width: auto;
    max-width: max-content;
}

.wr-advancecheck:has(.wr-search_term){
    gap: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.wr-advancecheck .wr-search_term{
    width: auto;
}
.wr-advancecheck:has(.wr-search_term) .wr-advancefilter{
    width: 100%;
}
.product-tag-filter > span:has(.wr-loading),
.wr-filterselect > span:has(.wr-search_term.wr-loading),
.wr-advancecheck > span:has(.wr-search_term.wr-loading){
    display: inline-block;
    position: relative;
}
.product-tag-filter > span:has(.wr-loading),
.wr-filterselect > span:has(.wr-search_term.wr-loading){
    width: 100%;
}
.wr-loading{
    opacity: 0.5;
    pointer-events: none;
}
.product-tag-filter > span:has(.wr-loading)::after,
.wr-filterselect > span:has(.wr-search_term.wr-loading)::after,
.wr-advancecheck > span:has(.wr-search_term.wr-loading)::after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid #999;
    border-top-color: transparent;
    animation: loading 0.6s linear infinite;
    top: 15px;
    right: 10px;
}
.wr-selected-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.wr-selected-tags .wr-tag-chip{
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;    
    padding: 5px 10px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.wr-selected-tags .wr-tag-chip .wr-remove-tag{
    cursor: pointer;
    font-size: 20px;
    margin-left: 5px;
}
.product-tag-filter ul#tag-results{
    list-style-type: none;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    margin: -10px 0 20px 0;
}
.product-tag-filter ul#tag-results li{
    padding: 5px;
    border-radius: 10px;
    transition: 0.3s;
}
.product-tag-filter ul#tag-results li:hover{
    background-color: #f5f5f5;
}
.product-tag-filter ul#tag-results:empty{
    display: none;
}
.product-tag-filter input{
    margin-bottom: 20px;
}
.wr-searchbar .form-group-wrap:has(.product-tag-filter){
    flex-wrap: wrap;
}
.wr-searchbar .form-group-wrap:has(.product-tag-filter) .wr-advancecheck{
    width: 100%;
}


.wr-category-container{
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.wr-category-container .wr-arrow-btn{
    cursor: pointer;
    font-size: 24px;
    background: none;
    border: none;
    color: #333;
    background: linear-gradient(270deg,#F7F7F7 50%,hsla(0,0%,100%,0));
    height: 54px;
    width: 60px;
}
.wr-category-container .wr-arrow-btn.left-arrow{
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(90deg,#F7F7F7 50%,hsla(0,0%,100%,0));
}
.wr-category-container .wr-arrow-btn.right-arrow{
    right: 0;
    position: absolute;
    z-index: 1;
}
.wr-category-container .wr-category-menu-wrapper{
    overflow-x: auto;
    display: flex;
    -ms-overflow-style: none;    
    scrollbar-width: none; 
    scroll-behavior: smooth;
}
.wr-category-menu-wrapper::-webkit-scrollbar {
    display: none;           
}
.wr-category-container .wr-category-menu-item a {
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 5px;
    white-space: nowrap;
    display: inline-block;
  }
  .left-arrow{
    display: none; /* Hidden by default, JS will control visibility */
}
.wr-category-menu-wrapper .wr-category-menu-list,
.wr-category-container .wr-category-menu-wrapper{
    gap: 0;
}
.wr-category-menu-wrapper .wr-category-menu-all{
    padding-right: 0;
}
.wr-category-menu-wrapper .wr-category-menu-list .wr-category-menu-item .wr-category-name{
    padding: 10px 0;
}
.wr-blogwrapper .wr-blogdescription .wr-blogtitle{
    align-items: start;
    flex-direction: column;
}
.wr-blogdescription .wr-blogtitle h2{
    color: #999;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
    line-height: 24px;
}
.wr-sidebar-show .wr-headerdash-search{
    padding: 15px;
}
.wr-sidebar-show .wr-header-search-wrapper .wt-formbanner fieldset .form-group .form-control{
    width: 100% !important;
    background-color: transparent;
    color: #fff !important;
    caret-color: #fff;
    background:  #ffffff0a !important;
}
.wr-sidebar-show .wr-header-search-wrapper .wt-formbanner fieldset .form-group .form-control::placeholder{
    color: #fff !important;
}
.wr-sidebar-show .wr-header-search-wrapper .wt-dropdown > span{
    background-color: #FFFFFF1A !important;
}
.wr-sidebar-show .wr-header-search-wrapper .wt-dropdown > span > i,
.wr-sidebar-show .wr-header-search-wrapper .wt-dropdown > span > em,
.wr-sidebar-show .wr-sidebar-show .wr-header-search-wrapper .wt-formbanner label::after{
    color: #fff !important;
}
.wr-sidebar-show .wr-header-search-wrapper .wt-formbanner label::after{
    content: url("data:image/svg+xml,<svg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path opacity='0.5' d='M2.5 3C1.9375 3 1.46875 2.71875 1.1875 2.25C0.90625 1.8125 0.90625 1.21875 1.1875 0.75C1.46875 0.3125 1.9375 0 2.5 0C3.03125 0 3.5 0.3125 3.78125 0.75C4.0625 1.21875 4.0625 1.8125 3.78125 2.25C3.5 2.71875 3.03125 3 2.5 3ZM2.5 8C1.9375 8 1.46875 7.71875 1.1875 7.25C0.90625 6.8125 0.90625 6.21875 1.1875 5.75C1.46875 5.3125 1.9375 5 2.5 5C3.03125 5 3.5 5.3125 3.78125 5.75C4.0625 6.21875 4.0625 6.8125 3.78125 7.25C3.5 7.71875 3.03125 8 2.5 8ZM4 11.5C4 12.0625 3.6875 12.5312 3.25 12.8125C2.78125 13.0938 2.1875 13.0938 1.75 12.8125C1.28125 12.5312 1 12.0625 1 11.5C1 10.9688 1.28125 10.5 1.75 10.2188C2.1875 9.9375 2.78125 9.9375 3.25 10.2188C3.6875 10.5 4 10.9688 4 11.5ZM7.5 3C6.9375 3 6.46875 2.71875 6.1875 2.25C5.90625 1.8125 5.90625 1.21875 6.1875 0.75C6.46875 0.3125 6.9375 0 7.5 0C8.03125 0 8.5 0.3125 8.78125 0.75C9.0625 1.21875 9.0625 1.8125 8.78125 2.25C8.5 2.71875 8.03125 3 7.5 3ZM9 6.5C9 7.0625 8.6875 7.53125 8.25 7.8125C7.78125 8.09375 7.1875 8.09375 6.75 7.8125C6.28125 7.53125 6 7.0625 6 6.5C6 5.96875 6.28125 5.5 6.75 5.21875C7.1875 4.9375 7.78125 4.9375 8.25 5.21875C8.6875 5.5 9 5.96875 9 6.5ZM7.5 13C6.9375 13 6.46875 12.7188 6.1875 12.25C5.90625 11.8125 5.90625 11.2188 6.1875 10.75C6.46875 10.3125 6.9375 10 7.5 10C8.03125 10 8.5 10.3125 8.78125 10.75C9.0625 11.2188 9.0625 11.8125 8.78125 12.25C8.5 12.7188 8.03125 13 7.5 13Z' fill='white'/></svg>") !important;
}
.wr-sidebar-show .wr-dashboard-sidebar-user-content > em{
    font-size: 12px;
    line-height: 12px;
    color: #ffffff9c;
}
.wr-dashboard-sidebar-wrapper .wr-dashboard-sidebar-toggle-btn{
    background: #1bccae;
}
.wr-expanded.wr-sidebar-show .wr-dashboard-sidebar-header{
    padding: 15px 0 15px 15px;
}
.wr-folded.wr-sidebar-show .wr-headerdash-search{
    display: none;
}
.wr-folded .wr-dashboard-sidebar-user-wrapper .wr-dashboard-sidebar-user-info .wr-dashboard-sidebar-user-content{
    display: none;
}
/* styling search task page  */
.wr-tasks-listview .wr-sort{
    flex-wrap: wrap;
} 
.wr-tasks-listview .wr-project-image{
    width: 150px;
    height: 150px;
    flex: none;
}
.wr-tasks-listview .wr-project-image .wr-card__img{
    height: 100%;
    border-radius: 10px;
}
.wr-tasks-listview .wr-project-image .wr-card__img img{
    border-radius: 1px !important;
}
.wr-tasks-listview .wr-project-box{
    gap: 20px;
    display: flex;
    padding: 20px;
    align-items: center;
}
.wr-tasks-listview .wr-project-box .wr-price-holder,
.wr-tasks-listview .wr-project-box .wr-project_head{
    width: 100%;
}
 
.wr-tasks-listview .wr-project-box .wr-project_head{
    display: flex;
    align-items: center;
}
.wr-tasks-listview .wr-verified-info > h5{
    margin-top: 0;
}
.wr-project_info .wr-template-view li .wr-pkgresponse__content {
    padding: 0;
    display: flex;
    flex-direction: row;
}
.wr-project_info .wr-template-view li .wr-pkgresponse__content h6 {
    margin-top: 0;
}
.wr-template-view li > address{
    display: flex;
    align-items: center;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
}
.wr-template-view li > span{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.wr-template-view li .wr-purple > i,
.wr-template-view li address > i,
.wr-template-view li > i{
    padding-right: 6px;
}
 
.wr-template-view li .wr-purple > h6 {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.wr-project_info .wr-template-view li > em {
    color: #0A0F26;
    letter-spacing: 0.5px;
    padding-right: 6px;
    font: 600 14px/24px "Inter", sans-serif;
}
/* styling search task page  */
.wr-tag-list{
    gap: 20px;
    display: flex;
    align-items: start;
}
.wr-main-section.wr-faq-section .wr-faq-search,
.wr-slider-section{
    padding: 40px 0 !important;
}
.wr-main-section.wr-faq-section{
    padding-top: 0 !important;
}
.wr-faqsslider .splide__track .splide__list{
    justify-content: center;
}
.wr-faqsslider .splide__track .splide__slide{
    width: 300px !important;
}
.wr-faqsslider .splide__track .splide__slide .wr-faq-category{
    padding: 10px !important;
}
.wr-projects-grid-item .wr-project-description p{
    word-break: break-all;
}
/* itake form styling  */
.wr-intakdform-poup .modal-header{
    border: 0;
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
}
.wr-intakdform-poup .modal-header .btn-close{
    position: absolute;
    top: 24px;
    right: 24px;
    height: 16px;
    width: 16px;
    font-size: 12px;
}
.wr-intakdform-poup .modal-header .btn-close:focus{
    box-shadow: none;
}
.wr-intakdform-poup .modal-header .modal-title{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000 ;
    font-family: "inter", sans-serif;
}
.wr-intakdform-poup .modal-header > p{
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    margin: 2px 0 0;
    line-height: 20px;
    font-family: "inter", sans-serif;
}
/* Intake body styling  */
.wr-intakdform-poup .modal-body .wr-intakeform-active{
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.wr-intakdform-poup .modal-body.wr-track-order-disabled{
    gap: 10px;
    display: flex;
    margin: 0;
    padding: 0 24px;
    flex-direction: column;
}
.wr-intakdform-poup .modal-body.wr-track-order-disabled .wr-additionolinfo{
    border: 1px solid #eee !important;
    border-radius: 8px !important;
}
.modal-body.wr-track-order-disabled .wr-additionolinfo .form-group{
    padding: 0;
    margin-top: 16px;
}
.wr-intakdform-poup .wr-intakeformpoup-body{
    padding: 0 24px;
}
.wr-intakeformpoup-body .wr-additionolinfo{
    padding: 0;
}
.wr-intakeformpoup-body .wr-additionolinfo .wr-intake-form{
    border-radius: 16px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid #eaeaea;
}
.wr-intakeformpoup-body .wr-additionolinfo .wr-intake-form .form-group{
    padding: 0;
    margin-top: 16px;
}
.wr-intake-form .form-group .wr-form-checkbox-wrap{
    margin-top: 8px;
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
}
.wr-intake-form .form-group .wr-form-checkbox-wrap .wr-form-checkbox{
    margin: 0;
    width: calc(100% / 2 - 5px);
    padding: 8px 10px;
    background: #f7f7f8;
    border-radius: 8px;
}
.wr-additionolinfo .wr-intake-form .form-group .form-control{
    border: 1px solid #eaeaea;
}
.wr-additionolinfo .wr-intake-form .form-group .form-control:hover{
    box-shadow: none;
}

.wr-additionolinfo .wr-intakeform-heading{
    margin: 0;
    opacity: 0.8;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 20px;
    font-family: "inter", sans-serif;
}
.wr-intakeform-active .wr-intakeform-heading::before{
    content: "\e935";
    position: absolute;
    font-family: 'workreap-icons' !important;
    font-size: 14px;
    display: inline-block;
    color: #999;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wr-intake-form .form-group .form-group-title{
    opacity: 0.8;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 20px;
    font-family: "inter", sans-serif;
}
.wr-intake-form .wr-intake-discrption > p{
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 16px 0 0;
    font-family: "inter", sans-serif;
}
.wr-track-order-disabled{
    margin-top: 16px;
}
.wr-track-order-disabled .wr-track-order-check .wr-track-order-check-icon{
    display: none;
}
.wr-track-order-disabled .wr-track-order-check > h6{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-family: "inter", sans-serif;
}
.wr-planslist li{
    padding: 0;
}
.wr-planslist li .wr-track-order-check{
    padding: 18px 24px;
    border-radius: 8px;
    min-height: 64px;
    position: relative;
    background-color: #F7F7F8;
}
.modal-body.wr-track-order-disabled:has(.wr-intakeform-active) .wr-planslist li .wr-track-order-check::after,
.wr-intakeformpoup-body:has(.wr-intakeform-active) .wr-planslist li .wr-track-order-check::after{
    content: "\e92e";
    position: absolute;
    font-family: 'workreap-icons' !important;
    font-size: 14px;
    display: inline-block;
    color: #999;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
/* intake footer styling  */
.wr-intakdform-poup .modal-footer{
    border: 0;
    padding: 24px;
    justify-content: space-between;
}
.wr-intakdform-poup .modal-footer > p{
    color: #585858;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 20px;
    font-family: "inter", sans-serif;
}
.wr-intakdform-poup .modal-footer .wr-intakeform-btns{
    gap: 10px;
    margin: 0;
    display: flex;
    align-items: center;
}
.wr-intakeform-btns .wr-btn{
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 17px;
    min-width: auto;
    border-radius: 8px;
    line-height: 20px;
}
.wr-intakeform-btns .btn-primary:focus,
.wr-intakeform-btns .btn-primary:active{
    background-color: #1bccae;
    border-color: #1bccae;
    box-shadow: none;
    outline: none;
}
.wr-intakeform-btns .wr-intakeform-later{
    border: 1px solid #eaeaea;
    background-color: transparent;
}

.wr-asideholder .wr-intakeform-btn{
    padding: 20px;
    margin-top: 13px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);
}
.wr-asideholder .wr-intakeform-btn > p{
    gap: 10px;
    display: flex;
    align-items: start;
    flex-direction: column;
    color: #090F25;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.wr-asideholder .wr-intakeform-btn > p > b{
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    color: #090F25;
    line-height: 30px;
}
.wr-asideholder .wr-intakeform-btn .wr-btn-solid-lg-lefticon{
    width: 100%;
    height: 40px;
    margin-top: 20px;
}
.wr-asideholder:has(.wr-intakeform-btn){
    background-color: transparent;
}
.wr-asideholder:has(.wr-intakeform-btn) .wr-asideholder.wr-taskdeadline{
    border: 0;
    border-radius: 8px !important;
}
.wr-budgetlist .wr-planslist{
    margin-bottom: 20px;
}
.wr-budgetlist .wr-planslist .wr-track-order-check{
    padding: 0;
    min-height: auto;
    background: transparent;
}
.wr-budgetlist .wr-planslist li + li{
    margin-top: 10px;
}

.wr-service-requirement{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wr-service-requirement .wr-intakeform-content{
    width: 100%;
    gap: 10px;
    display: flex;
    align-items: start;
}
.wr-service-requirement .wr-intakeform-content + .wr-intakeform-content{
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.wr-service-requirement .wr-intakeform-heading{
    margin: 0;
    width: 25%;
    display: block;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
    font-family: "inter", sans-serif;
}
.wr-service-requirement .wr-intakeform-fields{
    gap: 14px;
    width: 70%;
    display: flex;
    flex-direction: column;
}
.wr-service-requirement .wr-intakeform-fields .wr-intakeform-label{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
    font-family: "inter", sans-serif;
}
.wr-service-requirement .wr-intakeform-fields .wr-intakeform-value{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #585858;
    font-family: "inter", sans-serif;
}
.wr-submitview-empty{
    width: 100%;
}
.wr-submitview-empty > h4{
    color: #090F25;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.wr-submitview-empty > h6 > a{
    color: #fff;
}
.wr-intakeform-table.wr-table > tbody > tr td:last-child{
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Tip Styling  */
.wr-tipoptionform .wr-radio label::before,
.wr-tipoptionform .wr-radio label::after{
    display: none;
}
.wr-tipoptionform .wr-tip-options{
    gap: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wr-tipoptionform .wr-tip-options .wr-radio{
    width: calc(100% / 4 - 8px);
}
.wr-tipoptionform .wr-radio label{
    width: 100%;
    color: #000;
    padding: 20px;
    min-height: 85px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #eaeaea;
}
.wr-tipoptionform .wr-radio label > span{
    opacity: 0.5;
}
.wr-tipoptionform .wr-radio input[type=radio]:checked + label{
    border-color: #000;
}
.wr-tipoptionform .modal-footer .wr-plainbtn:hover{
    color: #fff;
}
.wr-bookmeeting-calendar .fc .fc-daygrid-day-number:hover{
    background-color: #1bccae !important;
}
.wr-bookmeeting-calendar .mt-highlight-active .fc-daygrid-day-number{
    background-color: #1bccae !important;
}
.wr-guppy-chat-screen .wr-alert-danger,
.wr-guppy-chat-screen .wr-alert-information{
    display: none;
}
.wr-guppy-chat-screen .wr-message .at-chat.at-messanger-chat{
    height: calc(100vh - 156px);
}
.wr-btn-connect{
    margin: 0 15px 15px;
}
.wr-freelancer-header-wrapper .wr-badges {
    padding: 0 15px;
}

.wr-header-search-wrapper {
    position: relative;
}

.wr-header-search-wrapper > .wr-btn{
    padding: 0;
    height: 40px;
    display: flex;
    display: none;
    min-width: 40px;
    border-radius: 50%;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.wr-header-search-wrapper > .wr-btn i {
    margin: 0;
}
.page-template-dashboard .wr-itemlinks {
    margin-left: auto;
}
.page-template-dashboard .wr-tasklist div.wr-tabfilteritem:last-child{
    margin-bottom: 20px;
}

.wr-earninginvoices > .wr-earningcostvtwo {
    margin-top: 10px;
}

.wr-ongoing-services-list .wr-taskdeadline{
    border-radius: 8px;
    background-color: #073746;
}
.wr-ongoing-services-list .wr-taskcountdown{
    border-radius: 10px;
    padding: 4px 10px;
}

.wr-ongoing-services-list .wr-taskcountdown .wr-countdownno{
    padding: 0;
    margin: 0;
}
.single-product .wr-taskcountdown .wr-countdownno{
    padding-top: 3px !important ;
}
.wr-ongoing-services-list .wr-countdownno li{
    font-size: 10px;
    margin-right: 20px;
}

.wr-ongoing-services-list .wr-countdownno li::after{
    font-size: 1rem;
    right: -12px;
}
.wr-ongoing-services-list .wr-countdownno li:last-child{
    margin-right: 0;
}
.wr-ongoing-services-list .wr-countdownno li > span{
    font-size: 12px;
    line-height: 18px;
    background-color: transparent;
    padding: 0;
}

.wr-ongoing-services-list .wr-tabfilteritem .wr-tabbitem__list{
    align-items: center;
    position: relative;
}
.page-template-dashboard .wr-ongoing-services-list .wr-itemlinks{
    gap: 10px;
    flex-direction: column;
}
.wr-ongoing-services-list .wr-startingprice{
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.wr-ongoing-services-list .wr-tags{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wr-latest-fre-proposals{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 615px;
}
 .wr-project-wrapper-two + .wr-project-wrapper-two{
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

.wr-latest-fre-proposals .wr-project-wrapper-two .wr-statuses-wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.wr-latest-fre-proposals .wr-project-box{
    padding: 0;
}

.wr-latest-fre-proposals .wr-employerproject{
    flex-direction: column;
}

.wr-latest-fre-proposals .wr-employerproject .wr-price{
    padding: 0;
    margin: 5px 0 0;
}
.wr-latest-fre-proposals .wr-price h4{
    text-align: left;
}
.wr-latest-fre-proposals .wr-price .wr-project-detail{
    margin: 10px 0 0;
    justify-content: flex-start;
}

.wr-latest-fre-proposals .wr-verified-info h5{
    font-size: 14px;
    line-height: 24px;
}

.wr-latest-fre-proposals .wr-latest-fre-proposals .wr-price h4{
    font: 12px;
    line-height: 22px;
}
.wr-latest-fre-proposals .wr-price .wr-project-detail .wr-invite-bidbtn,
.wr-latest-fre-proposals .wr-price .wr-project-detail .wr-edit-project{
    font-size: 14px;
    line-height: 20px;
}
.wr-latest-fre-proposals .wr-price .wr-project-detail .wr-invite-bidbtn{
    padding: 5px 10px;
}
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    
}

.wr-sidebar-extend{
    padding: 10px 0;
}

.wr-sidebar-extend a{
    margin: 0 15px 0px;
    background-color: #073746;
}

.wr-sidebar-extend a:hover{
    background-color: #073746;
    outline: none;
    color: #ffffff;
    text-decoration: none;
}

.wr-intake-form-submitted-data .wr-intake-data{
    margin-bottom: 10px;
    font-style: italic;
    font-size: 0.9rem;
}

.wr-intake-form-submitted-data .wr-intake-data p {
    margin-bottom: 0;
}

.wr-intake-form-submitted-data .wr-intake-data p > strong {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.44 ;
    font-family: var(--headingfont);
    font-style: normal;
}

.wr-social-wrapper .wt-fiverr span{
    display: flex;
    flex: none;
    width: 48px;
    height: 48px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(238, 238, 238);
    border-right: 0;
    border-radius: 10px 0 0 10px;
}
.wr-social-wrapper .wt-fiverr span svg{
    flex: none;
    width: 28px;
    height: 28px;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}
/*visited task styling */
.wr-visited-history .wr-tabbitem__listtwo .wr-icondetails{
    flex-direction: column;
}
.wr-visited-history .wr-history-rating{
    margin: 0;
}
.wr-visited-history .wr-featureRating.wr-featureRatingv2{
    margin: 0;
    flex-wrap: nowrap;
}

.wr-visited-history .wr-featureRating__stars{
    width: 80px;
}

.wr-visited-history .wr-tabbitem__listtwo .wr-icondetails h6{
    width: auto;
    margin: 5px 10px 0 0;
}

.wr-visited-history.wr-savelisting > li .wr-profilestatus{
    gap: 5px;
    margin-top: 5px;
}

.wr-visited-history.wr-savelisting > li .wr-profilestatus > span{
    color: rgba(10, 15, 38, 0.5)
}

.wr-child-revisionbtn.wr-resvsionbtn-holder .wr-radio input[type="radio"] + label{
    align-items: center;
    cursor: pointer;
    padding: 10px 30px 10px 20px;
    background: #fff;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-content: center;
    gap: 15px;
}
.wr-child-revisionbtn.wr-resvsionbtn-holder .wr-radio input[type="radio"] + label i {
    height: 50px;
    width: 50px;
    font-size: 22px;
}

.wr-child-revisionbtn.wr-resvsionbtn-holder .wr-radio input[type="radio"] + label .wr-child-final-atempt{
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #7357FB;
    line-height: 40px;
    background: rgba(115, 87, 251, 0.1);
}

.wr-child-revisionbtn .wr-radio input[type="radio"] + label span{
    padding: 0 !important;
    border: 0 !important;
}

.wr-child-revisionbtn.wr-resvsionbtn-holder .wr-radio input[type="radio"]:checked + label span{
    background: transparent;
    border-color: transparent;
    color: #999999;
}

.wr-child-revisionbtn.wr-resvsionbtn-holder .wr-radio input[type="radio"]:checked + label::after{
    color: #22C55E;
}
.wr-child-revisionbtn.wr-resvsionbtn-holder .wr-radio input[type="radio"]:checked + label{
    border-color: #22C55E !important;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
}
.wr-btn.wr-hire-me, .wr-btn.wr-btn-hiring{
    background: rgb(4, 55, 72);
    margin-top: 10px !important;
}

.wr-hire-me-model .form-group label{
    margin: 0;
}
.wr-hire-me-model .form-group{
    gap: 8px;
    padding: 0 0 10px 0;
    justify-content: space-between;
}
.wr-db-buttons-extends .wr-btn-calendar {
    height: 52px;
    margin-top: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 48px;
    color: #999;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    /* border: 2px solid #eee; */
    font: 500 1rem / 1.625em Inter, sans-serif;
    
}

.wr-earningcostvtwo.wr-asideholder{
    margin-top: 10px;
}
.wr-serviesbann:has(.wr-image) img{
    width: auto;
    height: 114.5px;
    object-fit: contain;
    border-radius: 0 10px 10px 0;
}
.wr-serviesbann:has(.wr-image) .wr-breadcrumb li a{
    white-space: nowrap;
}
.wr-serviesbann:has(.wr-image) .wr-breadcrumb li,
.wr-serviesbann:has(.wr-image) .wr-breadcrumb{
    flex-wrap: nowrap;
}
.wr-serviesbann:has(.wr-image) .wr-banner-content_vtwo{
    padding: 20px;
    text-align: left;
    align-self: flex-start;
    flex: 1;
}
.wr-serviesbann:has(.wr-image) .wr-serviesbann__content{
    gap: 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: end;
}
.wr-banner-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-child-theme-workreap-child{
    background: #f7f7f7 !important;
}

.wr-custom-ad{
    border: 1px solid #eee;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.wr-custom-ad h3{
    margin: 0 0 10px 0;
    font-weight: 800;
    color: #3377ff;
    font-size: 18px;
    line-height: 26px;
    text-decoration: underline;
}
.wr-custom-ad p{
    margin: 0;
    color: rgba(30, 30, 30, 0.8);
    font-size: 16px;
    line-height: 26px;
}
.wr-custom-ad figure{
    margin: 0 0 10px 0;
    width: 100%;
}
.wr-custom-ad figure img{
    border-radius: 12px;
    max-height: 300px;
}
.wr-custom-ad figure img,
.wr-custom-ad a{
    width: 100%;
}
@media (max-width: 1650px) {
    .wr-project-form .wr-nav-tabs{
        flex-direction: column;
    }
    .wr-project-form .wr-nav-tabs li + li {
       margin: 18px 0 0 0;
    }
    
}
@media (max-width: 1366px) {
    .wr-header-search-wrapper > .wr-btn {
        display: flex;
    }
    
    .wr-header-search-wrapper .wt-formbanner.active {
        right: 0;
        width: 360px;
        display: block;
        position: absolute;
        z-index: 9;
    }
    .wr-header-menu-white .wr-header-search-wrapper .wt-formbanner fieldset .form-group .form-control{
    background: #1bccae !important;
}
}
@media (max-width: 1299px){
    .wr-tasks-listview .wr-project-box{
        align-items: flex-start;
    }
    .wr-tasks-listview .wr-project-box .wr-project_head{
        flex-direction: column;
        align-items: flex-start;
    }
    .wr-tasks-listview .wr-project-box .wr-project_head .wr-price{
        width: 100%;
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-top: 20px;
        align-items: center;
        justify-content: space-between;
    }
    .wr-tasks-listview .wr-project-box .wr-project_head  .wr-price span,
    .wr-tasks-listview .wr-project-box .wr-project_head  .wr-price h4 {
        text-align: left;
    }
    .wr-tasks-listview .wr-project-box .wr-project_head .wr-price .wr-project-option{
        width: 100%;
    }
    .wr-tasks-listview .wr-project-box .wr-project_head .wr-price .wr-project-option a{
        width: 100%;
    }
    .wr-tasks-listview .wr-project-box .wr-project_head .wr-price .wr-project-option a > span{
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 1199px) {
    .wr-ongoing-services-list .wr-taskcountdown .wr-countdownno li{
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .wr-header-search-wrapper {
         display: block !important; 
    }

}
@media (max-height: 640px) {
    .wr-dashboard-sidebar-wrapper .wr-dashboard-sidebar-inner .wr-dashboard-sidebar-user-wrapper{
        order: unset;
        left: 0;
        width: 100%;
    }
    .wr-dashboard-sidebar-wrapper .wr-dashboard-sidebar-inner .wr-dashboard-sidebar-header{
        position: relative;
    }
    .wr-dashboard-sidebar-wrapper .wr-dashboard-sidebar-inner .wr-dashboard-sidebar-user-wrapper .wr-dashboard-sidebar-user-info .wr-dashboard-sidebar-user-content{
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .wr-service-requirement .wr-intakeform-content{
        flex-direction: column;
    }
    .wr-import-profile-inner .wr-import-profile-header{
        flex-direction: column;
        align-items: start;
    }
    .wr-import-profile-form-submit{
        text-align: start;
    }
    .wr-tabfilteritem .wr-tabbitem__list{
        position: relative;
    }
    .wr-tasks-listview .wr-project-box{
        flex-direction: column;
        align-items: flex-start;
 
    }
    .wr-header-search-wrapper .wt-formbanner.active{
        left: 50%;
        transform: translateX(-50%);
    }
    .wr-serviesbann.wr-service-banner.wr-banner-img-bottom .wr-serviesbann__content .wr-banner-image{
        width: 100%;
        position: relative;
    }
}
@media (max-width: 568px){
    .wr-header-search-wrapper .wt-formoptions{
        position: absolute;
        background: transparent;
        width: auto;
    }
    .wr-header-search-wrapper .wt-formbanner fieldset .form-group .form-control{
        border-radius: 8px !important;
    }
    
    .wr-banner-img-bottom .wr-serviesbann__content,
    .wr-serviesbann:has(.wr-image) .wr-serviesbann__content{
        flex-direction: column;
    }
    .wr-banner-image{
        align-self: self-end;
    }
}
@media (max-width: 501px){
    .wr-sort .wr-sortby.wr-toggle-btn ~ .wr-sortby{
        margin-left: auto;
    }
    .wr-sort .wr-sortby.wr-toggle-btn ~ .wr-sortby .wr-actionselect{
        justify-content: flex-end;
    }
    .wr-tasks-listview .wr-sort .wr-filtermenu{
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}
@media (max-width: 480px){
    .wr-tasks-listview  .wr-template-view{
        flex-direction: row !important;
        flex-wrap: wrap;
    }
    .wr-ongoing-services-list .wr-tags{
        flex-direction: column;
        align-items: flex-start;
    }
    .wr-ongoing-services-list-v1 .wr-tags{
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 400px){
    .wr-sort .wr-sortby.wr-toggle-btn ~ .wr-sortby{
        width: 100%;
        margin-top: 10px;
    }
    .wr-sort .wr-sortby.wr-toggle-btn ~ .wr-sortby .wr-select{
        width: 100%;
    }
    
    .wr-serviesbann.wr-banner-img-bottom .wr-serviesbann__content .wr-breadcrumb{
        flex-wrap: wrap;
    }
}

.wr-ongoing-services-list-v1 .wr-countdownno li::after{
    content: '';
}


.wr-ongoing-services-list-v1 .wr-taskdeadline{
    border-radius: 8px;
    background-color: #073746;
}
.wr-ongoing-services-list-v1 .wr-taskcountdown{
    border-radius: 10px;
    padding: 4px 10px;
}

.wr-ongoing-services-list-v1 .wr-taskcountdown .wr-countdownno{
    padding: 0;
    margin: 0;
}

.wr-ongoing-services-list-v1 .wr-countdownno li{
    font-size: 10px;
    margin-right: 20px;
}

.wr-ongoing-services-list-v1 .wr-countdownno li::after{
    font-size: 1rem;
    right: -12px;
}
.wr-ongoing-services-list-v1 .wr-countdownno li:last-child{
    margin-right: 0;
}
.wr-ongoing-services-list-v1 .wr-countdownno li > span{
    font-size: 12px;
    line-height: 18px;
    background-color: transparent;
    padding: 0;
}


.wr-ongoing-services-list-v1 .wr-tags{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wr-btn-calendar-btn img{
    max-width: 8%;
    margin-right: 5px;
}
.wr-calendar-connected-freelancers::after {
  content: "";
  color: #22C55E;
  margin-left: 5px;
  font: 900 18px / 26px "Font Awesome 5 Free";
}
.page-template-dashboard .wr-project-wrapper-two .wr-btn:first-child,
.wr-dashboard-sidebar-action-button > a:hover,
.wr-dhb-mainheading .wr-btn{
    background: linear-gradient(90deg, #000000 0%, #18CCAD 100%); 
}
.wr-single-freelancer .wr-showmore-button{
    cursor: pointer;
    color: #3377FF;
}
.wr-bounty-activity-wrapper .wr-user-data h5{
    margin: 0;
}
.wr-bounty-activity-wrapper .wr-user-status{
    display: flex;
    margin-top: 4px;
    align-items: center;
    justify-content: space-between;
}
.wr-bounty-activity-wrapper .wr-proactivity_img{
    margin-right: 8px;
}
.wr-bounty-activity-wrapper .wr-user-data .wr-proactivity_img{
    margin: 0;
}
.wr-bounty-activity-wrapper .wr-user-data{
    display: flex;
}
.wr-bounty-activity-wrapper .wr-submission-files li{
    background-color: transparent;
    padding: 0;
    display: flex;
}
.wr-bounty-activity-wrapper .wr-submission-files li a{
    display: flex;
    width: 100% !important;
}
.wr-bounty-activity-wrapper .wr-user-info{
    width: 100%;
}
.wr-bounty-activity-wrapper .wr-approve{
    background: linear-gradient(90deg, #000000 0%, #18CCAD 100%);
}
.wr-bounty-activity-wrapper .wr-submission-action{
    border-radius: 10px;
}
.wr-bounty-activity-wrapper .wr-uploadarea{
    width: 100%;
}
.wr-bounty-activity-wrapper .wr-submission-btn{
    margin-top: 10px;
}
.wr-bounty-activity-wrapper .wr-projectsactivity .wr-nav-tabs{
    padding: 30px 0;
}
.wr-bounty-activity-wrapper  .wr-submission-btn{
    display: flex;
}
.wr-bounty-activity-wrapper  .wr-submission-files{
    gap: 12px;
    display: flex;
}
.wr-bounty-activity-wrapper  .wr-submission-files .wr-btn{
    height: 39px;
    min-width: 130px;
    background: linear-gradient(90deg, #000000 0%, #18CCAD 100%);
}
.wr-bounty-activity-wrapper .wr-btn-download{
    padding: 6px 10px;
    border-radius: 10px;
    height: 39px;
    gap: 6px;
    color: #000;
    align-items: center;
    display: flex;
    border: 1px solid #eee;
    background-color: #fff;
    font: 500 1rem / 1.625em Inter, sans-serif;
}
.wr-bounty-activity-wrapper .wr-btn-download:hover{
    color: #000;
}
.wr-bounty-activity-wrapper:has(.wr-activity-submission) .wr-projectsactivity{
    background-color: #fff;
    box-shadow: none;
    border-radius: 12px;
}
.wr-bounty-activity-wrapper:has(.wr-activity-submission) .wr-proactivity_file{
    padding: 0;
    background: transparent;
}

.wr-single-freelancer .wr-description-container ul,
.wr-single-freelancer .wr-description-container ol{
    margin: 0 0 16px 26px;
}
.wr-single-freelancer .wr-description-container ol li{
    color: #585858;
    list-style: decimal;
    font: 400 16px/24px Inter, sans-serif;
}
.wr-single-freelancer .wr-description-container ul li{
    color: #585858;
    list-style: disc;
    font: 400 16px/24px Inter, sans-serif;
}
.wr-single-freelancer .wr-asidebox-content ol{
    padding: 0;
    margin: 0 0 16px;
}
.wr-single-freelancer .wr-asidebox-content .wr-showmore-button{
    width: fit-content;
}
.wr-single-freelancer .wr-asidebox-content blockquote{
    border: 0;
    margin: 0;
    padding: 0;
}
.wr-single-freelancer .wr-asidebox-content .wr-description-area p{
    margin: 0 0 16px;
}
.wr-freelancer-bunty-request .form-group_vertical #wr-timezone_display{
    margin-top: 10px;
}
.wr-freelancer-bunty-request .form-group_vertical{
    height: 100%;
    align-items: flex-start;
}
.wr-freelancer-bunty-request #wr-timezone_display{
    margin-top: 10px;
}

.wr-bounty-activity-wrapper .wr-proactivity{
    padding: 0;
}
.wr-banner-img-bottom .wr-serviesbann__content {
    flex-direction: column;
}
.wr-banner-img-overlay .wr-serviesbann__content .wr-banner-image{
    position: absolute;
}
.wr-serviesbann.wr-banner-img-lock .wr-serviesbann__content{
    flex-wrap: nowrap;
    flex-direction: row;
}
.wr-serviesbann.wr-banner-img-lock .wr-serviesbann__content .wr-banner-image{
    align-self: center;
}
.wr-serviesbann.wr-banner-img-overlay .wr-serviesbann__content .wr-breadcrumb,
.wr-serviesbann.wr-banner-img-lock .wr-serviesbann__content .wr-breadcrumb{
    flex-wrap: wrap;
}
.wr-banner-img-overlay .wr-banner-content_vtwo{
    z-index: 1;
}
.wr-bounty-activity-wrapper .wr-project-type-content{
    padding: 0 30px 30px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.wr-projectinfo_title{
    gap: 20px;
    flex-wrap: wrap;
}
.wr-projectbox:has(.wr-taskcountdown){
    background-color: transparent;
}
.wr-main-section .wr-project-bounty-wrapper-two{
    padding: 0;
    margin: 10px;
    flex-shrink: inherit;
}
.wr-banner-image{
    align-self: flex-end;
}
.wr-wallet-balance .wr-btn{
    color: #fff;
    background: linear-gradient(90deg, #000000 0%, #18CCAD 100%);
}

.wr-list-servicedash .wr-nav-tabs li {
    width: auto;
    flex: none;
    margin: 0;
}
/* .wr-serviesbann:has(.wr-image) .wr-breadcrumb li{
    white-space: nowrap;
} */
.wr-list-servicedash .wr-nav-tabs li.wr-dashboard-options{
    flex: auto;
}
.wr-serviesbann.wr-service-banner .wr-serviesbann__content h3{
    margin: 0;
    z-index: 1;
    color: #fff;
    font-weight: 600;
}
.wr-serviesbann__content__inner{
    display: flex;
    
    width: 100%
}
.wr-serviesbann.wr-service-banner.wr-banner-img-bottom .wr-serviesbann__content__inner{
    flex-wrap: wrap;
}
.wr-serviesbann.wr-service-banner.wr-banner-img-bottom .wr-serviesbann__content .wr-banner-image{
    align-items: flex-end;
    justify-content: end;
}
.wr-serviesbann.wr-service-banner.wr-banner-img-bottom .wr-serviesbann__content{
    padding: 0;
}
.wr-serviesbann.wr-service-banner.wr-banner-img-bottom .wr-serviesbann__content h3{
    padding: 20px 20px 0 20px;
}
.wr-serviesbann.wr-service-banner.wr-banner-img-bottom .wr-serviesbann__content .wr-contentleft.wr-banner-content_vtwo{
    padding: 13px 20px 20px 20px;
    width: 100%;
}
.wr-serviesbann.wr-service-banner .wr-serviesbann__content .wr-contentleft.wr-banner-content_vtwo{
    padding: 13px 0 0 0;
    z-index: 1
}
.wr-serviesbann.wr-service-banner .wr-serviesbann__content .wr-banner-image{
    position: absolute;
    right: 0;
    bottom: 0;
}
.wr-serviesbann.wr-service-banner .wr-serviesbann__content{
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
}
.wr-category-menu-wrapper .wr-category-menu-all > a{
    width: max-content;
}
/* slider style */
.wr-list-servicedash .wr-dashboard-options .wr-projectsstatus_option a{
    display: flex;
    align-items: self-end;
    justify-content: flex-end;
}
.wr-main-section:has(.wr-list-servicedash .wr-search-slider-nav) .wr-project-type-content{
    margin-bottom: 10px;
}
.wr-main-section:has(.wr-list-servicedash) .wr-projectsactivity{
    box-shadow: none;
}
.wr-main-section:has(.wr-list-servicedash) .wr-next i,
.wr-main-section:has(.wr-list-servicedash) .wr-prev i{
    width: auto;
    height: auto;
    font-size: 46px;
    background: transparent;
}
.wr-main-section:has(.wr-list-servicedash .wr-search-slider-nav) .wr-freelancers-saved-view,
.wr-main-section:has(.wr-list-servicedash .wr-search-slider-nav) .wr-tasklist{
    padding: 0 40px;
}
.wr-list-servicedash .wr-freelancers-view{
    background-color: #FFFFFF;
    padding: 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EAEAEA;
    border-radius: 20px 20px 20px 20px;
}
.wr-list-servicedash .wr-asideprostatus a img{
    border-radius: 8px;
}
.wr-list-servicedash .wr-asideprostatus a figure{
    margin-bottom: 22px;
}
.wr-list-servicedash .wr-freelancers-saved-view .wr-freelancers-view-title a{
    margin-bottom: 5px;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
}
.wr-list-servicedash .wr-freelancer-view-verified{
    gap: 5px;
    display: flex;
    align-items: center;
}
.wr-list-servicedash .wr-freelancer-view-verified span,
.wr-list-servicedash .wr-freelancer-view-verified i{
    color: #079455;
    font-size: 13px;
    font-weight: 500;
}
.wr-list-servicedash .wr-singleservice-tile{
    padding: 0;
}
.wr-list-servicedash .wr-blog-tags {
    font-size: 12px !important;
    border-radius: 100px;
    background-color: transparent;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px inset, rgb(196, 198, 202) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    font: 500 0.75rem / 2em Inter, sans-serif;
    color: #585858;
    white-space: nowrap;
    line-height: 30px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: baseline;
    border: none;
    white-space: nowrap;
    padding: 5px 10px;
}
.wr-list-servicedash .wr-tags_links{
    margin: 8px 0 0 0;
}
.wr-list-servicedash .wr-tags_links li{
    padding: 2px;
}
.wr-list-servicedash .wr-blog-tags:hover{
    background-color: rgb(237, 241, 253);
}
/* .wr-main-section:has(.wr-list-servicedash) .wr-submitreview {
    background-color: transparent;
} */
.wr-projectsactivity.wr-list-servicedash .wr-nav-tabs li button{
    box-shadow: none;
}
.wr-projectsactivity.wr-list-servicedash .wr-nav-tabs li button.active{
    box-shadow: inset 0px -3px 0px #1bccae;
}
.wr-project-free-msg, .single-product .wr-contact-btn {
    background-color: #073746;
}
.single-freelancers .wr-hire-me, .single-freelancers .wr-btn-hiring{
    margin-bottom: 10px;
    font: 500 16px Inter, sans-serif;
}
.wr-project-wrapper-two .wr-bounty-btn{
    color:#043748;
    outline-color:green;
    border: 3px solid #76A5AF;
    box-shadow: 2px 2px #274E13;
}
.wr-project-wrapper-two .wr-bounty-btn img{
    width: 25px;
}

.wr-bg-secondary{
    background: #ef4444;
}
.wr-servicecontact-probtn{
    margin: 0 15px 15px;
    background-color: #073746;
}

.wr-projects-holder {
    margin-bottom: 40px;
}

.wr-dash-collapse-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.wr-freelancer-dashboard-wrapper > .row > .col-12 div + div .wr-dash-collapse-btn{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
}

/* .wr-saved-dashlist .wr-dash-collapse-btn {
    margin-bottom: 30px;
} */

.wr-project-type-content .wr-prev {
    left: -50px;
}
.wr-project-type-content .wr-next {
    right: -50px;
}

.wr-dash-collapse-btn h3 {
    margin: 0;
    font-size: 24px;
}

.wr-dash-collapse-btn .wr-collapes-dash {
    padding: 0;
    width: 31px;
    height: 31px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #1bccae;
}

.wr-dash-collapse-btn .wr-collapes-dash i {
    margin: 0;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

.wr-dash-collapse-btn .wr-collapes-dash.wr-closspe-close i {
    transform: none;
}

.wr-projectsactivity .wr-nav-tabs {
    padding: 30px 0;
}

.wr-list-servicedash-tabs .wr-nav-tabs button {
    gap: 8px;
}

.wr-ongoing-projects-list .wr-project-wrapper-two {
    border: 1px solid #eaeaea;
}

.wr-freelances-child-view .owl-item {
    z-index: 0;
}

/* .wr-icon-bounty {
    content: url('data:image/svg+xml,<svg width="380" height="415" viewBox="0 0 380 415" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_450_38271)"><path d="M214.5 355.46H95.99C93.6648 355.303 91.3329 355.644 89.15 356.46C85.63 358.04 83.5 360.7 83.98 364.66C84.46 368.62 87.17 370.66 91.09 371.07C92.57 371.21 94.09 371.16 95.56 371.16H173.21C187.98 371.16 202.75 371.16 217.52 371.16C222.8 371.16 225.74 368.51 225.92 364.03C226.1 359.55 223.41 356.5 218.43 355.71C217.129 355.524 215.815 355.44 214.5 355.46Z" fill="white"/><path d="M311.61 101.05C308.218 101.872 304.905 102.993 301.71 104.4C297.07 106.65 294.06 105.8 290.71 101.66C281.29 90.12 268.71 84.93 253.86 85.54C250.64 85.68 248.86 84.62 247.79 81.74C246.42 78 245.09 74.2399 243.59 70.5499C242.18 67.0299 239.59 64.91 235.96 64.7C234.82 64.753 233.705 65.0537 232.693 65.5811C231.681 66.1085 230.796 66.85 230.099 67.7541C229.402 68.6581 228.911 69.7031 228.659 70.8162C228.407 71.9294 228.401 73.084 228.64 74.2C229.751 78.3674 231.11 82.4648 232.71 86.47C233.83 89.47 233.53 91.8599 230.85 93.9399C218.73 103.32 212.65 115.62 213.34 131.05C213.51 134.93 211.94 137.3 208.2 138.49C204.73 139.59 201.31 140.9 197.94 142.3C193.45 144.18 191.49 148.17 192.83 152.3C194.09 156.19 198.39 158.3 203.01 157.01C206.67 156.01 210.25 154.59 213.82 153.23C216.82 152.1 219.33 152.4 221.38 155.02C230.93 167.24 243.38 173.38 258.97 172.72C262.42 172.57 264.58 174.07 265.72 177.36C267.09 181.28 268.5 185.19 270.2 188.97C272.2 193.42 275.89 195.2 279.8 193.85C284.26 192.31 285.33 188.69 284.59 184.62C283.989 181.017 282.913 177.51 281.39 174.19C278.98 169.19 280.25 166.19 284.54 162.82C295.94 153.92 300.68 141.56 300.44 127.41C300.37 123.3 301.44 121.24 305.16 120C309.274 118.705 313.305 117.159 317.23 115.37C319.079 114.539 320.523 113.011 321.248 111.118C321.973 109.226 321.92 107.123 321.1 105.27C319.71 101.69 315.85 99.8699 311.61 101.05ZM283.21 137.9C282.161 141.244 280.428 144.333 278.12 146.97C275.12 150.13 273.32 149.89 271.31 146.13C270.84 145.25 270.55 144.27 270.05 143.41C267.81 139.57 264.46 138.34 260.29 139.63C256.42 140.84 254.71 144.37 255.65 148.85C255.89 149.98 256.3 151.08 256.57 152.21C257.36 155.54 255.75 157.11 252.63 156.77C246.81 156.16 241.89 153.42 237.63 149.46C235.73 147.66 236.3 145.79 238.43 144.57C240.15 143.57 242.17 143.11 243.82 142.04C246.88 140.04 248.43 137.19 247.37 133.51C246.31 129.83 243.79 128.03 238.72 128.16C237.97 128.31 236.01 128.64 234.08 129.1C230.6 129.93 228.73 128.46 229.08 125.04C229.606 119.52 232.14 114.386 236.2 110.61C238.48 108.46 240.34 108.99 241.66 111.76C241.87 112.21 242.04 112.68 242.25 113.13C244.94 118.97 248.34 120.98 252.89 119.43C257.25 117.93 258.59 114.06 256.96 107.68C255.42 101.68 256.67 100.47 262.82 101.97C266.883 102.9 270.68 104.747 273.92 107.37C277.83 110.6 277.68 112.37 273.29 114.61C272.365 114.981 271.46 115.402 270.58 115.87C267.11 118.1 265.53 121.23 267.02 125.23C268.51 129.23 271.58 130.75 275.73 130.29C276.06 130.29 276.38 130.15 276.73 130.1C279.07 129.74 281.73 127.43 283.73 129.84C285.73 132.25 284.13 135.33 283.21 137.9Z" fill="white"/><path d="M377.78 185.86C363.433 146.38 349.077 106.897 334.71 67.4099C327.497 47.5899 320.3 27.7666 313.12 7.93991C310.22 -0.060091 307.12 -1.48009 299.04 1.29991C294.48 2.85991 289.85 4.29991 285.43 6.12991C277.94 9.26991 270.27 10.2699 262.14 10.2699C178.42 10.1232 94.6934 10.0932 10.96 10.1799C2.39002 10.1799 0.0300293 12.5599 0.0300293 21.1799C0.0300293 50.7599 0.0300293 80.3399 0.0300293 109.92C0.0300293 207.64 0.0300293 305.357 0.0300293 403.07C0.0300293 406.98 0.0299804 410.76 3.47998 413.46C6.35366 414.267 9.33873 414.604 12.32 414.46C109.653 414.46 206.987 414.477 304.32 414.51C308.94 412.57 310.32 408.97 310.32 404.15C310.233 351.57 310.233 308.997 310.32 256.43C310.32 252.04 309 248.72 305.39 246.3C298.39 245.3 294.58 248.58 294.14 255.88C294.05 257.54 294.14 259.21 294.14 260.88C294.14 307.733 294.14 344.59 294.14 391.45C294.14 398.79 293.57 399.35 286.14 399.35H23.44C16.3 399.35 15.66 398.73 15.66 391.75C15.66 272.45 15.66 153.15 15.66 33.8499C15.66 26.7899 16.3 26.1599 23.35 26.1499H211.71C213.54 26.1499 215.37 26.1499 217.18 26.3299C218.43 26.4499 220.26 26.1799 220.59 27.7099C221 29.5999 219 30.0799 217.75 30.5899C213.3 32.4199 208.75 34.0599 204.25 35.7299C183.38 43.4499 162.49 51.0999 141.65 58.9099C135.33 61.2799 133.88 64.6499 135.91 71.0299C137.27 75.2999 138.73 79.5399 140.14 83.7999C142.86 91.9799 142.76 91.7299 134.93 94.7999C112.15 103.73 97.93 119.95 93.6 144.34C91.6 155.71 92.92 167.22 92.75 178.66C92.7162 186.835 94.4634 194.919 97.87 202.35C101.3 210.12 101.33 210.05 94.39 214.48C70.5 229.72 55.73 251.09 51.59 279.27C49.59 293.11 51.08 307.14 50.85 321.08C50.67 331.66 52.39 333.27 62.85 333.27H246.73C248.05 333.27 249.39 333.27 250.73 333.27C256.31 332.91 259.63 329.69 259.84 324.08C260.03 319.08 259.75 314.08 259.93 309.13C260.68 288.78 259.07 268.93 248.69 250.72C246.58 247.01 248.52 244.8 252.08 243.54L304.31 224.98C305.65 224.38 306.97 223.7 308.31 223.21C329.097 215.777 349.89 208.36 370.69 200.96C379.59 197.71 381 194.72 377.78 185.86ZM108.33 175.12C108.46 171.97 108.33 168.81 108.33 164.62C108.67 158.71 107.62 151.71 109.33 144.82C113.8 126.74 125.04 114.88 142.49 108.82C148.73 106.67 150.31 107.67 152.49 113.82C163.28 144.32 174.01 174.82 184.97 205.29C186.79 210.34 184.69 213.1 181.04 215.75C164.45 227.75 140.15 226.3 124.82 212.45C113.72 202.46 107.75 190.27 108.33 175.12ZM244.18 310.59C244.18 316.68 243.32 317.54 237.26 317.59C209.7 317.59 182.137 317.59 154.57 317.59C127.503 317.59 100.437 317.59 73.37 317.59C66.05 317.59 65.58 317.02 65.48 309.59C65.33 299.12 65.48 288.59 67.59 278.37C72.2 255.6 85.06 238.61 104.83 226.6C109.36 223.85 112.98 223.92 117.49 227.15C138.39 242.1 160.56 243.94 183.69 232.49C184.88 231.9 186.1 231.35 187.24 230.67C190.42 228.77 192.62 229.67 193.88 233.01C196.21 239.23 198.39 245.5 200.77 251.7C203.15 257.9 206.95 259.8 213.36 257.84C217.36 256.62 221.27 255.31 225.11 253.75C229.28 252.07 232.11 253.24 234.22 257.07C240.137 267.52 243.534 279.206 244.14 291.2C244.42 297.62 244.22 304.11 244.18 310.59ZM355.89 189.27C342.29 194.15 328.67 198.95 315.1 203.89C284.213 215.15 253.34 226.447 222.48 237.78C214.93 240.56 214.16 240.42 211.35 232.61C202.49 207.91 193.68 183.193 184.92 158.46C178.253 139.68 171.643 120.877 165.09 102.05C162.5 94.4999 159.639 87.5167 157.549 79.6967C156.261 75.862 154.785 73.6129 155.901 71.7099C156.573 70.5646 158.184 69.5447 161.34 68.3799C187.34 58.7732 213.357 49.1932 239.39 39.6399C257.48 33.0199 275.64 26.6399 293.69 19.8999C298.16 18.2399 300.4 19.4599 301.98 23.8299C312.12 51.9499 322.41 80.0199 332.63 108.1C341.383 132.14 350.12 156.177 358.84 180.21C359.35 181.61 359.84 183.03 360.14 184.02C360.25 187.41 358.15 188.41 355.89 189.27Z" fill="white"/></g><defs><clipPath id="clip0_450_38271"><rect width="379.35" height="414.49" fill="white"/></clipPath></defs></svg>');
    position: relative;
    width: 20px;
} */
 .wr-icon-bounty-black{
    /* The SVG with the explicit 'fill:white' removed. It will now inherit the parent element's color. */
    content: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 173 189" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M4.32,188.3C1.94,188.3 0,186.36 0,183.98L0,8.84C0,6.46 1.94,4.52 4.32,4.52L125.57,4.52L137.69,0.22C138.09,0.08 138.52,-0 138.94,-0C140.53,-0 141.95,1 142.48,2.5L172.2,86.15C172.89,88.1 171.87,90.25 169.92,90.94L112.18,111.45L112.79,112.49C114.11,114.75 115.22,117.14 116.07,119.6C117.54,123.84 118.29,128.29 118.29,132.83L118.29,147.27C118.29,149.5 116.48,151.31 114.25,151.31L26.92,151.31C24.69,151.31 22.88,149.5 22.88,147.27L22.88,132.62C22.88,128.26 23.58,123.96 24.96,119.86C26.29,115.89 28.23,112.17 30.74,108.79C33.21,105.46 36.17,102.53 39.53,100.1C41.47,98.7 43.54,97.47 45.7,96.44L46.64,95.99L46.15,95.07C45.79,94.39 45.45,93.68 45.15,92.98C43.763,89.713 43.052,86.199 43.06,82.65L43.06,68.81C43.06,65.23 43.76,61.75 45.15,58.48C46.49,55.32 48.4,52.48 50.84,50.04C54.66,46.213 59.56,43.644 64.88,42.68L66.04,42.47L62,31.09C61.31,29.14 62.33,26.99 64.28,26.3L105.63,11.71L7.19,11.71L7.19,181.11L133.94,181.11L133.94,111.03C133.94,109.05 135.55,107.44 137.53,107.44C139.51,107.44 141.12,109.05 141.12,111.03L141.12,183.98C141.12,186.36 139.18,188.3 136.8,188.3L4.32,188.3ZM50.7,102.09C38.36,107.03 30.07,119.3 30.07,132.62L30.07,144.12L111.13,144.12L111.13,132.83C111.13,126.29 109.24,119.98 105.65,114.58L105.22,113.93L96.52,117.02C96.11,117.17 95.69,117.24 95.26,117.24C94.7,117.24 94.16,117.12 93.65,116.87C92.749,116.445 92.054,115.678 91.72,114.74L87.35,102.44L86.25,103.33C84.88,104.43 83.4,105.4 81.85,106.21C78.068,108.171 73.87,109.197 69.61,109.2C66.03,109.2 62.55,108.5 59.28,107.11C56.51,105.94 53.98,104.31 51.75,102.28L51.29,101.86L50.71,102.09L50.7,102.09ZM69.91,31.93L97.33,109.11L164.28,85.32L136.86,8.14L69.91,31.93ZM67.74,49.54C57.77,50.49 50.25,58.77 50.25,68.81L50.25,82.65C50.25,93.32 58.93,102.01 69.61,102.01C75.14,102.01 80.62,99.5 84.26,95.3L84.64,94.86L68.51,49.47L67.73,49.54L67.74,49.54ZM41.79,168.8C39.81,168.8 38.2,167.19 38.2,165.21C38.2,163.23 39.81,161.62 41.79,161.62L99.14,161.62C101.12,161.62 102.73,163.23 102.73,165.21C102.73,167.19 101.12,168.8 99.14,168.8L41.79,168.8ZM126.16,88.43C124.65,88.43 123.29,87.48 122.78,86.05L119.9,78.07L119.11,78.16C118.32,78.26 117.51,78.3 116.72,78.3C111.42,78.3 106.43,76.24 102.69,72.49C101.72,71.52 100.84,70.44 100.09,69.29L99.66,68.63L92.29,71.29C91.9,71.43 91.49,71.5 91.07,71.5C89.56,71.5 88.2,70.55 87.69,69.12C87.02,67.26 87.99,65.19 89.85,64.52L97.16,61.89L97.05,61.09C96.94,60.22 96.88,59.33 96.88,58.45C96.88,53.15 98.94,48.16 102.69,44.42C103.67,43.44 104.74,42.57 105.89,41.82L106.55,41.39L103.83,33.86C103.5,32.96 103.55,31.98 103.96,31.11C104.37,30.24 105.09,29.58 105.99,29.26C106.38,29.12 106.79,29.05 107.21,29.05C108.72,29.05 110.08,30 110.59,31.43L113.28,38.9L114.08,38.79C114.95,38.68 115.84,38.62 116.71,38.62C122.01,38.62 127,40.68 130.74,44.43C131.8,45.49 132.74,46.67 133.54,47.94L133.97,48.62L141.55,45.89C141.94,45.75 142.35,45.68 142.77,45.68C144.28,45.68 145.64,46.63 146.15,48.06C146.82,49.92 145.85,51.99 143.99,52.66L136.34,55.42L136.43,56.21C136.52,56.96 136.56,57.73 136.56,58.48C136.56,63.78 134.5,68.76 130.75,72.51C129.717,73.542 128.573,74.458 127.34,75.24L126.66,75.67L129.53,83.62C130.2,85.48 129.23,87.55 127.37,88.22C126.98,88.36 126.57,88.43 126.15,88.43L126.16,88.43ZM109.12,57.82C110.63,57.82 111.99,58.77 112.5,60.2C112.83,61.1 112.78,62.08 112.37,62.95C111.96,63.82 111.24,64.48 110.34,64.8L106.55,66.16L107.63,67.27C109.82,69.54 112.76,70.9 115.9,71.1L117.42,71.2L116.27,68C115.94,67.1 115.99,66.12 116.4,65.25C116.81,64.38 117.53,63.72 118.43,63.4C118.82,63.26 119.23,63.19 119.65,63.19C121.16,63.19 122.52,64.14 123.03,65.57L124.19,68.8L125.3,67.78C127.67,65.6 129.1,62.64 129.34,59.44L129.46,57.9L125.9,59.18C125.51,59.32 125.1,59.39 124.68,59.39C123.17,59.39 121.81,58.44 121.3,57.01C120.97,56.11 121.02,55.13 121.43,54.26C121.84,53.39 122.56,52.73 123.46,52.41L127.11,51.1L126.12,49.99C123.853,47.454 120.649,45.948 117.25,45.82L115.76,45.76L117.12,49.52C117.79,51.38 116.82,53.45 114.96,54.12C114.57,54.26 114.16,54.33 113.74,54.33C112.23,54.33 110.87,53.38 110.36,51.95L109.04,48.29L107.93,49.36C105.587,51.614 104.206,54.691 104.08,57.94L104.02,59.43L107.91,58.03C108.3,57.89 108.71,57.82 109.13,57.82L109.12,57.82Z" style="fill:currentColor;fill-rule:nonzero;"/></svg>');
    position: relative;
    width: 20px;
}
.wr-icon-bounty {
    /* The new SVG provided by the user, explicitly colored white where fill is used */
    content: url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 173 189" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M4.32,188.3C1.94,188.3 0,186.36 0,183.98L0,8.84C0,6.46 1.94,4.52 4.32,4.52L125.57,4.52L137.69,0.22C138.09,0.08 138.52,-0 138.94,-0C140.53,-0 141.95,1 142.48,2.5L172.2,86.15C172.89,88.1 171.87,90.25 169.92,90.94L112.18,111.45L112.79,112.49C114.11,114.75 115.22,117.14 116.07,119.6C117.54,123.84 118.29,128.29 118.29,132.83L118.29,147.27C118.29,149.5 116.48,151.31 114.25,151.31L26.92,151.31C24.69,151.31 22.88,149.5 22.88,147.27L22.88,132.62C22.88,128.26 23.58,123.96 24.96,119.86C26.29,115.89 28.23,112.17 30.74,108.79C33.21,105.46 36.17,102.53 39.53,100.1C41.47,98.7 43.54,97.47 45.7,96.44L46.64,95.99L46.15,95.07C45.79,94.39 45.45,93.68 45.15,92.98C43.763,89.713 43.052,86.199 43.06,82.65L43.06,68.81C43.06,65.23 43.76,61.75 45.15,58.48C46.49,55.32 48.4,52.48 50.84,50.04C54.66,46.213 59.56,43.644 64.88,42.68L66.04,42.47L62,31.09C61.31,29.14 62.33,26.99 64.28,26.3L105.63,11.71L7.19,11.71L7.19,181.11L133.94,181.11L133.94,111.03C133.94,109.05 135.55,107.44 137.53,107.44C139.51,107.44 141.12,109.05 141.12,111.03L141.12,183.98C141.12,186.36 139.18,188.3 136.8,188.3L4.32,188.3ZM50.7,102.09C38.36,107.03 30.07,119.3 30.07,132.62L30.07,144.12L111.13,144.12L111.13,132.83C111.13,126.29 109.24,119.98 105.65,114.58L105.22,113.93L96.52,117.02C96.11,117.17 95.69,117.24 95.26,117.24C94.7,117.24 94.16,117.12 93.65,116.87C92.749,116.445 92.054,115.678 91.72,114.74L87.35,102.44L86.25,103.33C84.88,104.43 83.4,105.4 81.85,106.21C78.068,108.171 73.87,109.197 69.61,109.2C66.03,109.2 62.55,108.5 59.28,107.11C56.51,105.94 53.98,104.31 51.75,102.28L51.29,101.86L50.71,102.09L50.7,102.09ZM69.91,31.93L97.33,109.11L164.28,85.32L136.86,8.14L69.91,31.93ZM67.74,49.54C57.77,50.49 50.25,58.77 50.25,68.81L50.25,82.65C50.25,93.32 58.93,102.01 69.61,102.01C75.14,102.01 80.62,99.5 84.26,95.3L84.64,94.86L68.51,49.47L67.73,49.54L67.74,49.54ZM41.79,168.8C39.81,168.8 38.2,167.19 38.2,165.21C38.2,163.23 39.81,161.62 41.79,161.62L99.14,161.62C101.12,161.62 102.73,163.23 102.73,165.21C102.73,167.19 101.12,168.8 99.14,168.8L41.79,168.8ZM126.16,88.43C124.65,88.43 123.29,87.48 122.78,86.05L119.9,78.07L119.11,78.16C118.32,78.26 117.51,78.3 116.72,78.3C111.42,78.3 106.43,76.24 102.69,72.49C101.72,71.52 100.84,70.44 100.09,69.29L99.66,68.63L92.29,71.29C91.9,71.43 91.49,71.5 91.07,71.5C89.56,71.5 88.2,70.55 87.69,69.12C87.02,67.26 87.99,65.19 89.85,64.52L97.16,61.89L97.05,61.09C96.94,60.22 96.88,59.33 96.88,58.45C96.88,53.15 98.94,48.16 102.69,44.42C103.67,43.44 104.74,42.57 105.89,41.82L106.55,41.39L103.83,33.86C103.5,32.96 103.55,31.98 103.96,31.11C104.37,30.24 105.09,29.58 105.99,29.26C106.38,29.12 106.79,29.05 107.21,29.05C108.72,29.05 110.08,30 110.59,31.43L113.28,38.9L114.08,38.79C114.95,38.68 115.84,38.62 116.71,38.62C122.01,38.62 127,40.68 130.74,44.43C131.8,45.49 132.74,46.67 133.54,47.94L133.97,48.62L141.55,45.89C141.94,45.75 142.35,45.68 142.77,45.68C144.28,45.68 145.64,46.63 146.15,48.06C146.82,49.92 145.85,51.99 143.99,52.66L136.34,55.42L136.43,56.21C136.52,56.96 136.56,57.73 136.56,58.48C136.56,63.78 134.5,68.76 130.75,72.51C129.717,73.542 128.573,74.458 127.34,75.24L126.66,75.67L129.53,83.62C130.2,85.48 129.23,87.55 127.37,88.22C126.98,88.36 126.57,88.43 126.15,88.43L126.16,88.43ZM109.12,57.82C110.63,57.82 111.99,58.77 112.5,60.2C112.83,61.1 112.78,62.08 112.37,62.95C111.96,63.82 111.24,64.48 110.34,64.8L106.55,66.16L107.63,67.27C109.82,69.54 112.76,70.9 115.9,71.1L117.42,71.2L116.27,68C115.94,67.1 115.99,66.12 116.4,65.25C116.81,64.38 117.53,63.72 118.43,63.4C118.82,63.26 119.23,63.19 119.65,63.19C121.16,63.19 122.52,64.14 123.03,65.57L124.19,68.8L125.3,67.78C127.67,65.6 129.1,62.64 129.34,59.44L129.46,57.9L125.9,59.18C125.51,59.32 125.1,59.39 124.68,59.39C123.17,59.39 121.81,58.44 121.3,57.01C120.97,56.11 121.02,55.13 121.43,54.26C121.84,53.39 122.56,52.73 123.46,52.41L127.11,51.1L126.12,49.99C123.853,47.454 120.649,45.948 117.25,45.82L115.76,45.76L117.12,49.52C117.79,51.38 116.82,53.45 114.96,54.12C114.57,54.26 114.16,54.33 113.74,54.33C112.23,54.33 110.87,53.38 110.36,51.95L109.04,48.29L107.93,49.36C105.587,51.614 104.206,54.691 104.08,57.94L104.02,59.43L107.91,58.03C108.3,57.89 108.71,57.82 109.13,57.82L109.12,57.82Z" style="fill:white;fill-rule:nonzero;"/></svg>');
    position: relative;
    width: 20px;
}
.wr-sidebarpkg__btn a {
    font: 500 16px Inter, sans-serif;
}
.wr-saved-dashlist .wr-list-servicedash .wr-asideprostatus a figure {
    margin-bottom: 0;
}

.wr-frelancer-v2 .wr-freelancer-profile-three .wr-asidebox:has(.wr-active-meeting) {
    flex: auto;
}

.wr-active-meeting {
    flex-wrap: wrap;
}

.wr-active-meeting .wr-btn {
    flex-wrap: nowrap;
    white-space: nowrap;
}

.wr-active-meeting .wr-hire-me,.wr-active-meeting  .wr-btn-hiring {
    color: #fff;
    min-width: 100%;
}

.wr-active-meeting .wr-hire-me:hover, .wr-active-meeting  .wr-btn-hiring {
    color: #fff;
    background: rgb(4, 55, 72);
}

.wr-meeting-wrapper {
    gap: 16px;
    width: 100%;
    display: flex;
}

.wr-meeting-wrapper > a.wr-btn {
    flex: auto;
}

.wr-meeting-wrapper .wr-workreap_get_slots,.wr-meeting-wrapper .wr-workreap_get_slotsv2 {
    font-size: 16px !important;
}


@media (max-width: 480px) {
    .wr-meeting-wrapper  {
        flex-wrap: wrap;
    }
}

.page-template-search-freelancer .wr-bestservicedetail .wr-asideprostatus a figure { 
    height: 100px;

}

.wr-freelancer-profile-three:not(:has(.wr-asidebox-content)) .wr-asidebox {
  flex: none !important;
}
.wr-badges .wr-selected-badge img
{
    width: 120px;
    height: 35px;
}

.wr-dashboard-categories li h5{
    color: #999;
    font-weight: 400;
    display: inline-block;
    font-family: "Inter", sans-serif;
    
}
.wr-dashboard-categories li h5::after {
    content: ",";
    color: #3377FF;
    line-height: 1;
}
.wr-dashboard-categories li:last-child h5::after {
    content: "";
}
.single-freelancers .wr-contact-me-btn, .single-product .wr-view-profile-task{
    background: #FFFFFF;
    border: 2px solid #043748;
    border-radius: 11px;
    box-shadow: 2px 2px #043748;
    color: #043748;
}
.single-freelancers .wr-workreap_get_slots{
    background:    #18CCAD;
    border:        2px solid #556699;
    border-radius: 11px;
    box-shadow:    2px 2px #043748;
    color:         #FFFFFF;
}

.single-freelancers .wr-workreap_get_slots , .single-freelancers .wr-workreap_get_slotsv2,.single-product .wr-contact-btn{
    background:    #18CCAD;
    border:        2px solid #556699;
    border-radius: 11px;
    box-shadow:    2px 2px #043748;
    color:         #FFFFFF;
}
@media (max-width: 1200px) {
    .wr-dashboard-sidebar-inner .wr-dashboard-sidebar-user-wrapper .wr-dashboard-sidebar-user-info .wr-dashboard-sidebar-user-content {
            font-size: 12px;
            line-height: 12px;
            color: #ffffff9c;
    }
}
.wr-btn-search{
    margin-top: 10px;
    background:    #18CCAD;
    border:        2px solid #556699;
    border-radius: 11px;
    box-shadow:    2px 2px #043748;
    color:         #FFFFFF;
}
/* .wr-submitreview {
    background-color: #ffffff;
} */

.wr-portfolio-list .wr-freeprostatus{
    padding-bottom: 10px;
}
.wr-portfolio-list .wr-freeprostatus .wr-asideprostatus > .wr-portfolio-item-option{
    width: 100%;
    height: 250px;
    display: inline-block;
}

.wr-portfolio-list .wr-freeprostatus .wr-asideprostatus > .wr-portfolio-item-option figure {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.wr-portfolio-list .wr-freeprostatus .wr-asideprostatus > .wr-portfolio-item-option figure img {
    border-radius: inherit;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.wr-portfolio-list .wr-portfolio-figure {
    position: relative;
    overflow: hidden;
}

.wr-portfolio-list .wr-portfolio-figure img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

/* Edit & Remove Button Styling */
.wr-portfolio-list .wr-edit-btn,
.wr-portfolio-list .wr-remove-btn {
    position: absolute;
    top: 10px;
    padding: 6px 8px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    z-index: 10;
    text-decoration: none;
}

.wr-portfolio-list .wr-remove-btn {
    left: 10px;
    background-color: #EF4444; /* Red */
}

.wr-portfolio-list .wr-edit-btn {
    right: 10px;
    background-color: #1bccae; /* Blue */
}

.wr-portfolio-list .wr-edit-btn:hover,
.wr-portfolio-list .wr-remove-btn:hover {
    opacity: 0.9;
}
.wr-portfolio-list {
    padding-top: 30px;
}
.single-product .wr-aboutfreelancer .wr_saved_items{
    border: 2px solid #043748;
    box-shadow: 2px 2px #043748;
}
.wr-calendar-connected{
    border:        3px solid #76A5AF;
    box-shadow:    2px 2px #274E13;
}

.wr-calendar-notconnected{
    border:        3px solid #EEEEEE;
    box-shadow:    2px 2px #DEDEDE;
}

.wr-dashbord-link{
    height: 48px;
    background:    #FFFFFF;
    border:        2px solid #76A5AF;
    border-radius: 6px;
    box-shadow:    2px 2px #274E13;
    padding:       10px 15px;
    color:         #043748;
    display:       flex;
    text-align:    center;
    
}
.wr-dashbord-link .wr-icon-user{
    margin-right: 4px;
}
.wr-post-grid-item .wr-post-grid-header .wr-post-grid-category{
    padding: 0;
    border: none;
    gap: 5px;
    box-shadow: none;
}
.wr-post-grid-item .wr-post-grid-header .wr-post-grid-category a {
    padding: 1px 5px;
    display: flex;
    background: #fff;
    border-radius: 6px;
    align-items: center;
    border: 1px solid #eee;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.wr-dhb-mainheading__rightarea .wr-dashbord-link{
    margin-right: 5px;  
}
a.wr-dashbord-link:hover {
    color: #043748 !important;
}
.wr-profile-extrabtn .wr-sortby{
    display: flex;
}
.wr-profile-extrabtn .wr-sortby .wr-dashbord-link{
    margin-right: 5px;
}


.wr-dhb-mainheading.wr-profile-extrabtn{
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}
.wr-dhb-mainheading.wr-profile-extrabtn h2{
    align-self: flex-start;
}
.wr-dhb-mainheading.wr-profile-extrabtn .wr-dhb-mainheading__rightarea{
    margin-left: auto;
}

.wr-dhb-mainheading.wr-profile-extrabtn:has(h2) .wr-dhb-mainheading__rightarea{
    margin-left: 0;
}

.wr-dhb-mainheading.wr-profile-extrabtn-single{
    justify-content: flex-end;
}
@media (max-width: 480px){
    
    .wr-main-section .wr-dhb-mainheading.wr-profile-extrabtn{
        flex-direction: column;
    }
    .wr-dashbord-link{
        width: 100%;
    }
}
@media (max-width: 1000px){
    .wr-dhb-mainheading.wr-profile-extrabtn.wr-profile-dashboard{
        flex-direction: column;
    }
}
.wr-dhb-mainheading.wr-profile-extrabtn.wr-profile-dashboard .wr-dashbord-link{
    margin: 0;
}
.wr-dhb-mainheading.wr-profile-extrabtn.wr-profile-dashboard{
    align-items: flex-start;
}
.wr-dhb-mainheading.wr-profile-extrabtn.wr-profile-dashboard .wr-dhb-mainheading__rightarea{
    margin-left: 0 !important;
}
.wr-service-buy{
    background:    #18CCAD;
    background:    linear-gradient(#18CCAD, #043748);
    border:        3px solid #134F5C;
    border-radius: 11px;
    box-shadow:    2px 2px #444444;
    /* padding:       20px 45px; */
    color:         #FFFFFF;
    /* display:       inline-block;
    font:          normal bold 26px/1 "Open Sans", sans-serif; */
    text-align:    center ;
}


ul li.wr-dashtab .wr-collapes-dash {
    padding: 0;
    width: 31px;
    height: 31px;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #1bccae;
}

ul li.wr-dashtab .wr-collapes-dash i {
    margin: 0;
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
}

ul li.wr-dashtab .wr-collapes-dash.wr-closspe-close i {
    transform: none;
}

ul li.wr-dashtab{
    display: flex;
    justify-content: center;
    align-items: center;
}
    
.single-freelancers .wr-freelancer-btns {
    gap: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-freelancers .wr-freelancer-btns .wr-btn-hiring, .single-freelancers .wr-freelancer-btns .wr-hire-me{
    width: 100%;
    min-width: auto;
}
.single-freelancers .wr-freelancer-btns .wr-save-item{
    flex: none;
    width: 46px;
    height: 46px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    border: 2px solid #043748;
    box-shadow: 2px 2px #043748;
    transition: all 0.3s ease-in-out;
}
.single-freelancers .wr-freelancer-btns .wr-save-item:hover{
    border: #FEF3F2;
    background: #FEF3F2;
}
.single-freelancers .wr-freelancer-btns .wr-save-item:hover .wr-icon-heart{
    color: #1bccae;
}
.single-freelancers .wr-active-meeting{
    gap: 0px;
}

.single-product .wr-rateviews3 .wr_saved_items{
    color: #F7F7F7 !important;
}
.single-product .wr-sidebartabs .wr-sidebarpkg__btn{
    margin-top: 0px;
}
.wr-tasks-videos .wr-videolink{
    padding-right: 0;
}

.wr-tasks-videos .wr-videolink{
    margin-top: 10px;
}
.wr-tasks-videos .wr-videolink .remove-video{
    border-color: #ff7062;
    background-color: #ff7062;
    border-radius: 0 4px 4px 0;
}
.wr-tasks-videos .wr-videolink .remove-video:focus{
    box-shadow: none;
}
.wr-tasks-videos .wr-videolink .remove-video:focus-visible{
    outline: none;
}

.wr-tasks-videos .wr-videolink > em{
    padding-right: 20px;
}
.wr-service-modal{
    padding-top: 20px;
    padding-bottom: 20px;
}
.wr-service-modal .wr-swiper-button-next,
.wr-service-modal .wr-swiper-button-prev {
    background: rgba(255,255,255,0.8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(5px);
}
.wr-service-modal .wr-swiper-button-next:after,
.wr-service-modal .wr-swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #0d6efd;
}

.wr-services-grid-filters:has(.wr-dashboard-sidebar-action-button){
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.wr-services-grid-filters:has(.wr-dashboard-sidebar-action-button) .wr-services-grid-filter-list{
    margin: 0;
}

.wr-services-grid-filters .wr-dashboard-sidebar-action-button .wr-dashboard-sidebar-buttons{
    width: 209px;
    min-height: 48px;
    justify-content: center;
    background: linear-gradient(90deg, #000000 0%, #18CCAD 100%);
}
@media (max-width: 767px) {
    .wr-services-grid-filters:has(.wr-dashboard-sidebar-action-button){
        gap: 10px;
        flex-direction: column-reverse;
    }
    .wr-services-grid-filters:has(.wr-dashboard-sidebar-action-button) .wr-services-grid-filter-list{
        justify-content: start;
    }
    .wr-services-grid-filters .wr-dashboard-sidebar-action-button{
        width: 480px;
        max-width: 100%;
        margin: auto;
        padding: 0;
    } 
    .wr-services-grid-filters .wr-dashboard-sidebar-action-button .wr-dashboard-sidebar-buttons{
        width: 480px;
        max-width: 100%;
    }
    .wr-dual-btns-wrapper .elementor-button.elementor-button-link{
        width: 480px;
        max-width: 100%;
    }
    .wr-dual-btns-wrapper .wr-button-wrapper .wr-btn{
        width: 480px !important;
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .single-post .wr-serviesbann:has(.wr-image) .wr-breadcrumb li {
        white-space: unset;
    }
    
}
@media (max-width: 768px) {
    .wr-service-modal .wr-swiper-button-next,
    .wr-service-modal .wr-swiper-button-prev {
        width: 0;
        height: 0;
        display: none;
    }
    .wr-service-modal{
        padding: 50px 15px 15px;
    }

    .wr-compare-packages-two .wr-swiper-button-next,
    .wr-compare-packages-two .wr-swiper-button-prev {
        width: 0;
        height: 0;
        display: none;
    }
    .wr-compare-packages-two{
        padding: 34px 10px 10px;
    }

}
.wr-service-modal{
    max-width: 1140px;
}

.wr-service-modal .packageSwiper{
    margin-top: -20px;
    padding-top: 20px;
}
.wr-service-modal .swiper-wrapper .swiper-slide{
    height: auto;
}

.wr-compare-packages-two{
    max-width: 760px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.wr-compare-packages-two .packageSwiper{
     margin-top: -14px;
    padding-top: 14px;
}

.wr-package-card{
    border: 1px solid #eee;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0px 32px 64px -12px #1018280F;
    flex-direction: column;
    display: flex;
}
.wr-package-card > h2{
    font-size: 34px;
    line-height: 40px;
    margin: 40px 0 0;
    font-weight: 500;
    color: #1E1E1E;
}
.wr-package-card > h4{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #1E1E1E;
}
.wr-package-card > p{
    margin: 10px 0 0;
    color: #0A0F26;
    font: 400 0.9375rem / 1.6em Inter, sans-serif;
}
.wr-package-slide-active .wr-package-card{
    position: relative;
    border: 2px solid #1bccae;
}
.wr-package-features-list{
    margin: 0;
}
.wr-package-features-list li{
    display: flex;
    position: relative;
    gap: 10px;
    align-items: center;
}
.wr-package-features-list li:before{
    font-family: 'workreap-icons';
    content: "\e92b";
    color: #22C55E;
}
.wr-recommended-tag{
    background-color: #1bccae;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px !important;
}
.wr-recommended-tag-wrap{
    position: absolute;
}
.wr-package-features-list{
    padding-top: 14px;
}
.wr-package-features-list li span{
    font-size: 16px;
    display: block;
    line-height: 22px;
    color: rgba(30, 30, 30, 0.8);
}
.wr-package-list-wrap h4{
    font-weight: 500;
    margin: 40px 0 0;
    line-height: 20px;
    color: #1E1E1E;
    font-size: 16px;
}
.wr-service-modal .wr-icon-gift:before{
    color: #1abc9c !important;
}
@media (max-width: 767px) {
    .wr-package-features-list{
        min-height: auto;
    }
}

.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > .wr-notification-icon i.wr-icon-calendar,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-external-link,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-file-text,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-refresh-ccw,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-layers,
.wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-balance  a > i.wr-icon-shopping-bag,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-user,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-mail,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-clipboard,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li.wr-list-meetings > a > i.wr-icon-calendar:before,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.fa-crosshairs{
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > .wr-notification-icon i.wr-icon-calendar:before,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-refresh-ccw:before,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-file-text:before,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-external-link:before,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.fa-crosshairs:before,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-user:before,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-layers:before,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-mail:before,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-calendar:before,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-clipboard:before,
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li.wr-list-meetings > a > i.wr-icon-calendar:before,
.wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-balance  a > i.wr-icon-shopping-bag:before{
    content: "";
    background-image: url(public/images/icons/workreap-bounty-jobs-white-reg.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-size: 100% 100%;
    position: absolute;
    top: -6px;
    left: -4px;
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-calendar{
    width: 20px;
    height: 20px;
    position: relative;
    display: block;
}
/* .wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-calendar:before{
    background-image: url(public/images/icons/workreap-meetings-white-reg.svg);
} */
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li.wr-manage-meetings > a > i.wr-icon-calendar:before{
    
    background-image: url(public/images/icons/workreap-meetings-white-reg.svg);
}

.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > .wr-notification-icon i.wr-icon-calendar:before{
    background-image: url(public/images/icons/workreap-meetings-white-reg.svg);
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li.wr-list-meetings > a > i.wr-icon-calendar:before{
    background-image: url(public/images/icons/workreap-meetings-white-reg.svg);
} 
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-refresh-ccw:before{
    background-image: url(public/images/icons/workreap-dispute-white-reg.svg);
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-clipboard:before{
    background-image: url(public/images/icons/workreap-intake-form-white-reg.svg);
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-external-link:before{
    background-image: url(public/images/icons/workreap-jobs-icon-white-reg.svg);
}

.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-file-text:before{
    background-image: url(public/images/icons/workreap-service-gigs-white-reg.svg);
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-layers:before{
 background-image: url(public/images/icons/workreap-dashboard-white-reg.svg);
}
.wr-dashboard-sidebar-footer-menu .wr-dashboard-sidebar-balance  a > i.wr-icon-shopping-bag:before{
 background-image: url(public/images/icons/workreap-account-balance-white-reg.svg);
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-user:before{
 background-image: url(public/images/icons/workreap-account-balance.svg);
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-user:before{
 background-image: url(public/images/icons/workreap-my-profile-white.svg);
}
.wr-dashboard-sidebar-setting-menu .wr-dashboard-sidebar-menu-list li > a > i.wr-icon-mail:before{
 background-image: url(public/images/icons/workreap-invoice-white-reg.svg);
}


.wr-dashboard-sidebar-profile-menu .wr-dashboard-sidebar-menu-list .wr-dashboard .wr-icon-layers::before{
    content: "";
    background-image: url(public/images/icons/workreap-dashboard-white.svg);
    width: 20px;
    height: 20px;
    display: block;
}
.wr-dashboard-sidebar-profile-menu .wr-dashboard-sidebar-menu-list .wr-earnings .fa-crosshairs::before{
    content: "";
    background-image: url(public/images/icons/workreap-bounty-jobs-white.svg);
    width: 20px;
    height: 20px;
    display: block;
}
.wr-settingtab li a i.fa-crosshairs,
.wr-settingtab li#wr-icon-social a i.wr-icon-user,
.wr-settingtab li a i.wr-icon-check-square,
.wr-settingtab li a i.wr-icon-edit{
    width: 20px;
    height: 16px;
    position: relative;
    display: block;
}
.wr-settingtab li#wr-icon-social a i.wr-icon-user:before{
    content: "";
    background-image: url(public/images/icons/workreap-social-media-black-reg.svg);
    width: 20px;
    height: 20px;
    display: block;
}
.wr-settingtab li a i.wr-icon-check-square:before{
    content: "";
    background-image: url(public/images/icons/workreap-identification-black-reg.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-size: 100% 100%;
    position: absolute;
    top: -3px;
    left: 0;
}
.wr-settingtab li a i.fa-crosshairs:before{
    content: "";
    background-image: url(public/images/icons/workreap-bounty-jobs-black-reg.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-size: 100% 100%;
    position: absolute;
    top: -3px;
    left: 0;
} 

.wr-settingtab li a i.wr-icon-edit:before{
    content: "";
    background-image: url(public/images/icons/workreap-portfolio.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-size: 100% 100%;
    position: absolute;
    top: -3px;
    left: 0;
} 
.wr-profile-extrabtn a.wr-dashbord-link{
    display: flex;
}
.wr-icon-gridv3{
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
}
.wr-icon-gridv3:before {
    content: "";
    background-image: url(public/images/icons/workreap-grid-grey.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-size: 100% 100%;
    position: absolute;
}
.listing-type-selector input[type="radio"]:checked + i.wr-icon-gridv3:before{
    content: "";
    background-image: url(public/images/icons/workreap-grid.svg);
}
.wr-dhb-mainheading__rightarea a.wr-dashbord-link i.wr-icon-user:before,
.wr-profile-extrabtn a.wr-dashbord-link i.wr-icon-user:before{
    content: "";
    background-image: url(public/images/icons/workreap-dashboard-button-green.svg);
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 3px ;
}
.wr-header-actions-wrapper .wr-user-menu-wrapper .sub-menu .wr-dashboard i.wr-icon-layers::before{
    content: "";
    background-image: url(public/images/icons/workreap-dashboard-button-black.svg);
    width: 20px;
    height: 20px;
    display: block;
}

.wr-header-actions-wrapper .wr-user-menu-wrapper .sub-menu .wr-earnings i.fa-crosshairs::before{
    content: "";
    background-image: url(public/images/icons/workreap-bounty-jobs-black-reg.svg);
    width: 20px;
    height: 20px;
    display: block;
}

.wr-header-actions-wrapper .wr-user-menu-wrapper .sub-menu .wr-earnings i.wr-icon-user-check:before{
    content: "";
    background-image: url(public/images/icons/workreap-identification-black-reg.svg);
    width: 20px;
    height: 20px;
    display: block;
}
.wr-create-gig-btn a i.wr-icon-edit:before{
    content: "";
    background-image: url(public/images/icons/workreap-service-gigs-white-reg.svg);
    width: 20px;
    height: 20px;
    display: block;
}
.wr-create-job-btn a i.wr-icon-edit:before{
    content: "";
    background-image: url(public/images/icons/workreap-jobs-icon-white-reg.svg);
    width: 20px;
    height: 20px;
    display: block;
}
.wr-icon-radio-select::before{
    content: "";
    background-image: url(public/images/icons/workreap-radio-select.svg);
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 6px;
}

.wr-icon-formatted-text::before{
    content: "";
    background-image: url(public/images/icons/workreap-text.svg);
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 6px;
}
.wr-icon-check-boxes::before{
    content: "";
    background-image: url(public/images/icons/workreap-checkbox.svg);
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 6px;
}
.wr-project-wrapper-two .wr-calendar-connected-employers,.wr-project-wrapper-two .wr-calendar-connected-freelancers{
    color: #043748 !important;
}

.wr-filter-buttons{
    flex: none !important;
    width: 240px !important;
}
.wr-filter-buttons .elementor-button{
    width: 100%;
    padding: 10px 30px !important;

}
.wr-filter-buttons .elementor-button .elementor-button-content-wrapper{
    justify-content: flex-start;
}
.wr-frelancer-v2 .wr-create-job-btn .wr-dashboard-sidebar-buttons{
    background-color: #FFFFFF !important;
    fill: #043748;
    color: #043748;
    box-shadow: 2px 2px 2px 0px #274E13;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #76A5AF;
    border-radius: 6px 6px 6px 6px;
    padding: 7px 30px;
    background-image: none;
    min-height: 38px;
    width: 100%;
    justify-content: flex-start;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: 500;
}
.wr-frelancer-v2 .wr-create-job-btn .wr-dashboard-sidebar-buttons i.wr-icon-edit:before{
    width: 15px;
    height: 15px;
    background-image: url(public/images/icons/workreap-jobs-icon-dark-reg.svg);
}
.wr-frelancer-v2 .wr-dashboard-sidebar-action-button.wr-create-job-btn{
    width: 100%;
    max-width: 260px;
    padding: 0 10px;
}
.wr-frelancer-v2 .wr-projects-grid-v2 .wr-dashboard-sidebar-action-button.wr-create-job-btn{
    padding: 0;
    max-width: 240px;
}
@media (max-width: 766px) {
    .wr-frelancer-v2 .wr-dashboard-sidebar-action-button.wr-create-job-btn{
        margin: 0;
        padding: 0;
        max-width: 240px;
    }
}
.single-product .wr-tabasidebar .wr-btn.wr-contact-btn {
    margin: 0 19px 19px;
}

.wr-frelancer-v2 .wr-create-gig-btn .wr-dashboard-sidebar-buttons i.wr-icon-edit:before{
    width: 15px;
    height: 15px;
    background-image: url(public/images/icons/workreap-service-dark-white-reg.svg);
}
.wr-projects-grid-v2{
    padding-bottom: 12px;
}


.wr-select:has(.wr-select2-cat) .select2-container--default .select2-search--inline .select2-search__field{
    width: 100% !important;
}

.single-freelancers .wr-frelancer-v2 .wr-portfolio-wrapper{
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1199px) {
    .single-freelancers .wr-frelancer-v2 .wr-portfolio-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .wr-frelancer-v2 .wr-freelancer-profile-three > .wr-asidebox-content.wr-empty-content{
        display: none;
    }
     .single-freelancers .wr-frelancer-v2 .wr-portfolio-wrapper{
        display: flex;
    }
    
}

.wr-freelancer-btns .wr-icon-heart.bg-redheart::before{
    content: "";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
}
.wr-select2-skills-options ul li.select2-selection__choice{
    display: none;
} 

.single-freelancers #wr-skills-selected-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}
.single-freelancers #wr-skills-selected-tags .tag{
    border: 0;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
    padding: 4px 16px;
    border-radius: 8px;
    display: block;
    cursor: pointer;
    background-color: #F7F7F7;
    font: 500 0.75rem / 2em Inter, sans-serif;
}

.wr-tasks-list-v3 .wr-card__img{
    height: 150px;
}

.wr-create-gig-btn.wr-dashboard-sidebar-action-button > a{
    font-size: 15px;
}
@media (max-width: 1366px) {
    .wr-header-style-three .wr-header-search-wrapper .wt-formbanner:not(.active){
        display: none;
    }
}

.wr-freelancers-list .wr-bestservice{
    border: 2px solid #eaeaea;
}

.single-product .wr-iframe-content > div{
    width: 100%;
}

.single-freelancers .wr-portfolio-wrapper .wr-portfolio-item .wr-portfolio-img{
    height: 150px;
}

.single-freelancers .wr-portfolio-slider .wr-cards__img img{
    height: 150px !important;
}
.single-product .wr-cta-button-wrapper .wr-btn.wr-btn-connect.wr-servicecontact-probtn {
    gap: 8px;
}
.single-product .wr-cta-button-wrapper .wr-btn.wr-btn-connect.wr-servicecontact-probtn img{
    max-width: 30px;
}
.single-product .wr-asideholder{
    margin-top: 24px;
}
.single-product .wr-asideholder.wr-sidebartabholder{
    overflow: hidden;
}
.wr-package-card h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 0px;
    font-family: Inter, sans-serif;
}
.wr-package-card img{
    margin: 0 !important;
}
.wr-package-card h4 {
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    font-family: Inter, sans-serif;
}
.wr-package-card .wr-package-features-list{
    padding-top: 10px;
}
.wr-package-card .wr-package-features-list li span {
    display: flex;
    align-items: center;
    color: #0A0F26;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-family: Inter, sans-serif;
}
.single-product .wr-additionalservices-image{
    gap: 8px;
    display: flex;
    align-items: center;
}
.single-product .wr-additionalservices-image img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.single-freelancers .wr-modaldialog .wr-paindbooking-form{
    width: 1100px;
    max-width: 100%;
}
.single-freelancers .wr-modaldialog {
    padding: 30px 15px;
}
.wr-paid-booking-sucess{
    margin: 0 10px 10px;
}
#service-intake-form .wr-intakeform-save-btn{
    background-color: #043748;
}
#service-intake-form:has(.wr-intakeform-save-btn) .wr-savebtn{
    gap: 20px;
    padding: 0;
}
.wr-postservicev2  #service-intake-form:has(.wr-intakeform-save-btn) .wr-btn{
    margin: 0;
}
@media (max-width: 992px){
   #service-intake-form:has(.wr-intakeform-save-btn) .wr-savebtn span{
        width: 100%;
        text-align: left;
    }
}
@media (max-width: 500px) {
    #service-intake-form:has(.wr-intakeform-save-btn) .wr-btn{
        width: 100%;
    }
}

.single-product :has(.wr-servicepkg-tabs) #workreap-price-plans{
    margin-top: -23px;
}

.wr-cta-button-wrapper .wr-btn.wr-btn-connect.wr-servicecontact-probtn {
    margin: 0;
}

.single-product .wr-cta-button-wrapper{
    border-radius: 20px;
    background-color: #fff;
    padding: 19px;
    margin-top: 24px;
    display: flex;
    gap: 19px;
    flex-direction: column;
}
.wr-dashboard-button-icon-settings span.elementor-button-content-wrapper{
    align-items: center;
}
.wr-dashboard-button-icon-settings .elementor-button-icon svg{
    width: 30px;
}
.wr-dashboard-sidebar-action-button i.wr-icon-edit:before,
.wr-dashboard-button-icon-settings .wr-icon-edit::before{
    width: 30px !important;
    height: 30px !important;
    background-repeat: no-repeat;
}
.wr-service-cta-modal{
    min-width: 60%;
}
.wr-service-cta-modal .wr-cta-check-height{
    min-height: 84px;
}
.wr-service-cta-modal .wr-cta-check-height .form-check-input.wr-cta-blank{
    margin-top: 6px;
}
.wr-service-cta-modal .col-md-1.wr-cta-check-height:has(.wr-remove-cta-btn){
    display: flex;
    justify-content: center;
    align-items: center;
}
.wr-service-cta-modal .wr-icon-options{
    gap: 10px;
    display: flex;
    justify-content: center;
}
.wr-service-cta-modal .wr-icon-options .wr-remove-icon{
    min-width: 30px;
    height: 30px;
}
.wr-service-cta-modal .wr-icon-preview{
    margin-top: 10px;
    text-align: center;
}
.wr-service-cta-modal .wr-cta-button-row .wr-btn-icon-preview-container{
    min-height: 84px;
}
.wr-service-cta-modal #wr-add-cta-btn{
    margin-left: auto;
}
.wr-service-cta-modal .form-check{
    gap: 10px;
    display: flex;
}
.wr-service-cta-modal .wr-cta-embed-code{
    height: 60px;
}
.single-product .wr-service-categories-links ul{
    margin: 0;
    gap: 5px;
    display: inline-flex;
    align-items: center;
    background:    #004f6b;
    border:        3px solid #18ccad;
    border-radius: 11px;
    padding:       10px 30px;
    text-align:    center;
    width: auto;
    flex-wrap: wrap;
}
.single-product .wr-service-categories-links ul li{
   
    list-style: none;
    gap: 6px;
    display: flex;
    flex-wrap: wrap;
}
.single-product .wr-service-categories-links ul a{
    color: #ffffff;
    gap: 6px;
    align-items: center;
    display: flex;
    font: normal bold 17px/1 "Open Sans", sans-serif;
}
.single-product .wr-service-categories-links ul li.wr-task-sub_service_types{
    gap: 5px;
    display: flex;
    align-items: center;
}
.single-product .wr-service-categories-links ul li.wr-task-sub_service_types:not(:last-child)::after{
    content: "&";
    color: #fff;
    font: normal bold 17px / 1 "Open Sans", sans-serif;
}
.wr-service-categories-links{
    margin-bottom: 30px;
}
.wr-singleservice-tile:has(.wr-service-categories-links){
    padding-top: 0;
}
@media (max-width: 517px) {
    .single-product .wr-service-categories-links ul{
       padding: 10px 20px;
    }
}
@media (max-width: 517px) {
    .single-product .wr-service-categories-links ul a{
       font-size: 14px;
    }
}

.wr-meeting-center{
    text-align: center !important;
}

#service-categories .select2-selection__arrow{
    top: 10px;
}
#service-categories .select2-container .select2-selection--single{
    height: 40px;
}
.single-product .wr-share-section .wr-recommend{
    color: #043748;
    border-color: #043748;
}
.page-template-dashboard .wr-project-wrapper-two .wr-btn-workreap{
    background: #043748 !important;
}
.wr-taskcomplete_popup .wr_rating_projectv2,.theme-workreap .wr-theme-box .wc-block-components-button:not(.is-link):hover{
    background: #043748 !important;
}
.wc-block-components-totals-coupon__button .wc-block-components-button__text{
    opacity: 1 !important;
}
.single-product .wt-editsubtask-admin{
    display: flex;
    align-items: center;
    gap: 6px;
}
.single-product .wt-editsubtask-admin span{
    max-width: 25px;
    display: block;
    flex: auto;
}
.single-product .wr-addiservicesinfo_title h4 a.wr-addsubtask-admin{
    max-width: 25%;
    display: inline-flex;
}
.single-product .wr-singlemodel-gallery .wr-subtask-section .options_group.product-data-subtasks-feilds .wr-pricingtitle.form-field{
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
}
.single-product .wr-singlemodel-gallery .wr-subtask-section .wr-pricingtitle {
    width: 100%;
}
.single-product .wr-singlemodel-gallery .wr-subtask-section .options_group.product-data-subtasks-feilds .wr-pricingtitle.form-field .description{
    margin-top: 10px;
}
.single-product .wr-singlemodel-gallery .wr-subtask-section .options_group.product-data-subtasks-feilds .workreap-video-row .form-field.wr-gallery-embed-img{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.single-product .wr-singlemodel-gallery .wr-subtask-section .wr-pricingtitle label{
    white-space: nowrap;
    margin-right: 10px;
}
.wr-freelancers-layout-2 .wr-badges{
    margin: 0;
    padding-left: 15px;
}
.wr-select-v2 {
    align-items: center;
  position: relative;
  width: 100%;
}
.wr-select-v2:before{
    right: 16px;
  z-index: 1;
  content: "\e92e";
  font-size: 20px;
  pointer-events: none;
  font-family: "workreap-icons";
  color: #999;
}

.wr-select-v2 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  width: 100%;
  line-height: 30px;
  cursor: pointer;
  background-image: none;
}
.wr-select-v2 select:focus {
  outline: 0;
}
.wr-select-v2 .select2-container .select2-selection--single {
  height: auto;
  background-image: none;
  border: 1px solid #eee;
}
.wr-select-v2 .form-control {
  padding-right: 40px;
}

.wr-select-v2 .select2-container--default .select2-selection--multiple, .wr-calendar .select2-container--default .select2-selection--multiple,
.wr-select-v2 .select2-container--default.select2-container--focus .select2-selection--multiple,
.wr-select-v2 .select2-container--default .select2-selection--multiple {
  border-color: #eee;
  min-height: initial;
  padding: 6px 0px 6px 0;
  border-radius: 10px;
}
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__rendered, .wr-calendar .select2-container--default .select2-selection--multiple .select2-selection__rendered,
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  position: relative;
  align-items: center;
  padding: 0 40px 0 20px;
  height: inherit;
}
.wr-select-v2 .woocommerce-js .select2-container .select2-selection--single, .wr-calendar .woocommerce-js .select2-container .select2-selection--single,
.wr-select-v2 .woocommerce-js .select2-container .select2-selection--single {
  padding: 0;
}
.wr-select-v2 .woocommerce-js .select2-container .select2-selection--single .select2-selection__rendered, .wr-calendar .woocommerce-js .select2-container .select2-selection--single .select2-selection__rendered,
.wr-select-v2 .woocommerce-js .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}
.wr-select-v2 .select2-container--default .select2-search--inline .select2-search__field, .wr-calendar .select2-container--default .select2-search--inline .select2-search__field,
.wr-select-v2 .select2-container--default .select2-search--inline .select2-search__field {
  height: 32px;
  font-weight: 400;
  color: #676767;
  font-size: 0.9375rem;
  border: 0 !important;
  width: auto !important;
  box-shadow: none !important;
  caret-color: #353648;
  font-family: "Inter", sans-serif;
}
.wr-select-v2 .select2-container--default .select2-search--inline .select2-search__field::placeholder, .wr-calendar .select2-container--default .select2-search--inline .select2-search__field::placeholder,
.wr-select-v2 .select2-container--default .select2-search--inline .select2-search__field::placeholder {
  opacity: 1;
  color: #676767;
}
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__clear, .wr-calendar .select2-container--default .select2-selection--multiple .select2-selection__clear,
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__clear {
  color: #ff5851;
  position: absolute;
  right: 35px;
  top: 0;
  display: none;
}
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice, .wr-calendar .select2-container--default .select2-selection--multiple .select2-selection__choice,
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #F7F7F7;
  padding: 0 10px;
  background-color: #f7f7f7;
  padding: 3px 12px;
  border-radius: 10px;
}
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice:hover, .wr-calendar .select2-container--default .select2-selection--multiple .select2-selection__choice:hover,
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: transparent;
  border-color: #eee;
}
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove, .wr-calendar .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #1C1C1C;
  margin-left: 9px;
  order: 2;
  font-size: 20px;
  font-weight: 400;
}
.wr-select-v2 .select2-container, .wr-calendar .select2-container,
.wr-select-v2 .select2-container .select2-search--inline,
.wr-calendar .select2-container .select2-search--inline,
.wr-select-v2 .select2-container,
.wr-select-v2 .select2-container .select2-search--inline {
  flex: auto;
}
.wr-select-v2 .select2-container--default .select2-results__option[aria-disabled=true], .wr-calendar .select2-container--default .select2-results__option[aria-disabled=true],
.wr-select-v2 .select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
  padding-left: 0;
}
.wr-select-v2 .select2-container--default .select2-results__option[aria-disabled=true]:before, .wr-calendar .select2-container--default .select2-results__option[aria-disabled=true]:before,
.wr-select-v2 .select2-container--default .select2-results__option[aria-disabled=true]:before {
  content: none;
}
.wr-select-v2 {
  align-items: center;
  position: relative;
  width: 100%;
}
.wr-select-v2:before {
  content: "\e92e";
  font-family: workreap-icons;
  right: 16px;
  z-index: 1;
  font-size: 20px;
  line-height: 1;
  color: #999;
  position: absolute;
  pointer-events: none;
}
.wr-select-v2 .wr-select-v2-country:before, .wr-calendar .wr-select-v2-country:before {
  display: none;
}
.wr-select-v2 select, .wr-calendar select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  width: 100%;
  background-image: none;
}
.wr-select-v2 select:focus, .wr-calendar select:focus {
  outline: 0;
}
.wr-select-v2 .select2-container .select2-selection--single, .wr-calendar .select2-container .select2-selection--single {
  background-image: none;
}
.wr-select-v2 .form-control, .wr-calendar .form-control {
  padding-right: 50px;
}


.wr-select-v2 .select2-container--default .select2-selection--single .select2-selection__rendered, .wr-calendar .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

.wr-select-v2 .select2-container .select2-selection--single, .wr-calendar .select2-container .select2-selection--single {
  height: auto;
  padding: 0;
  margin: 0;
  color: var(--secthemecolor);
  border-radius: 10px;
  border: 1.5px solid #eee;
}
.wr-select-v2 .select2-container .select2-selection--single .select2-selection__rendered, .wr-calendar .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}

.wr-select-v22-dropdown.select2-container--default .select2-selection--single:hover {
  border-color: #ddd;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
}


.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search, .wr-calendar .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search,
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search {
  margin: 0;
}

.wr-select-v2 > span.form-control, .wr-calendar > span.form-control {
  color: #676767;
}
.wr-select-v2, .wr-calendar {
  align-items: center;
  position: relative;
  width: 100%;
}
.wr-select-v2 .select2-selection, .wr-calendar .select2-selection {
  box-shadow: none !important;
}
.wr-select-v2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wr-select-v2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
  font: 500 0.75rem/2em "Inter", sans-serif;
  color: #1C1C1C;
  letter-spacing: 0.5px;
  display: flex;
}
.wr-freelancers-grid-items .wr-tagline-bootom{
    margin-top: 7px;
}
@media (max-width: 767px) {
    .wr-freelancers-layout-2 .wr-freelancer-header{
        gap: 15px;
        flex-direction: column;
    }
    .wr-freelancers-layout-2 .wr-asideprostatus figure{
        width: 100%;
        height: 100%;
    }
    .wr-freelancers-layout-2 .wr-tag-line,
    .wr-freelancers-layout-2 .wr-freelancer-reviews,
    .wr-freelancers-layout-2 .wr-freelancer-header-content{
        padding-left: 0;
    }
}

.wr-task-search-custom .tagify {
  align-items: center;
  height: auto;
  padding: 4px 15px 4px 4px;
}
.wr-task-search-custom .tagify.wr-tagscroll {
    height: auto;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
    color: #353648;
    font: 400 15px Inter, sans-serif;
    border: 1px solid #eee;
    background-clip: unset;
    caret-color: #353648;
    outline: none;
    box-shadow: none;
    line-height: 24px;
    background-color: #fff;
}
.wr-task-search-custom .tagify.wr-tagscroll::-webkit-scrollbar {
  display: none;
}
.wr-task-search-custom .tagify__tag {
  font: 400 0.75rem Inter, sans-serif;
  border-radius: 15px;
  margin: 5px 0 0 5px;
  background-color: #f7f7f7;
  color: #1E1E1E;
}
.wr-task-search-custom .tagify__tag:hover .tagify__tag__removeBtn::after {
  color: #fff;
}
.wr-task-search-custom .tagify__tag:hover > div .tagify__tag-text {
  color: #fff;
}
.wr-task-search-custom .tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: 1;
}
.wr-task-search-custom .tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  display: none !important;
}
.wr-task-search-custom .tagify__tag > div {
  border-radius: 15px;
  padding: 5px 10px 5px 16.1px;
  background-color: #f7f7f7;
  color: #1E1E1E;
}
.wr-task-search-custom .tagify__tag > div:before {
  box-shadow: none;
}
.wr-task-search-custom .tagify__tag:hover {
  background-color: #1bccae;
}
.wr-task-search-custom .tagify__tag:hover .tagify__tag__removeBtn {
  color: #1E1E1E;
}
.wr-task-search-custom .tagify__tag:hover:not([readonly]) div:before {
  box-shadow: none;
}
.wr-task-search-custom .tagify__tag:hover > div {
  background-color: #1bccae;
}
.wr-task-search-custom .tagify__tag + .tagify__input {
  padding: 0 0 0 10px;
}
.wr-task-search-custom .tagify__input {
  color: #676767;
  min-width: 1px;
  padding: 0 0 0 5px;
  margin: 5px 0 0;
  line-height: 30px;
}
.wr-task-search-custom .tagify__input:empty::before, .tagify__input:focus:empty::before {
  color: #676767;
  line-height: 30px;
  height: 30px;
}
.wr-task-search-custom .tagify .tagify__tag-text {
  font: 400 0.8125rem Inter, sans-serif;
  line-height: 1.5384615385em;
}
.wr-task-search-custom .tagify__tag__removeBtn {
  font-size: 10px;
  color: #676767;
  line-height: 1;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  padding: 5px 16.1px 5px 0;
}
.wr-task-search-custom .tagify__tag__removeBtn:after {
  font-size: 14px;
  content: "";
  font-family: workreap-icons;
}
.wr-task-search-custom .tagify__tag__removeBtn:hover {
  color: #fff;
  background: transparent;
}
.wr-task-search-custom .tagify__tag__removeBtn:hover + div > span {
  opacity: 1;
}
.wr-task-search-custom .tagify__tag__removeBtn:hover + div:before {
  box-shadow: none !important;
}
.wr-task-search-custom .tagify.wr-tagscroll:hover{
    border: 1px solid #eee !important;
}
/* .wr-task-search-custom .wr-searchbar .form-group-wrap{
    gap: 0;
    flex-direction: column;
} */

.tagify__dropdown__wrapper{
    border: 1.5px solid #eeeeee !important;
}
.wr-searchbar .form-group-wrap.wr-task-tag{
    flex-direction: column !important;
    gap: 0 !important;
}
body.page-template-search-task:has(.form-group-wrap.wr-task-tag) .tagify__dropdown{
    margin-top: 32px !important;
}
body.page-template-search-task:has(.form-group-wrap.wr-task-tag) .tagify__dropdown .tagify__dropdown__wrapper{
    gap:6px;
}
body.page-template-search-task:has(.form-group-wrap.wr-task-tag) .tagify__dropdown .tagify__dropdown__item{
    border-radius: 25px !important;
    padding: 7px 16px !important;
}
.wr-searchbar .form-group-wrap.wr-task-tag .tagify__tag{margin-top: 2px !important;}
.wr-task-search-custom .form-group-wrap.wr-task-tag .tagify.wr-tagscroll{
    min-height: 50px;
}
body.page-template-search-task:has(.form-group-wrap.wr-task-tag) .tagify__dropdown{
    z-index: 9 !important;
}
@media (max-width: 1199px) {
    .wr-searchbar > .form-group-wrap:has(.wr-task-tag){
        flex-wrap: wrap;
    }
}
.wr-task-timecounter .wr-taskcountdown{
    gap: 12px;
    display: flex;
    padding: 8px 16px;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgb(196 216 255);
    background-color: rgb(233 242 255);
    box-shadow: 0 2px 4px 0 rgba(14, 110, 244, 0.10);
}
.wr-task-timecounter .wr-countdownno li{
    display: flex;
    margin-top: 0;
    margin-right: 4px;
}
.wr-task-timecounter .wr-countdownno li::after{
    display: none;
}
.wr-task-timecounter .wr-countdownno li,
.wr-task-timecounter .wr-countdownno li span{
    color: rgb(0 29 82);
    
}
.wr-task-timecounter .wr-countdownno li em{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-style: normal;
    color: rgb(0 29 82);
}
.wr-task-timecounter.wr-taskdeadline{
    background-color: #fff;
}
.wr-task-timecounter .wr-countdownno,
.wr-task-timecounter .wr-countdownno li span,
.wr-task-timecounter .wr-countdownno-heading{
    margin: 0;
}
.wr-task-timecounter li:first-child .wr-countdownno-timer{
    margin-left: 0;
}
.wr-task-timecounter .wr-countdownno-timer{
    display: flex;
    margin-left: 4px;
    align-items: center;
    flex-direction: column;
}
.single-product:has(.wr-task-timecounter) #workreap-price-plans{
    margin-top: 0;
}
@media (max-width: 1400px) {
    .wr-task-timecounter .wr-countdownno li span{
        font-size: 16px;
    }
    .wr-task-timecounter .wr-countdownno-heading{
        font-size: 14px;
    }
    .wr-task-timecounter .wr-taskcountdown{
        gap: 6px;
        padding: 8px 12px;
    }
}
@media (max-width: 365px) {
    .wr-task-timecounter .wr-countdownno-heading,
    .wr-task-timecounter .wr-countdownno li em{
        font-size: 12px;
    }
    .wr-task-timecounter .wr-countdownno li span{
        font-size: 14px;
    }
    .wr-task-timecounter .wr-taskcountdown{
        gap: 4px;
        padding: 8px;
    }
}
@media (max-width: 340px) {
    .wr-task-timecounter .wr-countdownno li span{
        font-size: 10px;
    }
    .wr-task-timecounter .wr-countdownno-heading{
        font-size: 10px;
    }
    .wr-task-timecounter .wr-taskcountdown{
        gap: 4px;
        padding: 8px 6px;
    }
}
.wr-addcartinfoprice h6:has(span),
.wr-startprice-list-deal h4:has(span),
.wr-additionalservice-price h5:has(span){
    flex-direction: column;
}
.wr-startprice-list-deal h4:has(span){
    gap: 6px;
    display: flex;
    align-items: right;
}
.wr-additionalservice-price h5:has(span),
.wr-addcartinfoprice h6:has(span),
.wr-pakagelist-item a em,
.wr-price-deal-grid,
.wr-pakageinfo h4:has(span),
.wr-package-card h2:has(span),
.wr-packegeplan h3:has(span) {
    gap: 6px;
    display: flex;
    align-items: center;
}
.wr-additionalservice-price h5 strong,
.wr-startprice-list-deal h4 strong,
.wr-pakagelist-item a em strong,
.wr-addcartinfoprice h6 strong,
.wr-startingprice-deal strong,
.wr-package-card h2 strong,
.wr-pakageinfo h4 strong,
.wr-packegeplan h3 strong{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25rem;
    color: rgb(67 77 89);
    text-decoration-line: line-through;
}
.wr-additionalservice-price h5 span,
.wr-startprice-list-deal h4 span,
.wr-pakagelist-item a em span,
.wr-addcartinfoprice h6 span,
.wr-startingprice-deal span,
.wr-package-card h2 span,
.wr-pakageinfo h4 span,
.wr-packegeplan h3 span{
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: rgb(27 27 27);
}
.wr-startprice-list-deal h4 em,
.wr-additionalservice-price em,
.wr-pakagelist-item a em em,
.wr-addcartinfoprice h6 em,
.wr-package-card h2 em,
.wr-pakageinfo h4 em,
.wr-packegeplan h3 em{
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    color: rgb(194 47 15);
}
.wr-startingprice-deal em{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    color: rgb(194 47 15);
}
.wr-frelancer-v2 .wr-topservice__content .wr-startingprice,
.wr-topservice__content .wr-startingprice:has(.wr-price-deal-grid),
.wr-frelancer-v2 .wr-topservice__content .wr-startingprice:has(.wr-price-deal-grid){
    gap: 4px;
    align-items: center;
}
@media (max-width: 480px) {
    .wr-addcartinfoprice h6:has(span),
    .wr-startprice-list-deal h4:has(span),
    .wr-additionalservice-price h5:has(span){
        flex-direction: row;
    }
}
@media (max-width: 380px) {
    .wr-additionalservice-price h5 strong,
    .wr-startprice-list-deal h4 strong,
    .wr-pakagelist-item a em strong,
    .wr-addcartinfoprice h6 strong,
    .wr-startingprice-deal strong,
    .wr-package-card h2 strong,
    .wr-pakageinfo h4 strong,
    .wr-packegeplan h3 strong{
        font-size: 10px;
    }
    .wr-additionalservice-price h5 span,
    .wr-startprice-list-deal h4 span,
    .wr-pakagelist-item a em span,
    .wr-addcartinfoprice h6 span,
    .wr-startingprice-deal span,
    .wr-package-card h2 span,
    .wr-pakageinfo h4 span,
    .wr-packegeplan h3 span{
        font-size: 16px;
    }
    .wr-additionalservice-price em,
    .wr-startprice-list-deal h4 em,
    .wr-pakagelist-item a em em,
    .wr-addcartinfoprice h6 em,
    .wr-startingprice-deal em,
    .wr-package-card h2 em,
    .wr-pakageinfo h4 em,
    .wr-packegeplan h3 em{
        font-size: 14px;
    }
    .wr-additionalservice-price h5:has(span),
    .wr-startprice-list-deal h4:has(span),
    .wr-addcartinfoprice h6:has(span),
    .wr-pakagelist-item a em,
    .wr-price-deal-grid,
    .wr-pakageinfo h4:has(span),
    .wr-package-card h2:has(span),
    .wr-packegeplan h3:has(span) {
        gap: 4px;
    }
}
.single-freelancers .wr-task-timecounter-list,
.wr-task-card-style-1 .wr-task-timecounter-list{
    margin-top: 8px;
}
.wr-task-timecounter-list .wr-countdownno li span,
.wr-services-grid-items-v3 .wr-countdownno li span{
    font-size: 18px;
}
.wr-frelancer-v2 .wr-topservice__content .wr-startingprice > i,
.single-freelancers .wr-startingprice i,
.wr-topservice__content .wr-startingprice i{
    color: #1E1E1E;
    font-weight: 700;
}
.single-freelancers .wr-startingprice,
.wr-topservice__content .wr-startingprice{
    flex-wrap: nowrap;
}
.wr-task-timecounter-list .wr-task-timecounter .wr-countdownno-timer,
.single-freelancers .wr-task-search-custom  .wr-task-timecounter .wr-countdownno-timer,
.page-template-search-task .wr-task-search-custom  .wr-task-timecounter .wr-countdownno-timer{
    flex-direction: row;
}
@media (max-width: 1400px) {
    .single-freelancers .wr-task-timecounter .wr-countdownno li span {
        font-size: 16px;
    }
}
@media (max-width: 992px) {
    .single-freelancers .wr-task-search-custom .wr-tasks-listv2 .col-md-4.col-xxl-3,
    .page-template-search-task .wr-task-search-custom .wr-tasks-listv2 .col-md-4.col-xxl-3{
        width: 49.333333%;
    }
}
@media (max-width: 768px) {
    .single-freelancers .wr-task-search-custom .wr-tasks-listv2 .col-md-4.col-xxl-3,
    .page-template-search-task .wr-task-search-custom .wr-tasks-listv2 .col-md-4.col-xxl-3{
        width: 100%;
    }
    .single-freelancers .wr-startingprice,
    .wr-topservice__content .wr-startingprice{
        flex-wrap: wrap;
    }
}
@media (max-width: 400px) {
    .single-freelancers .wr-task-search-custom .wr-taskcountdown .wr-countdownno li,
    .page-template-search-task .wr-task-search-custom .wr-taskcountdown .wr-countdownno li{
        line-height: 10px;
    }
}
@media (max-width: 365px) {
   .single-freelancers  .wr-task-timecounter .wr-countdownno li span {
        font-size: 14px;
    }
}
.page-template-search-task .wr-startprice-list-deal .wr-tasklist-price{
    gap: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom:5px;
}
.page-template-search-task .wr-startprice-list-deal .wr-tasklist-price h4:has(span){
    flex-direction: row;
}
.page-template-search-task .wr-startprice-list-deal .wr-project-option{
    justify-content: flex-end;
}
.page-template-search-task .wr-startprice-list-deal .wr-task-timecounter-list{
    width: 100%;
}
.page-template-search-task .wr-sort .wr-sortby.wr-toggle-btn.wr-deal-filter .listing-type-selector {
    padding: 5px 10px 5px 5px;
}
.page-template-search-task  .wr-deal-filter .listing-type-selector label{
    gap: 10px;
    display: flex;
    align-items: center;
}
.page-template-search-task .wr-sortby{
    flex: none;
}
.page-template-search-task .wr-sort{
    gap: 10px;
}
.page-template-search-task .wr-sort .wr-sortby.wr-toggle-btn ~ .wr-sortby{
    width: auto;
    margin: 0;
}
@media (max-width: 767px) {
    .page-template-search-task .wr-sort {
        gap: 10px;
    }
}
.wr-tasks-list-v3 .wr-task-timecounter .wr-countdownno li,
.wr-tasks-list-v3 .wr-topservice h5{
    font-size: 12px;
    line-height: 18px;
}
.wr-tasks-list-v3 .wr-task-timecounter-list .wr-countdownno li span{
    font-size: 10px;
}
.wr-tasks-list-v3 .wr-task-timecounter .wr-countdownno-timer{
    flex-direction: row;
}
.wr-tasks-list-v3 .wr-startingprice{
    border: none;
    padding: 8px;
    border-radius: 6px;
    background-color: #F7F7F7;
}
.wr-tasks-list-v3 .wr-topservice__content .wr-startingprice span,
.wr-tasks-list-v3 .wr-topservice__content .wr-startingprice i{
    font-size: 10px;
    line-height: 18px;
}
.wr-tasks-list-v3 .wr-startingprice-deal strong,
.wr-tasks-list-v3 .wr-startingprice-deal em{
    font-size: 10px;
    line-height: 16px;
}
.wr-tasks-list-v3 .wr-price-deal-grid{
    gap: 4px;
}
.page-template-elementor_header_footer .wr-sevicesinfo{
    padding: 20px 10px;
}
.page-template-elementor_header_footer .wr-price-deal-grid{
    gap: 4px;
}
.single-freelancers.wr-logged-user-subscriber .wr-frelancer-v2 .wr-topservice__content h5,
.wr-logged-user-subscriber.page-template-search-task .wr-task-timecounter-list .wr-countdownno li span{
    font-size: 11px;
    line-height: normal;
}
.single-freelancers.wr-logged-user-subscriber .wr-frelancer-v2 .wr-topservice__content .wr-startingprice > i{
    line-height: normal;
    font-size: 8px;
}
.page-template-dashboard .wr-tasks-list-v3 .wr-startingprice{
    padding: 6px;
}
.page-template-dashboard .wr-sevicesinfo{
    padding: 20px 5px;
}
.wr-logged-user-subscriber .wr-tasks-list-v3 .wr-topservice__content .wr-startingprice span, .wr-logged-user-subscriber .wr-tasks-list-v3 .wr-topservice__content .wr-startingprice i{
    font-size: 10px;
}
.wr-logged-user-subscriber.page-template-search-task .wr-frelancer-v2 .wr-topservice__content h5{
    font-size: 14px;
    line-height: normal;
}
.single-freelancers  .wr-frelancer-v2 .wr-task-timecounter .wr-countdownno li,
.page-template-search-task .wr-task-timecounter .wr-countdownno li{
    flex-direction: row;
}
.page-template-search-task .wr-topservice__content .wr-startingprice i{
    font-size: 10px;
}
.single-freelancers .wr-frelancer-v2 .wr-task-card-style-1 .wr-topservice__content h5,
.single-freelancers .wr-task-card-style-1 .wr-task-timecounter .wr-countdownno li span{
    font-size: 12px;
}
.single-freelancers.wr-logged-user-subscriber .wr-frelancer-v2 .wr-topservice__content .wr-startingprice{
    padding: 9.5px 8px;
}
.single-freelancers.wr-logged-user-subscriber .wr-price-deal-grid,
.wr-logged-user-subscriber.page-template-search-task .wr-price-deal-grid{
    gap: 4px;
}
.single-freelancers.wr-logged-user-subscriber  .wr-topservice__content .wr-startingprice span,
.single-freelancers.wr-logged-user-subscriber .wr-startingprice-deal em,
.single-freelancers.wr-logged-user-subscriber .wr-startingprice-deal strong,
.single-freelancers.wr-logged-user-subscriber .wr-task-timecounter-list .wr-countdownno li span,
.single-freelancers.wr-logged-user-subscriber .wr-task-timecounter .wr-countdownno li{
    font-size: 9px;

}
.single-freelancers .wr-frelancer-v2 .wr-task-card-style-1 .wr-startingprice-deal strong,
.single-freelancers .wr-topservice__content .wr-startingprice span,
.page-template-search-task .wr-topservice__content .wr-startingprice span,
.wr-logged-user-subscriber.page-template-search-task .wr-startingprice-deal strong,
.wr-logged-user-subscriber.page-template-search-task .wr-startingprice-deal em{
    font-size: 10px;
}
@media (max-width: 992px) {
    .page-template-search-task .wr-topservice__content .wr-startingprice i{
        font-size: 14px;
    }
    .page-template-search-task .wr-topservice__content .wr-startingprice span,
    .page-template-search-task .wr-startingprice-deal strong,
    .page-template-search-task .wr-startingprice-deal em{
        font-size: 13px;
    }
    .page-template-search-task .wr-frelancer-v2 .wr-topservice__content h5{
        font-size: 16px;
    }
    .page-template-search-task .wr-task-timecounter-list .wr-countdownno li span {
        font-size: 18px;
    }
}
@media (max-width: 350px) {
    .page-template-search-task .wr-topservice__content .wr-startingprice span, .page-template-search-task .wr-startingprice-deal strong, .page-template-search-task .wr-startingprice-deal em {
        font-size: 11px;
    }
}
/* .wr-dashboard-offers .wr-projectsstatus_option{
    position: relative;
    margin-left: auto;
}
.wr-propsal-option-dash{
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wr-dashboard-offers .wr-offerdash-options{
    gap: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.single-offers .wr-freelancer-profile-two .wr-asideprostatus{
    margin: 0;
}
.wr-logged-user-subscriber.wr-user-logged-in .wr-task-timecounter .wr-countdownno li span{
    font-size: 20px;
}
.wr-logged-user-subscriber.wr-user-logged-in .wr-task-timecounter .wr-countdownno-heading{
    font-size: 14px;
}
.wr-logged-user-subscriber.wr-user-logged-in .wr-task-timecounter .wr-countdownno li em{
    font-size: 10px;
}
@media (max-width: 1300px) {
    .wr-logged-user-subscriber.wr-user-logged-in .wr-task-timecounter .wr-countdownno li span{
        font-size: 20px;
    }
    .wr-logged-user-subscriber.wr-user-logged-in .wr-task-timecounter .wr-countdownno-heading{
        font-size: 10px;
    }
    .wr-logged-user-subscriber.wr-user-logged-in .wr-task-timecounter .wr-taskcountdown {
        gap: 4px;
        padding: 8px ;
    }
}
.wr-post-deadline-tag-option .wr-taskcountdown,
.wr-taskdeadline.wr-expiry-counter .wr-taskcountdown{
    gap: 12px;
    display: flex;
    padding: 8px 16px;
    border-radius: 8px;
    align-items: center;
    border: 1px solid #043748;
    background-color: #B7FFB8;
    justify-content: space-between;
    box-shadow: 0 2px 4px 0 rgba(14, 110, 244, 0.10);
}
.wr-taskdeadline.wr-expiry-counter .wr-countdownno li .wr-count-days{
    display: flex;
    margin-left: 4px;
    align-items: center;
    flex-direction: column;
}
.wr-taskdeadline.wr-expiry-counter .wr-countdownno li{
    gap: 4px;
    margin: 0;
    display: flex;
    align-items: flex-start;
}
.wr-taskdeadline.wr-expiry-counter .wr-countdownno li::after{
    display: none;
}
.wr-taskdeadline.wr-expiry-counter .wr-countdownno li,
.wr-post-deadline-tag-option .wr-taskcountdown span,
.wr-post-deadline-tag-option .wr-taskcountdown li,
.wr-taskdeadline.wr-expiry-counter .wr-countdownno li span{
    color: rgb(0 29 82);
    
}
.wr-taskdeadline.wr-expiry-counter .wr-countdownno li em{
    font-size: .875rem;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    color: rgb(0 29 82);
}
.wr-taskdeadline.wr-expiry-counter.wr-taskdeadline{
    border: 1px solid #eee;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.wr-post-deadline-tag-option .wr-taskcountdown .wr-countdownno li > span,
.wr-post-deadline-tag-option .wr-taskcountdown .wr-countdownno li,
.wr-taskdeadline.wr-expiry-counter .wr-countdownno,
.wr-taskdeadline.wr-expiry-counter .wr-countdownno li span,
.wr-taskdeadline.wr-expiry-counter .wr-countdownno-heading{
    margin: 0;
}
.wr-post-deadline-tag-option .wr-taskcountdown .wr-countdownno{
    gap: 3px;
}
.wr-taskdeadline.wr-expiry-counter li:first-child .wr-countdownno{
    margin-left: 0;
}
.wr-post-deadline-tag-option .wr-taskcountdown h6{
    font-size: 18px;
}
.wr-post-deadline-tag-option .wr-taskcountdown h6,
.wr-taskdeadline.wr-expiry-counter h6{
    margin: 0;
    color: #0A0F26;
    font: 700 16px / normal Inter, sans-serif;
}
.wr-post-deadline-tag-option .wr-taskcountdown .wr-countdownno li,
.wr-taskdeadline.wr-expiry-counter .wr-countdownno{
    gap: 4px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.wr-taskdeadline.wr-expiry-counter .wr-countdownno li .wr-count-days:first-child{
    margin: 0;
}
.wr-post-deadline-tag-option .wr-taskcountdown .wr-countdownno li::after{
    display: none;
}
.wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter h6,
.wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter .wr-countdownno li em{
    font-size: 11px;
}
.wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter .wr-countdownno li span{
    font-size: 20px;

}
.wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter .wr-taskcountdown{
    padding: 8px 10px;
}
.wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter .wr-countdownno li,
.wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter .wr-countdownno{
    gap: 2px;
}
@media (max-width: 1199px) {
    .wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter .wr-countdownno li span,
    .wr-logged-user-subscriber.wr-user-logged-in.wr-user-logged-employers .wr-task-timecounter .wr-countdownno li span{
        font-size: 20px;
    }
    .wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter h6,
    .wr-logged-user-subscriber.wr-user-logged-in.wr-user-logged-employers .wr-task-timecounter .wr-countdownno-heading{
        font-size: 15px;
    }
    .wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter .wr-taskcountdown,
    .wr-logged-user-subscriber.wr-user-logged-in.wr-user-logged-employers .wr-task-timecounter .wr-taskcountdown {
        gap: 6px;
        padding: 8px 12px;
    }
    .wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter .wr-countdownno li,
    .wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter .wr-countdownno{
        gap: 4px;
    }
}
@media (max-width: 480px) {
    .wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter .wr-countdownno li span{
        font-size: 14px;
    }
    .wr-logged-user-subscriber .wr-taskdeadline.wr-expiry-counter h6{
        font-size: 13px;
    }
}

.wr-post-deadline-tag-option .wr-taskcountdown{
    align-items: baseline;
}
.wr-post-deadline-tag-option .wr-taskcountdown .wr-countdownno li,
.wr-post-deadline-tag-option .wr-taskcountdown .wr-countdownno li > span{
    font-size: 16px;
    line-height: normal;
}
.wr-ongoing-services-list-v1:has(.wr-post-deadline-tag-option) .wr-tags .wr-tags{
    margin: 0;
}
.wr-ongoing-services-list-v1:has(.wr-post-deadline-tag-option) .wr-icondetails{
    width: 100%;
}
.wr-ongoing-services-list-v1:has(.wr-post-deadline-tag-option) .wr-tags{
    flex-direction: row;
}
@media (max-width: 767px) {
    .wr-ongoing-services-list-v1:has(.wr-post-deadline-tag-option) .wr-tags{
        justify-content: space-between;
    }
}
.wr-project-bounty-wrapper-two:has(.wr-post-deadline-tag-option) .wr-posted-info{
    gap: 10px;
    flex-wrap: wrap;
}
@media (max-width: 380px) {
    .wr-post-deadline-tag-option .wr-taskcountdown h6,
    .wr-post-deadline-tag-option .wr-taskcountdown .wr-countdownno li,
    .wr-post-deadline-tag-option .wr-taskcountdown .wr-countdownno li > span{
        font-size: 12px;
    }
    .wr-tasklist.wr-ongoing-services-list:has(.wr-post-deadline-tag-option){
        padding: 0 !important;
    }
}
.single-freelancers .wr-taskdeadline.wr-task-timecounter-list .wr-countdownno li{
    font-size: 14px;
    line-height: normal;
    align-items: center;
}
.single-freelancers .wr-taskdeadline.wr-task-timecounter-list .wr-countdownno li .wr-countdownno-timer{
    flex-direction: row;
}
.single-freelancers .wr-taskdeadline.wr-task-timecounter-list .wr-startingprice-deal em{
    font-size: 10px;
}
.single-freelancers .wr-taskdeadline.wr-task-timecounter-list .wr-price-deal-grid{
    gap: 4px;
}
.single-freelancers .wr-taskdeadline.wr-task-timecounter-list .wr-startingprice.wr-startingprice-deal{
    padding: 8px;
}
.single-freelancers .wr-taskdeadline.wr-task-timecounter-list.wr-counter-labels .wr-taskcountdown{
    padding: 8px 6px;
}
.single-freelancers .wr-taskdeadline.wr-task-timecounter-list.wr-counter-labels .wr-countdownno li .wr-countdownno-timer{
    flex-direction: column;
}

.single-freelancers .wr-taskdeadline.wr-task-timecounter-list.wr-counter-labels .wr-countdownno li em{
    font-size: 10px;
}
.single-freelancers .wr-taskdeadline.wr-task-timecounter-list.wr-counter-labels .wr-countdownno-heading{
    font-size: 14px;
}


.wr-custom-ad.wr-offer-alert-11 .wr-countdownno-heading{
    font-size: 11px;
}
.wr-custom-ad.wr-offer-alert-11.wr-task-timecounter .wr-countdownno li em{
    font-size: 10px;
}
@media (max-width: 1350px) {
    .wr-custom-ad.wr-offer-alert-11 .wr-countdownno-heading{
        font-size: 10px;
    }
    .wr-custom-ad.wr-offer-alert-11.wr-task-timecounter .wr-countdownno li em{
        font-size: 9px;
    }
}
@media (max-width: 1199px) {
    .wr-custom-ad.wr-offer-alert-11 .wr-countdownno-heading{
        font-size: 15px;
    }
    .wr-custom-ad.wr-offer-alert-11.wr-task-timecounter .wr-countdownno li em{
        font-size: 13px;
    }
}
@media (max-width: 360px) {
    .wr-custom-ad.wr-offer-alert-11 .wr-countdownno-heading{
        font-size: 10px;
    }
    .wr-custom-ad.wr-offer-alert-11.wr-task-timecounter .wr-countdownno li em{
        font-size: 9px;
    }
}
.single-freelancers .wr-taskdeadline.wr-task-timecounter-list .wr-tags-counter{
    margin-top: -3px;
    font: 500 9.5px / normal Inter, sans-serif;
}
@media (max-width: 1024px) {
    .wr-task-timecounter .wr-taskcountdown {
        gap: 4px;
        padding: 8px;
    }
}
.wr-task-timecounter .wr-countdownno li:last-child{
    margin: 0;
}
@media (max-width: 520px) {
    .wr-services-grid-item{
        max-width: calc(100% / 1) !important;
    }
}
.wr-tags-custom-list.form-group-wrap.wr-task-tag{
    flex-direction: column;
}
.wr-tags-custom-list.form-group-wrap.wr-task-tag .tagify__input{
    min-width: 100px;
}
.wr-submitreviewv3.add-new-offer h6 a.wr-secondary-btn{
    background-color:#043748;
}
.page-template-search-projects .wr-project-option .wr-btn-solid-lg-lefticon a{
    color: #F7F7F7!important;
}
.page-template-search-projects .wr-searchprojectlist .wr-projects-grid-item .wr-projects-grid-footer .wr-secondary-btn,
.page-template-search-freelancer .wr-freelancersearch .wr-bestservice__content .wr-price-holder .wr-startingprice .wr-btn-solid-lg,
.page-template-search-freelancer .wr-searchtalentlist .wr-topservicetask__content .wr-btnviewpro .wr-btn-solid-lg,
.page-template-search-projects .wr-project-wrapper .wr-project-option .wr-btn-solid-lg-lefticon{
    background-color: #043748;
    color: #F7F7F7;
}
.page-template-search-freelancer .wr-searchtalentlist .wr-topservicetask__content .wr-btnviewpro .wr-btn-solid-lg:hover{
    background-color: #1bccae;
}
.page-template-search-freelancer .wr-formsearchvtwo .wr-inputappend_right .wr-advancebtn,
.page-template-search-task .wr-formsearchvtwo .wr-inputappend_right .wr-advancebtn,
.page-template-search-projects .wr-formsearchvtwo .wr-inputappend_right .wr-advancebtn{
    color: #043748;
    border: 2px solid #043748;
}

.page-template-search-projects .wr-searchprojectlist .wr-projects-grid-item .wr-projects-grid-footer .wr-secondary-btn{
    border: 3px solid #eee;
}
.page-template-search-projects .wr-searchprojectlist .wr-projects-grid-item .wr-projects-grid-footer .wr-author-info .wr-author-iamge img{
    border-radius: 25%;
}
.page-template-search-projects  .wr-project-wrapper .wr-project-box .wr-verified-info strong .wr-author-iamge{
    margin: 0;
    flex: none;
    width: 30px;
    height: 30px;
    margin-right: 7px;
}
.page-template-search-projects  .wr-project-wrapper .wr-project-box .wr-verified-info strong .wr-author-iamge img{
    width: 100%;
    height: 100%;
    border-radius: 25%;
    object-fit: cover;
    position: relative;
}
 .wr-freelancers-list .wr-bestservicedetail .wr-bestservicedetail__user .wr-bidbtn a{
    border-radius: 10px;
    background-color: #F7F7F7;
    padding: 7px 20px;
    color: #043748;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 3px solid #043748;
}
@media (max-width: 767px) {
    .wr-freelancers-list .wr-bestservicedetail .wr-bestservicedetail__user .wr-bidbtn a{
        width: 100%;
    }
}
.wr-freelancers-list .wr-bestservicedetail .wr-bestservicedetail__user .wr-bidbtn .wr-invite-bidbtn{
    margin-left: 5px;
    border: 3px solid #043748;
}
 .wr-projectbox .wr-freelancers-list .wr-bestservicedetail .wr-bestservicedetail__user .wr-invite-sent{
    margin-left: 5px;
    border: 3px solid #f8f8f8;
}
.wr-bounty-detail .wr-bounty-sidebar-area :has(.wr-bounty-sidebar) .wr-bounty-sidebar{
    margin-bottom: -20px !important;
}
.wr-logged-user-subscriber .wr-bounty-detail .wr-bounty-sidebar .wr-taskdeadline.wr-expiry-counter h6{
    font-size: 15px;
}
.wr-logged-user-subscriber .wr-bounty-detail .wr-bounty-sidebar .wr-taskdeadline.wr-expiry-counter .wr-countdownno li span{
    font-size: 15px;
    font: 700 1.375rem / 1.0454545455em Inter, sans-serif;
}
.wr-bounty-options .wr-view-bounty-btn{
    background-color: #043748;
    color: #f7f7f7;
    border: 3px solid #043748;
}
.wr-bounty-options .wr-view-bounty-activity-btn,
.wr-bounty-options .wr-edit-project{
    color: #043748;
    border: 3px solid #043748;
}
.wr-bounty-options .wr-view-bounty-btn:hover{
    background-color: #1bccae;
}
.wr-bounty-options .wr-pay-bounty-project{
    background: linear-gradient(90deg, #000000 0%, #18CCAD 100%);
    padding: 7px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer;
    color: #f7f7f7;
}
.wr-bounty-options .wr-pay-bounty-project:hover{
    border: 3px solid #1bccae;
}
.wr-bounty-options .wr-bounty-accept{
    background: linear-gradient(90deg, #000000 0%, #043748 100%);
    border-radius: 10px;
    padding: 7px 24px;
    color: #f7f7f7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    border: 3px solid #043748;
}
.wr-bounty-options .wr-project-detail a{
    margin: 0;
}
.wr-bounty-options .wr-project-detail{
    gap: 10px;
}
.wr-bounty-options .wr-project-detail:has(.wr-pay-bounty-project){
    flex-wrap: wrap;
    justify-content: flex-end;
}
.wr-employer-tasks-actions.wr-raisedispute{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.wr-employer-tasks-actions.wr-raisedispute .wr-btn.wr-completed-taskbtn{
    width: max-content;
    border-radius: 10px;
}
.wr-employer-tasks-actions.wr-raisedispute #taskrefundrequest{
    border-radius: 0 0 10px 10px;
    margin-top: 10px;
    width: 100%;
}
.wr-taskdeadline.wr-employer-tasks-actions-list{
    background: linear-gradient(90deg, #043 0%, #000 100%);
}
.wr-taskdeadline.wr-employer-tasks-actions-list .wr-taskcountdown{
    padding: 20px 20px 10px 20px;
}
.wr-employer-tasks-actions-list .wr-taskcountdown .wr-select span{
    width: 100% !important;
}
.wr-employer-tasks-actions-list .wr-taskcountdown .wr-actionselect .select2-container .select2-selection--single{
    border-radius: 10px;
}
.page-template-search-freelancer .product-tag-filter #tag-results .include-btn{
    padding: 5px;
    color: #999;
    font-size: 14px;
    font-weight: 700;
}
.wr-dashboard-bounty-act .wr-employer-submission .wr-submission-btn{
    gap: 20px;
}
.wr-dashboard-offers .wr-offerdash-options{
    gap: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wr-dashboard-proposals .wr-propsal-option-dash{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .wr-dashboard-bounty-act .wr-employer-submission .wr-submission-btn{
        flex-direction: column;
    }
    .wr-dashboard-proposals .wr-propsal-option-dash{
        gap: 20px;
    }
    .wr-dashboard-proposals .wr-propsal-option-dash .wr-projectsstatus_option{
        position: relative;
    }
    .wr-dashboard-offers .wr-offerdash-options .wr-projectsstatus_option{
        top: 10px;
        position: relative;
    }
    .wr-dashboard-proposals .wr-propsal-option-dash .wr-contract-list{
        right: -30px;
    }
}
.wr-services-grid-items-v3 .wr-next{
    right: 9px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
}
.wr-services-grid-items-v3 .wr-prev{
    left: 9px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06), 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
}
.page-template-elementor_header_footer .wr-services-grid-items-v3 .wr-sevicesinfo {
    padding: 20px 10px 5px 10px;
}
.wr-services-grid-wrapper-v3 .wr-services-grid-item .wr-topservice__content .wr-startingprice{
    border: 0;
    padding: 9.5px 10px;
    margin: 10px -9px 0;
    background: #f7f7f8;
    border-radius: 12px;
}
.wr-services-grid-wrapper-v3 .owl-stage{
    padding-bottom: 90px;
}
.wr-services-grid-wrapper-v3 .wr-task-timecounter .wr-countdownno li{
    font-size: 12px !important;
}
@media only screen and (min-width: 1366px) and (max-width: 1700px) {
    .wr-services-grid-wrapper-v3 .wr-services-grid-item .wr-startingprice i{
        font-size: 11px !important;
    }
    .wr-price-deal-grid strong,
    .wr-price-deal-grid span,
    .wr-price-deal-grid em{
        font-size: 11px;
    }
}
@media (max-width: 1024px) {
    .wr-services-grid-wrapper-v3 .wr-task-timecounter .wr-countdownno li {
        font-size: 11px !important;
    }
}
@media (max-width: 767px) {
    .wr-services-grid-wrapper-v3 .wr-task-timecounter .wr-countdownno li {
        font-size: 10px !important;
    }
}
.wr-task-listings-wrapper .wr-tabfilteritem,
.wr-tasklist.wr-ongoing-services-list:has(.wr-project-box.wr-service-btns) .wr-tabfilteritem{
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 10px;
}
.wr-task-listings-wrapper .wr-tabfilteritem + .wr-tabfilteritem,
.wr-tasklist.wr-ongoing-services-list:has(.wr-project-box.wr-service-btns) .wr-tabfilteritem + .wr-tabfilteritem{
    margin-top: 20px;
}
.wr-task-listings-wrapper .wr-project-box.wr-service-btns .wr-btn{
    margin: 0;
}
.wr-task-listings-wrapper .wr-project-box.wr-service-btns .wr-project-detail{
    gap: 10px;
}
.wr-main-section:has(.wr-project-box.wr-service-btns) .wr-tasklist,
.wr-main-section:has(.wr-task-listings-wrapper) .wr-tasklist {
    padding: 0 !important;
}
.wr-task-listings-wrapper .tab-content.tab-taskcontent{
    background-color: transparent;
}
.wr-project-form .wr-li-fixed i.wr-icon-copy:before{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(public/images/icons/workreap-fixed.svg);
}

.wr-project-form .wr-li-hourly i.wr-icon-file-text:before{
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(public/images/icons/workreap-hourly.svg);
}
.wr-project-form .wr-li-fixed .wr-red-icon,
.wr-project-form .wr-li-hourly .wr-purple-icon{
    background: #e3fff3;
}
.single-product .wr-service-categories-links ul li.wr-cat-icon a img{
    width: 25px;
    height: 25px;
}
.page-template-dashboard .wr-task-listings-wrapper .wr-tasklist .wr-ongoing-services-list-v1 .wr-tags{
    flex-direction:row;
}
.wr-shortcut-list .wr-shortcut-box{
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wr-shortcut-list .wr-shortcut-box img{
    width: 40px;
    max-height: 40px;
    border-radius: 12px;
}
.wr-shortcut-list .wr-shortcut-box .wr-shortcut-img{
    flex: none;
}
.tab-content.wr-shortcuts{
    padding: 0 40px;
}
.wr-shortcut-list .wr-prev{
    left: -48px;
}
.wr-shortcut-list .wr-next {
    right: -48px;
}
.wr-shortcut-list .wr-prev i{
    font-size: 40px;
}
.wr-shortcut-list .wr-next i{
    font-size: 40px;
}
.wr-shortcut-list .wr-shortcut-box p{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.wr-shortcut-list .wr-shortcut-box {
    padding: 10px;
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    cursor: pointer;
}
.page-template-dashboard .wr-freelancer-dashboard-wrapper .wr-project-listv1{
    padding: 0 40px;
}
.page-template-dashboard .wr-freelancer-dashboard-wrapper .wr-project-listv1 .wr-next{
    right: -10px;
}
.page-template-dashboard .wr-freelancer-dashboard-wrapper .wr-project-listv1 .wr-prev{
    left: -10px;
}
.wr-main-notiwrap .wr-notidropdowns li.wr-dashboard-pages-op{
    padding: 0 10px 0 0px;
}
.wr-dashboard-pages-op .wr-icon-layers:before{
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(public/images/icons/workreap-dashboard-white.svg);
}
.single-freelancers .wr-dashb-btns{
    display: flex;
}
.single-freelancers .wr-dashboard-buttons-model .wr-tags-btns{
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.single-freelancers .wr-dashboard-buttons-model .mb-4 .btn.btn-primary{
    margin-left: auto;
}
.single-freelancers .wr-dashboard-buttons-model .mb-4.wr-button-add{
    display: flex;
    margin-top: 12px;
    margin-bottom: 0 !important;
}
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .select2.select2-container.select2-container--default{
    width: 100% !important;
}
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .select2-selection__choice:hover,
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .wr-tags-btns .tag:hover{
    color: #1E1E1E;
    background-color: #fff;
    border-color: #eee;
}
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .wr-tags-btns .tag{
    padding: 3px 12px;
    color: #1E1E1E;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
}
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .wr-tags-btns .tag .remove{
    color: #1E1E1E;
    cursor: pointer;
}
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .tag-container h3{
    font-size: 22px;
}
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .select2-selection__choice{
    padding: 3px 12px;
    color: #1E1E1E;
    border-radius: 10px;
    border: 1px solid #F7F7F7;
    background-color: #F7F7F7;
}
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .select2-selection__choice__remove{
    height: 0px;
}
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .select2-selection.select2-selection--multiple{
    padding: 0 10px;
}
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .select2-selection.select2-selection--multiple,
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #eee;
}
.single-freelancers .wr-dashboard-buttons-model .wr-select2-dashboard-buttons-options .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 ;
}
.wr-dahboard-collapsesbtns h3 {
    display: flex;
    align-items: center;
    gap: 10px
}
body:has(.wr-dahboard-collapsesbtns) .wr-nav-tabs{
    padding-top: 10px;
}
.wr-dahboard-collapsesbtns h3 span{
    display: inline-block;
    padding: 4.2px 7.8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.wr-dahboard-collapsesbtns{
    gap: 10px;
    justify-content: flex-start;
}


/*  */

.wr-employers-dasboard .wr-shortcutlist .wr-dash-collapse-btn,
.wr-freelancer-dashboard-wrapper .wr-shortcutlist .wr-dash-collapse-btn{
    padding-bottom: 0;
}

.wr-freelancer-dashboard-wrapper > .wr-earninginvoices{
    margin-top: 20px;
}
.wr-employers-dasboard .wr-saved-dashlist,
.wr-employers-dasboard .wr-dash-stats,
.wr-employers-dasboard .wr-shortcutlist,

.wr-shortcutlist,
.wr-freelancer-dashboard-wrapper > .wr-freelancer-saveditems {
    margin-top: 30px;
}

.wr-employers-dasboard .wr-shortcutlist .tab-content.wr-shortcuts,
.wr-freelancer-dashboard-wrapper > .wr-shortcutlist > .wr-shortcuts {
    margin-top: 20px;
}

.wr-freelancer-dashboard-wrapper .wr-shortcut-list .wr-shortcut-box img,
.wr-employers-dasboard .wr-shortcut-list .wr-shortcut-box img{
    border-radius: 0;
}

.wr-freelancer-dashboard-wrapper > .wr-shortcutlist > .wr-shortcuts .wr-search-slider-nav-v2.disabled,
.wr-employers-dasboard > .wr-shortcutlist > .wr-shortcuts .wr-search-slider-nav-v2.disabled {
    display: none;
}

.wr-freelancer-dashboard-wrapper > .wr-shortcutlist > .wr-shortcuts:has(.wr-search-slider-nav-v2.disabled),
.wr-employers-dasboard >  .wr-shortcutlist > .wr-shortcuts:has(.wr-search-slider-nav-v2.disabled){
    padding-left: 0;
    padding-right: 0;
}

.wr-employers-dasboard:has(.wr-orderrequest) .wr-saved-dashlist{
    margin-top: 0;
}

.wr-employers-dasboard:has(.wr-orderrequest) .wr-saved-dashlist-work + .wr-saved-dashlist {
    margin-top: 30px;
}

.page-template-dashboard .wr-employers-dasboard .wr-earningcost__item.wr-wallet-balance .wr-icon-shopping-bag:before{
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-image: url(public/images/icons/workreap-wallet-light-full.svg);
}
.page-template-dashboard .wr-employers-dasboard .wr-earningcost__item.wr-wallet-balance .wr-icon-shopping-bag{
    width: auto;
}
.wr-db-buttons-extends .wr-payoutmethodwrap .wr-plus-options-link{
    font: 500 1rem / 1.625em Inter, sans-serif;
    color: #9e9e9e;
}
.single-freelancers .wr-active-meeting  .wr-sidebarinnertitle .wr-btn{
    background: #18CCAD;
    border: 2px solid #556699;
    border-radius: 11px;
    box-shadow: 2px 2px #043748;
    color: #FFFFFF;
}
#wr-task-category-level1-v1 .select2-selection__choice span{
    order: 1;
    color: #1E1E1E;
    font-size: 21px;
    margin-left: 10px;
    cursor: pointer;
    transition: .13s ease-out;
    line-height: 14px;
    font-weight: 300;
}
#wr-task-category-level1-v1 .select2-selection__choice:hover span{
    color: #fff;
}
#wr-task-category-level1-v1 .select2-selection__choice:hover{
    background-color: #1bccae;
    color: #fff;
}
#wr-task-category-level1-v1 .select2-selection__choice{
    font: 400 0.75rem Inter, sans-serif;
    border-radius: 15px;
    margin: 5px 0 0 5px;
    background-color: #f7f7f7;
    color: #1E1E1E;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px !important;
    position: relative;
    z-index: 1;
    outline: 0;
    transition: .13s ease-out;
    border: none;
}
#wr-task-category-level1-v1 [multiple] + .select2 .select2-search__field{
    height: auto;
}
#wr-task-category-level1-v1 .select2-container--default .select2-selection--multiple:hover{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
}
#wr-task-category-level1-v1:has(.select2-dropdown--above) .select2-container--default .select2-selection--multiple{
    border-radius: 0 0 10px 10px ;
}
#wr-task-category-level1-v1:has(.select2-dropdown--below) .select2-container--default .select2-selection--multiple{
    border-radius: 10px 10px 0 0;
}
#wr-task-category-level1-v1 .select2-container--default .select2-selection--multiple{
    border-color: #ddd;
    border-radius: 10px;
    transition: .13s ease-out;
    padding: 4px 0px 0px 0;
}
#wr-task-category-level1-v1 .select2-container.select2-container--open .select2-dropdown--below,
#wr-task-category-level1-v1 .select2-container.select2-container--open .select2-dropdown--above,
#wr-task-category-level1-v1 .select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #ddd;
}
#wr-task-category-level1-v1 .select2-container--default .select2-selection--multiple .select2-selection__clear{
    color: #676767;
}
#wr-task-category-level1-v1 [aria-multiselectable="true"] .select2-results__option,
#wr-task-category-level1-v1 [multiple] + .select2 .select2-search__field{
    color: #676767;
    min-width: 1px;
    line-height: 30px;
}
#wr-task-category-level1-v1 .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: transparent;
}
#wr-task-category-level1-v1 .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    padding: 0 8px;
}
#wr-task-category-level1-v1 .select2-container--default .select2-selection--multiple .select2-selection__rendered li:has(.select2-search__field){
    margin: 0;
}