.themePink-bg {
  background: #ff5857;
}

.themePink-color {
  color: #ff5857 !important;
}

.themePink-hcolor:hover {
  color: #ff5857 !important;
}

.themeBlue-bg {
  background: #1b182f !important;
}

.themeBlue-color {
  color: #1b182f !important;
}

.themeBlue-hcolor:hover {
  color: #1b182f !important;
}

.themeGray-bg {
  background: #d3d3d3 !important;
}

.themeGray-color {
  color: #d3d3d3 !important;
}

.btn {
  border-radius: 5px;
  border: 0;
}

.main-header.style-two .header-lower .logo-box {
  padding: 40px 0px;
}

.sticky-header .header-top .btn-box a:hover {
  color: #1b182f;
}

.sticky-header .header-top .btn-box a.themeBlue-color:hover {
  color: #ff5857 !important;
}

.sticky-header .header-top .btn-box a:hover:before {
  width: 0%;
}

.themeForm .form-control {
  font-size: 14px;
  background: #f1f0f7;
  border-color: #e5e5e5;
  border-radius: 5px;
}

.adminPageRight .themeForm .select2 span.select2-selection {
  min-height: 50px;
  padding-top: 8px;
}

.themeForm .form-label {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.themeForm .form-control[type=file] {
  padding: 12px 0px 10px 19px;
}

.themeForm .form-control {
  padding-left: 20px;
}

.themeForm .form-control:not(textarea) {
  height: 50px;
}

._innerPages {
  font-size: 14px;
  line-height: 20px;
}

._innerPages p {
  margin-bottom: 15px;
}

.themePagination nav {
  display: inline-block;
}

.themePagination nav ul {
  margin: 0;
}

.themePagination ul li a {
  color: #232951;
  height: auto;
  line-height: initial;
  width: auto;
  border-radius: 3px;
}

.themePagination ul li a:hover {
  background-color: transparent;
  color: #232951;
}

.themePagination ul li.page-item span {
  border-radius: 3px;
}

.themePagination ul li.page-item.active span {
  background-color: #ff5857;
  border-color: #ff5857;
  border-radius: 3px;
}

.themePagination li.page-item.disabled .page-link {
  background-color: transparent;
}

.tableFancy thead {
  background: #1b182f;
}

.tableFancy thead th {
  font-family: 'Poppins-reg', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 10px;
}

.tableFancy tbody td {
  font-family: 'Poppins-light', sans-serif;
  color: #1b182f;
}

.docSearchList figure img {
  width: 60px;
  border-radius: 50%;
}

.coaching-sidebar .docSearchList figure img {
  border-radius: 50%;
  height: 90px;
  object-fit: cover;
  width: 90px;
}


