.creditsBox {
    padding: 2px;
    height: 120px;
    width: 120px;
    border: 2px solid teal;
}

.creditsBox p:nth-child(2) {
    /* width: 50px; */
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    /* border: 2px solid black; */
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.creditsBox p:nth-child(1) {
    text-align: center;
}

.creditsBox a {
    /* margin-left: 10px; */
}

.certificationBox li {
    border: 2px solid teal;
    display: inline-block !important;
    padding: 1px !important;
    /* width: 80px !important */
    width: 110px !important;
    height: 23px !important;
    text-align: center;
    margin-bottom: 5px !important;
}

.freeprofb {
    text-align: right;
    /* margin-top: 10px; */
    /* margin-bottom: 45px; */
    margin-bottom: 20px;
}

.trustStar {
    border: 2px solid teal;
    padding: 10px;
}

.fa-plus {
    color: teal;
    position: relative;
    right: -35px;
    /* top: -18px; */
    top: -2px;
}

.belowPic {
    margin-top: 10px;
}

.trustStarImages {
    height: 25px;
    width: 25px;
}

.mt-10 {
    margin-top: 10px;
}

.education {
    padding-left: 0px !important;
    margin-bottom: 4px !important;
}

.custom-credit-btn {
    padding: 5px !important;
}

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

.myfreelancerprofile-dialog {
    margin-top: 20px;
    width: auto;
    padding: 0;
    width: 100%;
  height: 100%;
  margin-bottom:20px;
}

.myfreelancerprofile-content {
    height: 100%;
    border-radius: 0;
    opacity: 1 !important;
    background-color: whitesmoke;
}

#myfreelancerprofileBody{
    min-height: 80% !important;
}

#myfreelancerprofile {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.pstar-modified>i::before{
    color:#FBCA1B !important;
    /* font-size:35px !important; */
    font-size: 29px !important;
		margin-right: 10px;
}
.star-modified{
        transform: rotate(17deg) !important;
}

.follow-companies{
    font-size:20px;
    font-weight: bold;
}
.inline-display-verified{
    display:inline;
}



.mr-10{
    margin-right:10px;
}

.ml-10{
    margin-left:10px;
}

.company-star{
   margin-right:10px;
   border:2px solid teal;
   border-radius:57%;
   padding:10px;
   color:teal;

}

.company-slider{
    background-color:white;
}

.boldbtn{
    font-size:1.1em !important;
    width:107px;
}

.pd-5{
    height: 40px !important; 
    padding:5px !important;
}

.close-account{
    margin:4px 0px 4px 0px;font-weight:bold;color:teal;text-align:center;border:none;
}

.btn-peach{
    background-color:#D0215F;
    color:white;
    width:30%;
}
.skillzpage-color{
    color:#105157;
}
.get-started-button{
    position: absolute;
    right:0px;
}
.order-summary-details{
    margin-bottom: 4px;
}
.order-summary-details-heading{
     text-transform: uppercase;
}
.bottom-margin-separator{
    margin-bottom: 5px !important;
}

.job-seekers {
    margin-top: 10px;
}

.job-seekers .nav-tabs{ 
    margin-bottom: 13px;
    text-align: left !important;
    margin-top: 0;
 }

 .user-profile-section.job-seekers-container {
    margin: 0 0 40px !important;
 }

 #selected_role{
    margin-top: 10px;
    color: red;
 }

 .notification_count{
    background-color: #38A8DA !important;
    font-size:1.2em;
    font-weight:bold;
    position:absolute;
    left:18px;
    top:0px;
 }
 .featured_job_title{
    display: inline-block;
    width:71%;
    font-size:1.2em;
    position: absolute;
    top: 84px;
    left: 153px;
 }

 .margin-top-3{
    margin-top:3%;
 }
 .link-color-new{
    color:#0074D9 !important;
 }

.background-tealify{
    background-color:teal;
    margin:5px;
}
 .white-colorify{
    color:white !important;
 }
 .black-colorify{
    color:black;
 }
 .teal-colorify{
  color:teal;
 }

 .cv-center tr{
    text-align:center;
 }
 .make-it-hidden{
    display:none;
 }
 .bootstrap-tooltip{
    color:black;text-decoration: none;
 }
.radio-container {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: grey;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #38A8DA;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.font-10px{
  font-size:10px !important;
}

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

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

.font-22px{
  font-size:22px !important;
}
.subscription-packs-fix{
  height:550px;
}

.teal-title-underline-none{
  text-decoration: none !important;
  color:teal !important;
  
}

.margin-top-11per{
  margin-top:11%;
}

.align-payment-images{
  width:200px;
  height: 100px;
  margin-left:auto;
  margin-right:auto;
}

.margin-top-5per{
  margin-top:5%;
}

.show-freelancer-fields{
  display:block !important;  
}
.for_freelancer{
  display:none !important; 
}
.show-jobseeker-fields{
  display:block !important;
}
.for_jobseeker{
  display:none !important;
}

.highlightIt{
  border:2px solid teal;
  padding:3px;
}

#social-links ul li{
  display: inline !important;
  margin-left:15px;
}
#social-links ul li span{
  font-size:1.8em;
}
.contract-table th{
    text-align: center !important;
}

.contract-padding{
    padding:5% !important;
}
.modal-auto-height{
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

.verifyNowBtnFreelancerDshbrd{
    border-radius: 22px  !important;
    height: 28px;
    margin-top: 9px;
    background-color: teal !important;
    padding:10px;
    
}
.display-block-label label{
	display:block;
}

.job_title{
        border: 2px solid purple;
    background-color: purple;
    color: white;
    width: auto;
    display: inline-block;
    margin-left: 10px;
    padding: 5px;
}
.remove-underline{
    text-decoration: none;
}

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

.highlightbottom{
    border-bottom: 1px solid teal;
}

.actionTrackerMaxScroll{
  /* Max scroll for all action trackers */
  /* Let the height be 20% of the device. */
  max-height:200px;
  /* Overflow Y Auto */
  overflow-y:auto;
}
.noTextDecoration{
  text-decoration:none;
}

.selectedNow{
  border:2px solid black;
}

.padding0px{
  padding:0px !important;
}

.style-type-none{
  list-style-type:none;
}

.required-input-error{
  border:2px solid red !important;
}

.red-border{
  border:2px dotted red !important;
}