/* ////////////////////////////////////////////// */
/* ////////////// No Search Results ////////////// */
/* ////////////////////////////////////////////// */

#no_profile_found {
  margin-top: 40px;
}

#no_profile_found img.image {
  max-width: 200px !important;
  display: inline-block;
}

#no_profile_found h2 {
  font-size: 22px;
  color: #175aa3;
}

#no_profile_found h4 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 15px;
  background-color: #f2ebff;
  border-radius: 20px;
  color: #978ed2;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}

#no_profile_found .btn {
  margin-top: 5px;
  min-width: 105px;
}

#no_profile_found .btn1 {
  background-color: #385cb2 !important;
  color: #fff !important;
  border: none !important;
}
#no_profile_found .btn1:hover {
  background-color: #2c50a5 !important;
  color: #fff !important;
}

#no_profile_found .btn2 {
  background-color: #ed64af !important;
  color: #fff !important;
  border: none !important;
}
#no_profile_found .btn2:hover {
  background-color: #e051a0 !important;
  color: #fff !important;
}

#no_profile_found .btn3 {
  background-color: #39f5de !important;
  color: #183991 !important;
  border: none !important;
}
#no_profile_found .btn3:hover {
  background-color: #28dac5 !important;
  color: #183991 !important;
}

/* /////////////////////////////////////////////// */
/* ///////////// profile >> side_tile///////////// */
/* /////////////////////////////////////////////// */

body {
  background: #fafafa !important;
}

#profile .side_tile {
  min-height: 700px;
}
#profile .side_tile .tile {
  padding: 0px;
  border: none;
  background: none !important;
}

/* /////////////////////////////////////////////// */
/* //////////////////// profile///////////// */
/* /////////////////////////////////////////////// */

#profile .tile {
  padding: 20px 15px 30px 15px;
}

#profile .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
}

#profile .tile .btn-more {
  font-size: 14px;
  transition: all 0.5s ease 0s;
  background-color: #fbfbfb;
  color: #acacac;
  border: none !important;
  border-radius: 20px;
  margin-top: 10px;
}
#profile .tile .btn-more.inverse {
  background-color: #f2f2f2;
  color: #bdbdbf;
}
#profile .tile .btn-more:hover {
  background-color: #2da85d !important;
  color: #fff !important;
}

#profile .tile .tile_title {
  color: #797979;
}

#profile .tile .no_items {
  color: #aaaa;
  text-align: center;
  padding: 20px 0 40px 0;
  margin-top: 15px;
}
#profile .tile .no_items .icon {
}
#profile .tile .no_items .desc {
  font-family: var(--nice_font_2);
  font-size: 12px;
}
#profile .tile .no_items .action {
  margin-top: 15px;
}
#profile .tile .no_items .action .btn-add {
  font-size: 12px;
  font-family: var(--nice_font_2);
  transition: all 0.5s ease 0s;
  background-color: #acacac;
  color: #fbfbfb;
  border: none !important;
  border-radius: 15px;
}

#profile .tile .no_items .action .btn-add:hover {
  background-color: #2da85d !important;
  color: #fff !important;
}

/* /////////////////////////////////////////////// */
/* //////////////////// profile-nav ///////////// */
/* /////////////////////////////////////////////// */

#profile_nav_container {
  padding: 10px 0 !important;
  margin-bottom: 20px;
}

#profile_nav {
  background: none !important;
  border: none;
  padding: 0px 0;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  border-radius: 8px;
  margin-bottom: 0px;
}

#profile_nav ul li.dropdown,
#profile_nav ul li.item {
  margin-left: 5px;
}

#profile_nav ul li.dropdown a,
#profile_nav ul li.item a {
  font-size: 15px;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 6px;
}

#profile_nav ul li.dropdown.open > a {
  background: #fff5ea;
  color: #b5813e;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
  transition: all 0.5s ease 0s;
}

#profile_nav ul.dropdown-menu li {
  margin-left: 10px;
  margin-right: 10px;
}
#profile_nav ul li.item a.edit {
  background: #10a768 !important;
  color: #fff;
  min-width: 36px;
  text-align: center;
}

#profile_nav ul li.item.active a {
  background: #f2fbd4 !important;
  color: #357d0c !important;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
  transition: all 0.5s ease 0s;
}

#profile_nav ul.menu_items:hover li.item a {
  background: transparent;
  transition: all 0.5s ease 0s;
  color: #555;
}

#profile_nav ul.menu_items li.item:hover a {
  background: #fff5ea;
  color: #b5813e;
  transition: all 0.5s ease 0s;
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_accounts ///////////// */
/* /////////////////////////////////////////////// */

#profile #hire_me {
  background-color: #f7f7f7;
  padding: 40px 20px 20px 20px;
  margin: -23px -15px 30px -15px !important;
}

#profile #user_accounts .title {
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  color: #5b5b5b;
}
#profile #user_accounts .title .user_level {
  font-size: 10px;
  color: #f95515;
  margin-top: 2px;
}

#profile #user_accounts .rating {
  display: inline-block;
  vertical-align: middle;
}

#profile #user_accounts .rating .btn {
  display: block;
  background-color: #f4f4f4 !important;
  color: #5b5b5b !important;
  border: none !important;
  border-radius: 20px;
}

#profile #user_accounts .dealWithMe {
  display: inline-block;
  vertical-align: middle;
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_teams ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_teams .single_team {
}

#profile #user_teams .title {
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  color: #5b5b5b;
  margin: 0px;
}

#profile #user_teams .rating {
  display: inline-block;
  vertical-align: middle;
}

#profile #user_teams .rating span,
#profile #user_teams .rating a {
  display: block;
  background-color: #f4f4f4 !important;
  color: #5b5b5b !important;
  border: none !important;
  border-radius: 20px;
}

#profile #user_teams .single_team .dealWithMe {
  display: inline-block;
  vertical-align: middle;
}

/* /////////////////////////////////////////////// */
/* //////////////////// tab_container ///////////// */
/* /////////////////////////////////////////////// */

#profile #tab_content .loading {
  padding: 100px 20px 20px 20px;
  text-align: center;
}

#profile #tab_content .loading .loading_icon {
  font-size: 80px;
  color: #d9d9d9;
}
#profile #tab_content .loading .loading_desc {
  font-size: 18px;
  color: #d9d9d9;
}
#profile #tab_content #more_tab_content {
  padding: 10px;
  font-weight: bold;
  font-family: var(--nice_font_2);
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_ratings ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_ratings .single_rating {
  padding: 15px;
}

#profile #user_ratings .single_rating .rating_heading {
}

#profile #user_ratings .single_rating .user_photo {
  width: 48px;
  height: 48px;
  padding: 3px;
  background-color: #eee;
}

#profile #user_ratings .single_rating .user_name {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  color: #6c6c6c;
}

#profile #user_ratings .single_rating .rating_date {
  margin-top: 0px;
  font-size: 10px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
}

#profile #user_ratings .single_rating .rating_stars {
  font-size: 5px;
  margin-top: 10px;
}
#profile #user_ratings .single_rating .rating_stars i {
  font-size: 14px;
  margin-right: 2px;
  color: #c1af96;
}
#profile #user_ratings .single_rating .rating_stars i.active {
  color: #f3770e;
}

#profile #user_ratings .single_rating .rating_text {
  font-family: var(--nice_font_2);
  font-size: 13px;
  padding: 5px 10px;
  background-color: #f7f7f7;
  line-height: 28px;
  margin: 15px -15px;
}

#profile #user_ratings .single_rating .rating_desc {
  font-family: var(--nice_font_2);
  font-size: 12px;
  text-align: left;
}

#profile #user_ratings .single_rating .rating_desc .rating_role {
  color: #2b2b2b;
}

@media (max-width: 1200px) {
  #profile_nav ul > li.item > a {
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  #profile #user_ratings .single_rating .user_photo {
    width: 96px !important;
    height: 96px !important;
  }
  #profile #user_ratings .single_rating .user_name {
    margin-top: 0px !important;
    font-size: 16px;
  }
  #profile #user_ratings .single_rating .media-body {
    text-align: center;
  }
  #profile #user_ratings .single_rating .media-right {
    text-align: center;
  }
  #profile #user_ratings .single_rating .rating_stars {
    margin-top: 0px !important;
    text-align: center;
  }
  #profile #user_ratings .single_rating .rating_text {
    text-align: center;
  }
  #profile #user_ratings .single_rating .rating_desc {
    text-align: center;
  }

  #profile .tile h2.tile_title {
    font-size: 20px !important;
  }
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_services ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_services .single_service {
  padding: 15px;
}

#profile #user_services .single_service .service_model {
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
}

#profile #user_services .single_service .service_title {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  display: block;
}

#profile #user_services .single_service .service_brief {
  font-family: var(--nice_font_2);
  font-size: 13px;
  padding: 5px 10px;
  background-color: #f7f7f7;
  line-height: 28px;
  margin: 15px -15px;
}

#profile #user_services .single_service .rating_stars {
  font-size: 5px;
  margin-top: 5px;
}
#profile #user_services .single_service .rating_stars i {
  font-size: 14px;
  margin-right: 2px;
  color: #c1af96;
}
#profile #user_services .single_service .rating_stars i.active {
  color: #f3770e;
}

#profile #user_services .single_service .service_price {
  text-align: left;
}

#profile #user_services .single_service .service_price span {
  display: inline-block;
  background: #f7f7f7 !important;
  color: #5a5a5a !important;
  font-family: var(--nice_font_2);
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 6px;
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_resumes ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_resumes .single_resume {
  padding: 15px;
}

#profile #user_resumes .single_resume .resume_account {
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
}

#profile #user_resumes .single_resume .resume_title {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  display: block;
}

#profile #user_resumes .single_resume .resume_desc {
  font-family: var(--nice_font_2);
  font-size: 13px;
  padding: 5px 10px;
  background-color: #f7f7f7;
  line-height: 28px;
  margin: 15px -15px;
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_portfolios ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_portfolios.portfolios_tab .single_portfolio {
  padding: 15px;
}

#profile #user_portfolios.portfolios_tab .single_portfolio .portfolio_account {
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
}

#profile #user_portfolios.portfolios_tab .single_portfolio .portfolio_title {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  display: block;
}

#profile #user_portfolios.portfolios_tab .single_portfolio .portfolio_desc {
  font-family: var(--nice_font_2);
  font-size: 13px;
  padding: 5px 10px;
  background-color: #f7f7f7;
  line-height: 28px;
  margin: 15px -15px;
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_portfolios ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_portfolios {
  padding-bottom: 20px;
}

#profile #user_portfolios .items .row {
  margin-left: -5px !important ;
  margin-right: -5px !important ;
}

#profile #user_portfolios .items .col {
  padding: 5px;
}

#profile #user_portfolios .single_item {
  margin-bottom: 5px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  aspect-ratio: 404/316 !important;
  overflow: hidden;
}
#profile #user_portfolios .single_item img {
  border-radius: 4px;
  aspect-ratio: 404/316 !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_courses ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_courses .single_course {
  padding: 15px;
}

#profile #user_courses .course_cat {
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
}

#profile #user_courses .course_cat i {
  margin: 0 3px;
  font-size: 10px;
}

#profile #user_courses .course_title {
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  display: block;
}

#profile #user_courses .course_desc {
  font-family: var(--nice_font_2);
  font-size: 13px;
  padding: 5px 10px;
  background-color: #f7f7f7;
  line-height: 28px;
  margin: 15px -15px;
}

#profile #user_courses .single_course .rating_stars {
  font-size: 5px;
  margin-top: 5px;
}
#profile #user_courses .single_course .rating_stars i {
  font-size: 14px;
  margin-right: 2px;
  color: #c1af96;
}
#profile #user_courses .single_course .rating_stars i.active {
  color: #f3770e;
}

#profile #user_courses .course_price {
}
#profile #user_courses .course_price span {
  display: inline-block;
  background: #f7f7f7 !important;
  color: #5a5a5a !important;
  font-family: var(--nice_font_2);
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 6px;
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_voices ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_voices .single_voice {
  padding: 15px;
}

#profile #user_voices .voice_cat {
  font-size: 12px;
  line-height: 24px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
}

#profile #user_voices .counters {
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
}

#profile #user_voices .counters span {
  line-height: 24px;
  display: inline-block;
  background: #f7f7f7 !important;
  color: #919191 !important;
  font-family: var(--nice_font_2);
  font-size: 12px;
  padding: 0px 6px;
  border-radius: 6px;
}

#profile #user_voices .voice_title {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: var(--nice_font_2);
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 30px;
}

#profile #user_voices .voice_desc {
  font-family: var(--nice_font_2);
  font-size: 13px;
  padding: 5px 10px;
  background-color: #f7f7f7;
  line-height: 28px;
  margin: 15px -15px;
  text-align: center;
}
#profile #user_voices .voice_player {
  margin: 25px 15px 15px 15px;
  text-align: center;
}
#profile #user_voices .voice_player .sd_player {
  border-radius: 20px;
}

/* Voices Tab Tweeks */

#profile #user_voices.voices_tab .voice_title {
  text-align: right !important;
  padding-right: 5px;
}
#profile #user_voices.voices_tab .voice_desc {
  text-align: right !important;
  padding-right: 20px;
}
#profile #user_voices.voices_tab .voice_player {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
#profile #user_voices.voices_tab .voice_player .sd_player {
  border-radius: 5px;
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_vs ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_vs .single_vs {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
  height: 240px;
  overflow: hidden;
}

#profile #user_vs .single_vs .vs_title {
  margin-top: 10px;
  text-align: center;
}

#profile #user_vs .single_vs .vs_date {
  font-size: 11px;
  font-family: var(--nice_font_2);
}

#profile #user_vs .single_vs .vs_mission {
  margin: 0px;
  font-size: 12px;
  font-family: var(--nice_font_2);
  height: 22px;
  overflow: hidden;
}

#profile #user_vs .single_vs .players {
  padding: 10px 0 10px 0;
  text-align: center;
  min-height: 136px;
}

#profile #user_vs .single_vs.players_4 .players {
  padding: 26px 0 26px 0;
}

#profile #user_vs .single_vs .single_player {
  display: inline-block;
  margin: 10px;
}

#profile #user_vs .single_vs.players_4 .single_player {
  margin: 10px 5px !important;
}

#profile #user_vs .single_vs .player_photo {
}

#profile #user_vs .single_vs .player_photo a {
  display: block;
}

#profile #user_vs .single_vs .player_photo img {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  margin: auto;
}

#profile #user_vs .single_vs.players_4 .player_photo img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
}

#profile #user_vs .single_vs .player_score {
  font-size: 12px;
  margin-top: -10px;
}

#profile #user_vs .single_vs .player_score span {
  line-height: 24px;
  display: inline-block;
  background: #fff8ed !important;
  border: 1px solid #f9d3b5;
  color: #bd4d0a !important;
  font-size: 12px;
  padding: 0px 6px;
  border-radius: 13px;
}

#profile #user_vs .single_vs .single_player.winner .player_score span {
  background: #e8ffcc !important;
  border: 1px solid #bceeae;
  color: #17840e !important;
}

#profile #user_vs .champion {
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #a2a2a2 !important;
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_topics ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_topics .single_topic {
  padding: 15px;
}

#profile #user_topics .topic_forum {
  font-size: 12px;
  line-height: 24px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
}

#profile #user_topics .counters {
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
}

#profile #user_topics .counters span {
  line-height: 24px;
  display: inline-block;
  background: #f7f7f7 !important;
  color: #919191 !important;
  font-family: var(--nice_font_2);
  font-size: 12px;
  padding: 0px 6px;
  border-radius: 6px;
}

#profile #user_topics .topic_title {
  font-size: 16px;
  line-height: 26px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  display: block;
}

#profile #user_topics .topic_brief {
  font-family: var(--nice_font_2);
  font-size: 13px;
  line-height: 28px;
  margin: 10px 0 15px 0;
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_quote ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_quote {
  padding: 20px 15px;
  position: relative;
}
#profile #user_quote .quote_icon {
  position: absolute;
  top: -10px;
  left: 30px;
  font-size: 50px;
  color: #ae8cc6;
}

#profile #user_quote .quote_text {
  padding: 20px 20px;
  font-size: 16px;
  font-family: var(--nice_font_2);
  line-height: 30px;
}

/* ////////////////////////////////////////////// */
/* /////////////// affiliates_widget //////// */
/* ////////////////////////////////////////////// */

#affiliates_widget .url_input {
  margin: 0 auto;
  width: 250px !important;
}

#affiliates_widget .url_input span {
  border: none;
  background: #fafafa !important;
  border: 1px solid #eee;
  padding: 0px;
}
#affiliates_widget .url_input i {
  width: 100%;
  line-height: 26px;
}
#affiliates_widget .url_input input {
  height: 30px;
  border: 1px solid #eee;
  line-height: 20px !important;
  background: #f9f9f9 !important;
  font-size: 11px;
  direction: ltr;
  text-align: left;
  color: #00698c;
  margin: auto;
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_certs ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_certs .single_cert {
  display: block !important;
}

#profile #user_certs .single_cert .cert {
  background-image: url("../images/mini_certificate.jpg");
  background-color: #6c6c6c;
  background-repeat: no-repeat;
  border-radius: 2px;
  background-size: cover;
  width: 300px !important;
  height: 350px !important;
  margin: 30px auto;
  position: relative;
}

#profile #user_certs .single_cert .cert .course_trainee {
  position: absolute;
  top: 105px;
  right: 20px;
  font-size: 14px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  width: 260px;
  text-align: center;
  color: #bd2b07;
}
#profile #user_certs .single_cert .cert .course_title {
  position: absolute;
  top: 175px;
  right: 76px;
  font-size: 14px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  width: 150px;
  text-align: center;
  color: #bd2b07;
}

@media (max-width: 767px) {
  #profile #user_certs .single_cert .cert {
    width: 200px !important;
    height: 233px !important;
  }
  #profile #user_certs .single_cert .cert .course_trainee {
    top: 70px;
    right: 10px;
    font-size: 12px;
    width: 177px;
    font-weight: normal;
  }
  #profile #user_certs .single_cert .cert .course_title {
    position: absolute;
    top: 118px;
    right: 10px;
    font-size: 12px;
    width: 180px;
    font-weight: normal;
  }
}

/* /////////////////////////////////////////////// */
/* //////////////////// user_widget ///////////// */
/* /////////////////////////////////////////////// */

#profile #user_widget {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

#profile #user_widget .user_photo {
}

#profile #user_widget .user_photo .photo_container {
  display: inline-block;
  position: relative;
}

#profile #user_widget .user_photo img {
  width: 128px;
  height: 128px;
  border-radius: 64px;
  margin: auto;
  border-width: 4px;
  border-style: solid;
  border-color: var(--profile_avatar_border_color);
}

#profile #user_widget.vip .user_photo img {
  border-color: var(--profile_avatar_border_color_vip);
}
#profile #user_widget.unverified .user_photo img {
  /* border-color: #bd2b07 !important; */
}

#profile #user_widget .user_photo .photo_container .online_badge {
  position: absolute;
  top: 14px;
  right: 6px;
  border-width: 3px;
  border-style: solid;
  border-color: var(--profile_avatar_border_color);
  background-color: #18ea19;
  border-radius: 10px;
  width: 20px;
  height: 20px;
}

#profile #user_widget.vip .user_photo .photo_container .online_badge {
  border-color: var(--profile_avatar_border_color_vip);
}

#profile #user_widget.vip .user_photo span.vip_badge {
  position: absolute;
  top: 12px;
  padding: 5px 8px 5px 9px;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 1px;
  background-color: #17c618;
  border-radius: 15px;
  color: #fff;
  left: 0px;
}

#profile #user_widget .user_name {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  font-weight: bold;
}

#profile #user_widget .user_country {
  font-size: 12px;
  font-family: var(--nice_font_2);
  margin-top: 10px;
  color: #5a5a5a;
}

#profile #user_widget .user_country .flag{
  height:24px !important;
  width:auto !important;
  border-radius: 2px;
}

#profile #user_widget .user_since {
  font-size: 12px;
  color: #5a5a5a;
  font-family: var(--nice_font_2);
  margin-top: 5px;
}

/* /////////////////////////////////////////////// */
/* //////////////////// counters ///////////// */
/* /////////////////////////////////////////////// */

#profile #counters {
  margin-top: 40px;
}

#profile #counters .col {
  padding: 2px;
}

#profile #counters .single_counter {
  text-align: center;
  padding: 5px;
  border-radius: 20px;
}

#profile #counters .single_counter .title {
  line-height: 26px;
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #777;
  height: 26px !important;
  overflow: hidden;
}

#profile #counters .single_counter .sub_title {
  font-size: 10px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
  margin-top: 2px;
}

#profile #counters .single_counter .count {
  font-family: var(--nice_font_2);
  font-size: 20px;
  text-align: center;
  margin: 10px 0 0px 0;
}

#profile #counters .single_counter .count .small {
  font-size: 14px !important;
}

#profile #counters .single_counter .percent .value {
  display: inline-block;
}

#profile #counters .single_counter .percent .value span {
  font-family: var(--nice_font_2);
  font-size: 12px;
  border-radius: 10px;
}

#profile #counters .single_counter .percent .value.completed span {
  color: #a5ca62 !important;
}
#profile #counters .single_counter .percent .value.canceled span {
  color: #e38686 !important;
}

/* ///////////////////////////////////////// */
/* /////////////// NAV /////////// */
/* ///////////////////////////////////////// */
#edit_profile_nav {
  background: #fff;
  border: none;
  padding: 0px 0;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  border-radius: 8px;
  margin-bottom: 0px;
}

#edit_profile_nav ul li.item {
  margin-left: 5px;
}

#edit_profile_nav ul li.item a {
  font-size: 15px;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 6px;
}

#edit_profile_nav ul li.dropdown.open > a {
  background: #fff5ea;
  color: #b5813e;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
  transition: all 0.5s ease 0s;
}

#edit_profile_nav ul.dropdown-menu li {
  margin-left: 10px;
  margin-right: 10px;
}
#edit_profile_nav ul li.item a.back {
  background: #10a768 !important;
  color: #fff;
  min-width: 36px;
  text-align: center;
}

#edit_profile_nav ul li.item.active a {
  background: #f2fbd4 !important;
  color: #357d0c !important;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
  transition: all 0.5s ease 0s;
}

#edit_profile_nav ul.menu_items:hover li.item a {
  background: transparent;
  transition: all 0.5s ease 0s;
  color: #555;
}

#edit_profile_nav ul.menu_items li.item:hover a {
  background: #fff5ea;
  color: #b5813e;
  transition: all 0.5s ease 0s;
}

/* ///////////////////////////////////////// */
/* /////////////// Complete Data /////////// */
/* ///////////////////////////////////////// */

#complete_data {
  padding: 15px;
  margin: 50px 0 0 0;
}
@media (max-width: 767px) {
  #complete_data {
    margin: 0px 0 0 0 !important;
  }

  #complete_data .submit_button {
    width: 100% !important;
  }
}

#complete_data .section_heading {
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}
#complete_data .section_heading .section_title {
  font-size: 30px;
  line-height: 30px;
  color: #51b70b !important;
}
#complete_data .section_heading .section_desc {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  font-family: var(--nice_font_2);
  font-weight: bold;
}
#complete_data .section_alert {
  margin-top: 20px;
}

#complete_data .section_alert span {
  display: inline-block;
  background-color: #f7ddda;
  font-size: 14px;
  font-family: var(--nice_font_2);
  color: #d02a18;
  border-radius: 27px;
  padding: 5px 10px 5px 10px;
  line-height: 25px;
}
#complete_data .section_alert i {
  font-size: 22px;
  vertical-align: middle;
  margin-left: 6px;
}

#complete_data .account_types label.account_type {
  display: block;
  margin: 10px 0px !important;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 12px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-family: var(--nice_font_2) !important;
  background: #f2f2f2;
  text-align: center;
}


#complete_data .account_type:hover {
  cursor: pointer;
  background: #f5fbeb !important;
  border-color: #e3f0d1 !important;
  color: #308e0f;
  transition: all 0.3s ease 0s;
}

#complete_data .account_type:hover h4 {
  color: #29790d;
}

#complete_data .account_type.active {
  cursor: pointer;
  background: #379b1b !important;
  border-color: #379b1b !important;
  color: #f7f7f7;
  transition: all 0.3s ease 0s;
}

#complete_data .account_type.active h4 {
  color: #fff;
}

#complete_data .account_type h2 {
  font-size: 40px;
  margin-top: 10px;
}

#complete_data .account_type h4 {
  font-weight: bold;
  font-size: 16px;
  color: #353735;
  line-height: 26px;
}

#complete_data .account_type h6 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
}


#complete_data .submit_button {
  margin-top: 40px;
}
