header {

margin-top: 10px;
border-radius: 6px;
width: 95%;
left: 50%;
margin-left: -48%;

}

sidebar {

overflow: visible;
margin-left: 2%;
margin-top: 30px;
border-radius: 6px;
overflow: hidden !Important;
height: auto;
max-height: calc(100% - 65px);

}

.card {

box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
border-radius: 6px;

}

.card .tab-nav {

border-radius: 6px;

}

profile-main {

background: none;
box-shadow: none;

}

@media (min-width: 1200px) {

#profile-main .pm-body {
  padding-left: 220px;
}

}

@media (min-width: 768px) and (max-width: 1200px) {

#profile-main .pm-body {
  padding-left: 220px;
}

}

@media (max-width: 767px) {

#profile-main .pm-body {
  padding-left: 0;
}

}

profile-main .pm-body .tab-nav {

box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
border-radius: 6px;
margin-bottom: 10px;

}

profile-main .pm-body .tab-content {

box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
border-radius: 6px;
overflow: hidden;

}

profile-main .pm-overview {

box-shadow: none;
border-radius: 6px;
background: none;

}

profile-main .pmo-pic, profile-main .pmo-block{

box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
border-radius: 6px;
overflow: hidden;
margin-bottom: 10px;

}

profile-main .pmo-contact {

margin-top: 10px;

}

.btn, .lv-item, .btn-group, .t-view, .tvb-stats li, .footer-text .text, .t-view:before, .actions > li > a:before, .actions > a:before, .pagination > li > a, .pagination > li > span, .listview [class*=“lv-img”], .profile-pic > img, .form-control, header input, header .results, .img-circle, .dropdown.open .dropdown-menu, .modal .modal-content, .profile-view .pv-header > .pv-main, .pt-inner .pti-header, .ptih-title {

border-radius: 6px !Important;

}

.pagination > li > a, .pagination > li > span {

border: 0px;
width: 36px;
height: 35px;
line-height: 34px;

}

.form-control { }

loader {

top: 10px !Important;
left: 26px !Important;

}

.profile-pic > img {

border: 0px;

}

.profile-pic {

box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);

}

.results .card {

box-shadow: none;

}

.profile-view {

overflow: hidden;

}