.iconspostion {
  margin: -29px 10px;
  pointer-events: none;
}
.form-control {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  background: #f7f8f9;
  border: 1px solid #ced1d2;
}
.reports .exportOutlinebtn {
  cursor: pointer;
  border-color: orange;
  color: orange;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.reports .tableHead {
  border: 1px solid #e6eef0;
}
.reports .tableHead td {
  vertical-align: middle;
}
.reports .tableHead td,
.reports .tableHead th {
  font-size: 15px;
  font-weight: 600;
}
.ShowingPages {
  padding: 0px 25px 0 10px;
  background: #5d78ff;
}
.ShowingPagesicon {
  margin: 0 0 0 -20px;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .headName {
    display: block !important;
  }
}

.tableDownloadViewIcons {
  color: white;
  padding: 6px;
  border-radius: 25px;
  cursor: pointer;
  margin: 0 5px;
  font-size: 19px;
}

.selectInline {
  width: 60px;
  padding: 0 6px;
  background: orange;
  color: white;
  border: orange;
  cursor: pointer;
}
/* Common Pill */
.CustomerDashboard .commonNavForPill a,
.commonNavForTab a.nav-link:focus,
.commonNavForTab a.nav-link:hover {
  color: #495057;
  background: none !important;
  white-space: nowrap;
}

.multiLineTexttruncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* //------------
Manage Trainers
------------// */
.ManageTrainers .tableTypeStriped .table thead th {
  color: black;
  background: rgba(0, 0, 0, 0.05);
}
.ManageTrainers .tableTypeStriped .table thead {
  border: 1px solid transparent;
  border-bottom-color: #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.Messages .borderRoundSeperateTable td {
  padding: 5px 15px !important;
}
.h-20px {
  height: 20px;
}
.w-20px {
  width: 20px;
}
/* .Messages #MemberList .table-responsive{
    height: 400px;
} */

@media (min-width: 768px) {
  .modal-dialog-700 {
    max-width: 700px;
  }
}
/* --Image--- */

.up-img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.tb-title {
  width: 105px;
  padding-left: 7px;
  padding-right: 7px;
  white-space: normal;
  min-width: 180px;
}
.stud-name {
  color: #228cce;
  font-weight: bold;
  margin: 2px 0 4px 0;
}
.stud-id {
  color: #989898;
  margin: 0;
}
.tb {
  display: flex;
}
.mxw-85px {
  max-width: 85px;
}
.mnw-85px {
  min-width: 85px;
}
.r27px {
  right: 27px;
}
/*------ Part Time Payment----- */
.cardTablePTP {
  white-space: nowrap;
}
.PrPLI li.list-group-item {
  background-color: #ededed;
  cursor: pointer;
  border-right: 0px !important;
  border-left: 0px !important;
}
.PrPLI li.list-group-item:hover {
  background-color: #ffffff;
}
.PrPLI .list-group-item.active {
  z-index: 2;
  color: black !important;
  background-color: #ffffff !important;
  border-color: rgba(0, 0, 0, 0.125) !important;
}
.PrPLI .headingLI li.list-group-item:hover {
  background-color: none !important;
  cursor: none !important;
}
li.headingLI.list-group-item:hover {
  background: #ededed !important;
  cursor: auto;
}
.table-bordered .prpTable {
  border: 1px solid #dee2e6 !important;
}
.table-responsive > .table-bordered {
  border: 1px solid #dee2e6 !important;
}
.prpTable tbody td {
  border-top: 0px !important;
  border: 0px !important;
  border-right: 1px solid #dee2e6 !important;
  border-left: 1px solid #dee2e6 !important;
}
.bgLightaqublue {
  background: #fcfdff;
}
.ppdTable tbody td {
  background: #ffffff !important;
}
.prpdTable th {
  border: 0px solid #dee2e6 !important;
}
@media screen and (max-width: 576px) {
  .MCTabWidth {
    width: 100%;
  }
}
.w-140px {
  width: 140px;
}
.tax-invoice-logo {
  width : 130px;
  flex: 0 0 130px;
  max-height: 130px;
  object-fit: contain;
}
.bk-redline {
  top:0;
  right:0;
  left:0;
  bottom:0;
  position: relative;
  border: 1px solid red;
}