
.tab-menu-wrap {
    background: #5e5e5e;
    padding-right: 0px;
    padding-top: 35px;
}

.tab-menu-logo p {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 300;
}

.tab-menu-list ul {
  list-style-type: none; 
  padding: 0px;
  margin: 0px;
}

.tab-menu-list ul a {
    display: block;
    color: #fff;
    padding: 6px 5px 6px 37px;
    font-size: 17px;
}

.tab-menu-list ul a::before {
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background: #fff;
}

.tab-menu-list ul a.active {
  color: #c3962c;
  background: #3f3f3f;
}

.tab-menu-list ul a.active::before {
  background: #c3962c;
}

.tab-menu-list ul a:hover {
  background: #3f3f3f;
}

.tab-menu-logo {
  padding-left: 36px;
}

.tab-menu-logo {
    padding-left: 36px;
    padding-bottom: 23px;
}

.user-panel {
  background: #5e5e5e;
}

.tab-container {
  padding-left: 0px;
  background: #eaeaea;
}

.btn-tooltip {
  background: transparent;
}

.btn-tooltip span {
    background: #c3962c;
    border-radius: 50%;
    padding: 1px 0px;
    color: #fff;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    font-size: 11px;
    top: -4px;
    right: -9px;
}

.profile img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #fff;
}

.tab-item-notificate ul li {
  display: inline-block;
}

.navbar-notificate {
  padding: 0px;
  margin: 0px; 
}

.profile {
    color: #Fff;
    padding-left: 0px;
}

.profile:hover {
  color: rgba(255,255,255,0.8);
}

.user-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 47px;
    position: relative;
}

.user-panel p {
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 300;
}

.admin-panel .row {
  margin: 0px;
}

.admin-panel > .row > div {
  padding-left: 0px;
  padding-right: 0px;
}

.btn-tooltip {
    position: relative;
    padding: 0px;
    margin-right: 18px;
}

.dropdown-menu.show {
  left: inherit !important;
  right: -70px;
}

.stats-items {
  justify-content: space-between;
}

.stats-wrap .btn-gold {
    width: 100%;
    color: #fff;
    background: #c3962c;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 15px;
    padding: 2px 10px;
    opacity: 1;
    transition: all 0.2s;
}

.stats-wrap .btn-gold:hover {
  opacity: 0.9;
}

.stats-item {
    text-align: center;
    border: 1px solid #c3962c;
    width: 24%;
    padding-top: 5px;
    padding-bottom: 6px;
    margin-bottom: 12px;
}

.white-bg {
  background: #fff;
    padding: 12px 18px 16px;
      margin-bottom: 18px;
}

.item-title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 23px;
  margin-bottom: 10px;
}

.tab-item {
      padding: 26px 28px;
}

.stats-item-number {
    font-weight: 700;
    color: #c3962c;
    font-size: 80px;
    margin-bottom: 0px;
    line-height: normal;
}

.stats-item-bold {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
    line-height: 1;
}

.stats-item-text {
  font-weight: 300;
  margin-bottom: 0px;
    line-height: 1;
}

.map-row {
  justify-content: space-between;
}

.map-row > div {
  width: 49%;
}

.map-container {
  position: relative;
}

.map-container img {
  width: 100%;
}

.map-container span {
    background: #efefef;
    padding: 5px 10px;
    border: 4px solid #fff;
    max-width: 100px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 30px;
}

.map-container span::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 11px solid #efefef;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 12px);
}

.map-container span::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 16px);
}

.map-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.map-list a {
    font-size: 15px;
    color: #000;
    line-height: 1.3;
    display: block;
}

.shared-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    padding: 8px 0px;
}

.shared-item p {
  margin-bottom: 0px;
}

.shared-item a {
    display: inline-block;
    color: #000;
    margin-right: 18px;
    font-size: 15px;
}

.map-list a:hover, .map-list a.active {
  color: #c3962c;
  font-weight: bold;
}

.shared-wrap > div:last-child {
  border: 0px;
}

.shared-item img {
  width: 76px;
  height: 48px;
  object-fit: cover;
  object-position: center;
}

.recently-table .table thead th {
  border: 0px;
    padding: 5px 3px;
}

.recently-table .table td {
  padding-left: 3px;
  padding-right: 3px;
    vertical-align: middle;
}

.recently-table thead {
      background: #eaeaea;
}

.btn-view {
  color: #fff;
  background: #c3962c;
    padding: 3px 10px;
    text-transform: uppercase;
      font-size: 14px;
}

.admin-panel img {
  max-width: 100%;
}

.resourse-container.row, .resourse-container .row {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.resourse-container.row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.resourse-container .row > div, .resourse-container > div {
  width: 49%;
}

.resourse-container a {
  display: block;
  position: relative;
}

.resourse-container a img {
  width: 100%;
}

.resourse-container .row > div {
    padding-right: 0px;
    padding-left: 16px;
    padding-bottom: 12px;
}

.resourse-item-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(94, 93, 94, 0.82);
    width: 100%;
    font-size: 16px;
    padding: 7px 12px;
    line-height: 1.2;
}

.row-four img {
  height: 136px;
  object-fit: cover;
}

.row-one img {
  height: 285px;
  object-fit: cover;
}

.btn-admin {
    display: block;
    color: #fff;
    text-transform: uppercase;
    background: #c3962c;
    text-align: center;
    margin-bottom: 29px;
    margin-top: 18px;
    padding: 12px;
    font-size: 13px;
}

.item-description {
  font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.1;
}

.profile-img img {
    width: 156px;
    height: 156px;
  object-fit: cover;
  border-radius: 50%;
}

.profile-img a {
    display: block;
    text-decoration: underline;
    color: #c3962c;
    text-align: center;
    font-size: 13px;
    padding-top: 6px;
}


.resourse-item {
  position: relative;
    margin-bottom: 15px;
}

.resourse-item:hover {
  box-shadow: 0px 0px 22px -3px #5a5b5d;
  transition: all 0.2s;
}

.resourse-item a {
  display: block;
}

.resourse-item a img {
  width: 100%;
}

.resourse-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.resourse-wrap > div {
  width: 49%;
}

.resource-container {
  padding-top: 40px;
}

.resource-container .recent-post__wrap {
  margin-top: 7px;
}

@media (max-width: 1199px) {
  .tab-menu-list ul a {
    padding-left: 10px;
  }

  .tab-menu-logo {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .map-row > div {
      width: 100%;
  }

  .stats-item-number {
    font-size: 40px;
  }
}

@media (max-width: 800px) {
  .resourse-wrap > div {
    width: 100%;
  }
}