@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap");
.gray-0 {
  color: #fff !important;
}

.bg-0 {
  background-color: #fff !important;
}

.gray-100 {
  color: #e7e7e7 !important;
}

.bg-100 {
  background-color: #e7e7e7 !important;
}

.gray-200 {
  color: #c5c5c5 !important;
}

.bg-200 {
  background-color: #c5c5c5 !important;
}

.gray-300 {
  color: #A1A1A1 !important;
}

.bg-300 {
  background-color: #A1A1A1 !important;
}

.gray-400 {
  color: #929292 !important;
}

.bg-400 {
  background-color: #929292 !important;
}

.gray-500 {
  color: #777 !important;
}

.bg-500 {
  background-color: #777 !important;
}

.gray-600 {
  color: #4A4A4A !important;
}

.bg-600 {
  background-color: #4A4A4A !important;
}

.gray-700 {
  color: #5E5E5E !important;
}

.bg-700 {
  background-color: #5E5E5E !important;
}

.gray-800 {
  color: #6c757d !important;
}

.bg-800 {
  background-color: #6c757d !important;
}

.gray-900 {
  color: #212529 !important;
}

.bg-900 {
  background-color: #212529 !important;
}

.color-blue {
  color: #4D79F6 !important;
}

.bg-blue {
  background-color: #4D79F6 !important;
}

.color-bluelink {
  color: #ABC1FF !important;
}

.bg-bluelink {
  background-color: #ABC1FF !important;
}

.color-deepsky {
  color: #4DBFF6 !important;
}

.bg-deepsky {
  background-color: #4DBFF6 !important;
}

.color-green {
  color: #83CE77 !important;
}

.bg-green {
  background-color: #83CE77 !important;
}

.color-yellow {
  color: #FFBE00 !important;
}

.bg-yellow {
  background-color: #FFBE00 !important;
}

.color-orange {
  color: #FF9500 !important;
}

.bg-orange {
  background-color: #FF9500 !important;
}

.color-red {
  color: #D24546 !important;
}

.bg-red {
  background-color: #D24546 !important;
}

.color-purple {
  color: #6f42c1 !important;
}

.bg-purple {
  background-color: #6f42c1 !important;
}

.color-water {
  color: #F6FCFF !important;
}

.bg-water {
  background-color: #F6FCFF !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.dash-stat:nth-child(1) {
  color: #0c46eb;
  background-color: #4D79F6;
}
.dash-stat:nth-child(1) a {
  color: #96b0fa;
}

.dash-stat:nth-child(2) {
  color: #5f89ff;
  background-color: #ABC1FF;
}
.dash-stat:nth-child(2) a {
  color: #f8f9ff;
}

.dash-stat:nth-child(3) {
  color: #0ca2eb;
  background-color: #4DBFF6;
}
.dash-stat:nth-child(3) a {
  color: #96d9fa;
}

.dash-stat:nth-child(4) {
  color: #52b742;
  background-color: #83CE77;
}
.dash-stat:nth-child(4) a {
  color: #b6e2af;
}

.dash-stat:nth-child(5) {
  color: #b38500;
  background-color: #FFBE00;
}
.dash-stat:nth-child(5) a {
  color: #ffd24d;
}

.dash-stat:nth-child(6) {
  color: #a32728;
  background-color: #D24546;
}
.dash-stat:nth-child(6) a {
  color: #e18383;
}

.dash-stat:nth-child(7) {
  color: #4e2d89;
  background-color: #6f42c1;
}
.dash-stat:nth-child(7) a {
  color: #9b7cd4;
}

.dash-stat:nth-child(8) {
  color: #b36800;
  background-color: #FF9500;
}
.dash-stat:nth-child(8) a {
  color: #ffb54d;
}

.ds-grd-title {
  display: inline-block;
  margin-top: 0;
  color: #333;
  font-weight: 300;
  font-size: 30px !important;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}

.ds-grd-bdy .ds-grd-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-flow: row;
  color: black;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px) {
  .ds-grd-bdy .ds-grd-row {
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
  }
}
.ds-grd-bdy .ds-grd-row:hover {
  background-color: #e3e9f9 !important;
}
.ds-grd-bdy .ds-grd-row:hover .ds-grd-action.no-trans {
  opacity: 1;
  visibility: visible;
}

.ds-grd-act {
  position: relative;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.ds-grd-row {
  padding: 15px 0;
  align-items: center;
  clear: both;
}
@media (max-width: 575px) {
  .ds-grd-row [class*=sfCol_] {
    flex: 1 0 100%;
    min-width: 100%;
    max-width: 100%;
    float: none;
  }
  .ds-grd-row .ds-grd-col.TxAl-c {
    text-align: left;
  }
}
.ds-grd-row.active {
  background: rgba(171, 193, 255, 0.15) !important;
}

.ds-grd-ctx-wrp, .ds-grd-ctx-inline-wrp {
  position: relative;
}
@media (max-width: 767px) {
  .ds-grd-ctx-wrp, .ds-grd-ctx-inline-wrp {
    position: absolute;
    right: 30px;
    bottom: -10px;
  }
}

.ds-grd-ctx-inline-wrp {
  padding: 0 5px;
}

.ds-grd-ctx-menu {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  text-align: left;
  position: absolute;
  right: 0px;
  top: 35px;
  border-radius: 6px;
  background: #fff;
  padding: 10px;
  min-width: 140px;
  max-height: 320px;
  overflow: auto;
  z-index: 1;
}
.ds-grd-ctx-menu i {
  margin-right: 8px;
}
.ds-grd-ctx-menu li,
.ds-grd-ctx-menu li > a,
.ds-grd-ctx-menu li button {
  width: 100%;
  display: block;
  color: #777;
  white-space: nowrap;
  line-height: 1.4;
  font-size: 0.85rem;
  text-align: left;
}
.ds-grd-ctx-menu li:not(:first-child),
.ds-grd-ctx-menu li > a:not(:first-child),
.ds-grd-ctx-menu li button:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 10px;
  margin-top: 10px;
}
.ds-grd-ctx-menu li:hover,
.ds-grd-ctx-menu li > a:hover,
.ds-grd-ctx-menu li button:hover {
  color: #1fb6ff;
}

.ds-grid-wrp {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #fff;
  width: 100%;
  padding: 0 15px;
  line-height: 1.5;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ds-grd-hdr {
  background: #F0F4F7;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  .ds-grd-hdr {
    display: none;
  }
}
.ds-grd-hdr .TxAl-c {
  text-align: center;
  justify-content: center;
}
.ds-grd-hdr .TxAl-l {
  text-align: left;
  justify-content: flex-start;
}
.ds-grd-hdr .TxAl-r {
  text-align: right;
  justify-content: flex-end;
}

.ds-grd-bdy .ds-grd-row:nth-child(even) {
  background: #F6FCFF;
}

.removeAll {
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
}
.removeAll > span {
  width: 35px;
  height: 35px;
  display: inline-block;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.removeAll > span i {
  line-height: 35px;
}
.removeAll > span:hover {
  background: #e7e7e7;
}
.removeAll.active {
  opacity: 1;
}

.advFilter {
  z-index: 1;
}
.advFilter .filterIcon {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #4D79F6;
  cursor: pointer;
  color: #fff;
  text-align: center;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
}
.advFilter .filterIcon:hover {
  box-shadow: 0px 0px 15px rgba(77, 121, 246, 0.25);
}
.advFilter .filterIcon:hover::after {
  opacity: 1;
  visibility: visible;
}
.advFilter .filterIcon i {
  line-height: 35px;
}

.grd-fltr-search {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
.grd-fltr-search input {
  width: calc(100% - 35px);
}
@media (max-width: 575px) {
  .grd-fltr-search {
    max-width: 100%;
  }
}
.grd-fltr-search button {
  display: block;
  border-radius: 50%;
  right: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  text-align: center;
}
.grd-fltr-search button i {
  line-height: 35px;
}
.grd-fltr-search button:hover {
  background: #658bf7;
  color: #fff;
}
.grd-fltr-search .search-keyword.rfr {
  width: calc(100% - 33px);
  position: relative;
}
.grd-fltr-search .icon-refresh {
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 12px;
}
.grd-fltr-search .sfFormvalue input {
  padding-right: 34px;
}
.grd-fltr-search .sfFormvalue .fa-search {
  margin-right: 0;
  right: 0;
}

.ds-grd-fltr {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
.ds-grd-fltr .sfFormkey span, .ds-grd-fltr .sfFomrvalue span {
  font-weight: 500;
}
.ds-grd-fltr .search-keyword, .ds-grd-fltr .search-field {
  border: 1px solid #e7e7e7;
  width: 100%;
  outline: none;
  padding: 5px 15px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}
.ds-grd-fltr .search-keyword input[type=text], .ds-grd-fltr .search-field input[type=text] {
  border: none;
  box-shadow: none;
}
.ds-grd-fltr .search-keyword:hover, .ds-grd-fltr .search-field:hover {
  background: #e2f5ff;
  border-color: #e2f5ff;
}
.ds-grd-fltr .search-keyword.focus, .ds-grd-fltr .search-field.focus {
  border-color: #4D79F6;
  background: white;
}
.ds-grd-fltr .ds-grd-row {
  padding: 15px 0;
}
.ds-grd-fltr .ds-grd-row .ds-grd-sub-col:last-child {
  padding-right: 0;
}
.ds-grd-fltr select {
  border: 1px solid #e7e7e7;
  height: 34px;
  width: 100%;
  border-radius: 5px;
  outline: none;
  padding: 5px 15px;
  -moz-appearance: none;
}
.ds-grd-fltr select.rounded {
  border-radius: 25px;
}
.ds-grd-fltr select option {
  padding: 10px;
  margin: 0 -10px;
  cursor: pointer;
}
.ds-grd-fltr select:hover {
  background: white;
}
.ds-grd-fltr .custom-control.sfRadio:not(:last-child) {
  padding-right: 35px;
}
.ds-grd-fltr input[type=checkbox] + label {
  margin-bottom: 15px;
  padding-left: 30px;
  font-weight: 400;
  display: inline-block;
  font-size: 0.95rem;
}
@media (max-width: 767px) {
  .ds-grd-fltr .ds-grd-row {
    padding: 20px 0px;
    border-bottom: 1px solid rgba(187, 187, 187, 0.2);
  }
}
@media (max-width: 991px) {
  .ds-grd-fltr .ds-grd-col:not(:first-child) > div {
    margin-top: 15px;
  }
  .ds-grd-fltr .ds-grd-col:not(:first-child) > span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .ds-grd-fltr .ds-grd-col:last-child {
    margin-left: auto;
  }
}
.ds-grd-fltr .ds-grd-sub-col {
  flex: 1;
  padding-right: 20px;
}
@media (max-width: 1023px) {
  .ds-grd-fltr .ds-grd-sub-col:last-child {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .ds-grd-fltr .ds-grd-sub-col .custom-radio {
    width: 100%;
    margin-bottom: 25px;
  }
  .ds-grd-fltr .ds-grd-sub-col .custom-radio:not(:last-child) {
    padding-right: 0;
  }
}
.ds-grd-fltr .two-col-calender .custom-inputbox {
  flex: 1;
  width: calc(50% - 25px);
  margin: 0 5px;
}
.ds-grd-fltr .two-col-calender .custom-inputbox.datepicker-input-box:before {
  color: rgba(0, 0, 0, 0.55);
  top: 5px;
}
.ds-grd-fltr .sfFormkey label {
  font-weight: 500;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.6);
}
.ds-grd-fltr .sfFormkey .sfFormvalue input[type=text],
.ds-grd-fltr .sfFormkey .sfFormvalue select {
  font-size: 14px;
}

.ds-grd-col {
  align-self: center;
  padding: 0 20px;
  flex-wrap: wrap;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.ds-grd-col .ds-grd-sec {
  flex: 1 0 100%;
}
.ds-grd-col form {
  width: 100%;
}

.ds-grd-col-wp {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  min-width: 100%;
  max-width: 100%;
}
.ds-grd-col-wp .ds-grd-col .ds-grd-sec:not(:first-child) > span {
  display: inline-block;
}
.ds-grd-col-wp .ds-grd-col .ds-grd-sec:first-child span {
  margin: 0 0 8px;
  display: inline-block;
}
.ds-grd-col-wp .ds-grd-col .ds-grd-sec:last-child span {
  margin: 0;
}
.ds-grd-col-wp .ds-grd-col .ds-grd-sec > div,
.ds-grd-col-wp .ds-grd-col .ds-grd-sec > span {
  margin-top: 0px;
  margin-bottom: 6px;
}
.ds-grd-col-wp .ds-grd-col .ds-grd-sec span.di {
  margin-right: 5px;
  margin-bottom: 0;
}
.ds-grd-col-wp .ds-grd-col .ds-grd-sec:last-child > span {
  margin-bottom: 0;
}

.chk-only.ds-grd-chk {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 20px;
}
.chk-only + .ds-grd-col-wp {
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.chk-only.grd-chk {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 20px;
}
.chk-only + .grd-col-wp {
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.ds-grd-chk {
  position: relative;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
}
.ds-grd-chk input[type=checkbox] {
  left: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.ds-grd-chk input[type=checkbox] + label {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .chk .ds-grd-col:not(:first-child) {
    padding-left: 50px;
    margin-top: 10px;
  }
}

.ds-grd-thumb {
  width: 100px;
  height: 100px;
  display: block;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin: 0 !important;
}
.ds-grd-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  padding: 8px;
  background: #fff;
}

.ds-grd-inline-sec {
  display: inline-block;
  padding-right: 1rem;
}
@media (max-width: 575px) {
  .ds-grd-inline-sec {
    margin-top: 10px;
  }
}

.ds-grd-tit {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
  color: #111;
}

.ds-grd-key {
  margin-right: 6px;
  font-weight: 500;
  font-size: 0.9rem;
}

.ds-grd-value {
  font-size: 0.9rem;
}

.ds-grd-sub-tit {
  font-weight: 600;
}

.ds-grd-empty {
  text-align: center;
  padding: 50px 0 30px 0;
  font-size: 1.15rem;
  font-weight: 500;
  color: #e14a4a;
}
.ds-grd-empty:before {
  background: url(../images/nodata.png) no-repeat;
  background-position: center center;
  height: 200px;
  width: 100%;
  display: block;
  content: "";
  padding-top: 15%;
  background-size: contain;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.ds-grd-empty:after {
  content: "No Data Found";
}

.ds-grd-action {
  min-width: 30px;
  height: 30px;
  border-radius: 25px;
  line-height: 30px;
  text-align: center;
  transform: rotate(90deg);
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
  color: #5f89ff;
}
.ds-grd-action.detail-only {
  transform: none;
}
.ds-grd-action:hover {
  background: rgba(31, 182, 255, 0.1) !important;
}
.ds-grd-action.no-trans {
  opacity: 0;
  visibility: hidden;
  transform: none;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
}
.ds-grd-action.no-trans a {
  color: #5f89ff;
}
.ds-grd-action.no-trans:hover a:after {
  opacity: 1;
  visibility: visible;
}

*[data-title]:after {
  position: absolute;
  content: attr(data-title);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -20px;
  font-size: 0.65rem;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 2px 6px;
  border-radius: 5px;
  line-height: 1.5;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  text-align: left;
  text-overflow: ellipsis;
  white-space: pre;
}

*[data-title]:hover::after {
  opacity: 1;
  visibility: visible;
}

.grd-fltr-slc {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  cursor: pointer;
}
.grd-fltr-slc .custom-control:last-child input[type=checkbox] + label {
  margin-bottom: 0;
}

.grd-fltr-opn {
  padding: 5px 15px;
  background: none;
  border-radius: 25px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  cursor: pointer;
}
.grd-fltr-opn i {
  font-size: 0.8rem;
  margin-left: 5px;
}
.grd-fltr-opn:hover, .grd-fltr-opn.active {
  background: rgba(77, 121, 246, 0.085);
  color: #4D79F6;
}

.grd-fltr-slc-opts {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-align: left;
  top: 60px;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  position: absolute;
  min-width: 260px;
  max-width: 260px;
  max-height: 320px;
  overflow: auto;
  padding: 15px;
  z-index: 1;
  display: none;
}
.grd-fltr-slc-opts .ds-grd-chk {
  margin-bottom: 10px;
  width: auto;
}
.grd-fltr-slc-opts .ds-grd-chk:last-child {
  margin-bottom: 0;
}
.grd-fltr-slc-opts .custom-radio:not(:last-child) .sfRadiolabel {
  margin-bottom: 15px;
}
.grd-fltr-slc-opts.dateRange {
  max-width: 600px;
}

.grd-fltr-select:first-child {
  padding-left: 0;
}
@media (max-width: 575px) {
  .grd-fltr-select {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .grd-fltr-select:last-child {
    margin-bottom: 0;
  }
}

.TxAl-c {
  text-align: center;
}
@media (max-width: 767px) {
  .TxAl-c {
    text-align: left;
  }
}

.TxAl-l {
  text-align: left;
}
@media (max-width: 767px) {
  .TxAl-l {
    text-align: left;
  }
}

.TxAl-r {
  text-align: right;
}
@media (max-width: 767px) {
  .TxAl-r {
    text-align: left;
  }
}

.ds-fltr-wrp {
  width: 100%;
  background: rgba(0, 0, 0, 0.16);
  height: 100%;
  position: fixed;
  top: 60px;
  left: 105px;
  right: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition: visibility 0s, opacity 0.3s linear;
  transition: visibility 0s, opacity 0.3s linear;
}

.ds-fltr-hdr {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #1fb6ff;
  font-weight: 500;
  padding: 20px 30px;
  margin-top: 0;
  position: relative;
  margin-bottom: 0px;
  line-height: 60px;
  padding: 0 25px;
  border-bottom: 1px solid #eaeaea;
}

.ds-fltr-bdy {
  padding: 15px 25px;
  height: calc(100% - 100px);
  overflow-y: auto;
}
.ds-fltr-bdy .sfFormwrapper:last-child .sfFieldset {
  margin: 0;
}

.ds-fltr-close {
  position: absolute;
  right: 0;
  top: 0;
  color: #e1e1e1;
  cursor: pointer;
}

.ds-grd-fltr .sfFormvalue select {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.65);
}

.centerWrap {
  max-width: 1024px;
  margin: 0 auto;
}

.bdashboard.main .sfFormwrapper.centerWrap .sfFieldset input[type=checkbox] + label {
  margin-left: -20px !important;
}

.ds-grid-wrp + .sfPagination .pagination a,
.ds-grid-wrp + .sfPagination .pagination a.next {
  color: #1fb6ff !important;
}
.ds-grid-wrp + .sfPagination .pagination a.next:before,
.ds-grid-wrp + .sfPagination .pagination a.next.next:before {
  color: #1fb6ff !important;
}
.ds-grid-wrp + .sfPagination .pagination a:hover:before,
.ds-grid-wrp + .sfPagination .pagination a.next:hover:before {
  color: #fff !important;
}
.ds-grid-wrp + .sfPagination .pagination a.next:before, .ds-grid-wrp + .sfPagination .pagination a.prev:before {
  font-family: fontAwesome;
  content: "\f105";
}
.ds-grid-wrp + .sfPagination .pagination a.prev {
  transform: rotate(180deg);
}
.ds-grid-wrp + .sfPagination .pagination a:hover,
.ds-grid-wrp + .sfPagination .pagination .simplePagerNav a:hover,
.ds-grid-wrp + .sfPagination .pagination .simplePagerNav span:hover {
  background-color: #1fb6ff !important;
  color: #fff !important;
}

.chk-only + .grd-col-wp {
  min-width: calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.filter-wrap {
  position: fixed;
  height: 100vh;
  z-index: 9;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
}
.filter-wrap.active {
  opacity: 1;
  z-index: 11;
  visibility: visible;
}
.filter-wrap.active .filter-slide {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.filter-overlay {
  position: fixed;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;
  top: 0;
  left: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
}

.sort {
  display: block;
  margin: 0;
}
.sort i {
  color: #c5c5c5;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
}
.sort i:hover {
  color: #6c757d;
}

.sfPagination {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.pagination {
  margin-left: auto;
}
.pagination > span, .pagination a {
  border: 1px solid transparent;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  font-size: 0.85rem;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 2px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.pagination > span:hover, .pagination a:hover {
  background: #1fb6ff;
  color: white;
}
.pagination > span.current, .pagination a.current {
  background: #1fb6ff;
  color: white;
  pointer-events: none;
}
.pagination > span.current.prev, .pagination > span.current.next, .pagination a.current.prev, .pagination a.current.next {
  pointer-events: none;
  background: none;
  color: #e7e7e7;
}
.pagination > span.next, .pagination > span.prev, .pagination a.next, .pagination a.prev {
  background: none;
  color: #1fb6ff;
  cursor: pointer;
}
.pagination > span.next:hover, .pagination > span.prev:hover, .pagination a.next:hover, .pagination a.prev:hover {
  background: #1fb6ff;
  color: white;
}
.pagination > span.prev:before, .pagination a.prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagination > span.next:before, .pagination a.next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.pagination a {
  background: none;
  border: 1px solid transparent;
  color: #1fb6ff;
}

.filter-slide {
  opacity: 1;
  position: fixed;
  max-width: 500px;
  width: 100%;
  background: #fff;
  height: 100%;
  top: 0px;
  right: 0%;
  z-index: 999999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%);
}
.filter-slide form {
  height: 100%;
}

.filter-head {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: rgba(231, 231, 231, 0.02) !important;
  padding: 15px 25px;
  font-size: 1.5rem;
  border-bottom: 1px solid rgba(187, 187, 187, 0.3);
}

.filter-body {
  max-height: calc(100% - 140px);
  overflow: auto;
  padding: 0 25px;
}

.filterWrapper .filter-search .sfFormkey input {
  border-radius: 3px 0 0 3px;
}
.filterWrapper .filter-search .sfBtn {
  border-radius: 0 3px 3px 0;
}
.filterWrapper .catTitle {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 500;
}

.filter-footer {
  padding: 15px 20px;
  background: rgba(231, 231, 231, 0.02) !important;
  border-top: 1px solid rgba(187, 187, 187, 0.3);
}
.filter-footer .sfButtonwrapper {
  margin: 0;
}

.noWallet {
  text-align: center;
  padding: 50px 0 30px 0;
  font-size: 1.15rem;
  font-weight: 500;
  color: #e14a4a;
}
.noWallet:before {
  background: url(../images/no-wallet.png) no-repeat;
  background-position: center center;
  height: 200px;
  width: 100%;
  display: block;
  content: "";
  background-size: contain;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}

/*# sourceMappingURL=datagrid.css.map */
