/*Start Genral Edits */
body{
  direction: rtl;
  overflow-x: hidden;
  color: #575870;
  font-size: 19px;
}
.h3_pr{
    padding-right: 15px;
    padding-left: 15px;
}
h3{
  padding-bottom: 10px;
}
.wh-bkg{
  background-color: #fff;
  box-shadow: 1px 1px 4px #dfdfdf;
  margin-bottom: 20px;
}
.over-hidden{
  overflow: hidden;
}
.content{
  padding: 10px;
}
.form-group{
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
}
.quite-color{
  color: #797979;
}
.gry-bkg{
  background-color: #f5f5f5;
}
.app-bar{
  float: right;
  width: 0;
  position: fixed;
  overflow: hidden;
  height: 100%;
}
.app-bar ul, .list-unpadding{
  padding-right: 0;
}
.app-bar ul li a{
  display: block;
  padding: 12px;
  color: #5b5c69;
  font-weight: normal;
}
.app-bar ul li a:hover, .app-bar ul li a:focus{
  color: #337ab7;
  background-color: #e8eaed !important;
}
.app-container{
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  box-shadow: 1px -11px 12px -3px;
  padding-bottom: 2rem;
  overflow: hidden;
}
.white-color, .white-color a{
  color: #fff;
}
a, a:hover, a:focus{
  text-decoration: none;
}

hr{
  border-top: 1px solid #e3e3ee;
  margin-top: 10px;
  margin-bottom: 0;
}
textarea{
  resize: vertical;
}
.avatar{
  width: 95px;
  border-radius: 50%;
}
.collapse-content{
  display: none;
}
.settings ul a:hover{
  background-color: #eceff4;
}
.main-color{
  background-color: #009788 !important;
  color: #fff;
}
.main-hover:hover, .main-hover:focus{
  background: #1faea0 !important;
  color: #fff !important;
}
[type= 'submit']:hover, .submit-btn:hover{
  background-color: #1daea0;
}
.fa-circle-o-notch, .fa-hourglass{
  font-size: .8em;
  opacity: 0.7;
  position: absolute;
  left: 21px;
  top: 14px;
}
.submit-btn{
  display: block;
  margin: 35px auto 20px;
  border: 1px solid transparent;
  padding: 7px 49px;
  font-size: 1.2em;
  position: relative;
  perspective: 90px;
}
.fa-hourglass{
  animation: rotatex 1s infinite ease-out;
}
@keyframes rotatex {
  0%{
    transform:rotateX(0deg);

  }
  100%{
    transform: rotateX(360deg);
  }
}
.need-space{
  margin: 0;
  padding: 0;
}
.selectize-input{
  padding-top: 7px;
  padding-bottom: 7px;
}
.main-a,
.main-a:focus{
  color: #fff !important;
}
.fa{
  font-size: .9em;
}
.fa-ml{
  margin-left: 5px;
}
/* selectize edits */
.selectize-dropdown-content div{
  padding: 10px 8px;
}
.selectize-control.multi .selectize-input > div{
  background-color: #009788;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 9px !important;
  padding-left: 3px;
  border-radius: 4px;
  font-weight: bold;
}
.selectize-control.plugin-remove_button .item .remove{
  border-left: 0;
  margin-left: 0;
}
.selectize-input{margin-bottom: 0;}
/* End Genral Edits */
/* start navbar style */
.navbar .fa-briefcase{
  font-size: .8em;
}
.navbar-nav .fa{
  margin-right: 5px;
  font-size: .7em;
}
.nav-c{
  display: flex;
  align-items: center;
}
.nav-c .fa-bars{
  font-size: 1.3em;
  margin-left: 30px;
  cursor: pointer;
}
.user-navbar{
  position: absolute;
  left: 10px;
}
.user-navbar >ul{
  direction: ltr;
  margin-bottom: 0;
}
.user-navbar> ul> li{
  display: inline;
  cursor: pointer;
}
.user-navbar .user{
  padding: 0;
}
.user-navbar .dropdown{
  display: inline;
}
.user-navbar .user:hover{
  background: #009788;
}
.user-navbar .dropdown, .user-navbar-img{
  display: inline-block;
}
.user-navbar .user img{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
}
.user-navbar .dropdown-menu{
  padding: 0;
  font-size: 1em;
  color: #575870;
}
.user-navbar .dropdown-menu .fa-caret-up{
  position: absolute;
  top: -12px;
  color: #fff;
}
.user-navbar .dropdown-menu .fa-caret-up{
  left: 19px;
}
.user-navbar .user .dropdown-menu .fa-caret-up{ 
  left: 25px;
}
.user-navbar .user li{
  padding: 0;
}
.dropdown-menu > li > a{
  padding-top: 4px;
  padding-bottom: 4px;
  color: #5b5c69;
  font-weight: normal;
}
.dropdown-menu > li > a .fa{
  margin-left: 3px;
  font-size: .9em;
}
.dropdown-menu hr{
  margin-top: 0;
  margin-bottom: 0;
}
.alert-empty{
  font-size: 22px;
  color: #777;
  margin-top: 10px;
}
.wide-dropdown-menu{
  min-width: 350px;
}
.alerts-count{
  position: absolute;
  top: 7px;
  right: 6px;
  background-color: #f00;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  width: 17px;
  height: 17px;
  text-align: center;
}
.no-logged a{
  border: 1px solid #cccccc7a;
  margin-right: 10px;
  padding: 10px;
}
.alerts-list{
  padding: 0;
  direction: rtl;
  height: 300px;
  overflow-y: scroll;
}
.alerts .list-item{
  padding: 10px;
  word-break: break-word;
}
.alerts img{
  width: 42px;
  height: 42px;
  margin-left: 10px;
}
.dropdown-menu a{
  color: #337ac3;
}
.dropdown-menu a:hover{
  color: #23527c !important;
}
.list-item-content{
  font-size: .9em;
}
.list-item-content .fa{
  font-size: .8em;
}
.enjaz-search{
  position: relative;
}
.enjaz-search .fa-caret-up{
  position: absolute;
  bottom: -26px;
  left: 20px;
  display: none;
}
.enjaz-search-form{
  background-color: #fff;
  box-shadow: 1px 1px 13px #ccc;
  overflow: hidden;
  position: absolute;
  top: 60px;
  z-index: 1111;
  width: 100%;
  display: none;
}
.enjaz-search-form form{
  padding: 16px 10px;
}
.enjaz-search-form .form-control{
  border-radius: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 20px;
  padding: 12px;
}
.search-result .wh-bkg{
  color: #009788;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 15px;
  cursor: pointer;
}
/* end navbar style */
/* Start Log Page */
.main-margin{
  margin-top: 25px;
  margin-bottom: 25px;
}
.con_hr{
  margin-top: 40px;
  margin-bottom: 35px;
}
.con_hr span{
  margin: auto;
  display: table;
  font-size: .78em;
  font-weight: bold;
  color: #606060;
  margin-top: -32px;
  background: #fff;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.alert span{
  color: #ea6c6c;
  font-size: .9em;
  font-weight: bold
}
.alert-success{
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 100;
  cursor: pointer;
}
.alert-float{
  width: 50%;
  position: fixed;
  top: 10%;
  left: 5%;
}
.log{
  background-color: #fff;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.log label{
  color: #686868;
}
.asterisk{
  color: #dd4b39;
}
.log .fa-windows, .log .fa-google{margin-right: 7px;}
.login-google, .login-microsoft{
  padding: 15px;
}
.login-google{
  background-color: #dd4b39;
}
.login-microsoft{
  background-color: #0f4bac;
}
.password_c{
  position: relative;
}
.password_c .fa{
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 1.2em;
  color: #b0b0b0;
  cursor: pointer;
}
.password_c .fa:hover{
  color: rgb(70, 70, 70);
}
.password_c .fa-eye{
  display: none;
}
.c-checkbox{
  margin-right: 16px;
  display: inline;
}
.c-checkbox_check{
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border: 1px solid #9f9f9f;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
}
.c-checkbox_check .fa-check{
  font-size: .8em;
  color: #009788;
  display: none;
  position: absolute;
}
/* login section */
.log-help{
  margin-right: 35px;
}
.already-count a{
  border: 1px solid #009788;
  padding: 7px 18px;
  color: #009788;
}
.already-count:hover >a {
  background-color: #009788;
  color: #fff;
}
.already-count .fa{
  margin-right: 5px;
  font-size: .9em;
}
.form_msg{
  font-size: .8em;
  font-weight: bold;
  background-color: #fff;
  display: table;
  margin: auto;
  margin-top: -13px;
  padding-right: 7px;
  padding-left: 7px;
}
.error_msg, .email_msg{
  color: #d90404;
}
/* set username section */
.set-username h2{
  margin-bottom: 30px;
}
/* end Log Page */
/* start index page */
/*==== edit profile [included in index.php] ====*/
.main-c-panel .progress{
  height: 8px;
  margin-top: 7px;
  margin-bottom: 0;
}
.main-c-panel .progress-bar{
  float: right;
}
.main-c-panel .hint{
  margin-right: 0;
}
.main-c-panel .projects-status .content{
  padding-top: 10px;
  padding-bottom: 0;
}
.avaliable-bids{
  font-size: 18px;
}
.total-balance{
  color: #1abc9c;
}
.label-prj-processing{
  background-color: #3f51b5;
}
.label-prj-closed{
  background-color: #999;
}
.label-prj-canceled{
  background-color: #dd9189;
}
.label-prj-rejected{
  background-color: #da3623;
}
.c-panel{
  font-size: .92em;
}
.c-panel .all-settings .wh-bkg{
  margin-bottom: 20px;
}
.c-panel .row, .row-nom{
  margin-right: 0;
  margin-left: 0;
}
.c-panel .avatar{margin-bottom: 0;}
.settings{
  padding: 0 !important;
}
.settings h3{
  padding-top: 15px;
  padding-right: 15px;
}
.settings hr{
  margin: 0;
  width: 100%;
}
.settings .skill-btn{ 
  font-weight: bold;
  padding: 3px 10px;
  margin-top: -1px;
  font-size: .76em;
}
.settings ul{
  padding: 0;
  font-size: 1.1em;
}
.settings ul a{
  display: block;
  padding: 10px;
  color: inherit;
}
.c-panel .row> div{
  padding-right: 0;
  padding-left: 0;
}
.c-panel .avatar{
  margin-top: 10px;
}
.c-panel .content{
  padding: 15px;
}
.c-panel h3{
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2em;
}
.c-panel hr{margin-top: 0;}
.c-panel textarea{
  margin-bottom: 15px;
}
.c-panel .user{
  font-size: 1.3em;
  font-weight: bold;
  color: #8c8c8c;
}
.text-alpha{
  font-size: 32px;
  font-weight: bold;
}
.text-zeta{
  font-weight: bold;
  display: inline-block;
  padding: 8px;
}
.c-panel .list-group{padding-right: 0;}
.c-panel .list-group-item{font-size: 1.05em;}
.hint{font-size: .8em; margin-top: 5px; margin-right: 5px;}
.c-panel .define{
  min-height: 300px;
}
.select-beast option, .keys option{
  background-color: #009788;
}
.last-projects{
  text-align: right;
}
.last-projects .title{
  margin: 0;
  padding: 0;
}
/*==== update count  [brach page from index.php] ====*/
.count-info{
  padding: 10px;
  padding-right: 20px;
  box-shadow: 1px 1px 6px #dfdfdf;
}
.count-info .selectize-input{
  border: 1px solid #8a8a8a !important;

}.count-info .form-control{
  border: 1px solid #8a8a8a;
}
.count-info .selectize-input {
  padding: 11px 8px;
}
.avatar {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  margin-bottom: 14px;
  position: relative;
  transition: all 0.1s ease-in-out;
  overflow: hidden;
}
.avatar img {
  border: 1px solid #f1e1a4;
  height: 100%;
  width: 100%;
}
.avatar:hover .cam .fa {
  color: #e6e6e6;
}
.avatar input[type="file"] {
  display: inline-block;
  width: 100px;
  height: 80px;
  position: absolute;
  top: 20px;
  right: 9px;
  cursor: pointer;
  z-index: 30;
  opacity: 0;
}
.avatar .cam {
  width: 120px;
  height: 120px;
  bottom: 0;
  font-size: 45px;
  opacity: 0.8;
  background-color: rgba(13, 13, 13, 0.4);
  box-shadow: 0px 1px 14px #b9aeae;
  position: absolute;
}
.cam .fa {
  position: relative;
  right: 35px;
  top: 33px;
  font-size: .6em;
  color: #ccc;
}
.count-info .form-control{
  padding: 20px;
  margin-bottom: 10px;
}
.birthday .year .selectize-input{
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: #dfdfdf !important;
}
.birthday .month .selectize-input{
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  border-radius: 0;
}
.birthday .day .selectize-input{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: #dfdfdf !important;
}
.phone label, .for-button{
  margin-right: 32px;
}
.phone{
  padding-left: 0;
}
.phone input{
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.phone_key{
  padding-right: 0;
}
.phone-verifcation input, 
.phone-verifcation span, 
.phone_key .selectize-input{
  border-color: #e64040 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.phone-verifcation input{
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  border-left-width: 0 !important;
}
.phone-verifcation span{
  font-size: 1em;
  background-color: #df3a3a;
  color: #fff;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
} .phone_key .selectize-input{
  border-right-color: #fbacac !important;
}
body > .country{  min-width: 236px !important; }
#change-password{
  color: #1daea0;
  cursor: pointer;
}
#change-password:hover{
  color: #008073;
}
.copyrights{
  font-size: .9em;
  margin: 40px 10px;
}
/*==== my slills  [ brach page from index.php ] ====*/
.my-skill-btn{
  color: #009788;
  font-weight: bold;
  padding: 3px 10px;
  margin-top: -1px;
  font-size: .76em;
}
#skill-list{
  padding: 0;
}
#skill-list .skill-title{
  background-color: #f5f5f5;
  padding: 8px 10px;
  margin-bottom: 0;
  cursor: pointer;
}
#skill-list .skill-title .fa{
  display: none;
}
#skill-list .skill-title .active{
  display: inline-block;
}
#skill-list .fa{
  font-size: .9em;
}
#skill-list hr{
  width: 100%;
  margin: 0;
}
#skill-list .content{
  display: none;
  font-size: 1em;
  font-weight: bold;
}
#skill-list .content .row{
  padding-right: 20px;
}
#skill-list .content .row> div{
  padding: 5px;
}
#skill-list .content input[type= 'checkbox']{
  margin-left: 5px;
}
/* end panel page */
/* start profile page */
sup{ top: -0.3em; }
.profile-identity{
  padding-top: 35px;
  margin-top: -30px;
  background-color: #fff;
}
.profile-card img{
  width: 128px;
  height: 128px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #ccc;
}
.profile-card  h2{ margin-top: 5px; }
.profile-card  h2, .main  h3{ color: #333; }
.clr-green{
  color: #259b24;
  font-size: .5em;
}
.profile-card p{
  font-size: .8em;
  font-weight: bold;
}
.profile-card p span{
  display: inline-block;
  margin-left: 10px;
}
.profile-identity .navbar{ margin-bottom: 0; }
.profile-identity .navbar-nav a{ color: inherit; }
.profile-identity .navbar-nav a:hover,
.profile-identity .navbar-nav a:focus,
.profile-identity .navbar-nav .active{ background-color: #eceff4; }
.profile-identity .edit-profile{ padding: 8px 10px; }
.main{
  padding: 30px 40px 0 0;
  margin-bottom: 25px;
}
.main .wh-bkg{
  padding-top: 0;
  overflow: hidden;
}
.fa-chevron-up, .fa-chevron-down{
  font-size: .6em;
  cursor: pointer;
}
.main .content{
  padding: 15px;
}
ul.my-skills, .elbow-files ul{
  padding-right: 0;
  margin-bottom: 0;
}
.my-skills li{
  display: inline-block;
  margin-left: 10px;
  padding: 5px 8px;
  font-size: .9em;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 8px;
}
.main ul.my-skills li .fa{
  font-size: .9em;
}
.profile-slider table tr td,
.my-work-body table tr td,
.project-card table tr td{ padding: 5px; }
.profile-slider table tr td:nth-of-type(2),
.my-work-body table tr td:nth-of-type(2),
.project-card table tr td:nth-of-type(2){
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.fa-star{
  color: #ccc;
}
.rated-star{
  color: #ffc107 !important;
  transform: rotateY(180deg);
}
.user-projects h3{
  padding-right: 0;
  padding-bottom: 5px;
  margin-top: 5px;
}
/* end profile page */
/* start portfolio page */
/*==== start uploader style ====*/
.drop-area{
  border: 1px dashed #17c6b4;
}
.drop-area .media, .drop-area .result li{padding: 10px;}
.drop-area .media {
  background-color: #eee;
}
.drop-area .media{
  display: flex;
  align-items: center;
}
.mr-left{margin-left: 15px;}
.drop-area .upload{
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: #ccc;
  text-align: center;
  position: relative;
  border-radius: 4px;
}
.drop-area .upload:hover{
  background-color: #009788;
  color: #fff;
}
.drop-area .upload input[type= 'file']{
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 100;
  cursor: pointer;
}
.drop-area .fa-cloud-upload{
  font-size: 1.6em;
  line-height: 60px;
  z-index: 0;
  position: absolute;
  left: 0;
  width: 100%;
}
.drop-area .body h3{
  margin-top: 0;
  margin-bottom: 5px;
}
#uploaded-fa{display: none;}
.drop-area .result ul{
  padding-right: 0;
  margin-bottom: 0;
}
.drop-area .result .progress{
  margin-top: 10px;
  margin-bottom: 0;
  height: 10px;
}
.drop-area .result .progress-bar{
  line-height: 100%;
  font-size: 10px;
  font-weight: bold;
}
.drop-area .result img{
  width: 80px;
  height: 80px;
}
.result #filename{
  color: #000;
  font-weight: bold;
  font-size: 13px;
}
.drop-area .result .fa{
  color: #518ec2;
}
#uploaded-fa hr{margin-bottom: 0;}
.dm-uploader.active {
	border-color: red;
	border-style: solid;
}
/*==== end uploader style ====*/
/* mange page */
.my-works .page-title{margin-bottom: 15px;}
.new-work .btn{ font-size: 1em; }
.new-work{overflow: hidden;}
.my-works .thumbnail hr{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.work .thumbnail img{
  height: 200px;
}
.work .thumbnail .title{
  margin-top: 5px;
  font-weight: bold;
}
/* view page */
.my-work-head{
  padding-top: 30px;
  margin-bottom: 30px;
}
.my-work-head img, .project-row .info-td img, .info-img{
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.my-work-head .data{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.my-work-head .user-data{
  padding-right: 15px;
}
.my-work-head .user-data h2{
  margin-top: 5px;
}
.my-work-head .user-data ul, .my-work-body ul, .card-title ul,
.litle-list{
  padding-right: 0;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
.my-work-head .user-data li, .card-title li,
.litle-list li{
  display: inline-block;
  margin-left: 10px;
}
.my-work-head .user-data .fa{
  font-size: .7em;
}
.my-work-head.btn-group-lg > .btn, .btn-lg{
  padding-top: 6px;
  padding-bottom: 6px;
}
.my-work-head.btn-group-lg > .btn, .btn-lg a,
.my-work-head.btn-group-lg > .btn, .btn-lg a:hover,
.my-work-head.btn-group-lg > .btn, .btn-lg a:focus{
  color: #fff;
}
.my-work-head.btn-group-lg > .btn, .btn-lg ul{
  color:rgb(70, 70, 70);
}
.my-work-body .wh-bkg{
  padding: 0;
  overflow: hidden;
}
.my-work-body h3{
  margin: 15px 20px;
}
.my-work-body hr{
  width: 100%;
  margin: 0;
}
.my-work-body .content .description{margin-top: 10px}
.my-work-body .content .lead{margin-bottom: 0;}
/* end portfolio page */

/* start projects page */
/* projects main page */
.page-title .title{
  margin-bottom: 25px;
}
.all-cats .form-group{
  padding: 0;
}
.freelancers, .projects{padding: 0;}
.projects table, .freelancers table{
  width: 100%;
  max-width: 100%;
}
.project-row{
  border-bottom: 1px solid #eee;
  padding: 10px;
  padding-bottom: 0;
}
.info-td{
  vertical-align: top;
  padding: .8em;
  width: 64px;
  position: relative;
}
.info-td .fa-circle{
  position: absolute;
  left: 20px;
  top: 22px;
}
.details-td{
  padding-top: .8em;
  padding-left: .8em;
}
.card-title-wrapper, .bid-media{
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  align-items: center;
}
.card-title-wrapper .card-title{
  -webkit-box-flex: 4;
  flex: 4;
  padding-right: 10px;
}
.card-title-wrapper .card-title .title{
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 3px;
}
.card-title .fa, .media-body .fa{
  font-size: 12px;
}
.card-action .btn-group .btn{
  font-size: .7em;
  font-weight: bold;
}
.projects .details-td .content, .bid-details{
  margin-top: 5px;
  font-size: .9em;
}
/* add project page */
#new-project-fa .row{
  margin: 0;
}
#register_form{
  padding: 15px;
}
.budget-time-c{
  margin: 0;
}
.budget-time-c .budget{
  padding-right: 0;
}
.time{
  padding-left: 0;
}
.time input{
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; 
}
.time .input-group-addon{
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
  border-left: 1px solid #ccc;
  font-size: 1em;
}
.project-advices{
  padding-right: 10px;
}
.project-advices h3{
  margin-top: 5px;
  font-weight: bold;
}
.project-advices ul{
  list-style-type: lower-greek;
}
/* view project page */
span.status{
  display: inline-block;
  padding: 3px 6px;
  padding-bottom: 4px 6px;
  margin-left: 8px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  margin-top: -5px;
  border-radius: 2px;
  color: #fff;
}
span.status-open{
  background-color: #2e8b57;

}
span.status-procced{
  background-color: #16359b;

}
span.status-closed{
  background-color: #b9b9b9;

}
span.status-completed{
  background-color: #314459;
}
.elbow-files ul li{
  margin-bottom: 10px;
  direction: ltr;
}
button.collapser{
  border-radius: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
.help-block{
  font-size: 15px;
}
.form-group-fa .error_msg{
  margin-top: 1px;
}
.bids-content hr{
  margin: 0;
}
.bids .content{
  padding: 0;
}
.bids .bid{
  margin: 10px;
}
.bid img{
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.media-body{
  padding-right: 10px;
}
.media-body .title{
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 3px;
}
.bid-details{
  padding-right: 5px;
}
.bid-data{
  margin: 5px 0;
}
.bid-data> div{
  border: 1px solid #e8e8e8;
  border-left: none;
  padding: 5px;
}
.message-me{
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.message-me .fa-send{
  font-size: .8em;
}
.wizard_label .fa-stack-2x{
  font-size: 1.6em;
}
.wizard_label .fa-chevron-left{
  bottom: 3px;
  right: 1px;
}
.wizard_label .fa-check{
  bottom: 4px;
  right: 0;
}
.clr-white{
  color: #fff;
}
.mrg--vm {
  margin-top: 21px;
  margin-bottom: 21px;
}
.wizardy__shelf {
  position: relative;
}
.wizardy__step:first-child .wizardy__progress {
  border-radius: 0 10px 10px 0;
}
.wizardy__progress {
  position: relative;
  border-radius: 0;
  height: 7px;
  box-shadow: none;
  margin: 0;
  background: #eaeaea;
}
.wizardy__bar {
  width: 0;
  box-shadow: none;
  background: #fbe8aa;
}
.wizardy__bar.active {
  width: 0;
}
.wizardy__dot.active, a.wizardy__dot.active-force {
  background-color: #ff9800;
  box-shadow: 0 0 0 10px #fbe8aa;
}
.wizardy__dot {
  position: absolute;
  width: 10px;
  height: 10px;
  display: block;
  top: 4px;
  left: 50%;
  margin-top: -5px;
  margin-right: -5px;
  background-color: #e0e0e0;
  box-shadow: 0 0 0 5px #eaeaea;
  border-radius: 50%;
  z-index: 1;
}
.clr{
  color: #575870;
}
.step_finshed .clr{
  color: #2e8b57;
}
.step_finshed .wizardy__bar.active{
  width: 100%;
}
.step_finshed .wizardy__dot.active{
  box-shadow: 0 0 0 6px #fbe8aa;
}
.step_procced .wizardy__bar.active{
  width: 50%;
}
.project-favorate i{
  float: left;
}
/* categroies page */
.categories .title{
  color: #337ab7;
}
.categories .list-group-item:first-child{
  border-radius: 0;
}
.categories .list-group{
  margin-bottom: 0;
  height: 515px;
  overflow-y: auto;
}
.categories .list-group-item{
  border-right: none;
  border-left: none;
}
/* rating page */
.rate-skill{
  margin-top: 10px;
}
.rate {
  float: left;
  height: 46px;
  margin-left: 0;
}
.rate:not(:checked) > input {
  display: none;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: '★ ';
}
.rate > input:checked ~ label {
  color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
/* end projects page */
/* start alerts page */
.all-alerts{
  padding: 6px 10px;
  display: inline-block;
}
#handle_project{
  position: relative;
  padding-left: 19px;
}
#handle_project .fa-truck{
  position: absolute;
  bottom: 1px;
  left: -7px;
}
/* end alerts page */

/* start payments page */
.payments .btn{
  background-color: #3d54c8;
}
.payments .btn:hover, .payments .btn:focus{
  background-color: #233aae;
}
.modal-header .close{
  margin-top: 0;
}
.close{
  float: left;
}
.payments .modal .tabs{
  padding-right: 0;
  background-color: #eceff4;
}

.payments .modal .modal-body{
  padding: 0;
}
.payments .modal .tabs li{
  display: table;
  background-color: #fff;
}
.payments .modal .content{
  padding: 5px;
}
.payments .modal p{
  margin-right: 10px;
}
.hr-fa{
  margin-bottom: 15px;
  margin-top: -10px;
}
#submit{
  margin-top: 5px 10px;
}
.total-amount{
  color: #3d54c8;
  font-size: 31px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.bill-color{
  color: #3d54c8;
}
.result-message {
  line-height: 22px;
  font-size: 16px;
}

.result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}

.hidden {
  display: none;
}

#card-errors {
  color: #e17171;
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
}

#card-element {
  border-radius: 4px 4px 0 0 ;
  padding: 6px 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 34px;
  width: 100%;
  background: white;
}
.modal-dialog{
  width: 58%;
}
#payment-request-button {
  margin-bottom: 32px;
}
/* end payments page */
/* Start contact page */
.contact-cont .alert {
  margin-bottom: 0;
}
.contact {
  background-color: #fff;
  overflow: hidden;
  padding: 8px;
  padding-top: 0;
  border: 1px solid #ccf;
}
.contact h2{
  margin-bottom: 30px;
}
.contact input[type="text"],
.contact textarea {
  font-size: 1.2em;
  border-top-right-radius: 0;
}
.contact input[type="text"] {
  margin-bottom: 40px;
  height: 40px;
}
.contact textarea {
  margin-bottom: 10px;
  min-height: 140px;
}
.contact .btn {
  padding: 4px 10px;
  margin: auto;
  display: block;
}
.position-cont {
  position: relative;
}
.contact label {
  position: absolute;
  top: -30px;
  background-color: #f0f0f0;
  color: #638686;
  padding: 2px 5px;
  font-size: 0.9em;
}
/* End contact page */
.bid-dropdown .dropdown-menu{
  min-width: 180px;
}
.bid-dropdown .dropdown-menu li{
  padding: 4px 7px;
  padding-right: 21px;
  font-weight: bold;
}
.user-navbar .main-fa{
    padding: 19px 15px;
}
.fa-lg{font-size: 30px;}
.brands{ margin-bottom: 0; }
.brands .title{ padding: 20px 0; }
.brands .brand{
  width: 100px;
  float: right;
}
.brands .brand img{
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.brands .brand p{
    min-height: 55px;
}
.about-btn, .about-injaz .clr{
  color: #009788;
} 
.about-btn{
  cursor: pointer;
  font-weight: bold;
  padding-left: 12px;
}
.about-injaz .clr{
  font-size: 1.2em;
  top: 5px;
}
.about-injaz .fa-check{
  right: 12px;
  position: absolute;
  top: 11px;
  color: #fff;
  font-size: 13px;
}
.about-injaz .hint{margin-right: 42px;}
.about-injaz .row{margin: 0;}
.why{width: auto !important;}
.why p, .href_color{
    font-weight: bold; color: #337ab7;
}
.why p{font-size: 1.2em;}
.why .fa{font-size:  35px;}
.why .log{margin-bottom: 10px;}
footer .my-skills li{
    padding: 0;
}
.whatsapp{position: fixed; bottom: 30px; left: 7px;}

@media(max-width: 767.98px){
    .user-navbar .main-fa{
        padding: 17px 15px;
    }
.search-result .fa{
  font-size: 3em;
}
    .user-navbar-img{
        padding: 3px;
      border-bottom: 2px solid aliceblue;
    }
    .user-navbar .user img{
        padding: 6px;
    }
    .user-navbar .user .dropdown-menu .fa-caret-up{
        left: 21px;
    }
    .dropdown, .dropup{
        position: inherit;
    }
    .brands .brand{
        margin-left: 15px;
        margin-left: 3.6rem;
    }
    .brands .title{
        height: 70px;   
    }
    .brands .brand img{ width: 60px; height: 60px; }
    .about-btn{display: block;}
    .modal-dialog{width: 96%;}
    .why .log{padding: 10px 0;}
    .modal-dialog{margin: 5px;}
    .soial-media img{width: 28px; height: 24px;}
    .whatsapp img{width: 30px; height: 30px;}
}
@media(min-width: 768px){
  .text-zeta{
    font-size: 45px;
  }
.search-result .fa{
  font-size: 5em;
}
  .user-navbar .main-fa{
    padding: 21px 15px;
    padding-bottom: 22px;
  }
  .user-navbar-img{
      padding: 8px;
      padding-bottom: 7px;
  }
  .wh-bkg{
      margin-left: 20px;
  }
  .brands .brand{
  margin-left: 5em;
  }
  .brands .brand:nth-last-of-type(1){
    margin-left: 0;
  }
  .soial-media img{width: 30px; height: 28px;}
  .whatsapp img{width: 35px; height: 35px;}
}
.contact-fo li{padding: 0;}
.advices{padding: 15px;}
.enjaz-tell{font-size: 1.5em;
    font-weight: bold;
    width: 80%;
    margin: 20px auto;
}