.table thead {
  background-color: #1b182f;
  background: -webkit-linear-gradient(left, #1b182f 0%, #4a3f5d 100%);
  background: -moz-linear-gradient(left, #1b182f 0%, #4a3f5d 100%);
  background: -o-linear-gradient(left, #1b182f 0%, #4a3f5d 100%);
  background: -ms-linear-gradient(left, #1b182f 0%, #4a3f5d 100%);
  background: linear-gradient(to right, #1b182f 0%, #4a3f5d 100%);
}

.table th {
  font-family: 'Poppins-medium', sans-serif;
  font-weight: initial;
  padding: 0.5rem;
}

.table td {
  font-family: 'Poppins-light', sans-serif;
  padding: 0.5rem;
}


.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;
}



/*RazaSyling*/
.el_select2 .select2 span.select2-selection {
  font-size: 14px;
  background: #f1f0f7;
  border-color: #e5e5e5;
  border-radius: 5px;
  line-height: 1.5;
  color: #495057;
  padding: 8px;
  }

.custom-file .fileNameI {
  position: absolute;
  z-index: 10;
  right: 80px;
  color: #dc3545;
  opacity: 1;
  font-weight: normal;
  font-style: normal;
  top: 7px;
  cursor: pointer;
}


._countriesPg .docSearchList figure span,
._consultantPg .docSearchList figure span  {
    width: 160px;
    border-radius: 10px;
    object-fit: fill;
    height: 160px;
    display: inline-block;
 }
 ._countriesPg .docSearchList figure img,
 ._consultantPg .docSearchList figure img {
   height: 160px;
   width: 160px;
   border-radius: 10px;
 }

 .country-section._uni .inner-content .single-item .image-box:before {
    display: none;
  }