body {
  background: #f9f9fd !important;
}

.freelancerBox {
  min-height: 200px;
  font-size: 14px;
}

.freelancerBox .online {
  color: #28a745;
}

.freelancerBox:hover {
  -webkit-box-shadow: 10px 14px 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 10px 14px 20px 0 rgba(0, 0, 0, 0.25);
}

.freelancerBox a:hover {
  color: black;
}

.freelancerBox .request-img {
  margin-top: 10px;
  width: 50px;
  height: 50px;
}

.freelancerBox .request-description {
  margin-left: 100px;
  margin-top: -126px;
  padding: 7px 10px;
  font-size: 14px;
}


.freelancerBox .lead {
  font-size: 15px;
  font-weight: 400;
}

.freelancerBox .tagline {
  margin-bottom: 10px;
  /*font-size: 14px;*/
  list-style: none;
}

.freelancerBox .tagline li {
  /*display:inline-block;*/
  margin-right: 5px;
}

.freelancerBox .skills button {
  font-size: 13px;
  margin-right: 4px;
  font-weight: 500;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
}

.freelancerBox .skills button:hover {
  background-color: #f8f9fa;
}

/* Seller Level Badge Styles */

figure {
  margin-bottom: 6px;
  position: relative;
}

.wt-userlistingimg {
  width: auto;
  float: left;
  border-radius: 4px;
  max-height: 100px;
  max-width: 100px;
  margin: 0 30px 21px 0;
}

.wt-userlistingimg img {
  height: 85px;
  width: 87px;
  border-radius: 5px;
}

.wt-userdropdown {
  top: -10px;
  /* left: -16px; */
  right: -10px;
  /* width: 48px; */
  /* height: 48px; */
  position: absolute;
  cursor: pointer;
}

.wt-userdropdown img {
  height: 30px;
  width: 30px;
}

/* Seller Rating */
.freelancerBox .star-rating {
  text-align: right;
}

.freelancerBox .star-rating i {
  /* font-size: 8px; */
  color: #fdd003;
}

@media (max-width: 991.98px) {
  .wt-userlistingimg {
    margin: 0 auto 0;
    text-align: center;
  }

  .star-rating {
    text-align: center !important;
    margin-bottom: 10px;
  }

  .star-rating h4 {
    display: inline;
  }
}

@media (max-width: 1023.8px) {
  .freelancerBox .request-description {
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    padding: 0px;
  }

  #chatBtn {
    display: none;
  }
}

.form_favorite_btn {
  border: none;
  background-color: transparent;
  position: absolute;
  top: 8px;
  left: 4px;
}

.body-background-none {
  /* background-color: white !important; */
  /* padding-top: 50px; */
  margin-top: -5px !important;
}

@media (min-width: 1200px) {
  /* .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 97.333333%;
    max-width: 97.333333%;
  } */
}

.container-fluid-new {
  margin-top: 170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .margin-top {
    /* margin-top: 1rem; */
    margin-bottom: -1rem;
  }

  .btn_chat_with_seller {
    padding: 2px 5px;
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: #00cedc;
    color: white;
  }

  .padding-alter10a {
    /* border:2px solid green; */
    padding: 0px 13px;
  }

  .container-fluid-new {
    margin-top: 60px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

.padding_z_ero_5 {
  padding: 0 20px !important;
}

.bg_custom_color {
  background-color: #fff;
  color: #000;
}

.desktop_view_scralt {
  display: flex;
}

.mobile_view_scralt {
  display: none;
}

.margin_top_fivepx {
  margin-top: 3rem;
}

#new_skill_id {
  /* display: none; */
  height: 47vh;
  overflow: auto;
}

.styling_form_serach_skill {
  display: flex;
  width: 100%;
  padding: 0 12px;
  margin: auto;
}

.get_seller_skill_before {
  display: inline-block !important;
}

.get_seller_skill_after {
  display: none !important;
}

.raade_more_btn {
  font-style: italic;
  font-size: 13px;
}

.color_link_mbtn {
  color: #4a4ada;
}

.right_fourty {
  right: 40px !important;
}
.btn_add_favorite_text{
  border:none;
  background-color: transparent;
}
.icon-favorite-desktop{
  display: flex !important;
  border: none;
  background-color: transparent;
}
.icon-favorite-mobile{
  display: none;
}
@media (max-width: 767.8px) {
  .get_seller_skill_before {
    display: none !important;
  }
  #skill_search_input{
    display: none;
  }
  .icon-favorite-desktop{
    display: none !important;
  }
.icon-favorite-mobile{
  display: block;
}

  .btn_add_favorite_text{
    position:absolute;
    right: 0;
    top: 0;
    border:none;
  }
  .btn_chat_with_seller {
    padding: 2px 5px;
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 3px;
    background-color: #00cedc;
    color: white;
  }

  .get_seller_skill_after {
    display: inline-block !important;
  }

  .margin_top_fivepx {
    margin-top: 0px;
  }

  .adjust_positioning {
    position: absolute;
    right: 10px;
  }

  .desktop_view_scralt {
    display: none;
  }

  .mobile_view_scralt {
    display: flex;
  }

  #language_display_id {
    display: none;
  }

  #new_skill_id {
    display: none;
  }

  #slevel_display {
    display: none;
  }

  .container-fluid-new {
    margin-top: 60px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .padding_z_ero_5 {
    padding: 0px !important;
  }

  .padding_z_ero_51 {
    padding: 0px !important;
  }

  .padding-alter10a {
    /* border:2px solid green; */
    padding: 0px 1px;
  }

  .margin-top {
    /* margin-top: 2rem; */
    margin-bottom: -1rem;
  }

  .font-size-13px {
    font-size: 16px;
    font-weight: 300;
    color: gray;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .padding-alter10a {
    /* border:2px solid green; */
    padding: 0px 13px;
  }
}

.after_four_seventy {
  display: block;
}

.before_four_seventy {
  display: none;
}

.desktop_view_only_alt1 {
  display: block;
}



.mobile_view_yes {
  display: none;
}

.mobile_view_not {
  display: block;
}

@media (min-width: 480px) and (max-width: 1023.8px) {
  .contact_btn_freelancer {
    border: 1px solid #00cedc;
    padding: 6px 10px;
    width: 150px;
    background-color: #00cedc;
    color: white;
    display: inline-block;
  }

  .view_btn_freelancer {
    border: 1px solid grey;
    padding: 6px 10px;
    width: 150px;
    background-color: white;
    color: #00cedc;
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .btn_chat_with_seller {
    display: none;
  }

  .contact_btn_freelancer {
    display: none;
  }

  .view_btn_freelancer {
    display: none;
  }
}

.only_for_mob_user {
  display: none;
}

.above_small_device {
  display: block;
}

.font_size_small {
  font-size: 5px;
  margin: auto;
}

@media (max-width: 1023.8px) and (min-width: 480px) {
  .wt-userlistingimg {
    text-align: left;
    margin: 0 !important;
    max-height: unset;
    max-width: unset;
    display: flex;
    /* justify-content: space-between; */
  }

  .after_four_seventy {
    display: none;
  }

  .mobile_view_yes {
    display: block;
  }

  .mobile_view_not {
    display: none;
  }

  .before_four_seventy {
    display: inline-block;
  }

  .desktop_view_only_alt1 {
    display: none;
  }

  .mobile_view_only_alt1 {
    display: block;
    padding: 0px !important;
  }

  .wt-userlistingimg img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }

  .images_card_div {
    /* max-width: 100%; */
    /* max-height: 45vh; */
    overflow: hidden;
  }


  .mobile_res_imgsidesec {
    /* width: 65%; */
    padding: 0;
    font-size: 15px;
    margin-left: 1rem;
  }

  .text_left_align_custom {
    text-align: left;
    padding: 0px;
  }

  .image_resize {
    width: 50px !important;
    height: 50px !important;
  }
}

.div_chat_with_seller {
  display: grid;
}

.padding-top-bottom-c {
  padding: 0.7rem 0 0.5rem !important;
}

.favorite_div_btn {
  /* position: absolute;
  top: 10px;
  left: 9px; */
}

@media (max-width: 479.8px) {
  .only_for_mob_user {
    display: flex;
    justify-content: space-between;
  }

  .wt-userlistingimg img {
    border-radius: 5px;
  }

  .online_span_styling {
    padding: 12px 0px 0px;
    height: fit-content;
  }

  .above_small_device {
    display: none;
  }

  .contact_btn_freelancer {
    border: 1px solid #00cedc;
    padding: 6px 10px;
    width: 49%;
    background-color: #00cedc;
    color: white;
    display: inline-block;
  }

  .view_btn_freelancer {
    border: 1px solid #00cedc;
    padding: 6px 10px;
    width: 49%;
    background-color: white;
    color: #00cedc;
    display: inline-block;
  }

  .wt-userlistingimg {
    text-align: left;
    margin: 0 !important;
    max-height: unset;
    max-width: unset;
    display: flex;
    /* justify-content: space-between; */
  }

  .mobile_view_yes {
    display: block;
  }

  .mobile_view_not {
    display: none;
  }

  .after_four_seventy {
    display: none;
  }

  .before_four_seventy {
    display: inline-block;
    margin-bottom: 0px;
  }

  .desktop_view_only_alt1 {
    display: none;
  }

  .mobile_view_only_alt1 {
    display: block;
    padding: 0px !important;
  }

  /* .image_resize {
    width: 60px !important;
    height: 60px !important;
  } */

  /* .images_card_div {
    max-width: 100%;
    max-height: 45vh;
    overflow: hidden;
  } */

 

  .mobile_res_imgsidesec {
    /* width: 65%; */
    padding-left: 10px;
    font-size: 12px;
  }

  .text_left_align_custom {
    text-align: left;
    padding: 0px;
  }

  .image_resize {
    width: 40px !important;
    height: 40px !important;
  }

  .for_mobile_view_c {
    width: fit-content !important;
    background: 0 !important;
    border: 0 !important;
    margin-bottom: 0 !important;
  }

  .not-on-small {
    display: none;
  }
}

.connect_mob_btn {
  border: 1px solid blue;
}
.favorite_mob_btn {
  border: 1px solid green;
}

.button-container{
  text-align: left;
}



.btn-connect {
  background-color: #00cedc;
  color: #fff;
  width: fit-content;
  padding: 5px;
  border-radius: 3px;
}

.btn-connect:hover {
  background-color: #02c0ce;
}
.btn-connect-btn {
  border: none;
  background: transparent;
  color: white;
}

.btn-favorite {
  background-color: #f8f9fa;
  color: #6c757d;
  border: 1px solid #ced4da;
}

.btn-favorite:hover {
  background-color: #e2e6ea;
}

.btn-favorite-alter {
border:none;
background-color: transparent;
}
.font_size_small_outer {
  width: fit-content;
  padding-right: 5px;
  /* border: 1px solid green; */
  display: flex;
}
.de-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.text-green{
  color:green;
}
@media(min-width : 768px){
    .mobile_view_only_alt1 {
  display: none;
}
}