.bgPchSor {
  background-color: #0a1c2d;
}
.bgPchGray {
  background-color: #f6f9fb;
}
.bgPchLightGr {
  background-color: #08c873;
}
.bgPchDarkGr {
  background-color: #065a33;
}
.bgPchYellow {
  background-color: #fee27f;
}

.txPchSor {
  color: #0a1c2d;
}

.txPchGray {
  color: #f6f9fb;
}

.txPchLightGr {
  color: #08c873;
}

.txPchDarkGr {
  color: #065a33;
}
.txPchYellow {
  color: #fee27f;
}

.borderPchGr {
  border-color: #f6f9fb;
}

.bgHvPchLightGr {
  transition: none;
}

.bgHvPchLightGr:hover {
  background-color: #08c873;
  color: #f6f9fb;
}

.bgHvPchLightGr:hover .bgPchYellow {
  background-color: #fff;
}

.bgHvPchLightGr:hover ins > i {
  color: #0a1c2d;
}

.pchButton {
  padding: 5px 4px 3px 4px !important;
  direction: ltr;
}

.pchButton > i {
  padding: 8px !important;
  border-radius: 99px !important;
  background-color: #065a33 !important;
  margin: 0 5px 0 0 !important;
}

.pchButton > span {
  margin-right: 6px !important;
  margin-left: 4px !important;
}

.pchLogin form div#page_ph {
  width: 80px !important;
}
.pchLogin form div#page_ti {
  display: none;
}
.rounded40 {
  border-radius: 40px;
}
.pchInpStyle1 input {
  background: transparent !important;
  color: #f6f9fb !important;
  border: 1px #f6f9fb solid !important;
  border-radius: 6px !important;
}

.pchInpStyle1 div.input-group > span.readOnly,
.pchInpStyle1 span.selection > span.select2-selection {
  background: transparent !important;
  color: #f6f9fb !important;
  border: 1px #f6f9fb solid !important;
  border-radius: 6px !important;
}

.pchInpStyle1 span.select2-selection__rendered {
  color: #f6f9fb !important;
}

.pchInpStyle1 label {
  border: 1px #f6f9fb solid !important;
  background-color: #0a1c2d !important;
  color: #f6f9fb !important;
}

.pltxPchGr::placeholder {
  color: #f6f9fb9a;
}

.iconPchVCent > i {
  display: flex;
  align-items: center;
}