
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: var(--bs-font-family, 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
}

a {
  color: #000;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #000;
  outline: none;
  text-decoration: none !important;
}

p {
  padding: 0;
  margin: 0 ;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-font-family, 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
label{
    font-size: 12px;
    font-weight: 700;
}/*
#main{background: #f5f8fd;}*/
.footer_more{
    color: #ed2224;
    font-size: 12px;
    font-weight: 600;
}
.footer_more:hover{color: #000;}
.withdrawal_threshold_Amount{
    font-size: 11px;
    color: red;
    font-weight: 600;
}
.all_loader {
    position: absolute;
    top: 5px;
    left: 20px;
}
.all_loader img{
    width: 25px;
}
.for_mobile{position: relative;}
.pagination_body .page-item.active .page-link{background: #E60026;border-color:#E60026;}
.pagination_body .page-link{font-size: 14px; color: #E60026;}
.all_input{font-size: 12px !important; height: 35px !important;}
.form-control input:focus, .form-control select:focus, .form-control button:focus{outline: none !important;}
.bor:before {
    height: 25px;
    content: " ";
    position: absolute;
    right: -1px;
    border: 1px solid #d2d1d1;
    top: 10px;
}
.new_bor{position: relative;}
.new_bor:before {
    height: 25px;
    content: " ";
    position: absolute;
    right: -1px;
    border: 1px solid #206dfb;
    top: 10px;
}
#main{min-height: 600px;padding-top: 70px;}

.dashboard{
    min-height: 500px !important;
}
#notfound {
  position: relative;
  height: 75vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  height: 170px;
}

.notfound .notfound-404 h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 131px;
  font-weight: 700;
  margin: 0px;
  color: #232323;
}

.notfound .notfound-404 h1 > span {
  display: inline-block;
  width: 83px;
  height: 83px;
  background-image: url("../img/404.png");
  /*background-image: url("https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/160/mozilla/36/pensive-face_1f614.png");*/
  background-size: cover;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  z-index: -1;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.notfound h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 7px;
}

.notfound p {
  font-family: "Montserrat", sans-serif;
    color: #787878;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 15px;
}

.notfound a {
  padding: 6px 40px;
}

.notfound a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 115px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h1 > span {
    width: 86px;
    height: 86px;
  }
}

@keyframes floating {
  from {
    transform: scale(1.4) translate(0, 0);
  }

  50% {
    transform: scale(1.4) translate(0, 15px);
  }

  to {
    transform: scale(1.4) translate(0, 0);
  }
}

.recharge_wallet button{height: 40px;}
.all_btn{border: 1px solid #E60026;
    padding: 10px 20px;
    width: 100%;
    transition: var(--bs-transition-base, 0.3s);
    font-size: 14px;
    border-radius: var(--bs-radius-sm, 8px);
    font-weight: 600;
    background: linear-gradient(135deg, #E60026, #B8001F);}
.all_btn a, .all_btn {color: #fff;}
.head_icon i{padding-right: 10px; color:#E60026;}
.profile_form .width_for_mobile img{
    padding: 10px 10px 10px 0;
}
/* Back to top button */
.skills_name_body{
    width: 100%;
    float: left;
    padding: 0 10px;
    background: #f5f5f5;
}
.skill_name input{
    float: left;
    height: 13px !important;
    margin-right: 10px !important;
}
.skill_name{
    width: 50%;
    float: left;
}
.skill_name label{font-size: 11px !important;}
.skills_info_body a:hover{text-decoration: none;}
.skills_info_body a{position: relative;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #656363;
    padding: 11px;
    background-color: #f5f5f5;}
.skills_info_body a[aria-expanded="true"] {
    background-color: #f5f5f5;
    color: #0779e4;
    border-radius: 5px;

}
.skills_info_body a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.skills_info_body a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.skills_info_body a:after {
    content: "\002b";
    position: absolute;
    top: 14px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    right: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.back-to-top {
  position: fixed;
  display: none;
  background: #E60026;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.file_send {
  position: relative;
}
.file_send label {
  font-size: 20px;
    position: relative;
    width: 35px;
    cursor: pointer;
}
.file_send input {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0.01;
  z-index: -1;
  cursor: pointer;
}
.file_send li label i {
    color: #E60026;
    position: absolute;
    top: -6px;
}
/*.file_send input:hover + label,
.file_send input:focus + label {
  background: #34495E;
  color: #39D2B4;
}*/
.skills_search h2{
    font-weight: 600;
    font-size: 11px !important;
    margin-bottom: 5px !important;
}
.bid_profile_info h4{
    margin: 0;
    font-size: 16px;
}

.all_modal_body .modal-title{
    font-size: 15px !important;
    font-weight: 600;
    width: 100%;
    position: relative;
}
.modal_close{float: right;}
.btn_modal_close{
    border: 0;
    background: 0;
}
.btn_modal_close{
    font-size: 13px;
    color: #E60026;
    font-weight: 600;
}
.all_modal_body .modal-body p{
    font-size: 14px;
}
.milestone_create .input-group-text{
    font-size: 12px;
    font-weight: 600;
}
.milestone_create .here{
    font-weight: 500;
}
.btn_modal_close:hover{
    color: #E60026;
    font-weight: 600; background: #fff !important;}
.btn_modal_close:focus{ border: 0;
    background: 0; outline: 0; outline-color: 0;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#registration .input-group-text i{color:#E60026;}
#header nav ul{position: relative;}
#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

/* Flexbox layout for header container - vertically centers logo and nav */
#header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

#header .logo.float-left {
  float: none !important;
}

#header .main-nav.float-right {
  float: none !important;
}

/*#header.header-scrolled .main-nav ul li a{color: #464545;}*/
#header.header-scrolled .main-nav ul .all_btn a{color: #fff;}
#header.header-scrolled,
#header.header-pages {
  height: 70px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 22px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 2px;
  }

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #000;
  text-decoration: none;
}
/*.logo {padding-top: 10px;}*/
#header.header-scrolled .logo h1 a, #header .header-scrolled .logo h1 a:hover{color: #000;}


#header .logo img {
  padding: 0;
  max-height: 45px;
}

.main-pages {
  margin-top: 60px;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.select_profile{
    width: 100%;
    float: left;
}
.select_profile select{
    width: 100%;
    margin-bottom: 15px;
    float: left;
}


.age_to h4{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-top: 15px;
}


.category_info{/*background:#fff;*/
  -webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;

}
.header_text {margin-top: 50px;}
.home_gradient h1{background: radial-gradient(#f19f9e, #f9e9e9);
    color: #f5252a;}
.header_text h1{
    text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.home_gradient h2{background: radial-gradient(#f19f9e, #f9e9e9);
    color: #f5252a;}
.header_text h2{
    text-align: center;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
.header_text p{font-weight: 600;
    text-align: center;
    font-size: 14px;
  margin-bottom: 30px;}


.sub_category_info_border{border-right: 1px solid #f1f0f0;
}

/*.sub_category_info a:hover{background: #ff7c0b;}
.sub_category_info:hover.sub_category_info h3{color: #fff !important;}
.sub_category_info:hover.sub_category_info .icon_1 i{color: #fff !important;}
.sub_category_info:hover.sub_category_info p{color: #fff !important;}*/

.sub_category_info{width: 100%;
    float: left;
    background: #f5f8fd;}
.sub_category_info a{color: #000; width: 100%; float:left; padding: 30px 15px;}
.sub_category_info h3{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}
.icon_1, .sub_category_info{width: 100%; float: left;}
.icon_1 i{
    color: #ed2224;
    font-size: 45px;
    display: block;
    margin: auto;
    text-align: center;
    padding: 8px 0;
}
.latest_category_job a{padding: 30px 21px;}
.latest_category_job p{
    color: #6f6f6f;
    font-weight: 600;
    font-size: 12px !important;
    text-align: left !important;
    padding-top: 5px !important;
    width: 100%;
    float: left;}
.sub_category_info p{
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding-top: 15px;
    width: 100%;
    float: left;}

.info_tab{padding-top: 40px;}
.tops_1{margin-top: 205px;}
#intro {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center 25%;
    background-size: cover;
    width: 100%;
    min-height: 550px;
    position: relative;
    opacity: 0.99;
}
#intro:before{
  content: "";
  background: #111;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .1;  
}
#intro .banner_header h1:before{
  content: '';
  background: #fff;
  width: 94.5%;
  height: 90px;
  position: absolute;
  z-index: -1;
  opacity: .6;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #intro .banner_header h1{
    font-size: 23px;
  }
  #intro .banner_header h1:before{
    content: '';
    background: #fff;
    width: 90%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: .6;
    border-radius: 5px;
  }
}
@media screen and (max-width: 600px) {
  #intro .banner_header h1:before{
    content: '';
    background: #fff;
    width: 80%;
    height: 90px;
    position: absolute;
    z-index: -1;
    opacity: .6;
    border-radius: 5px;
  }
}
#intro .banner_header h1 {
  color: #000000;
  margin-bottom: 9px;
  font-size: 27px;
  font-weight: 600;
  
}
.all_info .icons i{
    color: #fff;
    font-size: 55px;
}
.all_info {
    width: 100%;
    padding: 15px;
    float: left;
}
.icons, .sub_info{float: left;}
.sub_info{color: #fff;padding-left: 10px;}
.sub_info p, .sub_info h2{margin: 0;}
.sub_info p{font-weight: 600;
    color: #e2e0e0;}
.counter{
    font-size: 25px;
    font-weight: 600;
}
.adjust_padding{padding: 0 5px;}
.search_info label{
    font-size: 14px;
    font-weight: 600;
}
 .category_body ul{
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin: 0;
}
.category_body{
    height: 100%;
    border-bottom: 1px solid #f1f0f0;
}
/*.home_category_info{box-shadow: none;}*/
.category_body a{height: 100%;}
.latest_category_body a{background: #fff;}
.category_body h3{margin-bottom: 6px;}
.latest_category_body a:hover{background: #e4ecf9;}
.latest_category_body a p:hover{color: #E60026;}
/****************************************************
.




/*search box css start here*/
.recharge_wallet .input-group-text{font-weight: 600;font-size: 14px;}
.recharge_wallet input{
    height: 43px;
    font-weight: 600;
    font-size: 14px;
}
.recharge_wallet button{
    margin-top: 5px;
}
.search_form_group{position: relative;}
.search_form_group .icon {
    position: absolute;
    top: 51%;
    left: 10px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d9d9d9;
}
.search_form_group .form-control {
    padding-left: 30px;
    display: block;
    width: 100%;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.7) !important;
    background: white !important;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}











/*******************************************


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */



.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
    text-transform: uppercase;
    position: relative;
    color: #464545;
    padding: 10px 8px;
    transition: 0.3s;
    font-size: 13px;
    font-family: var(--bs-font-family, 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
    font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #ce1126;
  text-decoration: none;
}
.drop i{padding: 0 5px;font-size: 12px;}
.main-nav .drop-down ul {
  display: block;
  position: absolute !important;
  left: 0;
  top: calc(100% - 30px);
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}
.language a{
    padding: 6px 0 6px 12px;
}
.language a img{
    width: 30px;
}
.main-nav .drop-down ul li a{display: block;
    text-transform: uppercase;
    position: relative;
    color: #464545;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 13px;
    font-family: var(--bs-font-family, 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
    font-weight: 600;}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #E60026;
}

.main-nav .drop-down > a>span {
  line-height: 0;
    font-size: 18px;
    padding-left: 10px;
    color: #E60026;
}
.main-nav .drop-down > a>strong{
   /* color: #E60026;
    padding-left: 10px;*/
    font-weight: 600;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Login/Signup CTA Buttons (Phase 4 - F5) */
.btn-nav-login {
  padding: 8px 20px;
  color: #E60026;
  border: 2px solid #E60026;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-nav-login:hover,
.nav-cta-login .btn-nav-login:hover {
  background: #E60026;
  color: #fff;
  text-decoration: none;
}
.btn-nav-signup {
  padding: 8px 20px;
  background: linear-gradient(135deg, #E60026, #B8001F);
  color: #fff;
  border: 2px solid #E60026;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-nav-signup:hover,
.nav-cta-signup .btn-nav-signup:hover {
  background: #fff;
  color: #E60026;
  border-color: #E60026;
  box-shadow: 0 4px 12px rgba(230, 0, 38, 0.15);
  transform: translateY(-1px);
  text-decoration: none;
}
.nav-cta-login,
.nav-cta-signup {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.nav-cta-login .btn-nav-login,
.nav-cta-signup .btn-nav-signup {
  padding: 8px 20px;
}
.nav-cta-signup .btn-nav-signup {
  color: #fff;
}

/* Header Search Input (Phase 4 - F9) */
.nav-search-item {
  display: flex;
  align-items: center;
  padding: 0 8px !important;
}
.header-search-form {
  display: flex;
  align-items: center;
  position: relative;
  background: #f5f6f8;
  border-radius: 8px;
  border: 1px solid #e0e2e7;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header-search-form:focus-within {
  border-color: #E60026;
  box-shadow: 0 0 0 3px rgba(230, 0, 38, 0.1);
  background: #fff;
}
.header-search-input {
  border: none;
  background: transparent;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  width: 140px;
  outline: none;
  font-family: var(--bs-font-family, 'Tajawal', sans-serif);
}
.header-search-input::placeholder {
  color: #9ca3af;
  font-weight: 400;
}
.header-search-btn {
  background: none;
  border: none;
  padding: 6px 10px;
  color: #6B7280;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 13px;
}
.header-search-btn:hover {
  color: #E60026;
  background: none !important;
}
/* RTL support for search */
.r_to_l .header-search-input {
  direction: rtl;
  text-align: right;
}

/* Freelancer Search Card Enhancements (Phase 4 - F11/F12) */
.btn-view-profile:hover {
  background: #E60026 !important;
  color: #fff !important;
  text-decoration: none;
}
.btn-invite-freelancer:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(230, 0, 38, 0.3);
  color: #fff;
  text-decoration: none;
}
.freelancer-card-actions {
  margin-top: 0;
}
.trust-badge {
  white-space: nowrap;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #f5f8fd;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
    position: relative;
    font-size: 14px;
    color: #000;
    padding: 10px 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.mobile-nav .drop-down > a>strong {
    color: #E60026;
    font-weight: 600;
}
.mobile-nav .drop-down > a>span {
    line-height: 0;
    font-size: 18px;
    padding-left: 10px;
    color: #E60026;
}
.mobile-nav .active ul{background: #fff;}
.mobile-nav .drop-down ul li a{
    padding: 10px;
    font-size: 13px;
}
.mobile-nav .language{
    padding-left: 15px;
    width: 50px;
    float: left;
    padding-top: 10px;
}
.mobile-nav .language a{
    padding: 0;
}
.mobile-nav .language a img {
    display: block;
    width: 30px;
    margin: auto;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #ce1126;
  text-decoration: none;
}

.mobile-nav .drop-down > a>span {
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

/*.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}*/

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  /*position: fixed;*/
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  float: right;
}

.mobile-nav-toggle i {
 margin: 9px 0px 0 0;
  color: #ce1126;
}
.header-scrolled .mobile-nav-toggle i{color: #ce1126;}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0,0,0,.5);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #ce1126;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 28px;
  color: #413e66;
  text-align: center;
  font-weight: 600;
  position: relative;
  font-family: var(--bs-font-family, 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  margin-bottom: 7px;
}

.section-header p {
  font-weight: 600;
    text-align: center;
    margin: auto;
    font-size: 14px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd;
}

/*#intro .overlay{position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #000000;
    background: #207dff;
    background: -moz-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #207dff), color-stop(100%, #a16ae8));
    background: -webkit-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -o-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -ms-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8));
    background: linear-gradient(to right, #207dff 0%, #a16ae8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff', endColorstr='#a16ae8', GradientType=1 );
}*/

/* About Us Section
--------------------------------*/

#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #413e66;
  font-family: var(--bs-font-family, 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}

#about .about-content ul {
  list-style: none;
  padding: 0;
}

#about .about-content ul li {
  padding-bottom: 10px;
}

#about .about-content ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #1bb1dc;
}

#about .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#about .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#about .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#about .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#about .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

/* Top Categories
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
}

.mb-30{margin-bottom: 30px;}




/* Features Section
--------------------------------*/

#features {
  padding: 35px 0;
}

#features h1 {
  /*font-weight: 600;*/
  font-size: 18px;
  margin-bottom: 12px;
}
#features h2 {
  /*font-weight: 600;*/
  font-size: 18px;
  margin-bottom: 12px;
}
.home_info {
    min-height: 597px;
}
.home_info p{min-height: 58px;}
.tips h2{
   font-size: 18px;
    margin-bottom: 12px;} 
.discover_freelancers{font-weight:600;color: #ed2224; font-size:14px;}

/* Happy Stories
--------------------------------*/
/***************Happy Stories*******************/

.multi-carousel {
  opacity: 0;
  
}
.multi-carousel .carousel-control-next,
.multi-carousel .carousel-control-prev {
  width: 25px;
   
}
.pr_icon i{
    color: #ff7c0b;
    font-size: 45px;
}

.couple_info h3{font-size: 16px; margin: 0px;padding: 10px 0;}
.couple_info p{
    font-size: 13px;
}
.carousel-grid{
    
    
}
.carousel_body{background: #f5f8fd; padding: 15px;border-radius: 5px;}
/****************Happy Stories*****************/



.app-button .btn i {
    display: inline-block;
    font-size: 30px;
    float: left;
    line-height: 36px;
    margin-right: 10px;
}
.app-button .btn span {
    font-size: 13px;
    font-weight: 400;
}
.btn-border {
    color: #206dfb;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    
}
.other_color .all_btn{
    background: #000 !important;
	border: 1px solid #000 !important;
}
.app-button .btn {
    border-radius: 4px;
    /* width: 200px; */
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 17px;
    text-transform: capitalize;
}
.feature-item p{margin-bottom: 8px;
    font-size: 15px;}
.app-button .btn-border:hover{color:#206dfb;}
.btn-common:hover{color: #fff;}
.about h6{font-weight: 500;}
.about p{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about p span i{
    padding-right: 10px;
    color: #ff7c0b;
}


/* Testimonials Section
--------------------------------*/

#testimonials {
  padding:0 0 0px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #ed2224;
}
/*


#call-to-action .cta-btn {
 font-family: var(--bs-font-family, 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}*/


/************login and registration ************/

.all_radio [type="radio"]:checked,
.all_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.all_radio [type="radio"]:checked + label,
.all_radio [type="radio"]:not(:checked) + label
{
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-gray-600, #4B5563);
    font-weight: 600;
    border: 1.5px solid var(--bs-gray-200, #E5E7EB);
    border-radius: var(--bs-radius-sm, 8px);
    background: #fff;
    transition: var(--bs-transition-fast, 150ms ease);
    text-align: center;
    width: 100%;
    margin: 0;
}
.all_radio [type="radio"]:not(:checked) + label:hover {
    border-color: var(--bs-primary, #E60026);
    color: var(--bs-primary, #E60026);
    background: #fff5f5;
}
.all_radio [type="radio"]:checked + label:before,
.all_radio [type="radio"]:not(:checked) + label:before {
    display: none;
}
.all_radio [type="radio"]:checked + label:after,
.all_radio [type="radio"]:not(:checked) + label:after {
    display: none;
}
.all_radio [type="radio"]:checked + label{
    color: #fff !important;
    background: linear-gradient(135deg, #E60026, #B8001F) !important;
    border-color: #E60026 !important;
    box-shadow: 0 2px 8px rgba(230, 0, 38, 0.25);
}
.all_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.all_radio [type="radio"]:checked + label:after {
    opacity: 0;
}








.user_card {
      max-width: 420px;
      width: 90%;
      margin-top: auto;
      margin-bottom: auto;
      background: #fff;
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 40px 30px;
      box-shadow: var(--bs-shadow-lg, 0 10px 15px rgba(0, 0, 0, 0.1));
      border-radius: var(--bs-radius-md, 12px);
}
.brand_logo_container h1{
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
}
.brand_logo_container p{
    font-size: 14px;
    color: var(--bs-gray-500, #6B7280);
}
.brand_logo_container {
      text-align: center;
      margin-bottom: 28px;
}

/*.login_btn {
      width: 100%;
      background: #1c5c93 !important;
      color: white !important;
}
.login_btn:focus {
      box-shadow: none !important;
      outline: 0px !important;
}*/
.login_container {
      padding: 0 2rem;
}

.input_user,
.input_pass:focus {
      box-shadow: none !important;
      outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
      background-color: #c0392b !important;
}
.user_card form input{
    height: 42px;
    font-size: 14px;
    border-radius: var(--bs-radius-sm, 8px);
}
.user_card .form-control {
    border: 1.5px solid var(--bs-gray-200, #E5E7EB);
    border-radius: var(--bs-radius-sm, 8px);
    transition: var(--bs-transition-fast, 150ms ease);
}
.user_card .form-control:focus {
    border-color: var(--bs-primary, #E60026);
    box-shadow: 0 0 0 3px rgba(230, 0, 38, 0.12) !important;
    outline: none !important;
}
.user_card .input-group-text {
    border-radius: var(--bs-radius-sm, 8px) 0 0 var(--bs-radius-sm, 8px);
    border: 1.5px solid var(--bs-gray-200, #E5E7EB);
    border-right: none;
    background: var(--bs-gray-50, #F9FAFB);
}
.user_card .text-danger {
    display: block;
    font-size: 0.8rem;
    color: var(--bs-danger, #e74c3c);
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 6px;
    padding: 6px 10px;
    margin-bottom: 8px;
}
.user_card .text-danger:empty { display: none; }
.links{font-size: 14px;}
.links a{ color: var(--bs-primary, #E60026); font-weight: 500; }
.links a:hover {
  color: var(--bs-primary-dark, #B8001F);}
form {
    width: 100%;
    position: relative;
}
#registration{padding:102px 0; background: var(--bs-gray-50, #F9FAFB);}
#country_id{
    height: 42px;
    font-size: 14px;
}
.field-icon {
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 9999999999999;
    color: var(--bs-primary, #E60026);
    cursor: pointer;
}
/************end login and registration *********/

/*******************post_project*****************/

.post_project{
    background: #ffff;
    padding: 15px;
    -webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.post_project_fild label{
    font-size: 12px;
    color: #252424;
    font-weight: 700;
}



/*Checkboxes styles*/
.terms_box input[type="checkbox"] { display: none; }

.terms_box input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.terms_box input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.terms_box input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #E60026;
  position: absolute;
  left: 0;
  top: 2px;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.terms_box input[type="checkbox"]:checked + label:before {
  width: 10px;
  height: 17px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.terms_box a{color:#E60026;}
.tips{padding:15px; height:100%; border-radius:5px;}
.tips p{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 17px;
	color: #757474;
}
.tips p a{color:#E60026; font-size:14px; font-weight:600;}

/*******************end post_project*****************/


/******************search-projects************************/
.project_search_body, .project_search_body a{width:100%; float:left;}
.project_search_body{
    margin-bottom: 18px;
}
.project_search_body a:hover{background:#fff;}
.project_search_price h4{
    font-size: 18px !important;
	margin-top: 0 !important;
    margin: 0;
}
.price {
    font-size: 15px;
    padding: 7px;
    color: #6f6b6b;
}
.price_icon{
    padding: 6px;
    font-size: 27px;
}
.proposal_btn{
    padding: 5px;
    width: 80%;
    margin-top: 12px;
    display: block;
    font-size: 13px;
}
.detals_btn{
    padding: 5px;
    width: 100%;
    background: #fff;
    margin-top: 7px;
    display: block;
    font-size: 13px;
    color: #E60026;
}
.detals_btn:hover{color: #fff;}
.project_search_detals{
    margin-top: 33px;
}
.project_search_body a{
    padding: 15px;
    -webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #f5f8fd;
}
.project_search_body_1{
    /*padding: 15px;
    -webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background: #f5f8fd;*/
    padding: 30px 10px;
    border-bottom: 1px solid #ccc;
    -moz-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.2);
    background: #fff;
}
/*.project_search_body_1 {
    margin-bottom: 18px;
}*/
.project_search_body_1:hover{background: #fff;}

.project_search_info h3{
    font-size: 17px;
    font-weight: 500;
	margin-bottom: 10px;
}
.project_search_info p{
    font-size: 11px;
    font-weight: 600;
    color: #717070;
}
.project_search_info h3 span{
    font-size: 13px;
    color: #fff;
    padding: 5px 15px;
	margin-left: 15px;
}
.featured_details {
    font-size: 13px;
    color: #fff;
    padding: 5px 15px;
    margin-left: 15px;
}
.bid_profile_info p{
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
    color: #3e3d3d;
}
.project_bid_listing{
   padding: 20px 0px;
    border-bottom: 1px solid #f3efef;
}
.bid_profile_info{padding-top:0px;}
.project_search_info p span{padding-right: 7px;}
.info_icon{
    padding-left: 13px;
}
.file{
    height: 38px;
    padding: 8px;
    font-size: 10px;
}
.for_bid{
    padding-right: 14px !important;
}
.featured{background: #424040;}
.opportunity{background:#715e0a;}
.project_search_body a:hover{color:#000;}
.search_project{
    padding: 0 15px;
}
.search_project .search-slt{
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: 35px !important;
    border-radius: 0;
}
.search_project .wrn-btn{
   width: 100%;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    height: 35px !important;
    border-radius: 0;
}







/******************end-search-projects************************/


/***********************project-details*************************/

.milestone_payment_table .rwd-table {
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.milestone_payment_table .rwd-table tr:first-child {
  border-top: none;
  background: #fff;
  color: #000;
}
.invoice{
    padding: 2px 15px;
}

.milestone_payment_table .rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  /*background-color: #f5f9fc;*/
}

.milestone_payment_table .rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #f5f9fc;
}

.milestone_payment_table .rwd-table th {
  display: none;
}

.milestone_payment_table .rwd-table td {
  display: block;
}

.milestone_payment_table .rwd-table td:first-child {
  margin-top: .5em;
}

.milestone_payment_table .rwd-table td:last-child {
  margin-bottom: .5em;
}

.milestone_payment_table .rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.milestone_payment_table .rwd-table th,
.milestone_payment_table .rwd-table td {
  text-align: left;
}

.milestone_payment_table .rwd-table {
  color: #333;
  overflow: hidden;
}

.milestone_payment_table .rwd-table tr {
  border-color: #bfbfbf;
}

.milestone_payment_table .rwd-table th,
.milestone_payment_table .rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {

 .bid_details_text h1 {
    padding-bottom: 30px;
}
.bid_details_text .freelancer_text span {
    float: left;
    width: 100%;
}
 .freelancer_text span{
  margin-right: -10px;
 }
  .milestone_payment_table .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
 .milestone_payment_table .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .milestone_payment_table .rwd-table td:before {
    display: none;
  }
  .milestone_payment_table .rwd-table th,
  .milestone_payment_table .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .milestone_payment_table .rwd-table th:first-child,
  .milestone_payment_table .rwd-table td:first-child {
    padding-left: 0;
  }
  .milestone_payment_table .rwd-table th:last-child,
  .milestone_payment_table .rwd-table td:last-child {
    padding-right: 0;
  }
  .milestone_payment_table .rwd-table th,
  .milestone_payment_table .rwd-table td {
    padding: 1em !important;
  }
}




.mobile_view_freelancer_pic{
    max-width: 98px;
}
.mobile_view_freelancer_bid_pic{
    max-width: 98px;
}
/********************************************/
.for_milestone input, .for_milestone textarea{
    font-size: 13px;
    height: 35px;
    font-weight: 500;
}
.for_milestone label{font-size: 13px;
    width: 100%;
    font-weight: 600;
    color: #000;}
.create_milestone .project_bid_payment h4{
    margin-bottom: 12px;
}
.create_milestone .project_bid_payment p{
    font-size: 14px;
}
/*.payment_summary_body{
    padding: 15px;
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}*/
.milestone{float: right;}
.milestone button{
    padding: 6px;
    font-size: 13px;
}
#header button:hover{background: inherit !important;}
 button:hover{background: #E60026 !important;}
.payment_summary_info h4{
    font-size: 16px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 0;
}
.project_bid_price p{
    float: right;
    font-size: 13px;
    font-weight: 600;
}
.project_bid_pic{
    width: 65px;
    float: left;
}
.project_bid_payment h4{
    font-size: 14px;
    font-weight: 600;
}
.milestone_payment_table h5{
    font-size: 13px;
    color: #4a4747;
    font-weight: 600;
}
.no_padding{padding: 0px !important;}
.payment_summary_body .modal-footer{width: 100%;border: 0 !important;}
.all_invoice button{
    font-size: 14px;
    font-weight: 600;
    color: #464444;
}
.invoice:hover {
    background: #fff !important;
}
.all_invoice{float: right;}
.released{
    color: #47d618;
}
.create_milestone .modal-body{
    padding: 0 ;
}
.payment_summary_info p{
    font-size: 13px;
    font-weight: 600;
    color: #6f6e6e;
}
.project_bid_price p small{ font-size: 10px;
    font-weight: 600;
    color: #676666;
}
.project_bid_info{float: left;padding: 8px 15px;}
.project_bid_info h3{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
}
.project_bid_info p{
    font-size: 11px;
    font-weight: 600;
}
.project_bid_info_status i{
    font-size: 9px;
    margin-right: 3px;
    color: #5cb85c;
}
.project_bid_info p a{border: 1px solid #ccc;
    color: #696767;
    padding: 1px 10px 2px;}
.project_details_broder{border-bottom: 1px solid #ccc;}
.post_project_details_info_body {
    padding: 15px;
}
.detail_info p{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}
.detail_info p span{
    font-size: 12px;
    color: #6d6b6b;
}
.no_padding{padding:0px;}
.detail_info h2{
    font-weight: 600;
   font-size: 17px;
    text-align: center;
    color: #848181;
    margin-top: 8px; margin-bottom:6px !important;}
.details_btn{
    font-size: 12px !important;
    padding: 12px !important;
}
.or p{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #696868;
    padding: 10px 0;
}
.project_client h2 {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.client_profile_info h3{
    padding-top: 5px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
}
.client_profile_info_1 p{
    font-size: 13px;
    font-weight: 600;
}
.client_profile_info_1 p span{
    padding-left: 10px;
    color: #696565;
}
.project_description h2{
    font-size: 13px !important;
    font-weight: 600;
	margin-bottom: 10px;
}
.project_description p{font-size: 13px;
    color: #636161;margin-bottom: 7px;}
.bid_profile_pic img{
  width: 65px;
  border-radius: 50%;
height: 65px;
object-fit: cover;
}
.bid_profile_info h3{
    font-size: 15px;
    font-weight: 600;
	margin-bottom: 7px;
  color: #3a3939;
}
/***********************end project-details*************************/


/*******************dashboard**********************/
.account_number{
    float: right;
    color: red;
    font-size: 12px;
}
.all_masg_body{
    overflow-y: scroll;
    height: 475px;
}
  .bounceInDown {
  position: relative;
}
.bounceInDown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bounceInDown ul li {
  /* Sub Menu */
}
.sidebar-menu ul{background: #f5f6fa;}
/*.bounceInDown ul li a {
  display: block;
  background: #ebebeb;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}
.bounceInDown ul li a:hover {
  background: #f8f8f8;
  color: #515151;
}*/
.bounceInDown ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float:right;
  padding-top: 7px;
}
.bounceInDown ul ul {
  background-color:#ebebeb;
}
.bounceInDown ul li ul li a {
  background: #282c33;
  border-left: 4px solid transparent;
  padding: 10px 20px;
}
.bounceInDown ul li ul li a:hover {
  background: #ebebeb;
  border-left: 4px solid #ce1126;
}

/*#sidebar{position:absolute;}*/
.dashboard .page-wrapper{position:relative;min-height: 515px;}
.dashboard{position: relative; background: #f5f9fc;}
.dashboard_body {
  margin-top: 30px;
  background: #fff;
  padding: 15px;
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}
.dashboard_body h1 small{
    font-weight: 700;
    font-size: 12px;
    padding-right: 10px;
}
.dashboard_body h1{
   font-size: 19px;
    font-weight: 600;
	margin-bottom: 5px;
  margin-top: 0;
}
.border_add{
    border-left: 1px solid #dadada;
}
.post_header{
   margin-bottom: 12px !important;
    font-size: 15px !important;
    padding-bottom: 0 !important;
    font-weight: 600;}
.freelancer_text span{float:right;}
.profile_form label{
    font-size: 13px;
    font-weight: 600;
}

.freelancer_text span a{    font-size: 12px;
    padding: 7px 25px;
    color: #fff;
    background: #E60026;
    border-radius: 4px;
}

.profile_form input{
font-size: 13px;
    height: 40px;
}

.alert {
    font-size: 12px !important;
    padding: 9px !important;
    font-weight: 600;
    margin: 10px 0;
}
.home_gradient .alert {
    font-size: inherit !important;
    padding: .75rem 1.25rem !important;
    margin-bottom: 1rem !important;
}
.profile_portfolio, .profile_portfolio_pic{
    height: 250px;
}
.profile_portfolio_pic img{
    /* overflow: hidden; */
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    /*background: #f5f6f8;*/
    /*padding: 10px;*/
}
/******************************************************************/
.home_testimonials .active{
  /*box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);*/
    padding: 20px ;
    background-color: #f2f5fa;
    margin: 5px;
    }


.card-body h2,
.card-body h5,
.card-body .h2,
.card-body h5 {
font-family: inherit;
font-weight: 600;
line-height: 1.5;
margin-bottom: .5rem;
color: #32325d;
}

.card-body h2,
.card-body .h2 {
font-size: 14px;
}

.card-body h5,
.h5 {
  padding-top: 10px;
font-size: 13px;
}
.card-title span{
    padding: 0 8px;
}



.card {
 /* box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);*/
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
/*border: 1px solid rgba(0, 0, 0, .05);*/
border-radius: .375rem;
background-color: #fff;
background-clip: border-box;
}

.card-body {
padding: 1rem;
flex: 1 1 auto;
}

.card-title {
margin-bottom: 1.25rem;
}



.bg-info {
background-color: #fff !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
background-color: #0da5c0 !important;
}

.rounded-circle {
border-radius: 50% !important;
}

.align-items-center {
align-items: center !important;
}

@media (min-width: 1200px) {

.justify-content-xl-between {
justify-content: space-between !important;
}
}

/*.shadow {
box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}*/



/*.icon {
width: 3rem;
height: 3rem;
}*/

.icon i {
font-size: 32px;
    color: #ce1126;
}

.icon-shape {
display: inline-flex;
padding: 12px;
text-align: center;
border-radius: 50%;
align-items: center;
justify-content: center;
}




/**********************************************************************/
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/


.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/



@media screen and (min-width: 768px) {
  .mobile_menu h3{display: none;}
  .sidebar-wrapper {
  left: -300px;
}
  .page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
  margin-top: -33px;
    /*z-index: 2147483647;*/
    position: relative;
    display: block;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
  /*.page-wrapper.toggled .page-content {
    padding-left: 270px;
  }*/

}

/*----------------show sidebar button----------------*/
#show-sidebar {
  /*position: fixed;*/
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  /*width: 260px;*/
  height: 100%;
  max-height: 100%;
  /*position: absolute;*/
  top: 0;
  z-index: 9;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
 /* max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;*/
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  font-weight: bold;
 font-size: 17px;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}



.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}
.side_message{
    /*position: absolute;
    right: 0;*/
    padding-right: 10px;
}
.messages_counter{
   position: absolute;
    left: 5px;
    color: #fff;
    border-radius: 50%;
    width: 21px;
    line-height: 1.9;
    height: 21px;
    text-align: center;
    top: -3px;
    background: #E60026;
    font-weight: 700;
    font-size: 12px !important;
}
/*.dashboard_messages i{
   width: 15px;
    height: 15px;
    font-size: 30px;
    color: #3a3f48;
}*/
.dashboard_messages .messages_counter {
    top: -9px;}
.left_side_message{
    padding-right: 0;
    float: right;
    position: absolute;
    right: 52px;
}
.left_side_message .messages_counter{
    right: 29px;
    left: inherit;
    top: -6px;
}
.dashboard_sub{
    margin-bottom: -1px;
    color: red;
}
.dashboard_messages{position: relative;
    background: none;
    color: #E60026 !important;}
.dashboard_messages .messages_counter{border: 1px solid #fff;}
.sidebar-wrapper .sidebar-menu ul li a:hover,.sidebar-wrapper .sidebar-menu ul .active a{background: #e8e9ed;}
.sidebar-wrapper .sidebar-menu ul li a span{font-size: 13px;
    font-weight: 600;}
.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}



.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}


/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-bottom: 35px;
}



.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #f5f6fa;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #e0e0e0;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: #e0e0e0;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #333333;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #E60026;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #666666;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #333333;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #E60026;
    text-shadow:0px 0px 10px rgba(230, 0, 38, 0.5);
}

/*.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}*/

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #666666;
}

.edit_btn{
    background: #000 !important;
    margin-right: 15px;
}
.varified_body p, .varified_status{
    float: left;
    padding-right: 15px;
}
.varified_status p{
    color: #008542;
    font-size: 12px;
    font-weight: 600;
    padding: 3px;
}
.varified_status p span i{
    padding-right: 10px;
}
.varified_body{width: 100%; float: left;}
.avatar{
  border-radius:100px;
  width:80px;
  height:80px;
  float:left;
}
.message{
  position:relative;
}
.message .avatar{
  margin-top:5px;
}
.message_conversation p{width: 60% !important;}
.message p{
  position: relative;
    float: left;
    color: #6b6a6a;
    width: 470px;
    margin: 0;
    font-size: 13px;
    /* margin-left: 15px; */
    margin-top: 5px;
    padding: 15px;
    background-color: #fafafa;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 22px;
}
.message_send{width: 100%;}
.postform form label textarea {
    width: 100%;
    height: 275px;
    border-radius: 10px;
    background-color: #efefef;
    border: 0;
    padding: 10px;
    font-size: 12pt;
    color: #333;
    font-style: italic;
}
.message p span{
    float: right;
    font-size: 9px;
    color: #212020;
    font-weight: 600;
}
.only_me p{
    float: right;
    background-color: #f1eeee;
}
.message p em.info{
  display:block;
  text-align:right;
  margin-top:10px;
  font-size:12px;
  font-weight:bold;
  color:#666px;
}
.message p strong{
  display:block;
  color:#428bca;
  border-bottom:1px solid #ddd;
  margin-bottom:10px;
}
.message p strong em{
  font-weigh:normal;
  color:#333;
  font-size:10pt;
}
.message .triangle{
  display:block;
  position:absolute;
  left:85px;
  top:25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #eeeeee transparent transparent;
}

.inverse .avatar{float:right;}
.inverse p{float:none;background-color:#eee;}
.inverse .triangle{
  display:block;
  position:absolute;
  left:490px;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 15px;
border-color: transparent transparent transparent #eeeeee;
}

.postform{
  display:block;
  
}
.postform form label{
  display:block;
}
.postform form label textarea{
  width: 100%;
  height: 275px;
  border-radius:10px;
  background-color:#efefef;
  border:0;
  padding:10px;
  font-size:12pt;
  color:#333;
  font-style:italic;
}
.postform form div.headform{
  padding-bottom:10px;
  color:#666;
}
.postform form div.headform strong{
  display:block;
  font-size:15px;
  color:#E60026;
  padding-bottom:10px;
}
.postform form div.headform strong span{
  color:#333;
}
.postform form .submit{
  display: block;
    background-color: #428bca;
    color: #fff;
    border: 0;
    float: right;
    cursor: pointer;
}
.postform a{
  color:#428bca;
}
.view_bid {padding: 4px 14px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    float: left;
    background: #E60026;
    border-radius: 4px;
}
 .view_bid a{padding: 4px 14px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    float: left;
    background: #E60026;
}


/*tab to accrodian*/
.accordion {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
}

.accordion__content {
  order: 1;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: none;
  padding: 15px;
  margin-top: -1px;
}

.fl_bid .accordion_label a{
  margin-bottom: 0px;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 1% 5% 1% 5%;
    background-color: #f5f9fc;
    margin-right: 1px;
    border-bottom: 1px solid #ccc;
}
.accordion_label {
  margin-bottom: 0px;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 1% 5% 1% 5%;
    background-color: #f5f9fc;
    margin-right: 1px;
    border-bottom: 1px solid #ccc;
}
.accordion_radio {
  display: none;
}

.accordion input[type="radio"] {
  display: none;
}

.accordion input[type="radio"] + label {
   color: var(--color-six);
   z-index: 1;
}

.accordion input[type="radio"]:checked + label {
 background-color: white;
    font-weight: 600;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: none;
    border-top: 2px solid #E60026;
    color: #E60026;
}
.accordion input[type="radio"]:checked + label + .accordion__content {
  display: flex;
  margin-right: 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.only_view_bid a {
    padding: 4px 14px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    float: left;
    background: #E60026;
    border-radius: 4px;
}
@media (max-width: 900px){
.accordion .rateing input[type="radio"] + label span:after{display: none !important;
   content:none !important;}
  .accordion .rwd-table th, .rwd-table td {
    padding: 3px 10px;
}
.accordion .rwd-table th, .accordion  .rwd-table td {
    text-align: left;
    font-size: 11px;
    width: 100%;
    float: left;
}

.accordion .rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #3e3d3d;
    font-size: 12px;
    float: left;
}
  .accordion {
    border: 1px solid #ccc;
  }
  
  .accordion-tab--status {
    display: inline;
  }
  .accordion__content,
  .accordion_label
  {
    order: initial;
  }
  
  .accordion__content {
    flex-direction: column;
    padding: 7px;
  }
  
  .accordion_label {
   width: 100%;
    margin-right: 0;
    margin-bottom: 1px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 2% 2% 2% 2%;
  }
.accordion_label {
    margin-bottom: 0px;
    border-top: 1px solid #ccc;
    border-bottom: 0px !important;
}
  .accordion_label:last-child {
    background-color: magenta;
  }

  .accordion input[type="radio"] + label span:after  {
    content: '+';
  }

  .accordion input[type="radio"]:checked + label span:after  {
    content: '-';
    font-size: 25px;
    line-height: 0;
  }

  .accordion input[type="radio"]:checked + label {
    border: none; 
  }

  .accordion input[type="radio"]:checked + label + .accordion {
    border: none;  
  }

  .accordion input[type="radio"]:checked + label + .accordion__content {
    border: none;
  }
}






@media screen and (max-width: 1140px) {
  #global{width:100%;}
  .message{float:none;margin:auto;}
  .messages{float:none;margin:auto;}
  .postform{float:none;margin:auto;border:0;}
  .postform form label textarea {height:150px;}
}
@media screen and (max-width: 620px) {
  
 
  .message .avatar,.inverse .avatar,.message .triangle,.inverse .triangle{display:none;}
  .postform,.postform form label textarea,.message,.message p{width:100%;}
  .postform{height:initial}
  .postform form .submit{margin:auto;margin:10px 0;}
}

@media (min-width: 576px){
.create_milestone {
    max-width: 750px !important;
    margin: 1.75rem auto;
}
.all_modal_body {
    max-width: 660px;
    margin: 1.75rem auto;
}
}
/*******************end employer-projets**********************/

/*******************freelancer-projets**********************/


.info_text p span{
    padding: 0px 10px;
}
.services_body{width: 100%;}
.services_body, .services_body a, .services_body .service_icon, .service_icon_text{float: left;}
 .services_body a{border: 1px solid #FFE082;color: #000;width: 100%;padding: 7px;}
 .service_icon_text p{
    padding-left: 10px;
    font-size: 13px;
    font-weight: 600;
}
.service_icon img{width: 40px;
    height: 40px;}
.service hr{margin-bottom: 15px;}
.no_padding{padding: 0px;}


.magazine{width: 20%;}
.magazine a{font-size: 13px;
    border-radius: 0 !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    padding: 7px;
	background: #f5f9fc;border-bottom:2px solid #f5f9fc !important;}
.magazine .active{border-bottom:2px solid #E60026 !important; color: #E60026 !important;background: #f5f9fc !important;}




/* With arrow tabs */

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #2b90d9;
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/



.nav-pills .nav-link {
  color: #555;
}
.text-uppercase {
  letter-spacing: 0.1em;
}



/*******************freelancer-projets**********************/

.tab_border{border-left:1px solid #ccc;border-right:1px solid #ccc;}
.rwd-table {
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #676565;
  color: #fff;
  text-transform: uppercase;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  /*background-color: #f5f9fc;*/
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
    width: 120px;
    display: inline-block;
    color: #3e3d3d;
    font-size: 14px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
  font-size: 14px;
}

.rwd-table {
  color: #333;
 border: 1px solid #ccc;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: 3px 10px;
}
/*@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}*/
@media screen and (min-width: 991px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
   font-size: 12px;
    padding: 10px !important;
  }
}





@-webkit-keyframes leftRight {
  0%    { -webkit-transform: translateX(0)}
  25%   { -webkit-transform: translateX(-10px)}
  75%   { -webkit-transform: translateX(10px)}
  100%  { -webkit-transform: translateX(0)}
}
@keyframes leftRight {
  0%    { transform: translateX(0)}
  25%   { transform: translateX(-10px)}
  75%   { transform: translateX(10px)}
  100%  { transform: translateX(0)}
}

/*
    Don't look at this last part. It's unnecessary. I was just playing with pixel gradients... Don't judge.
*/
/*
@media screen and (max-width: 601px) {
  .rwd-table tr {
    background-image: -webkit-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -moz-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -o-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: -ms-linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
    background-image: linear-gradient(left, #428bca 137px, #f5f9fc 1px, #f5f9fc 100%);
  }
  .rwd-table tr:nth-child(odd) {
    background-image: -webkit-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -moz-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -o-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: -ms-linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
    background-image: linear-gradient(left, #428bca 137px, #ebf3f9 1px, #ebf3f9 100%);
  }
}*/




/*******************my-projets end**********************/

/*******************Messages*************************/



/*******************Messages end*************************/
.chat-list-box {
    display: inline-block;
    width: 100%;
    background: #fff;
}

.flat-icon li{
	display: inline-block;
    padding: 0px 8px;
    vertical-align: middle;
    position: relative;
    top: 7px;
}

.flat-icon a img {
    width: 22px;
    border-radius: unset !important;
}

ul.list-inline.text-left.d-inline-block.float-left {
    margin-bottom: 0;
}

.chat-list-box ul li img {
    border-radius: 50px;
}

.message-box{
	display: inline-block;
    width: 100%;
    background: #fff;
	border-right: 1px solid #f1eeee;
	border-top: 1px solid #f1eeee;
    /*box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);*/
}

.msg-box li{
	display:inline-block;
	padding-left: 10px;
}

.msg-box img{
	border-radius:50px;
}

.msg-box li span{
	padding-left:8px;
	color:#545454;
	font-weight:550;
}
.flip{
    
    border-bottom: 1px solid #f1eeee;
}
.flip, .flip li{float:left; width:100%;}
.head-box {
    display: flow-root;
    padding: 10px;
    background: #E60026;
}
.messages_body{
    border: 1px solid #f1eeee;
}
.chat-person-list{
	padding: 0;
    width: 100%;
    height: 537px;
    overflow: overlay;
    float: left;
    /* border-right: 1px solid #f1eeee; */
    /* border-top: 1px solid #f1eeee; */
    /* border-right: 1px solid #f1eeee; */
    border: 1px solid #f1eeee;

}
.chat-person-list ul{width:100%; float:left;margin-bottom: 0;}

.chat-person-list ul li img{
	width:40px;
	border-radius:50px;
}
.pro_pic, .pro_name{float:left;}
.chat-person-list ul li .pro_name {
    padding-left: 15px;
}
.chat-person-list ul li{padding: 6px;}
.chat-person-list ul a:hover{
	background:#e2e8f3;
    
}
.chat-person-list ul a .active{
  background:#e2e8f3;
    
}
.pro_name span{
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.chat-time {
    color: #757474;
    font-weight: 600;
    font-size: 12px;
}

.head-box-1{
	display: flow-root;
    padding: 10px;
    background: #E60026;
}
.head-box-1 ul li i{
    color:#fff;
    cursor:pointer;
}
.head-box-1 ul li span{
    color:#fff;
    position:relative;
    top:-10px;
}
.msg_history {
    padding: 10px;
    height:503px;
    overflow: overlay;
    word-break: break-all;
}
.incoming_msg_img {
    display: inline-block;
    width: 6%;
}
.timee{  
    position: absolute;
    left: 101px;
    top: 30px;
    color: #fff;}
.head-box ul li a {
    color: #fff;
}
.received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}
.received_withd_msg {
    width: 100%;
}
.received_withd_msg p {
   /*background: rgba(218,0,0,.5) none repeat scroll 0 0;*/
   background:#dbdee4;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    margin: 0;
    padding: 15px;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}
.incoming_msg_img img {
    width: 100%;
    border-radius: 50px;
    float: left;
}
.outgoing_msg {
    overflow: hidden;
    margin: 10px 0 10px;
}
.sent_msg {
    float: right;
    width: 98%;
	margin-right: 8px;
}

.message_details_body {
    padding: 15px;
	border-top: 1px solid #f1eeee;
}
.message_sub_text h2{
    font-size: 14px;
    font-weight: 600;
	margin:0px;
}
.project_details_info ul{
    padding-left: 17px;
    font-size: 14px;
}
.project_details_info h3{font-size: 13px;
    font-weight: 600;
	margin: 0;
}
.project_details_info p{font-size: 13px;
    margin-top: 6px;
}
.message_profile h3{
    padding-top: 11px;
    
}
.message_profile .font-h3{
  margin-left: 35px;
  margin-top: 12px;
}
.message_profile_client h3{
    padding-top: 5px;
	margin-bottom: 0;
}
.message_profile_client p{
    font-size: 11px;
    font-weight: 600;
    color: #6b6a6a;
}
 .project_details_info h3 span i{ color: #E60026;
    padding-right: 5px;
}
.project_details_info p span i {
    color: #E60026;
    padding-right: 5px;
}
.project_details_info h3 a{color: #007bff;}
.sent_msg p {
  background: #eceff5;
    border-radius: 3px;
    font-size: 13px;
    margin: 0;
    color: #232323;
    padding: 15px;
    width: 100%;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.chat-person-list ul li a {
    color: #545454;
    text-decoration: none;
}
.attachement {
    background: #777;
    position: absolute;
    width: 220px;
    right: 30%;
    top: 42px;
    display: none;
}
.attachement ul li {
    display: -webkit-inline-box;
    margin: 0px 19px 15px 20px;
}
.attachement ul li a{
	color:#fff;
}

.setting-drop{
	display: none;
    position: absolute;
    width: 130px;
    height: 148px;
    right: 0;
    top: 42px;
    background: #ffffff;
    color: #545454;
    box-shadow: 1px 1px 15px 1px #0000001f;
}

.send-message {
    /*padding: 12px;
    background: #E60026;*/
    height: auto;
}
.send-message textarea:focus {
    box-shadow: none;
    outline: none;
	border-color:#ddd;
}
.send-message ul li {
    display: -webkit-inline-box;
    padding-left: 15px;
}
.send-message ul li i{color:#E60026;}
.send-message ul li a{color:#E60026;}
.send-message ul {
   position: absolute;
    right: 0;
    height: 34px;
    margin: 0;
    top: 1%;
    border-left: 1px solid #e8e6e6;
}
.send-message .message_fild{
    /*border-radius: 50px;*/
	height: 33px;
    width: 87%;
    border: 1px solid #e8e6e6;
    font-size: 13px;
    padding: 7px 10px;
    line-height: normal;
}
.send-message form{height: 35px;}
.send_btn{
    font-size: 13px;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    background: #E60026;
    text-transform: uppercase;
}
@media only screen and (max-width: 1300px) {
.message_profile .font-h3{
  margin-left: 40px;
}
}
@media only screen and (max-width: 1200px) {
.message_profile .font-h3{
  margin-left: 45px;
}
}
@media only screen and (max-width: 991.98px) {
.message_profile .font-h3{
  margin-left: 10px;
  margin-top: 20px;
}
}
@media only screen and (max-width: 800px) {
	
.message-box {
   /* display: none;*/
	position:relative;
	/*top:-100%;*/
}

}

/*******************dashboard end**********************/





/*****************freelancer-profile*******************/

.freelancer_profile_pic img{width:100%;}
.freelancer_profile_body{padding:15px;}
.freelancer_profile_info h1{
    font-weight: 600 !important;
    margin: 0;
    font-size: 21px !important;
    margin-top: 0px !important;
}
.freelancer_profile_info h3{
    font-weight: 600 !important;
    margin: 0;
    font-size: 21px !important;
    margin-top: 0px !important;
}
.freelancer_profile_info h2{
   margin: 0;
    padding-top: 5px;
    font-size: 13px !important;
    font-weight: 600;
    margin-bottom: 0 !important;}
.freelancer_profile_info p{
    font-size: 13px;
    font-weight: 600;
    padding: 1px 0 3px;
    color: #656464;
}
.post_rating p{padding: 0px; margin-top:0px;}
.post_project_detail_info h2 {
    font-weight: 600;
    font-size: 14px !important;margin-top: 0px;}
.freelancer_profile_info p span i{
    color: #f5831a;
}
.rating{
    padding-left: 5px;
}
.review p{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.review .price {
    font-weight: 600;
    font-size: 17px;
    padding: 7px;
    color: #6f6b6b;
}

.review{    margin-top: 10px;
}
.freelancer_profile_skill a {
   font-size: 12px;
    margin-right: 4px;
    float: left;
    color: #3e3d3d;
    border-radius: 5px;
    font-weight: 600;
    padding: 3px 10px;
    border: 1px solid #d68b87;
    margin-bottom: 5px;
}
.freelancer_profile_skill a:hover{background:#E60026; color:#fff}
.freelancer_profile_about p {
  font-size: 15px;
    font-weight: 500;
    padding-top: 8px;
    color: #585757;}


/********************* Shopping Demo-5 **********************/
.product-grid5{position:relative}
.product-grid5 .product-image5{overflow: hidden;
    position: relative;
    /*background: #f5f8fd;*/
    border: 1px solid #e0e7f3;}
.product-grid5 .product-image5 a{display:block}
/*.product-grid5 .product-image5 img{width:100%;height:auto}*/
.product-image5 .pic-1{opacity:1}
.product-image5 .vip{padding-top: 19px !important;}
.product-image5 .vip small{font-size: 16px;}
.product-image5 .real span{
    font-size: 8px;
}
.product-image5 .real{
    padding:13px 6px !important;
}


.product-grid5 .social li:hover{color:#fff;background:#dc1d24}
.product-grid5 .select-options{color: #fff;
   background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.75));
    font-size: 20px;
    font-weight: 500;
    padding: 25px 15px 10px;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -100px;
    right: 0;
    transition: .5s ease 0s;}
.product-grid5 .escort_md_name p{
    font-size: 15px;
    margin: 0;
    font-weight: 600;

}
.product-grid5 .escort_md_name span{font-size: 12px;}
.product-grid5:hover .select-options{opacity:1;bottom:0px}





/*******************end-freelancer-profile*****************/



/*******************emy-tickets*****************/


.tickets_info select, .tickets_info input{font-size: 11px;
    font-weight: 600;
    height: 35px;}
.tickets_info textarea{   font-size: 11px;font-weight: 600;
}

.control-label {
    font-size: 13px;
    font-weight: 600;
}
.action_btn a{
    width: 100px;
    padding: 6px;
    font-size: 11px;
}
.tickets_table th, .tickets_table td{text-align: center !important;}

/*******************end-my-tickets*****************/


/*******************feedback*****************/
.feedback_profile{
    font-size: 14px;
    font-weight: 600;
    color: #007bff;
}
.feedback_profile:hover{color: #E60026 !important;}
.feedback_stars{
    color: #000;
    font-size: 14px;
}
.leave{margin-bottom: 2px !important;margin-top: 15px;}

/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate > input {
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
    margin-bottom: 0;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
   font-size: 24px;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f005 "; /* full star */
}
.rateing > label:before {
  content: " " !important;
    position: absolute;
    display: inline-block;
    font-size: 40px;
    padding: .3rem .2rem;
    margin: 0;
    height: 21px;
    width: 21px;
    top: 4px;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
  }

.rateing label span{
   font-size: 14px;
    margin-right: 5px;
}
.rateing label:hover, .rateing label:hover ~ label {color: inherit !important;} /* color previous stars on hover */

/* Hover highlights */
.rateing input:checked + label:hover, .rateing input:checked ~ label:hover, /* highlight current and previous stars */
.rateing input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate label:hover ~ input:checked ~ label /* highlight previous selected stars */ {color: #FDCC0D !important;} 
.rating_count{
    float: left;
    font-size: 13px;
    color: #464646;
    padding-left: 5px;
    padding-top: 1px;
    font-weight: 700;
}
.rateing{float: left;}
.new_rateing{float: left;}
.new_rateing > label:before {
    font-size: 16px;
    padding: .3rem .2rem;
    /* margin: 0; */
    height: 21px;
    /* width: 21px; */
    top: 4px;
    cursor: pointer;
}
.new_rateing > label{
    line-height: .8;
}
.rating_count_time{
    font-size: 11px;
    padding-top: 3px;
    padding-left: 11px;
    color: #464646;
    float: left;
    font-weight: 700;
}


/* Zero stars rating */
.rate > label:last-child:before {
    content: "\f006 "; /* empty star outline */
}
/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate input:checked ~ label, /* color current and previous stars on checked */
.rate label:hover, .rate label:hover ~ label { color: #FDCC0D !important;  border: 0;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;} /* color previous stars on hover */

/* Hover highlights */
.rate input:checked + label:hover, .rate input:checked ~ label:hover, /* highlight current and previous stars */
.rate input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate label:hover ~ input:checked ~ label /* highlight previous selected stars */ {color: #FDCC0D;} 



.skills_info h3{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 11px;
}

.skills_info input{height: auto; margin-right: 7px;}
.skills_info label{
    margin-right: 10px;
    margin-bottom: 25px;
}





/*******************end-feedback*****************/


#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
  background: #f5f8fd;
    /*background: -moz-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #207dff), color-stop(100%, #a16ae8));
    background: -webkit-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -o-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -ms-linear-gradient(left, #207dff 0%, #a16ae8 100%);
    background: -webkit-gradient(linear, left top, right top, from(#207dff), to(#a16ae8));
    background: linear-gradient(to right, #207dff 0%, #a16ae8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207dff', endColorstr='#a16ae8', GradientType=1 );
    background-size: cover;*/
    
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  /*background: #f5f8fd;*/
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 20px;
    padding-bottom: 10px;
    padding: 0;
    font-weight: 600;
   font-family: var(--bs-font-family, 'Tajawal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif);
    color: #676464;
   
    letter-spacing: 3px;
  
}

#footer .footer-top .footer-info p {
  
  line-height: 24px;
  margin-bottom: 0;
  color: #989595;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ed2224;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #000;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #676464;
  
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
 /* margin-bottom: 30px;*/
  color: #989595;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 3px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #989595;
}

#footer .footer-top .footer-links ul a:hover {
  color: #989595;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 15px;
}

.footer-newsletter p{margin-bottom: 15px; color: #989595;}
#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  border: 1px solid #d9dde6;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #ed2224;
  border: 1px solid #ed2224;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer hr{padding: 0; margin: 0; background: #f9f9f9;}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #E60026;
}

#footer .footer-top .form .form-group {
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage {
  color: #fff;
  background: #E60026;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #errormessage {
  color: #fff;
  display: none;
  background: red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#footer .footer-top .form #sendmessage.show,
#footer .footer-top .form #errormessage.show,
#footer .footer-top .form .show {
  display: block;
}

#footer .footer-top .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#footer .footer-top .form label {
  color: #413e66;
  font-weight: 500;
}

#footer .footer-top .form input,
#footer .footer-top .form textarea {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dce1ec;
  font-size: 14px;
}

#footer .footer-top .form input::-webkit-input-placeholder,
#footer .footer-top .form textarea::-webkit-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::-moz-placeholder,
#footer .footer-top .form textarea::-moz-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input:-ms-input-placeholder,
#footer .footer-top .form textarea:-ms-input-placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form input::placeholder,
#footer .footer-top .form textarea::placeholder {
  color: #a2a0bd;
}

#footer .footer-top .form button[type="submit"] {
  background: #1bb1dc;
  border: 0;
  border-radius: 3px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#footer .footer-top .form button[type="submit"]:hover {
  background: #0a98c0;
  cursor: pointer;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #989595;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #989595;
}

#footer .credits a {
  color: #ed2224;
  font-weight: 600;
}

#footer .credits a:hover {
  color: #000;
}
@media (max-width: 575.98px) {
  #footer .footer-top .footer-newsletter{
    margin-top: 15px;
  }
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 1200px) {
  .send-message .message_fild {
    width: 85%;
  }
  }
@media (max-width: 1199px) {
  .all_info .icons i {font-size: 37px;}
  .sub_info p {font-size: 13px;}
  .counter {font-size: 19px;}
  #intro .banner_header h2 {font-size: 25px;}
  .job_category_icon {font-size: 26px;padding-right: 3px;}
  .job_category_text {font-size: 12px;}

  }
@media (max-width: 1000px) {
   .info_tab .tabs ul li label {
     white-space: initial;
  }
   .info_tab .tabs ul li label br {
     display: initial;
  }
   .info_tab .tabs ul li label svg {
     height: 1.5em;
  }
}
 @media (max-width: 600px) {
  .banner_header {padding-top: 20px;
}
.banner_header p {
    font-size: 16px;}
#intro .banner_header h2 {
    font-size: 18px;
}
  .multi-carousel .carousel-control-next, .multi-carousel .carousel-control-prev {
    width: inherit;
}
   .info_tab .tabs ul li label {
     padding: 5px;
     border-radius: 5px;
  }
   .info_tab .tabs ul li label span {
     display: none;
  }
   
   .info_tab .tabs .content {
     margin-top: 20px;
  }
  .info_tab  .tabs .content .search_content h2 {
     display: block;
  }
  .info_tab .tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
     background: rgba(0, 0, 0, 0.08);
  }
  .info_tab .tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
     background: rgba(0, 0, 0, 0.08);
  }
  .info_tab .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
     background: rgba(0, 0, 0, 0.08);
  }
  .info_tab .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
     background: rgba(0, 0, 0, 0.08);
  }
}

@media (min-width: 991px) {
  .broder{
    border-left: 1px solid #e8e6e6;
}
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
}

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }

}
@media (min-width: 768px) {
  .only_mobile{display: none;}
 .sidebar-wrapper .sidebar-brand #close-sidebar{display: none !important;}
}
@media (max-width: 991px) {
  .rwd-table th, .rwd-table td {
    padding: 3px 10px;
}
.rwd-table th, .rwd-table td {
    text-align: left;
    font-size: 11px;
    width: 100%;
    float: left;
}
.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 145px;
    display: inline-block;
    color: #3e3d3d;
    font-size: 12px;
    float: left;
}
   .send-message .message_fild {
    width: 84%;
  }
.mobile_chat_name_view{
    width: 59%;
}
  .mobile_chat_profile_view{
    max-width: 90px;
    flex: 90px;
}
  .post_project_detail_info h2 {
    font-weight: 600;
    font-size: 13px;
    margin-top: 0px;
}
.detail_info p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
   .project_search_detals {
    margin-top: 37px;
}
.detals_btn {
    font-size: 11px;
}
  .proposal_btn {
    width: 100%;
    margin-top: 20px;
    font-size: 11px;
}
  .project_search_price h4 {
    font-weight: 600;
    font-size: 13px !important;}
  .client_profile_info h3 {
    padding-top: 1px;}
  .help_desk{
    width: 100px;
    text-align: center;
    margin-top: 15px;
}
#header.header-scrolled, #header.header-pages {
    height: 65px;}
  .for_mobile_btn{width: 50%; float:left; position: relative;}
  .info_tab ul li{width: 25%;}
  
}

  .sub_category_info h3 {
    font-size: 15px;
   
}
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
    background-color: #fff;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 3px 0;
  }
.logo{padding-top: 0px;}
  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }

}

@media (max-width: 768px) {
  
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  .post_project_details_info_body  {margin-top: 15px;}
  .postform {
    height: initial;
    padding-top: 15px;
}
.all_masg_body {
    overflow-y: scroll;
    height: 380px;
}
  .account_number {
    float: left;
    color: red;
    font-size: 12px;
}
.send-message .message_fild {
    width: 91%;
}
  .chat-person-list {
    overflow: overlay;
    height: 165px;}
  .message-box {
    border-left: 1px solid #f1eeee;}
.accordion__content .project_bid_price{
    position: absolute;
    top: -69px;
    right: 22px;
}
.mobile_view_details{
    width: 33%;
    float: left;
}
  .milestone {
    float: left;
}
   .mobile_view_freelancer_bid_pic {
    width: 24%;
    padding: 0 8px 10px 15px !important;
}
  .project_bid_listing {
    padding: 10px 0px;
}
  .mobile_view_freelancer_pic{
    width: 24%;
}
.mobile_view_freelancer_info{
    width: 75%;
    padding: 0 5px;
}
.bid_profile_info p {
    font-size: 12px;}
  .search_project .search-slt {
    margin-bottom: 10px;
}
  .bid_width_addj{max-width: 25% !important;
    width: 25% !important;}
  .project_search_detals {
    margin-top: 15px;
}
  .project_search_price h4 {
    padding-top: 15px;}
  .only_pc{display: none;}
  .for_left{margin-right: 18px;}
  .for_mobile{
    max-width: 48%;
    padding: 0;
}
  .width_for_mobile{flex: auto;
    max-width: 100%;
    float: left;}
  .page-content .container-fluid{padding: 0px !important;}
  .dashboard_body {
    margin-top: 0px;}
  .dashboard_body h1{
    margin-top: 0;
}
  .container_nav_body{
    width: 100%;
    float: left;
    background: #31353D;
    margin-bottom: 15px;
}
  .sidebar-wrapper {
    width: 100%;
    height: 100%;
    max-height: 100%;
    /*position: absolute;*/
    /* top: 0; */
    z-index: 9;
}
  .mobile_menu{
    padding: 8px 0;
    float: left;
    width: 100%;
    /* background: #ccc; */
}
  .mobile_menu h3{
   float: left;
    font-size: 14px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    padding-top: 8px;
}
  .container_nav {
    max-width: 540px;
    display: block;
    margin: auto;
}
.container_nav #show-sidebar{float: right;}
  .mobile_sidebar{display: none;}
  #intro {
    width: 100%;
    min-height: 360px;}
  .info_tab ul li {
    width: 30%;
}
.mobile_padding_add {
    margin: 0px 0 !important;
}


  .sub_category_info h3 {
    font-size: 16px;}
  .job_post_bor{border: none;}
  .category_job {text-align: center;}
  .mobile_padding_add{margin: 15px 0; border: 1px solid #eae9e9;}
  .tops_1{margin-top: 0px;}
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }
  .app-button .btn {
    width: 125px;
    padding: 4px 10px;
    float: left!important;
    margin-left: 26px;
}
#intro .banner_header h1 {
    padding: 0px 24px;
}


}
@media (max-width: 575px) {
  .msg_history {
    padding: 10px;
    height: 415px;
    overflow: overlay;
}
  .freelancer_profile_info h1{margin-top: 15px !important;}
  .payment_summary_info h4 {
    font-size: 13px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 0;
}
.payment_summary_info p {
    font-size: 11px;
    font-weight: 600;
    color: #6f6e6e;
}
  .rate > label {
    float: right;
    margin-bottom: 0;
}
.accordion  .bid_profile_info p {
    margin-bottom: 0px;
}
  #features {
    padding: 20px 0;
}
.bid_profile_info h3 {
    font-size: 14px;
    margin-bottom: 5px;
}
.bid_profile_info {
    padding-top: 0px;
    margin-left: 10px;
}
.client_profile_info{
  margin-left: 10px;
}
.client_profile_info_1{
  margin-left: 10px;
}
.bid_profile_pic img {
    width: 65px;
    border-radius: 50%;
    height: auto;
    object-fit: cover;
}
  .home_info{margin-bottom: 15px;}
  .category_info{box-shadow:none;}
  .mobile_padding_add{margin-bottom: 15px !important;}
  .header_text h2 {
    font-size: 17px;
}
#intro .banner_header h1 {
    font-size: 20px;
}
  .bid_profile_info p {
    margin-bottom: 10px;
}
  .mobile_no_border{border: none !important;}
  .bid_width_addj {
    max-width: 50% !important;
    width: 50% !important;
    margin-bottom: 5px;
}
  .only_btn_addj h1{
    padding-bottom: 30px;
}
.only_btn_addj .freelancer_text span {
  margin-top: 5px;
   float: left;
    width: 100%;
}
  .magazine {
    width: 50%;
}
  .info_icon {
    padding-left: 0px;
}
  .mobile_width{width: 50%; float: left;}

/*.main-nav a {
    padding: 10px 8px;font-size: 13px;color: #000;}*/
#header .logo h1 {
    font-size: 23px;
    padding: 3px 0;
}
 .send-message .message_fild {
    width: 89%;
  }
  .dashboard_body .width_for_mobile select {
    width: 100%!important;
  }
 /* .dashboard_body .width_for_mobile select option {
   padding: 0px 110px 0px 0px !important;
  }*/
}
@media (max-width: 574px) {

  .info_tab ul li label {
    font-size: 12px;padding: 12px;}

.info_tab ul li {
    width: 42%;
}
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  #intro {
    background-size: contain;
}
 .send-message .message_fild {
    width: 86%;
  }

}
@media (max-width: 465px) {
  .bid_details_text h1 {
    padding-bottom: 50px;
}
.freelancer_text span a{
  position: relative;
  top: 7px;
}
  .for_left{margin-right: 9px;}
  .mobile_width{width: 100%; float: left;}
  .app-button a{display: block; margin: auto;}
  #header .logo h1 {
    font-size: 21px;
}
.drop i {
    padding: 0 0 0 5px;
    font-size: 12px;
}

.main-nav a {
    padding: 10px 4px;
    font-size: 11px;
}
.help {
    padding: 10px 0 10px 5px !important;
}
#header.header-scrolled, #header.header-pages {
    height: 70px;}
.help_info {
    width: 100%;
    top: 40px;
    min-width: 291px;
    width: 100%;}

  }
@media (max-width: 400px) {
 .banner_header {
    padding-top: 0px;
}
 .send-message .message_fild {
    width: 82%;
  }
}
@media (max-width: 370px) {
  .for_profile_reelancer {
    padding-left: 1px;}
  .mobile_view_details {
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.project_bid_price p small {
    font-size: 8px;
    font-weight: 600;
    color: #676666;
}
.project_bid_price p {
    float: right;
    font-size: 10px;
    font-weight: 600;
}
#intro .banner_header h1 {
    font-size: 18px;
      margin-bottom: 0px;
}

}

.chat-person-list ul li:active{
  background-color: #E2E8F3 !important;
}
.chat-person-list ul li:focus{
  background-color: #E2E8F3 !important;
}
/* ========================================
   VICTORY DEMO SPRINT - MOBILE FIXES
   Date: 2025-12-26
   Purpose: Optimize home page for mobile devices
   Target: iPhone SE (375px), iPhone 12 (414px), Android
   ======================================== */

/* Fix 1: Stack CTA buttons vertically on mobile */
@media (max-width: 575px) {
  #intro .app-button {
    width: 100% !important;
    margin-bottom: 15px;
  }

  #intro .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #intro .mt-4 {
    margin-top: 0.5rem !important;
  }
}

/* Fix 2: Ensure minimum touch targets (48px) */
@media (max-width: 767px) {
  .btn, .all_btn, .btn-common {
    min-height: 48px !important;
    padding: 14px 20px !important;
    font-size: 16px !important;
  }

  nav a, .menu-item, header a {
    min-height: 48px;
    padding: 12px 16px;
    display: inline-block;
  }

  .project_search_body_1 a {
    min-height: 44px;
    padding: 10px;
    display: block;
  }
}

/* Fix 3: Typography - prevent iOS auto-zoom, improve readability */
@media (max-width: 575px) {
  body {
    font-size: 16px !important; /* Prevent iOS auto-zoom */
  }

  #intro .banner_header h1 {
    font-size: 24px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
  }

  h2 {
    font-size: 22px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

/* Fix 4: Project cards - single column on mobile */
@media (max-width: 767px) {
  .project_search_body_1 {
    margin-bottom: 25px;
    padding: 15px;
  }

  .project_search_body_1 .col-md-6,
  .project_search_body_1 .col-lg-7,
  .project_search_body_1 .col-lg-5 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .project_search_info h3 {
    font-size: 18px !important;
    margin-bottom: 10px;
  }

  .project_search_info p {
    font-size: 14px !important;
  }
}

/* Fix 5: No horizontal scroll - critical for mobile */
@media (max-width: 767px) {
  body {
    overflow-x: hidden !important;
  }

  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
  }

  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Fix 6: Hero section - improve mobile layout */
@media (max-width: 767px) {
  #intro {
    min-height: 500px !important;
    padding: 40px 0 !important;
  }

  #intro .banner_header {
    margin-bottom: 30px;
  }

  #intro .banner_header h1 div {
    padding: 10px !important;
  }
}

/* Fix 7: Navigation - ensure mobile menu works */
@media (max-width: 991px) {
  .navbar-toggler {
    display: block !important;
    min-width: 48px;
    min-height: 48px;
    padding: 10px;
  }

  .navbar-collapse {
    background: #fff;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .navbar-nav {
    margin-top: 15px;
  }

  .navbar-nav .nav-link {
    padding: 12px 0 !important;
    min-height: 48px;
    border-bottom: 1px solid #f0f0f0;
  }
}

/* Fix 8: Improve spacing on mobile */
@media (max-width: 575px) {
  section {
    padding: 30px 0 !important;
  }

  .mb-5 {
    margin-bottom: 30px !important;
  }

  .pb-5 {
    padding-bottom: 30px !important;
  }

  .header_text {
    margin-bottom: 25px;
  }

  .header_text h2 {
    font-size: 22px !important;
    margin-bottom: 15px;
  }
}

/* Fix 9: Images - prevent overflow */
@media (max-width: 767px) {
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  .img-fluid {
    width: 100% !important;
  }
}

/* Fix 10: Forms - mobile friendly inputs */
@media (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"],
  select,
  textarea {
    min-height: 48px !important;
    font-size: 16px !important; /* Prevent iOS zoom */
    padding: 12px 15px !important;
  }

  .form-group {
    margin-bottom: 20px;
  }

  label {
    font-size: 16px !important;
    margin-bottom: 8px;
    display: block;
  }
}

/* Fix 11: Latest Projects section - mobile grid */
@media (max-width: 767px) {
  .category_info {
    display: block !important;
  }

  .latest_project {
    margin-bottom: 20px;
  }
}

/* Fix 12: Footer - stack on mobile */
@media (max-width: 767px) {
  footer .col-md-3,
  footer .col-md-4,
  footer .col-lg-3,
  footer .col-lg-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px;
  }
}

/* Fix 13: Alerts and notifications - full width on mobile */
@media (max-width: 575px) {
  .alert {
    padding: 15px !important;
    font-size: 16px !important;
    margin-bottom: 20px;
  }
}

/* Fix 14: Rating stars - ensure visible on mobile */
@media (max-width: 575px) {
  .rate {
    font-size: 16px !important;
  }

  .rate label {
    margin: 0 2px !important;
  }

  .rating_count {
    font-size: 14px !important;
  }
}

/* Fix 15: Bid/Proposal cards - mobile friendly */
@media (max-width: 767px) {
  .bid_body,
  .proposal_body {
    padding: 15px !important;
    margin-bottom: 15px;
  }

  .bid_info h3,
  .proposal_info h3 {
    font-size: 16px !important;
  }
}

/* ========================================
   END VICTORY DEMO SPRINT - MOBILE FIXES
   ======================================== */

/* ========================================
   VICTORY DEMO SPRINT - DAY 2 MOBILE FIXES
   Registration & Dashboard Optimization
   Date: 2025-12-27
   ======================================== */

/* REGISTRATION PAGE - MOBILE OPTIMIZATION */

/* Fix 1: Registration card full-width on mobile */
@media (max-width: 767px) {
  #registration .user_card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 20px 0 !important;
    padding: 20px 15px !important;
  }

  #registration .brand_logo_container {
    padding: 15px !important;
  }

  #registration .brand_logo_container h1 {
    font-size: 22px !important;
  }

  #registration .brand_logo_container p {
    font-size: 16px !important;
  }
}

/* Fix 2: Registration form inputs mobile-friendly */
@media (max-width: 767px) {
  #registration .input-group {
    flex-direction: column !important;
    margin-bottom: 20px !important;
  }

  #registration .input-group-append {
    width: 100% !important;
    margin-bottom: 5px !important;
  }

  #registration .input-group-text {
    width: 100% !important;
    justify-content: center;
    min-height: 44px;
  }

  #registration .form-control {
    width: 100% !important;
    min-height: 48px !important;
    font-size: 16px !important;
    padding: 12px 15px !important;
  }

  #registration input[type="text"],
  #registration input[type="email"],
  #registration input[type="password"],
  #registration select,
  #registration textarea {
    min-height: 48px !important;
    font-size: 16px !important;
  }
}

/* Fix 3: Radio buttons mobile-friendly (User type, Gender) */
@media (max-width: 575px) {
  #registration .input-group.mb-4 .col-sm-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
  }

  #registration .all_radio {
    min-height: 48px;
    padding: 12px;
    display: flex;
    align-items: center;
  }

  #registration .all_radio input[type="radio"] {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  #registration .all_radio label {
    font-size: 16px !important;
    margin-bottom: 0;
    cursor: pointer;
  }
}

/* Fix 4: Registration buttons mobile-friendly */
@media (max-width: 767px) {
  #registration button[type="submit"],
  #registration .btn {
    width: 100% !important;
    min-height: 50px !important;
    font-size: 18px !important;
    margin-top: 10px;
  }

  #registration .register_link,
  #registration .login_link {
    text-align: center;
    display: block;
    margin-top: 15px;
    font-size: 16px;
  }
}

/* Fix 5: Error messages visible on mobile */
@media (max-width: 767px) {
  #registration .text-danger {
    font-size: 14px !important;
    margin-bottom: 5px;
    display: block;
  }
}

/* DASHBOARD PAGE - MOBILE OPTIMIZATION */

/* Fix 6: Dashboard cards single column on mobile */
@media (max-width: 991px) {
  .dashboard_body .col-xl-4,
  .dashboard_body .col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .card-stats {
    margin-bottom: 20px;
  }
}

/* Fix 7: Dashboard card content mobile-friendly */
@media (max-width: 767px) {
  .card-stats .card-body {
    padding: 20px 15px !important;
  }

  .card-stats .h2 {
    font-size: 18px !important;
  }

  .card-stats h5 {
    font-size: 14px !important;
  }

  .card-stats .icon {
    width: 50px !important;
    height: 50px !important;
  }

  .card-stats .icon i {
    font-size: 20px !important;
  }
}

/* Fix 8: Dashboard heading mobile */
@media (max-width: 767px) {
  .dashboard_body h1 {
    font-size: 24px !important;
    margin-bottom: 20px;
  }

  .dashboard_sub {
    font-size: 18px !important;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

/* Fix 9: Sidebar mobile behavior */
@media (max-width: 991px) {
  .col-lg-3.col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
  }

  .col-lg-9.col-md-8 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .sidebar {
    width: 100% !important;
    position: relative !important;
    margin-bottom: 20px;
  }

  .sidebar ul {
    display: flex;
    flex-wrap: wrap;
  }

  .sidebar ul li {
    flex: 0 0 50%;
    margin-bottom: 0;
  }

  .sidebar ul li a {
    min-height: 48px;
    padding: 12px 15px;
    font-size: 14px;
  }
}

/* Fix 10: Dashboard page content mobile */
@media (max-width: 767px) {
  .page-content {
    padding: 15px !important;
  }

  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* Fix 11: Dashboard stats/metrics mobile */
@media (max-width: 767px) {
  .stats_info,
  .metrics_card {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px;
  }
}

/* Fix 12: Dashboard tables mobile-scrollable */
@media (max-width: 767px) {
  .table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 600px;
  }
}

/* Fix 13: Password toggle eye icon mobile */
@media (max-width: 767px) {
  #registration .toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 20px;
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* Fix 14: Form container mobile width */
@media (max-width: 767px) {
  .form_container {
    width: 100% !important;
    padding: 15px !important;
  }

  .form_container form {
    width: 100% !important;
  }
}

/* Fix 15: Section background mobile */
@media (max-width: 767px) {
  .section-bg {
    padding: 30px 0 !important;
  }

  #registration {
    min-height: auto !important;
  }
}

/* ========================================
   END DAY 2 MOBILE FIXES
   ======================================== */

/* ========================================
   VICTORY DEMO SPRINT - DAY 3 MOBILE FIXES
   Project Listings & Search + Profile Pages
   Date: 2025-12-27 (Sunday)
   ======================================== */

/* PROJECT SEARCH/LISTING PAGE - MOBILE */

/* Fix 1: Search filters stack vertically on mobile */
@media (max-width: 991px) {
  .search_project .col-lg-4,
  .search_project .col-lg-2,
  .search_project .col-lg-3,
  .search_project .col-md-4,
  .search_project .col-md-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 15px !important;
    margin-bottom: 15px;
  }

  .search_project .form-control {
    min-height: 48px !important;
    font-size: 16px !important;
  }

  .search_project button[type="submit"] {
    width: 100% !important;
    min-height: 50px !important;
    font-size: 18px !important;
  }
}

/* Fix 2: Project cards list view mobile */
@media (max-width: 767px) {
  .project_search_body,
  .project_search_body_1 {
    margin-bottom: 20px;
    padding: 15px !important;
  }

  .project_search_info h3 {
    font-size: 18px !important;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .project_search_info p {
    font-size: 14px !important;
    line-height: 1.6;
  }

  .project_search_info .info_icon {
    display: inline-block;
    margin: 0 5px;
  }
}

/* Fix 3: Project filters sidebar mobile */
@media (max-width: 991px) {
  .filter_sidebar {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .filter_section {
    padding: 15px;
  }

  .filter_section h4 {
    font-size: 18px;
  }
}

/* Fix 4: Pagination mobile-friendly */
@media (max-width: 575px) {
  .pagination {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pagination li {
    margin: 5px;
  }

  .pagination a,
  .pagination span {
    min-width: 44px !important;
    min-height: 44px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
}

/* Fix 5: Project detail chips/tags mobile */
@media (max-width: 575px) {
  .featured,
  .opportunity,
  .urgent,
  .badge {
    font-size: 12px !important;
    padding: 4px 8px !important;
    margin: 2px !important;
  }
}

/* FREELANCER PROFILE PAGE - MOBILE */

/* Fix 6: Profile header mobile */
@media (max-width: 767px) {
  .freelancer_profile_header {
    padding: 20px 15px !important;
  }

  .freelancer_profile_header .col-md-8,
  .freelancer_profile_header .col-md-4,
  .freelancer_profile_header .col-lg-8,
  .freelancer_profile_header .col-lg-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  .profile_photo {
    margin: 0 auto 15px !important;
  }

  .profile_name h2 {
    font-size: 22px !important;
  }

  .profile_title {
    font-size: 16px !important;
  }
}

/* Fix 7: Profile stats mobile */
@media (max-width: 767px) {
  .profile_stats {
    flex-wrap: wrap;
  }

  .stat_item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 15px;
    text-align: center;
  }

  .stat_number {
    font-size: 24px !important;
  }

  .stat_label {
    font-size: 14px !important;
  }
}

/* Fix 8: Profile sections mobile */
@media (max-width: 767px) {
  .profile_section {
    padding: 15px !important;
    margin-bottom: 20px;
  }

  .profile_section h3 {
    font-size: 20px !important;
    margin-bottom: 15px;
  }

  .profile_section p,
  .profile_section li {
    font-size: 16px !important;
  }
}

/* Fix 9: Skills tags mobile */
@media (max-width: 767px) {
  .skills_list {
    display: flex;
    flex-wrap: wrap;
  }

  .skill_tag {
    font-size: 14px !important;
    padding: 8px 12px !important;
    margin: 5px !important;
    min-height: 36px;
  }
}

/* Fix 10: Portfolio gallery mobile */
@media (max-width: 767px) {
  .portfolio_grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .portfolio_item {
    margin-bottom: 15px;
  }

  .portfolio_item img {
    width: 100% !important;
    height: auto !important;
  }
}

/* Fix 11: Reviews/Testimonials mobile */
@media (max-width: 767px) {
  .review_card {
    padding: 15px !important;
    margin-bottom: 15px;
  }

  .review_text {
    font-size: 15px !important;
    line-height: 1.6;
  }

  .review_author {
    font-size: 14px !important;
  }
}

/* Fix 12: Hire/Contact buttons mobile */
@media (max-width: 767px) {
  .profile_actions {
    position: relative !important;
    bottom: auto !important;
    padding: 15px !important;
  }

  .profile_actions .btn {
    width: 100% !important;
    min-height: 50px !important;
    font-size: 18px !important;
    margin-bottom: 10px;
  }
}

/* Fix 13: Breadcrumbs mobile */
@media (max-width: 575px) {
  .breadcrumb {
    font-size: 14px !important;
    flex-wrap: wrap;
  }

  .breadcrumb-item {
    margin: 2px;
  }
}

/* Fix 14: Filters collapse/expand mobile */
@media (max-width: 991px) {
  .filter_toggle {
    display: block !important;
    width: 100%;
    min-height: 48px;
    margin-bottom: 15px;
  }

  .filters_collapsed {
    display: none;
  }

  .filters_expanded {
    display: block;
  }
}

/* Fix 15: Project grid vs list view mobile */
@media (max-width: 767px) {
  .view_toggle {
    margin-bottom: 15px;
  }

  .view_toggle button {
    min-width: 44px;
    min-height: 44px;
  }

  /* Force list view on mobile */
  .grid_view .project_item {
    width: 100% !important;
  }
}

/* ========================================
   END DAY 3 MOBILE FIXES
   ======================================== */

/* ========================================
   VICTORY DEMO SPRINT - DAY 4 & 5 VISUAL POLISH
   Hover States, Transitions, Professional Feel
   Date: 2025-12-27 (Monday)
   ======================================== */

/* SMOOTH TRANSITIONS - ALL INTERACTIVE ELEMENTS */

/* Fix 1: Button hover effects */
.btn, .all_btn, .btn-common, button {
  transition: all 300ms ease-in-out;
}

.btn:hover, .all_btn:hover, .btn-common:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn:active, .all_btn:active, .btn-common:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Fix 2: Card hover effects */
.card, .card-stats, .project_search_body, .project_search_body_1 {
  transition: all 300ms ease-in-out;
}

.card:hover, .card-stats:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.project_search_body:hover, .project_search_body_1:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-color: #206dfb;
}

/* Fix 3: Link hover effects */
a {
  transition: color 200ms ease-in-out, opacity 200ms ease-in-out;
}

a:hover {
  opacity: 0.85;
}

/* Fix 4: Input focus effects */
input, select, textarea {
  transition: border-color 200ms ease-in-out, box-shadow 200ms ease-in-out;
}

input:focus, select:focus, textarea:focus {
  border-color: #206dfb !important;
  box-shadow: 0 0 0 3px rgba(32, 109, 251, 0.1) !important;
  outline: none !important;
}

/* Fix 5: Navigation hover effects */
nav a, .navbar-nav .nav-link {
  transition: all 200ms ease-in-out;
}

nav a:hover, .navbar-nav .nav-link:hover {
  background-color: rgba(32, 109, 251, 0.1);
  transform: translateX(3px);
}

/* Fix 6: Dashboard card icons pulse effect */
.icon-shape {
  transition: transform 300ms ease-in-out;
}

.card-stats:hover .icon-shape {
  transform: scale(1.1) rotate(5deg);
}

/* Fix 7: Image hover effects */
img {
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}

a img:hover, .portfolio_item img:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

/* Fix 8: Skill tags hover */
.skill_tag, .badge {
  transition: background-color 200ms ease-in-out, transform 200ms ease-in-out;
}

.skill_tag:hover {
  background-color: #206dfb;
  color: white;
  transform: scale(1.05);
}

/* Fix 9: Loading spinner (for demo) */
.loading-spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid rgba(32, 109, 251, 0.2);
  border-top-color: #206dfb;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease-in-out;
}

.loading-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* Fix 10: Form submission button loading state */
button.loading {
  position: relative;
  color: transparent !important;
}

button.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

/* Fix 11: Sidebar hover effects */
.sidebar ul li a {
  transition: all 200ms ease-in-out;
}

.sidebar ul li a:hover {
  background-color: rgba(32, 109, 251, 0.1);
  padding-left: 20px;
}

/* Fix 12: Rating stars hover */
.rate label {
  transition: color 200ms ease-in-out, transform 150ms ease-in-out;
}

.rate label:hover {
  transform: scale(1.2);
  color: #ffc107;
}

/* Fix 13: Pagination hover */
.pagination a, .pagination span {
  transition: all 200ms ease-in-out;
}

.pagination a:hover {
  background-color: #206dfb;
  color: white;
  transform: scale(1.1);
}

/* Fix 14: Alert fade-in animation */
.alert {
  animation: slideDown 400ms ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fix 15: Success/Error states with colors */
.success-state {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
  padding: 15px;
  border-radius: 4px;
  animation: slideDown 400ms ease-out;
}

.error-state {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
  padding: 15px;
  border-radius: 4px;
  animation: shake 400ms ease-out;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-10px); }
  75% { transform: translateX(10px); }
}

/* Fix 16: Hover state for project listing actions */
.project_actions button,
.bid_button,
.hire_button {
  transition: all 250ms ease-in-out;
}

.project_actions button:hover,
.bid_button:hover,
.hire_button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(32, 109, 251, 0.2);
}

/* Fix 17: Dropdown menu animations */
.dropdown-menu {
  animation: fadeIn 200ms ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Fix 18: Profile photo hover */
.profile_photo img {
  transition: transform 300ms ease-in-out, box-shadow 300ms ease-in-out;
}

.profile_photo:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Fix 19: Tooltip/Popover animations */
.tooltip, .popover {
  animation: fadeIn 200ms ease-out;
}

/* Fix 20: Focus visible for keyboard navigation */
*:focus-visible {
  outline: 2px solid #206dfb;
  outline-offset: 2px;
}

/* ========================================
   END DAY 4 & 5 VISUAL POLISH
   ======================================== */
