.sidebar-nav, .sidebar-nav li {
    margin-left: 0;
    padding-left: 0;
}
.sidebar-nav li{
    list-style: none;
}
.sidebar-nav li:first-child {
    padding-top: 15px;
    padding-bottom: 15px;
}
.sidebar-nav li a {
    text-decoration: none;
}
.card-body {
     padding: 1rem 1rem !important; 
}

.middle-section{
    display: grid;
    grid-template-columns: 1fr 2fr;
}
.resume-box .top-section{
        padding-top: 30px;
    padding-bottom: 72px;
    border-bottom: 2px solid #ddd;
    align-items: center;
}
.left-section{
    border-right: 1px solid #ddd;
    padding: 30px 24px;
}
.right-section{
    padding: 30px 24px;
}
.designation{
    margin-bottom:30px;
}
.work-details{
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;

}
.profile-img{
    width: 160px;
    height: 160px;
}
#aboutus-body .profile-img img{
    width: 155px;
    height: 155px;
    border-radius: 50%;
}
.successrate{
    width:50%;
    margin-top:16px;
}
.percentage{
   border-bottom: 10px solid #32afa5;
    font-size: 25px;
    color: #080712;
    width: 80px;
    margin-bottom: 0;
    
}
#aboutus-body .successrate p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 5px 0;
}
h2.username{
    text-transform: capitalize;
    color: #231F20;
    font-size: 36px;
    margin-bottom: 20px;
}
h4.location{
        margin-bottom: 18px;
    font-size: 16px;
    color: white;
}
h4.location i{
    margin-right: 8px;
}
.btn-blue{
        text-transform: capitalize;
    font-size: 17px;
    color: #D7CDC7;
    border: 1px solid #D7CDC7;
    border-radius: 40px;
    padding: 1px 15px;
}
.btn-green{
      text-transform: capitalize;
    font-size: 14px;
    color: #fff;
    border: 1px solid #00adfa;
    background: #00adfa;
    border-radius: 40px;
    padding: 5px 20px;
}
.starlist i{
    color: #fff;
}
.starlist i.checked{
    color: #00adfa;
}

h1.title{
    font-size: 20px;
    color: #5d564e;
    font-weight: 700;
    margin-bottom: 16px;
}
.work-details h3{
        color: #00adfa;
    text-transform: capitalize;
    font-size: 20px;
}
.work-details .amount{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
#aboutus-body .objective p{
    font-size: 14px;
    text-align: justify;
    color: #000;
    line-height: 16px;
}
.userportfolio{
    margin-top:60px;
}
.userportfolio .card{
    border: 7px solid #DCDCDC;
    border-radius: 0;
}

.table-hire td{
    font-size: 18px;
    text-align:center;
}
/*.panel-heading.note-toolbar {*/
/*    display: none;*/
/*}*/
.note-editable {
    background-color: #fafafa;
}
.bg-green{
    background: green;
}
.bg-green h1{
    color: #fff;
}
.view-item{
        padding:3px auto;
    }
    .product-text{
        text-align:center!important;
        color:white;
    }
    .selectors {
        /*padding: 15px 50px;*/
    }
    .product-gallery{
        background: #efefef;
    }
    .breadcrumb-item.active{
        color: #fff;
    }
    .user-img img {
    /*height: 90px;*/
    /*border-radius: 50px;*/
    height: 275px;margin: 0 auto; max-width: 100%;
    }
    .userinfo h5{
        color: #000;
        font-size: 17px;
    }
    .userinfo p{
        font-size: 14px;
        color: #909090;
        font-weight: 500;
        margin: 5px 0;
        text-align: left;
        line-height: 16px;
    }
    
    .btn-hire{
        background: #00adfa;
    border-radius: 20px;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding: 0 10px;
    }
   .userbox {
        min-height: 160px;
        padding: 20px 20px 30px;
        font-size: 22px;
        font-weight: 500;
        cursor: pointer;
        background: #ebfffb;
        border-radius: 8px;
        display: block;
        margin-bottom: 20px;
    }
    .card-bg{
        background: #ebfffb;
    }
    .userbox a:hover {
    /*background: #e4ebe4;*/
    }
    span.tag{
            border: 1px solid #fff;
            background: #ededed;
            padding: 3px 17px;
            text-transform: capitalize;
            border-radius: 50px;
            font-size: 13px;
            display:inline-block;
            margin-bottom:5px;
            color: black;
    }
    .taglist{
        display: block;
        height: 60px;
    }
    .upload__box {
  padding: 40px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #4045ba;
  border-color: #4045ba;
  border-radius: 10px;
  line-height: 26px;
  font-size: 14px;
}
.upload__btn p{
    margin-bottom:0;
    color: #fff;
}
.upload__btn:hover p {
  background-color: unset;
  /*color: #4045ba;*/
  transition: all 0.3s ease;
}
.upload__btn-box {
  margin-bottom: 10px;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}
.hirebtn .hour{
    border: 1px solid #00adfa;
    padding: 5px 20px;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 17px;
    margin: 0px 0px;
    color: #000;
    line-height: 1.5;
    display: inline-block;
}
@media (max-width: 767px) {

     /* summernote */
    /*.note-editor .note-toolbar{*/
    /*    display:none;*/
    /*}*/
}