.main-header .afterLogin .separetor {
  border-left: 1px solid #eeee;
}

.main-header .afterLogin .userIcon {
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 100%;
  padding-top: 7px;
}


.adminSection {
  font-size: 13px;
}

.adminPageLeft.sidebar {
  background: #d3d3d3;
}

.adminPageLeft.sidebar .navbar {
  margin-left: -15px;
  margin-right: -15px;
  border-top: 3px solid #ff5857;
}

.adminPageLeft.sidebar .nav-link {
  color: #232951;
  margin-bottom: 2px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ededed;
  position: relative;
}

.adminPageLeft.sidebar .nav._main>li>.nav-item:last-child .nav-link {
  border-bottom: 0;
}

.adminPageLeft.sidebar .nav-link.active,
.adminPageLeft.sidebar .nav-link:hover {
  background: #f8f9fa;
}

.adminPageLeft.sidebar .nav-link i {
  width: 17px;
  font-size: 14px;
}

.adminPageLeft.sidebar .nav-link i.fa-angle-right {
  font-size: 16px;
  opacity: 0;
  position: absolute;
  top: 12px;
  right: 3px;
  line-height: 35px;
}

.adminPageLeft.sidebar .nav-link:hover i.fa-angle-right {
  opacity: 1;
}

.adminPageRight {
  min-height: 650px;
  border-top: 3px solid #1b182f;
}

.adminPageRight .table thead {
  /* Fallback for older browsers */
  background-color: #1b182f;

  /* Horizontal gradient with prefixes for compatibility */
  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%);
}



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

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

.themeForm.adSectSearchForm .form-label {
  color: #1b182f;
}

.adSectSearchForm .btn {
  height: 50px;
  width: auto;
  border: 0;
}



@media (min-width: 768px) {
  .themeForm.adSectSearchForm .form-control {
    max-width: 300px;
  }
}



@media (max-width: 767px) {
  .adSectSearchForm {
    text-align: center;
  }

  .adSectSearchForm .form-check {
    text-align: left;
  }

}